

.swiper.shorties-slider {
    width: 100%;
    max-width: 659px;
    height: 100dvh;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
    bottom: 0;
    padding: 63px 0 0;
	opacity: 0;
	visibility: hidden;
}

.swiper.shorties-slider.swiper-initialized {
	opacity: 1;
	visibility: visible;
    overflow: visible;
}

.shorties-slider .main-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}

.shorties-slider .card-img {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    background: #000;
}

.shorties-slider .swiper-slide .shorties-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    transition: .3s;
    opacity: 0;
    z-index: 10;
}

.main-card.paused .btn-play {
    opacity: 1;
}

.btn-play svg {
    width: 100%;
    height: 100%;
}

.shorties-slider .controls {
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.shorties-slider .controls::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background: rgb(115 115 115);
}

.shorties-slider .progress-bar {
    width: 100%;
    height: 8px;
    -webkit-appearance: none;
    background: transparent;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
    transition: height 0.1s ease-in-out;
    position: relative;
    z-index: 4;
}

.shorties-slider .buffer-bar {
    position: absolute;
    top: 10px;
    border-radius: 0;
    left: 0;
    height: 8px;
    background: var(--color-fff);
    opacity: 0.5;
    width: 0%;
    transition: width 0.3s;
    z-index: 2;
}

.shorties-slider .fill-bar {
    position: absolute;
    top: 10px;
    border-radius: 0;
    left: 2px;
    height: 8px;
    background: #fff;
    opacity: 1;
    width: 0%;
    transition: width 0.3s;
    z-index: 3;
}

.shorties-slider .fill-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    width: 2px;
    height: 8px;
    background: #fff;
}

.swiper-slide .heading-box {

}

.heading-box .heading-tools {
    position: relative;
}

.heading-box .dots-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
}

.heading-box .dots-btn .svg-icon {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.heading-box .dots {
    position: relative;
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #B8B8B8;
    border-radius: 50%;
    transition: .3s;
    opacity: 1;
}

.heading-box .dots::before, .heading-box .dots::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #B8B8B8;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.heading-box .dots::before {
    left: 0;
    top: 1px;
    left: 8px;
}

.heading-box .dots::after {
    right: 0;
    top: 1,5px;
    right: 8px;
}

.heading-tools.show .tools-drop {
    display: block !important;
}

.shorties-slider .heading-box .heading-tools .tools-drop, .shorties-slider .swiper-slide .share-popup, .shorties-slider .form-flagging {
    background: var(--thumb-box-bg);
}

.heading-box .heading-tools .tools-drop {
    position: absolute;
    top: -20px;
    right: 47px;
    background: var(--thumb-box-bg);
    padding: 10px;
    min-width: 175px;
}

.swiper-slide .video-data {
    position: absolute;
    bottom: 8px;
    color: #fff;
    left: 0;
    padding: 15px;
    width: 100%;
}

.swiper-slide .video-data:before {
    content: "";
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0, rgb(0 0 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 125%;
    z-index: 1;
}

.swiper-slide .video-data .models-data {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 0 10px;
}

.swiper-slide .main-card .title {
    color: #B8B8B8;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

.swiper-slide .main-card .title a {
    font-weight: 500;
    color: #fff;
    transition: color .3s ease;
}

@media screen and (hover:hover) {
    .swiper-slide .main-card .title a:hover {
        color: var(--btn-gold);
    }
}

.swiper-slide .main-card .description {
    text-align: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    margin-top: 10px;
}

.swiper-slide .main-tools {
    position: absolute;
    bottom: 20px;
    right: -55px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.swiper-slide .share-popup {
    position: absolute;
    background: var(--thumb-box-bg);
    right: 0;
    bottom: 0;
    z-index: 114;
    left: 0;
    padding: 15px 15px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    border-radius: 10px 10px 0 0;
}

.swiper-slide .share-open .share-popup {
    opacity: 1;
    visibility: visible;
}

.shorties-slider .form-flagging {
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 114;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    padding: 15px;
    transition: 0.3s;
    border-radius: 10px 10px 0px 0px;
}

.main-card.report-open .form-flagging {
    opacity: 1;
    visibility: visible;
}

.shorties-slider .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: transform .4s, visibility .4s, opacity .4s;
}

.swiper.mask-active .mask, .shorties-slider .main-card.report-open .mask, .shorties-slider .main-card.share-open .mask {
    display: block;
}

.shorties-slider .progress-bar::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.2s;
}

.shorties-slider .progress-bar:hover::-webkit-slider-thumb {
	opacity: 1;
}

.short-logo img {
  max-width: 112px;
  height: auto;
}

.logo-box {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 11;
  display: none;
}

.short-logo {
    display: flex;
    gap: 10px;
    align-items: center;
}

.short-logo svg {
    color: #fff;
}

.rating-container-new {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.rating-container-new .tool-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #070707;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating-container-new .voters {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 400;
    color: #B8B8B8;
    white-space: nowrap;
}

.swiper-slide .mute-button {
    z-index: 2;
    transition: color 0.2s;
    line-height: 0;
    cursor: pointer;
}

.swiper-slide .main-tools svg {
    font-size: 20px;
    color: #B8B8B8;
    transition: color .3s ease;
}

.swiper-slide .mute-button .svg-icon {
    width: 20px;
    height: 20px;
    transition: color .3s;
    color: #B8B8B8;
}

.swiper-slide .mute-button .hide {
    display: none;
}

.mute-button {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #070707;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-button {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #070707;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.heading-box {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #070707;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; 
}
 
@media screen and (hover:hover) {
  .share-button:hover svg, .mute-button:hover svg, .tool-btn:hover svg {
    color: #fff !important;
  }  
}

.shorts-model-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.shorts-model-left {
    display: flex;
    align-items: center;
    gap: 10px;
}


.shorts-model-left-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.shorts-model-left-photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.shorts-model-left-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.shorts-model-left-info-bottom {
    display: flex;
    align-items: center;
    gap: 10px; 
}

.shorts-model-left-info-bottom .thumb-item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #B8B8B8;
}

