.strsBox{}
.strsWrap{
	display: flex;
    flex-flow: row;
    gap: 10px;
    overflow-x: scroll;
	padding-bottom: 10px
}
.strsWrap::-webkit-scrollbar {
	height: 10px;
        border-radius: 15px;
}

.strsWrap::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #ff5317;
    border-radius: 10px; /* Добавьте это свойство для закругления */
}

.strsWrap::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 10px; /* Добавьте это свойство для закругления */
    border: 2px solid #555555;
}
.addStrs{
}
.addStrs a{
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    background-size: cover !important;
}
.addStrs a:before{
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	background-color: rgb(0 0 0 / 56%);
	content: "";
	z-index: 0;
}
.addStrs span{
    z-index: 1;
    width: 33px;
    height: 33px;
    background: rgb(255 255 255 / 79%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    border-radius: 50%;
}
.addStrs a:hover span{background:#fff}
.addStrs p{
    z-index: 1;
    color: #eee;
}
.addStrs a:hover p{color:#fff}
.strsAddForm{
	width: 300px;
    padding: 15px;
}
.nyroModalCont .strsAddForm, .nyroModalCont .strsAddForm *{
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.strsTabList{
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
}

.strsVideoItem{
	position: relative;
	flex-basis: 31%;
	height: 320px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	border: 1px solid #fff;
	border-radius: 24px;
	overflow: hidden;
}
.strsVideoItem video{
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    height: 320px;
    object-fit: cover;
    background-color: #262626;
}

.strsLoader {
  border-radius: 50%;
  border-top: 4px solid #fff;
  width: 70px;
  height: 70px;
  -webkit-animation: spin .6s linear infinite;
  animation: spin .6s linear infinite;
  top: 38%;
  position: absolute;
  left: 38%;
  transform: translate(-50%,-50%);
}

.strsWrap .strsVideoItem{
	flex-basis: calc(31% - 20px);
    height: 230px;
	flex-grow: 0;
    flex-shrink: 0;
    position: relative;
}
.strsWrap .strsVideoItem video{height: 230px;}

.srtFooter {
    position: absolute;
    bottom: 14px;
    left: 15px;
}

.srtFooter .user_nickname {
    font-size: 1.3em;
}

.strsVideoInfo {
    position: absolute;
    left: 15px;

}
#user_profile_tab_content .strsVideoInfo  {
    top: 15px;
}

.strsVideoUsr img {
    width: 32px;
    border-radius: 30px;
    border: 1px solid #fff;
    height: 32px;
}

.strsVideoView {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.strsVideoUsr {
}
.strsViewBox {
    width: 300px;
    height: 530px;
}
.strsViewVideo{line-height: 0;}
.strsViewVideo video{
	width: 100%;
	max-width: 300px;
    cursor: pointer;
    height: 530px;
    object-fit: contain;
    background-color: #262626;
}

.strsViewPlay {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 200px;
    text-align: center;
    padding-left: 30px;
    line-height: 200px;
	cursor: pointer
}
.strsViewVolume {
    position: absolute;
    top: 6%;
    left: 6%;
    background: #98a3a887;
    padding: 15px;
    border-radius: 30px;
}
.strsViewVolume img {
    height: 23px;
}
.strsViewPlay a {
    color: #fff;
    font-size: 65px;
	text-decoration: none;
}

.strsViewLoader {
	border-radius: 50%;
	border-top: 4px solid #fff;
	width: 70px;
	height: 70px;
	-webkit-animation: spin .6s linear infinite;
	animation: spin .6s linear infinite;
	top: 44%;
	position: absolute;
	left: 43%;
	transform: translate(-50%,-50%);
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.strsViewBox .strsVideoInfo{
	bottom: 10px;
	left: auto;
	right: 6px;
	text-align: center;
}
.strsViewBox .strsVideoInfo a{text-decoration: none;color: #fafafa;}
.strsViewBox .strsVideoInfo a:hover{text-decoration: none;color: #fff;}
.strsVideoLike{
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    align-items: center;
}
.strsLikeIco{font-size: 23px;}
.strsLikeIco.strsLiked{color: #c10000 !important; }
.strsLikeIco.strsLikeLoad{
	-webkit-animation: spin .6s linear infinite;
	animation: spin .6s linear infinite;
}

.strsUsers{width:260px;height:35px;margin: 15px;display: flex;flex-flow: row wrap;gap: 5px;}
.strsUsers.strsUsers_9{height:70px}

@media(max-width: 991px) {
	.strsVideoItem{flex-basis: 48%;}
	.strsWrap .strsVideoItem{flex-basis: calc(35% - 20px); height: 200px;}
}
@media(min-width:576px) and (max-width: 767px) {
	.strsVideoItem{flex-basis: 31%;}
	.strsWrap .strsVideoItem{flex-basis: calc(26% - 20px);}
}
@media(max-width: 400px) {
	.strsVideoItem{flex-basis: 100%; }
        .srtFooter .user_nickname {
            font-size: 1em;
        }
        
}



#avatar{position:relative;margin-bottom: 20px;}
#avatar.withStories{overflow: hidden;border-radius: 50%;width: 210px;padding: 4px !important;}
#avatar.withStories > *{z-index:1;position:relative;border: 0 !important;border-radius: 50%;display:block}
#avatar.withStories:before {
   content: "";
    height: 150%;
    width: 150%;
    position: absolute;
    background: conic-gradient(
        #fd004c,
        #fe9000,
        #fff020,
        #3edf4b,
        #3363ff,
        #b102b7,
        #fd004c
    );
    left: -25%;
    top: -25%;
    animation: spin 1.5s infinite linear;
	z-index: 0;
}
@keyframes spin{
    100%{
        transform: rotate(-360deg);
    }
}
.strsAddPlus {
    background: #fff;
    color: #000;
    width: 33px;
    height: 33px;
    position: absolute !important;
    left: 51%;
    transform: translate(-50%, 0);
    bottom: 2px;
    z-index: 2 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 24px;
	border-radius:50%
	
}
.strsAddPlus:hover{background: #ddd;color: #000;text-decoration:none}
.strsViewDelete {
    position: absolute;
    bottom: 20px;
    border: 15px;
    width: 100%;
    text-align: center;
}
.strsViewDelete a{
    background: #b22222;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 13px;
    
}
.strsViewDelete a:hover{background: #b22222;color: #fff;text-decoration:none}

#left_column{
	display: flex;
    flex-direction: column;
    align-items: center;
}
#left_column > div{width: calc(100% - 20px);}

.strsViewVideo:before {
    content: "";
    background: rgb(0 0 0 / 40%);
    background: linear-gradient(0deg, rgb(0 0 0 / 50%) 50%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.strsCaruselItem{position:relative}
.slick-dots {
    display: flex !important;
	position: absolute;
    top: 0;
}
.strsViewLoaderBox{
	position: absolute;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

progress {
	position: absolute;
    bottom: 0;
	height: 3px;
    width: 100%;
}
progress[value] {
	position: absolute;
	appearance: none;
	border: none;
	color: #e52e71;
}

progress[value]::-webkit-progress-value {
	background-image: linear-gradient(to right,	#ff8a00, #e52e71);
	transition: width 1s linear;
}

progress[value]::-moz-progress-bar {
	background-image: -moz-linear-gradient(right, #ff8a00, #e52e71);
}

.strsVideoUsr {
    margin-bottom: 10px;
}
.strsViewVolume {
	top: auto;
    left: auto;
    background: none;
    padding: 3px;
    border-radius: 0;
    position: relative;
    margin-bottom: 10px;
}
.strsCaruselItem *:focus{outline: none;}
.strsLikeIco.strsLiked {color: #e1533a}
.strsVideoLike, .strsViewBox .strsVideoInfo a{color: #fff}
.strsViewBox .strsVideoInfo {
    bottom: 25px;
    right: 10px;
}
.strsViewBox .slick-dots li button:before{
	content: "‒";
	color: #ff5317;
}
.strsViewBox .slick-dots li.slick-active button:before {color: #ff5317;}
.strsBox .strsVideoInfo{
	bottom: auto;
    top: 20px;
}
.strsBox .strsVideoInfo .strsVideoUsr img{border: 3px solid #ff5317;}

.strsViewBox .strsVideoInfo  img {
    width: 21px;
}
.strsViewBox .strsVideoUsr img {
    margin: 0px;
    padding: 0px;
    width: 42px;
    height: 42px;
}
.strsViewVolume, .strsVideoLike {
    border-radius: 15px;
    background: #60606059;
    padding: 10px;
}
.strsViewBox .count {
    margin-top: 10px;
}

.strsViewCarusel .text-video {
    padding: 10px;
    width: 100%;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    max-height: 100%;
    overflow-y: auto;
}
.strsViewCarusel .text-content {
    display: inline;
}
.strsViewCarusel  .toggle-text {
    display: inline;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}
.strsViewCarusel  .full-text {
    display: none;
}
.strsViewCarusel  .short-text, .full-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    overflow-x: hidden;
}

.strsViewCarusel  .text-video::-webkit-scrollbar {
    width: 6px;
}
.strsViewCarusel  .text-video::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}
.strsViewCarusel  .text-video::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}
.strsViewCarusel  .text-video::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Для Firefox */
.strsViewCarusel  .text-video {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1);
}

.strsViewDelete {
    bottom: 75px;
}
.strsViewBox .strsVideoInfo {
    bottom: 25px;
    right: 10px;
    z-index: 2;
}