@charset "utf-8";

/* cyrillic-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOOaBTMnFcQIG.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIMeaBTMnFcQIG.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIO-aBTMnFcQIG.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOOaBTMnFcQIG.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIMeaBTMnFcQIG.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIO-aBTMnFcQIG.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


:root{
    --text-color:rgba(250,250,255,0.92);
    --bg:#000;
}
html,body{
    min-height: 100%;
    font-family: "Nunito",sans-serif;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--text-color);
    background: var(--bg);
    /* overflow-x: hidden; */
}
*, ::after, ::before {
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
button,a,.logo{
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none;
            user-select: none;
}
img,video {
  pointer-events: none;
}
button{
    background: transparent;
    border: 0;
    cursor: pointer;
    color: currentColor;
}
a{
    color: inherit!important;
}
.mrg-0{
  margin: 0;
}
.text-center {
    text-align: center!important;
}
.text-left{
  text-align: left!important;
}
.hidden{
  display: none !important;
}
.container{
    display: flex;
    flex-direction: row;
    height: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
}
.menu,.loadmore-menu{
    width: 100%;
    max-width: 240px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 21px;
    max-height: calc(var(--vh, 1vh)*100);
    font-weight: 800;
}
.menu-list {
    font-size: 17px;
    min-width: 216px;
}

.logo {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 9px;
    justify-content: center;
}
.logo-text {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.logo span.tiny-text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;
}

.logo span {
    margin: -4px;
}
.logo img {
    border-radius: 3px;
    width: 33px;
    height: 33px;
}

.menu-list a {
    padding: 8px 12px;
    border-radius: 10px;
    text-decoration: none;
    align-items: center;
    margin-top: 4px;
    display: flex;
    gap: 16px;
}

.menu-list a:hover,.menu-list a.active {
    background: #353538;
}

.icon {
    width: 23px;
    text-align: center;
    font-size: 20px;
}

.main{
    /* display: flex;
    flex-direction: row;
    flex:1;
    gap:12px; */
    width: 100%;
    max-width: 830px;
}
.content{
    /* border-left: 1px solid var(--border-box);
    border-right: 1px solid var(--border-box); */
    min-height: 100vh;
    padding-bottom: 93px;
    /*width: 100%; */
}
.content-head {
    width: 100%;
    display: flex;
    gap: 9px;
    padding: 16px 7px;
}

.content-head .head-icon {
    background: #1b1b1f;
    padding: 11px;
    border-radius: 29px;
}
.content-head {
    align-items: center;
    border-bottom: 0.3px solid #ffffff38;
}

.head-icon .icon {
    font-size: 16px;
}

.head-title {
    font-size: 25px;
    font-weight: 800;
    font-size: 2vmin;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-head .icons-list {
    margin-left: auto;
    display: flex;
    gap: 4px;
}
.content-head .icons-list > * {
    margin: 0;
    padding: 0;
}
.content .logo{
    display: none;
}
@media only screen and (min-width: 701px) {
    .menu{
        position: sticky;
        z-index: 98;
        top: 0;
    }
    .moremenu{
        display: none !important;
    }
}
@media only screen and (max-width: 700px) {
    .menu .logo{
        display: none;
    }
    .info-section{
        display: none;
    }
    .content .logo{
        display: flex;
        border-bottom: 0.3px solid #ffffff38;
        padding-bottom: 15px;
        padding-top: 7px;
    }
    .head-title {
        font-size: 3vmin;
    }
    .menu {
        position: fixed;
        bottom: 0;
        z-index: 99;
        max-width: 100%;
        justify-content: center;
        display: block;
        padding: 6px 4px;
        background: #000;
        box-shadow: 1px 1px 9px 3px #00000080;
    }

    .menu-list {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    .menu-list a {
        flex-direction: column;
        gap: 2px;
    }
    .menu-list :nth-child(n+5):not(:last-child) {
        display: none;
    }

    .menu-list .icon {
        font-size: 30px;
        width: 36px;
    }

    .menu-list span {
        font-size: 9px;
        text-align: center;
    }
}
@media only screen and (max-width: 440px) {
    .head-title {
        font-size: 4vmin;
    }
    .tabs.menu-search {
        justify-content: space-between !impotant;
        flex-wrap: wrap !important;
    }
}
.content-post {
        padding: 13px 5px;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-sizer,
.grid-item {
  width: 33.333%;
}
.grid-item {
  float: left;
  padding: 3px;
}

.grid-item img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.content-post .title {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    gap: 4px;
    align-items: center;
}
.title .icon {
    font-size: 19px;
}

.panel-form {
    background: #1c1c1f;
    padding: 12px;
    border-radius: 16px;
}
.model-item {
    background: rgba(229,229,255,0.12);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    padding-bottom: 12px;
        min-width: 152px !important;
}

.model-pic img {
    cursor: pointer;
    background: no-repeat 50%/cover;
    width: 152px;
    height: 152px;
    display: block;
    object-fit: cover;
}
.scroll-box{
    position: relative;
    overflow-x: auto;flex-wrap: nowrap !important
}
.models-box{
    height: 211px;
}
.scroll{
    position: absolute;
}
.models {
    display: flex;
    gap:12px;
}

.model-info .username {
    color: rgba(240,240,255,0.5);
    font-weight: 700;
    font-size: 12px;
}

.model-info > * {overflow: hidden;text-overflow: ellipsis;box-sizing: border-box;white-space: nowrap;max-width: 108px;}

.content-post .small-title {
    font-size: 16px;
    margin-top: 0px;
    display: flex;
    gap: 4px;
    align-items: center;
}
.scroll-box::-webkit-scrollbar{display: none}
.panel-form.home {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.btn.small {
    background: #32afed;
    display: block;
    text-align: center;
    border-radius: 17px;
    padding: 0 8px;
    font-weight: 800;
    font-size: 12px;
    line-height: 24px;
    white-space: nowrap;
}
.highlight{
    color: #32afed;
    font-weight: bold;
}
.list-btn {
    display: flex;
    gap: 5px;
}
.list-btn-box {
    height: 24px;
}

.videos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2px;
    container-type: inline-size;
}
.video {
    width: calc(33.33% - 2px);
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 2px;
    transition: all 0.3s ease 0s;
}
@container (max-width: 500px) {
  .video {
        width: calc(50% - 1px);
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
}
.video:hover {
    color: #bbbbda !important;
    background: #35353a;
    border-radius: 5px;
}
.video .thumb > img {
    width: 100%;
    display: block;
    max-height: 145px;
    height: 100%;
    object-fit: cover;
}

.video h3.title,.gallery h3.title {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video .thumb {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 16/9;
}
.thumb .caption {
    display: flex;
    align-items: center;
    font-weight: 700;
    position: absolute;
    color: #FFF;
    font-size: 0.6rem;
    left: 8px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 7px;
    line-height: 12px;
    letter-spacing: 0.12px;
    padding: 3px 5px;
}
.caption.text-top {
    top: 5px;
}
.caption.text-right {
    right: 4px!important;
    left: auto!important;
}
.caption.text-bottom {
    bottom: 2px;
}
.caption span {
    margin-left: 5px;
}
.image-thumb {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 2px;
    transition: all 0.3s ease 0s;
}
.image-thumb:hover {
    color: #bbbbda !important;
    background: #35353a;
    border-radius: 5px;
}
.image-thumb img{
    border-radius: 5px;
}
.image-thumb h3.title{
    font-size:10px;
}
.video-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.video-js .vjs-time-control{
  display: block !important;
}
a#loadmore {
    background: #1c1c1f;
    padding: 10px;
    border-radius: 40px;
    font-size: 14px;
    text-align: center;
    font-weight: 100;
}

.just-center {
    margin: auto;
}

a#loadmore:hover {
    background: #515158;
}

.item-picture .img {
    position: relative;
    overflow: hidden;
    max-height: 70vh;
}
.item-picture .img > img{
    max-height: 70vh !important;
    display: block;
    margin: 0 auto;
    z-index: 2;
    opacity: 1;
    position: relative;
    max-width: 100%;
    min-height: 400px;
}
.img .img-back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.5;
    z-index: 1;
}
.img-back img{
    width: 100%;
    height: auto;
    webkit-filter: blur(15px);
    filter: blur(15px);
}
.item-video p,.item-picture p {
    font-size: 12px;
    color: #a6a6b4;
}


.profile-platform{
    width: 100%;
    margin: auto;
    border-radius: 16px;
}
.profile .item-picture .img > img{
  min-height: auto;
}
.profile-media{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.profile-media .cover{
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 9px;
}
@media only screen and (max-width: 670px) {
  .profile-media .cover{
    height: 200px;
}
}
.profile-media .profile-pic{
    position: relative;
    top: auto;
    bottom: 58px;
    margin: auto;
    height: 80px;
}
.profile-pic img{
    border: 5px solid #1c1c1f;
    background: #fff;
    width: 141px;
    height: 141px;
    border-radius: 100%;
    object-fit: cover;
    display: block;
}
.profile-info .name{
  margin: 0;
  font-size: 1.25em;
  color: #d6dce8;
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
    font-weight: 900;
}
.profile-info .username{
  font-size: .75em;
  line-height: 1.2;
  color: #637395;
}
.profile-info .bio{
  font-size: .875em;
    letter-spacing: .03em;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.75em;
    padding-left: 1.25em;
    white-space: pre-wrap;
    word-break: break-word;
    color: #a1adc7;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
}
.social-media{
    display: flex;
    gap: 12px;
    justify-content: center;
    padding: 14px;
}
.item-social{
    background: #fff;
    padding: 6px;
    border-radius: 16px;
}
.item-social img{
  display: block;
      object-fit: cover;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    max-width: 22px;
    min-width: 22px;
}
.profile .models {
        flex-wrap: wrap;
}
.profile .model-item {
    width: calc(33.33% - 9px);
    min-width: unset !important;
}
.profile .model-pic img {
    width: 100%;
    height: auto;
    max-height: 180px;
    min-height: 180px;
}
.model-pic {
    width: 100%;
}

.tabs {
    flex-direction: row !important;
    padding: 4px;
}
.tab {
    width: 100%;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.tab.selected {
    background: #000;
    box-shadow: 0 2px 2px rgb(0 0 0 / 4%);
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
}

.section {
    margin-bottom: 16px;
}
.menu-list{
    background: #000;
}


.search input[type="text"] {
    padding: 11px 14px;
    outline: 0;
    border-radius: 37px;
    border: 1px solid #000;
    background: #232323;
    color: #c1c1c1;
    padding-right: 36px;
    width: 100%;
    font-family: 'Nunito';
    font-weight: 700;
}

form.search {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.head-search {
    width: 100%;
}

.search .search-btn {
    position: absolute;
    right: 0;
    margin-right: 10px;
    font-size: 15px;
    background: none;
    border: none;
    color: #757575;
}


.video-player {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background-color: #000;
}

.media .image-thumb{
    padding: 0;
}
.media .grid-item, .media .grid-sizer{
    width: 33.333%;
}
.media .grid-item{
    padding: 0px;
    padding-bottom: 2px;
}
.media-item{
    padding: 1.5px;
    margin: 1.5px;
    padding-bottom:6px;
    border:.8px solid #cccccc1f;
    border-radius: 5px;
    transition:all .2s ease;
}
.media-item:hover{
    color: #bbbbda !important;
    background: #35353a;
    border:.8px solid #cccccc69;
}
.media-item .btn.small {
    color: #fff !important;
    font-size: 10px;
    padding: 0px 4px;
    line-height: 15px;
}
@media only screen and (max-width: 420px) {
    .media-item .btn.small {
        font-size: 2.5vmin;
    }
    .media .grid-item, .media .grid-sizer{
        width: 50%;
    }
}
.media-item .list-btn{
    margin-top: 5px;
    flex-wrap: wrap;
    justify-content: center;
}
.media-item .title{
    text-align: center;
}


.video-media .thumb{
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.play.video-media .player{
  overflow: hidden;
}
.video-media .player>video{
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  position: absolute;
}
.video-media.play .play-video {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.player.play{
    position: absolute;
    z-index: 2;
  top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mm-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000057;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all 0.75s ease;
}

.mm-content {
    border-radius: 20px;
    width: 100px;
    height: 100px;
    text-align: center;
    opacity: 0;
    background: #000;
    transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 15px;
    padding-bottom: 30px;
    overflow: hidden;
    z-index:3;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: space-around;
    min-height: 324px;
}
.mm-content > * {
    width: calc(33.33% - 2px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mm-content > * > .icon {
    font-size: 50px;
    width: 60px;
}
.modal-menu{
    visibility: hidden;
}
.show .modal-menu{
    visibility: visible;
}
.show .mm-background{
    visibility: visible;
    opacity: 1;
}
.show .mm-content{
            width: 92%;
            height: auto;
            opacity: 1;
            z-index: 800;
            max-width: 500px;
            
}
.album-gallery{
  display: flex;
  flex-wrap: wrap;
}
.album-gallery::after {
  content: '';
  flex-grow: 999999999;
}
.item-album-gallery{
  flex-grow: 1;
  margin: 2px;
  background-color: #37373f;
  height: 200px;
  position: relative;
  width: 200px;
}
.item-album-gallery img{
  height: 200px;
  object-fit: cover;
  max-width: 100%;
  min-width: 100%;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  width: 200px;
}
.is-wild{
    display: none;
}
@media only screen and (min-width: 701px) {
    .wild .menu {
    width: 81px;
    overflow: hidden;
    }
    .wild .logo-text {
        display:none;
    }

    .wild .menu-list span {
        display:none;
    }

    .wild .menu-list {
        min-width: 50px;
    }

    .wild .main {
        max-width: calc(660px + 170px);
    }
    *{
        transition: width 0.3s ease 0s;
    }
    .is-wild{
        cursor: pointer;
        display: block;
    }
}

.gifs .video-js {
    height: 56vh !important;
    padding-top: 0 !important;
}
.speed-up {
    position: absolute;
    top: 4px;
    display: flex;
    left: 4px;
    background: #e9e9e9;
    color: #1c1c1f;
    border-radius: 21px;
    flex-direction: row-reverse;
}

.speed-up button {
    font-size: 20px;
}
a[data-src]{
    cursor: pointer;
}
.c-head {
    position: sticky;
    top: 0;
    background: #000;
    z-index: 3;
}
.info-section {
    padding: 0 10px;
    color: #8c8c8c;
    font-size: 10px;
    font-weight: 100;
}
.info-section a {
    text-decoration: underline dotted;
}
.wild .info-section{
    display: none;
}

.cats {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2px;
}

.cat-item {
    position: relative;
    width: calc(33.33% - 2px);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.cat-item img {
    width: 100%;
    display: block;
}

.cat-item h2 {
    position: absolute;
    bottom: 1px;
    font-size: 20px;
    left: 4px;
    text-shadow: 1px 1px black;
}
.modal-iframe {
    position: absolute;
    top: 0;
    background: #00000061;
    z-index: 999;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-content {
    background: #000;
    width: fit-content;
    margin: auto;
    margin-top: 17vh;
    padding: 27px;
    border: 1px solid #46464d;
    border-radius: 5px;
    text-align: center;
}

.content-post {
    position: relative;
}

textarea.iframe-html {
    background: #000;
    color: #ccc;
}

.iframe-content button {
    background: #62626b;
    color: #ccc;
    padding: 10px 16px;
    border-radius: 5px;
}
a.a2a_button_iframe > span {
    background: #000 !important;
    border: 1px solid #565656;
}

a.a2a_button_iframe::before {
    content:"</>";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600!important;
}

a.a2a_button_iframe {
    position: relative;
}
a.cpdown-btn {
    background: #9146ff;
    padding: 7px 20px;
    font-weight: 900;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    gap: 9px;
    width: fit-content;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.cpdown-btn h3 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video [data-loading] {
    width: 100%;
    height: 100%;
    background: #2e324524;
    z-index: 2;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.new:before {
    content:"new";
    position: absolute;
    top: -2px;
    right: -8px;
    font-size: 9px;
    transform: rotate(41deg);
    color: white;
    background: #F00;
    padding: 0px 3px;
    border-radius: 5px;
    text-transform: lowercase;
}

.new {
    position: relative;
}
.work-sites {
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: space-around;
    height: 42px;
    align-items: center;
    border-bottom: 0.3px solid #ffffff38;
}

.work-sites a {
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    font-weight: 200;
}
.list-items a{
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 200;
}
.icon img {
    width: 100%;
    vertical-align: middle;
    border-radius: 3px;
}
.is-18 {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

.is-18-msg {
    background: #35353a;
    margin: 0 12px;
    width: 100%;
    max-width: 453px;
    padding: 27px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 6px 2px #0000008f;
    z-index: 999;
}

.is-18 .title {
    font-size: 23px;
    font-weight: 900;
}

.is-18 .msg {
    white-space: pre-wrap;
}

.is-18::after {
    content:"";
    width: 100%;
    height: 100%;
    position: fixed;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: #35353a3d;
}


button.is-18-enter {
    background: #32afed;
    padding: 12px 28px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
}

.confirm-btns {
    display: flex;
    gap: 12px;
}

button.is-18-leave {
    color: #bebec6;
    font-weight: 500;
}
svg.ico {
    overflow: visible;
    box-sizing: content-box;
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
    width: 1em;
}
.item-album-gallery.has-video .video-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #0000005e;
    z-index: 2;
    opacity: .8;
    font-size: 2em;
    font-weight: 600;
}
.caption-video {
    width: 19px;
    height: 19px;
    border-radius: 20px;
    position: absolute;
    top: 5px;
    right: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 0.6rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    line-height: 12px;
    letter-spacing: 0.12px;
    padding: 3px 5px;
}

.click-btn {
    margin-top: 13px;
}

.ad:before {
    content:"Ad";
    position: absolute;
    top: 5px;
    right: -13px;
    font-size: 9px;
    transform: rotate(41deg);
    color: white;
    background: #d973ff;
    padding: 0px 3px;
    border-radius: 5px;
    text-transform: uppercase;
    z-index: 9;
    width: 49px;
}
.ad {
    position: relative;
}
.settings a {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 7px;
}

.settings a.active {
    background: #31afec;
}

.settings {
    padding: 0 12px;
    display: flex;
    gap: 12px;
    flex-direction: row-reverse;
}


.x-models {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.x-models .model {
    background: rgba(229, 229, 255, 0.12);
    padding: 7px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
    max-width: 150px;
    height: 163px;
}

.x-models .picture img {
    display: block;
    width: 100%;
    height: 100%;
}

.x-models .picture {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #1c1c1f;
}

.username {
    font-weight: bold;
    font-size: 13px;
}

.x-models .sections {
    margin-top: auto;
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.x-models .sections a {
    background: #31afec;
    padding: 3px 7px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: bold;
}

.model a.head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
}