.shorts-model-left-info-bottom .thumb-item i {
    display: flex;
}

.shorts-model-link {
    color: #fff;
    transition: color .3s ease;
}

.heading-box .heading-tools .tools-drop .drop-item {
    transition: color .3s ease;
    padding: 5px 0;
}

.close-report, .close-popup-share {
    text-align: end;
    cursor: pointer;
}

.close-report svg, .close-popup-share svg {
    transition: color .3s ease;
}

.share-popup .share-row {
    margin-bottom: 10px;
}

@media screen and (hover:hover) {
    .shorts-model-link:hover {
        color: var(--btn-gold);
    }
    .heading-box .heading-tools .tools-drop .drop-item:hover {
        color: var(--btn-gold);
    }
    .close-report svg:hover {
        color: var(--btn-gold);
    }
    .close-popup-share svg:hover {
        color: var(--btn-gold);
    }
}

.shorts-model-subscribe {
    height: 40px;
    padding: 0 20px;
    border-radius: 10px;
    background: #FF8500;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    transition: background .3s ease;
}

.shorts-model-subscribe.done {
    opacity: .3;
    cursor: default;
    pointer-events: none;
}

@media screen and (hover:hover) {
    .shorts-model-subscribe:hover {
        background: #ffb360;
    }
}


@media screen and (max-width: 800px) {
    .swiper-slide .main-tools {
        bottom: 100px;
        right: 20px;
    }
    .swiper.shorties-slider {
        overflow: hidden;
    }
    .swiper-slide .main-card .title {
        padding-right: 55px;
    }
}


@media screen and (max-width: 1024px) {
  .shorties-header {
    display: none;
  }
  .swiper.shorties-slider {
    padding: 0;
  }
  .logo-box {
    display: block;
  }
}

.model-shorts-items {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -5px 10px;
    overflow: auto;
}

.model-shorts-item {
    padding: 5px;
    overflow: hidden;
    flex-shrink: 0;
    width: calc(9% - 5px);
}

.model-shorts-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--thumb-placeholder-bg);
    padding-bottom: 144%;
}

.model-shorts-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; 
    object-fit: cover;
}

.model-shorts-title {
    position: absolute;
    bottom: -2px;
    left: 0;
    color: #fff;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease;
    transition: color .3s;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 5px;
}

.model-shorts-mask:after {
    content: "";
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0, rgb(0 0 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
}

.model-shorts-items::-webkit-scrollbar {
    height: 10px;
}

.model-shorts-items::-webkit-scrollbar-thumb {
    background-color: var(--btn-gold);
    border-radius: 10px;
    cursor: pointer;
}

.model-shorts-items::-webkit-scrollbar-track {
    background-color: transparent;
}

@media screen and (hover:hover) {
    .model-shorts-item:hover .model-shorts-title {
        opacity: 1;
    }
    .model-shorts-item:hover .model-shorts-mask:after {
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {
    .model-shorts-item {
        width: 25%;
    }
    .model-shorts-title, .model-shorts-mask:after {
        opacity: 1;
    }
}