*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
ul, ol {
    padding-left: 18px;
}
li {
    margin-bottom: 5px;
}
a,
button,
input,
textarea,
select {
    font: inherit;
    border: none;
    background: none;
    outline: none;
    text-decoration: none;
}
a {
    color: #A743FF;
}
a:active {
    text-decoration: none;
    color: #A743FF;
}
[x-cloak] { display: none !important; }
html, body {
    background-color: #1F1F1F;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'HelveticaNeue', sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 0;
    margin: 0;
    min-height: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    overscroll-behavior-y: none;
}
main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 600px;
    min-height: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #1e1e1e;
}
::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 8px;
    border: 2px solid #1e1e1e;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
* {
    scrollbar-width: thin;
    scrollbar-color: #888 #1e1e1e;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.index-container {
    overflow: auto;
    padding: 0;
}
.page-template-default #main-content {
    max-height: calc(100% - 60px);
}
.page-template-default #site-footer {
    max-height: 60px;
}


.index-container .header-inner {
    padding: 16px 12px;
}
.index-container .inner-page {
    gap: 24px;
    height: auto;
}
.index-container .inner-page .inner-page-content {
    padding: 0 16px;
}
.index-container .inner-page  .inner-page-title {

}
.inner-page-title h1 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;

}
.inner-page-content {
    color: #FFFFFFE5;
    width: 100%;
    max-width: 992px;
    font-weight: 500;
    margin: 0 auto;
}
.inner-page-content > * {
    margin-bottom: 24px;
}
.inner-page-content > .wp-block-spacer {
    margin-bottom: 0;
}
.inner-page-content > *:last-child {
    margin-bottom: 0;
}
.inner-page-content .wp-block-preformatted {
    color: #FFFFFF99;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
}

#main-content {
    position: relative;
    background-color: #1F1F1F;
    flex: 1 0 auto;
}
#site-footer {
    flex-shrink: 0;
    background: #000000;
    height: 60px;
}
.footer-pages-menu-content {
    display: none;
}
.footer-container {
    padding: 8px;
}
.footer-container .footer-logo {
    display: none;
}
.footer-btn-row {
    display: none;
}
.footer-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.footer-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.footer-col a,
.footer-col button {
    appearance: none;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .3s;
}
.footer-col a div,
.footer-col button div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 4px;
    padding: 3px 0;
}
.footer-col a div svg,
.footer-col button div svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: #FFFFFF66;
}
.footer-col a div svg path,
.footer-col button div svg path {
    fill: #FFFFFF66;
    fill-opacity: 1;
}
.footer-col a div span,
.footer-col button div span {
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF66;
}
.footer-col a.active-page div svg,
.footer-col button.active-page div svg {
    fill: #FFFFFF;
}
.footer-col a.active-page div svg path,
.footer-col button.active-page div svg path {
    fill: #FFFFFF;
}
.footer-col a.active-page div span,
.footer-col button.active-page div span {
    color: #FFFFFF;
}

@media (hover: hover) {
    .footer-col a:hover div svg,
    .footer-col button:hover div svg {
        fill: #FFFFFF;
    }
    .footer-col a:hover div svg path,
    .footer-col button:hover div svg path {
        fill: #FFFFFF;
    }
    .footer-col a:hover div span,
    .footer-col button:hover div span {
        color: #FFFFFF;
    }
}


/*player*/
.height-full {
    height: 100%;
}
.player-init-container {
    overflow: hidden;
}
.videoPlayer-scroll {
    position: relative;
    height: 100%;
    width: 100%;
    opacity: 0;
}
#player-section {
    position: relative;
    z-index: 1;
    will-change: transform;
}
#player-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    width: auto;
}
#player-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    isolation: isolate;
}
/*#player-container::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, #0d0d0d, #2a1a33);
	z-index: 0;
	pointer-events: none;
}*/
#player-container > div {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    z-index: 2;
}
#player-container > div > img.player-underlay-img-blur {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    filter: blur(200px);
    backdrop-filter: blur(30px);
    background-color: rgba(0, 0, 0, 1);
}
#player-container > div > img.player-underlay-img {
    position: relative;
    display: block;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

#player-container > div > video {
    display: block;
    object-fit: contain;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.clamp-video {
    filter: blur(15px);
    pointer-events: none;
}
.stream-loading {
    filter: blur(2px);
}

#player-feed-container {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    overflow: visible;
}
.feed-video-el {
    position: absolute;
    inset: 0;
    width: 100%!important;
    height: 100%!important;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    isolation: isolate;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center ;
    -ms-flex-align: center;
    align-items: center ;
}
.feed-video {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    isolation: isolate;
}
img.player-underlay-img-blur {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    filter: blur(200px);
    backdrop-filter: blur(30px);
    background-color: rgba(0, 0, 0, 1);
}
.feed-video-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.feed-video video {
    position: relative;
    display: block;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: 100%!important;
    height: 100%!important;
}
.feed-video-el .video-info {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.feed-video-el .video-info-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.player-preview-imgs {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 0;
}
.model-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    isolation: isolate;
}
.model-preview.prev-model-preview {
    top: -100%;
}
.model-preview.next-model-preview {
    top: 100%;
}
.model-preview-inner {
    position: relative;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.model-preview-block {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.model-preview img.preview-img {
    position: relative;
    display: block;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}
.model-preview img.preview-img-background {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    filter: blur(200px);
    backdrop-filter: blur(30px);
    background-color: rgba(0, 0, 0, 1);
}
.model-preview.ad-preview {
    top: 100%;
    background: #000;
}
.model-preview.ad-preview .model-preview-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}

.model-preview.ad-preview .model-preview-block svg {
    width: 50px;
    height: 50px;
}
.model-preview.ad-preview .model-preview-block h5 {
    margin-top: 15px;
    font-size: 23px;
    color: #FFFFFFE5;
    font-weight: 500;
}

#swipe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: transparent;
    touch-action: pan-y !important;
}

/* iOS optimizations for smooth scrolling */
/* Hide offscreen videos */
.feed-video-el[offset="100"],
.feed-video-el[offset="-100"] {
    visibility: hidden;
    opacity: 0;
}

/* Blur off during swipe */
.feed-video-el.swiping .clamp-video,
.feed-video-el.swiping .stream-loading {
    filter: none !important;
}



.player-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    /*-ms-flex-pack: justify;
    justify-content: space-between;*/
    -ms-flex-pack: end;
    justify-content: flex-end ;
}
.start-stream-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.start-stream-btn button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 0px 16px 0px #00000099;
}
.start-stream-btn-svg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background-color: #333333;
    transition: .3s;
}
.start-stream-btn-svg svg {
    width: 30px;
    height: 30px;
    fill: #ffffff;
}
.start-stream-btn button:hover {
    .start-stream-btn-svg {
        background-color: #525252;
    }
}

.swipe-instruct {
    position: absolute;
    top: 0;
    left: -100px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.swipe-instruct-inner {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.swipe-instruct-svg {
    width: auto;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.swipe-instruct-svg svg {
    width: 300px!important;
    height: auto!important;
}

.stream-error-notify {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
}
.stream-error-notify p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    background: #333333;
    padding: 12px 16px;
    border-radius: 16px;
}
.stream-error-modal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    background: rgba(82, 82, 82, 0.7);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 16px 18px;
    max-width: 320px;
    text-align: center;
}
.stream-error-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 130%;
    color: #ffffff;
    margin: 0;
    text-align: center;
}
.stream-error-modal p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background: transparent;
    padding: 0;
    margin: 0;
}
.loader {
    display: inline-block;
}
.loader-spinner {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 4px solid rgba(0, 0, 0, 0.08);
    border-top-color: #A743FF;
    animation: spin 0.8s linear infinite;
}
@keyframes spin{ to{ transform:rotate(360deg);} }

.mobile-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.player-content-header {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);

}
.mobile-header-fixed .player-content-header {
    display: -ms-flexbox;
    display: flex;
}
.site-logo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.site-logo svg {
    width: 32px;
    height: 32px;
    fill: #FFFFFF;
}
.volume-btn {
    display: block;
    width: 32px;
    height: 32px;
}
.volume-btn-svg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.volume-btn svg {
    width: 24px;
    height: 24px;
    fill: #FFFFFF;
}
#audio-indicator {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
#audio-indicator.audio-muted .volume-btn-enable {
    display: none;
}
#audio-indicator.audio-enabled .volume-btn-disable {
    display: none;
}

.player-content-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    column-gap: 20px;
    padding: 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.player-model-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 56px);
    flex: 0 0 calc(100% - 56px);
    max-width: calc(100% - 56px);

    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.player-user-credits {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.player-user-credits .timer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 34px;
    height: 14px;
    margin: auto;
}
.player-user-credits .timer span {
    font-size: 10px;
    font-weight: 500;
    line-height: 100%;
    color: #000000;
    background-color: #FFD64E;
    border-radius: 4px;
    padding: 2px 4px;
}
@keyframes pulseAnimation {
    0%   { transform: scale(1);   text-shadow: 0 0 0px rgba(255,255,255,0); }
    50%  { transform: scale(1.05); text-shadow: 0 0 10px rgba(255,255,255,0.5); }
    100% { transform: scale(1);   text-shadow: 0 0 0px rgba(255,255,255,0); }
}
.timer-pulse {
    animation-name: pulseAnimation;
    animation-duration: 1s; /* стартовая скорость */
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


.player-user-credits .empty-space {
    display: none;
    height: 14px;
    width: 100%;
}
.player-user-btn {
    text-align: center;
    padding: 4px;
}
.player-user-btn span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFFE5;
    margin-top: 4px;
}
.player-user-clap-svg,
.player-user-coint-svg,
.player-user-provider-svg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}
.player-user-clap-svg .clap-svg-timeout {
    transform: scale(0.9);
}
.player-user-clap-svg .clap-svg-earn {
    transform: scale(1.635);
}
.player-user-clap-svg .clap-svg-minus {
    transform: scale(0.9);
}
.player-user-provider .provider-amin-svg {
    transform: scale(0.7765);
}
.player-user-clap-svg svg {
    display: block;
    height: 28px;
    width: 28px;
    fill: #FFFFFFE5;
}
.player-user-coint-svg svg {
    display: block;
    height: 26px;
    width: 26px;
    fill: #FFFFFFE5;
}
.player-user-provider-svg svg {
    display: block;
    height: 24px;
    width: 24px;
    fill: #FFFFFFE5;
}

.model-info-status {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 8px;
    user-select: none;
    -webkit-user-select: none;
}
.model-info-status-live {
    padding: 4px 5px;
    border-radius: 4px;
    background-color: #cccccc;
}
.model-info-status-live.live {
    background-color: #ff2327;
}
.model-info-status-live span {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
}
.model-info-status-live-count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 4px;
}
.model-info-status-live-count-icon svg {
    width: 12px;
    height: 12px;
    fill: #FFFFFFE5;
}
.model-info-status-live-count-num p {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFFE5;
}
.model-info-name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 8px;
}
.model-info-favorite-btn {
    cursor: pointer;
}
.model-info-favorite-btn > div {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.model-info-favorite-btn .add-to-favorite {
    display: -ms-flexbox;
    display: flex;
}
.model-info-favorite-btn .added-to-favorite {
    display: none;
}
.model-info-favorite-btn.like .add-to-favorite {
    display: none;
}
.model-info-favorite-btn.like .added-to-favorite {
    display: -ms-flexbox;
    display: flex;
}
.model-info-favorite-btn svg {
    width: 19px;
    height: 15px;
    fill: #FFFFFFE5;
}
.model-info-name-nick span {
    font-weight: 700;
    font-weight: 16px;
    color: #FFFFFF;
}
.model-info-description-text {
    overflow: hidden;
    transition: max-height 0.3s ease;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.model-info-description-text.collapsed-desc {
    max-height: 36px;
}
.model-info-description-text.expanded-desc {
    max-height: 1000px;
}
.model-info-description-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #ffffff;
}
.model-info-categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}
.model-info-category-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 8px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    cursor: pointer;
}
.model-info-category-btn.close {
    border-color: #a743ff;
    background-color: #a743ff;
}
.model-info-category-btn.active {
    background-color: #ffffff;
}
.model-info-category-btn span {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
}
.model-info-category-btn.active span {
    color: #000000;
}

.active-tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.active-tag {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    padding: 5px 8px;
    gap: 4px;
    background-color: #ffffff;
}
.active-tag p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 18px);
    flex: 0 0 calc(100% - 18px);
    max-width: calc(100% - 18px);

    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    color: #000000;
}
.active-tag span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.active-tag svg {
    display: block;
    width: 7px;
    height: 7px;
}
.active-tag svg path {
    fill: #000000E5;
}

/*player popups*/
.player-popup {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.player-popup-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    background: #00000099;
    backdrop-filter: blur(20px);
}
.player-popup-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    max-height: 90%;
    overflow: auto;
    color: #ffffff;
    box-shadow: 0px -4px 16px 0px #00000066;
    background: #1F1F1F;
    padding: 24px;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
}
.player-popup-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
}
.player-popup-info > * {
    width: 100%;
}
.player-popup-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.player-popup-icon svg {
    display: block;
    width: 48px;
    height: 48px;
}
.player-popup-icon svg path {
    fill: #FFFFFFE5;
}
.player-popup-title h5 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    color: #FFFFFFE5;
}
.player-popup-title h5 span {
    color: #0AFFB1;
}
.player-popup-text p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #FFFFFFE5;
}
.player-popup-text p span {
    color: #0AFFB1;
}

.player-popup-interactive {
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    width: 100%;
}
.player-popup-interactive-column {
    flex: 1;
}

.popup-use-resource {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    opacity: 0.4;
}
.popup-use-resource.active-resource {
    opacity: 1;
}
.popup-use-resource p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #0AFFB1;
}
.popup-use-claps-btn,
.popup-use-pips-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #FFFFFF14;
    border-radius: 16px;
    padding: 8px;
    gap: 4px;
    transition: .3s;
}
.popup-use-resource.active-resource .popup-use-claps-btn,
.popup-use-resource.active-resource .popup-use-pips-btn {
    cursor: pointer;
}
.popup-use-claps-btn svg,
.popup-use-pips-btn svg {
    display: block;
    width: 28px;
    height: 28px;
}
.popup-use-claps-btn svg path,
.popup-use-pips-btn svg path {
    fill: #FFFFFFE5;
}
.popup-use-claps-btn span,
.popup-use-pips-btn span {
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    color: #FFFFFFE5;
}

.player-popup-buttons {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
.popup-btn {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px;
    padding: 12px 20px;
    background-color: #525252;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    box-shadow: 0px 1px 0px 0px #00000066;
    cursor: pointer;
    transition: .3s;
}
.popup-daily-reward .popup-btn {
    max-width: 350px;
}
.popup-btn.primary-btn {
    background-color: #A743FF;
}
.popup-btn:active {
    text-decoration: none;
    color: #FFFFFF;
}
@media (hover: hover) {
    .popup-use-resource.active-resource .popup-use-claps-btn:hover ,
    .popup-use-resource.active-resource .popup-use-pips-btn:hover {
        background-color: #525252;
    }
    .popup-btn:hover {
        background-color: #474747;
    }
    .popup-btn.primary-btn:hover {
        background-color: #8F0FFF;
    }
}

.player-popup-reward-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #333333;
    gap: 24px;
    border-radius: 16px;
    padding: 16px;
}
.popup-daily-reward .player-popup-reward-row {
    background-color: transparent;
    padding: 0 16px;
}
.player-popup-reward-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    padding: 4px;
}
.player-popup-reward-img svg {
    display: block;
    width: 36px;
    height: 36px;
}
.player-popup-reward-img svg path {
    fill: #FFFFFFE5;
}
.player-popup-reward {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
}
.player-popup-reward span {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    color: #0AFFB1;
}
.player-popup-reward p {
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    color: #FFFFFFE5;
}
.player-popup-reward-list-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.player-popup-reward-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.player-popup-reward-list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
}
.player-popup-reward-list-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    max-width: 24px;
}
.player-popup-reward-list-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 36px);
    flex: 0 0 calc(100% - 36px);
    max-width: calc(100% - 36px);
}
.player-popup-reward-list-img svg {
    display: block;
    width: 24px;
    height: 24px;
}
.green-item .player-popup-reward-list-img svg path {
    fill: #0AFFB1;
}
.red-item .player-popup-reward-list-img svg path {
    fill: #FF2D89;
}
.yellow-item .player-popup-reward-list-img svg path {
    fill: #FFAF30;
}
.player-popup-reward-list-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.green-item .player-popup-reward-list-text p {
    color: #0AFFB1;
}
.red-item .player-popup-reward-list-text p {
    color: #FF2D89;
}
.yellow-item .player-popup-reward-list-text p {
    color: #FFAF30;
}

.player-popup .player-popup-buttons .popup-btn {
    display: -ms-flexbox!important;
    display: flex!important;
}

/*inner page*/
.inner-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.header-inner {
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px;
}
.content-inner {
    flex: 1 0 auto;
    padding: 24px;
}


/*log in*/
.login-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1F1F1F;
    z-index: 150;
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.login-container.enter-start,
.login-container.leave-end {
    transform: translateX(100%);
    opacity: 0;
}
.login-container.enter-end,
.login-container.leave-start {
    transform: translateX(0);
    opacity: 1;
}

.login-container .content-inner {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-y: auto;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.close-btn-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}
.close-btn-block button {
    appearance: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    transition: .3s;
}
@media (hover: hover) {
    .close-btn-block button:hover {
        transform: scale(1.1);
    }
}
.close-btn-block button svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: #FFFFFFE5;
}

.login-content {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
}
.login-content > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.form-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.form-title h4 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFFE5;
    margin: 0;
}
.form-add-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 24px;
    border-top: 1px solid #FFFFFF33;
}
.form-add-info button {
    appearance: none;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFFE5;
    background-color: transparent;
    cursor: pointer;
}
.google-btn button {
    width: 100%;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 10px 0;
    margin-bottom: 25px;
    cursor: pointer;
}
@media (hover: hover) {
    .form-add-info button:hover {
        text-decoration: underline;
    }
}

.form-body {
    padding: 24px 0;
}
.form-body form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.form-input-wrap {
    position: relative;
}
input.form-input,
select.form-input,
textarea.form-input {
    appearance: none;
    width: 100%;
    padding: 12px 20px;
    border: 2px solid #FFFFFF99;
    background: transparent;
    border-radius: 16px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
input.form-input.error-input,
select.form-input.error-input,
textarea.form-input.error-input {
    border-color: #FF5252;
}
input.form-input::placeholder,
select.form-input::placeholder,
textarea.form-input::placeholder {
    color: #FFFFFF;
    opacity: .66;
}
input.form-input:-ms-input-placeholder,
select.form-input:-ms-input-placeholder,
textarea.form-input:-ms-input-placeholder {
    color: #FFFFFF66;
}
input.form-input::-ms-input-placeholder,
select.form-input::-ms-input-placeholder,
textarea.form-input::-ms-input-placeholder {
    color: #FFFFFF66;
}
.password-wrapper {
    position: relative;
}
/* Select dropdown styles */
select.form-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23FFFFFF' d='M6 8L0 0h12L6 8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px 8px;
    padding-right: 40px;
    cursor: pointer;
}
/* Styling for select dropdown - limited browser support */
select.form-input option {
    background-color: #333333 !important;
    color: #FFFFFFE5 !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
select.form-input option:checked,
select.form-input option:focus,
select.form-input option:hover {
    background-color: #A743FF33 !important;
    color: #FFFFFF !important;
}
/* Fallback styling for the select itself */
select.form-input:focus {
    border-color: #A743FF;
    outline: none;
}
/* Custom styling for the dropdown arrow area */
select.form-input::-ms-expand {
    display: none;
}
.eye-toggle {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
}
.eye-toggle svg {
    display: block;
    width: 22px;
    height: 20px;
}
.eye-toggle svg path {
    fill: #FFFFFFE5;
    fill-opacity: 1;
}
.form-error {
    display: block;
    color: #FF5252;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 8px;
}
.form-general-error {
    display: block;
    color: #FF5252;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.form-success-message {
    display: block;
    color: #0AFFB1;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 8px;
}
.restore-password {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.restore-password button {
    appearance: none;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFFE5;
    background-color: transparent;
    cursor: pointer;
}
@media (hover: hover) {
    .restore-password button:hover {
        text-decoration: underline;
    }
}
.form-btn-login {
    appearance: none;
    padding: 12px 20px;
    background-color: #A743FF;
    border: none;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
}
.form-btn-login.disabled {
    opacity: 40%;
    cursor: not-allowed;
}

.pages-menu-content {
    padding: 16px 24px;
    background-color: #292929;
}
.pages-menu-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
}
.pages-menu-list .page-menu {
    width: 100%;
    text-align: center;
}
.pages-menu-list .page-menu a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF66;
}
@media (hover: hover) {
    .pages-menu-list .page-menu a:hover {
        text-decoration: underline;
    }
}

.accept-term-policy p {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF66;
}
.accept-term-policy p a {
    color: #FFFFFFE5;
}
@media (hover: hover) {
    .accept-term-policy p a:hover {
        text-decoration: underline;
    }
}

.popup-jt {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.popup-jt-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;

    background: #00000099;
    backdrop-filter: blur(20px);
}
.popup-jt-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    max-height: 90vh;
    overflow: auto;
    color: #ffffff;

    box-shadow: 0px -4px 16px 0px #00000066;
    background: #1F1F1F;
    padding: 24px;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
}
.popup-jt-body > * {
    width: 100%;
}

.popup-jt.styled {
    text-align: center;
}
.popup-jt.styled p.title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}
.popup-jt.styled p.text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.popup-jt.styled .form-btn-login {
    display: block;
}
.popup-jt.styled .green {
    color: rgba(10, 255, 177, 1);
}
.profile-functions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
}
.profile-functions-row {
    background-color: #333333;
    border-radius: 16px;
    padding: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
.profile-balance-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
.profile-balance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    column-gap: 24px;
}
.balance-claps,
.balance-pips {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    column-gap: 12px;
}
.balance-claps-img,
.balance-pips-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.balance-claps-img svg,
.balance-pips-img svg {
    fill: #FFFFFFE5;
    width: 36px;
    height: 36px;
}
.balance-claps-img svg path,
.balance-pips-img svg path {
    fill: #FFFFFFE5;
    fill-opacity: 1;
}
.balance-claps-count,
.balance-pips-count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
}
.balance-claps-count span,
.balance-pips-count span {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFFE5;
}
.balance-claps-count p,
.balance-pips-count p {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFFE5;
}

.popup-jt-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
}
button.popup-jt-btn {
    appearance: none;
    display: block;
    padding: 12px 20px;
    border-radius: 16px;
    background-color: #A743FF;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    transition: .3s;
}
button.popup-jt-btn.disabled {
    opacity: 0.4;
}
button.popup-jt-btn.popup-jt-secondary {
    background-color: #525252;
}
@media (hover: hover) {
    button.popup-jt-btn:hover {
        background-color: #8F0FFF;
    }
    button.popup-jt-btn.popup-jt-secondary:hover {
        background-color: #474747;
    }
}


.player-control-btn-container {
    display: none;
}


/* ADVERTISING */
.adContainer {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 30;
    background-color: #000000;
}
.adRow {
    position: relative;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header-adBlock {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
}
.logo-adBlock {
    padding: 12px;
}
.logo-adBlock a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.logo-adBlock svg {
    display: block;
    width: 32px;
    height: 32px;
}
.logo-adBlock svg path {
    fill: #ffffff;
}
.badge-adBlock {
    padding: 8px 12px;
}
.badge-adBlock p {
    display: block;
    padding: 5px 8px;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    color: #ffffff;
}
.adBlockBackground {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    filter: blur(200px);
    backdrop-filter: blur(30px);
}
.adBlock {
    flex: 1;
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    z-index: 1;
}
.adBlock video {
    max-width: 100%;
    max-height: calc(100% - 70px);
}
.ad-advertising-link {
    height: 70px;
    background-color: #000000;

    z-index: 1;
}
.ad-advertising-link a {
    display: block;
    width: 100%;
    padding: 12px 20px;
    border-radius: 16px;
    background-color: #A743FF;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    text-align: center;
}
.fp-skin {
    width: 100%;
    height: auto;
}
.adContainer .adBlock .skip_button {
    background-color: #525252!important;
    padding: 12px 20px;
    border-radius: 16px;
    bottom: 100px!important;
    right: 15px!important;
    font-size: 14px!important;
    line-height: 150%!important;
    font-weight: 500!important;
    text-align: center!important;
    color: #ffffff!important;
    font-family: 'HelveticaNeue', sans-serif;
}
.adContainer .adBlock .skip_button a {
    font-size: 14px!important;
    line-height: 150%!important;
    font-weight: 500!important;
    text-align: center!important;
    color: #ffffff!important;
    font-family: 'HelveticaNeue', sans-serif;
}
.adBlock .vast_clickthrough_layer {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-height: 70px!important;
    height: 70px!important;
    width: 100%!important;
    max-width: 100%!important;
    background: #000 !important;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    opacity: 1!important;
}
.adBlock .vast_clickthrough_layer:after {
    content: "Visit advertiser";
    display: block;
    width: 100%;
    margin: 0 12px;
    padding: 12px 20px;
    border-radius: 16px;
    background-color: #A743FF;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    text-align: center;
    font-family: 'HelveticaNeue', sans-serif;
}
.adBlock .vast_clickthrough_layer:hover:after {
    background-color: #8F0FFF;
}
.adBlock .fluid_ad_cta {
    display: none!important;
}
/*.adBlock .fluid_ad_cta {
	position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-height: 70px;
    height: 70px;
    max-width: 100%;
    background: #000 !important;
    padding: 0;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.adBlock .fluid_ad_cta span {
	display: block;
	width: 100%;
	margin: 0 12px;
	padding: 12px 20px;
	border-radius: 16px;
	background-color: #A743FF;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 150%;
	font-weight: 500;
	text-align: center;
	font-family: 'HelveticaNeue', sans-serif;
}
.adBlock .fluid_ad_cta span .add_icon_clickthrough {
	display: none!important;
}*/
.fluid_controls_container,
.fp-controls,
.fp-play,
.fp-progress,
.fp-fullscreen,
.fp-mute,
.fp-logo,
.fp-title,
.fp-timeline,
.fp-timeline-slider,
.fp-buffer {
    display: none !important;
    visibility: hidden !important;
}


.not-found-page {
    max-width: 400px;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}
.not-found-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
}
.not-found-icon svg {
    display: block;
    width: 44px;
    height: 44px;
    margin: auto;
}
.not-found-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    color: #FFFFFFE5;
}
.not-found-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #FFFFFFE5;
}

/*--Payment*/
.payment-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}
.payment-method-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    overflow: hidden;
}
.payment-method-block .popup-jt-title {
    width: 100%;
}
.payment-method-items {
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    width: 100%;
    padding-bottom: 5px;
    overflow-x: auto;
}
.payment-method-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
    height: 100%;

    background-color: #333333;
    border-radius: 16px;
    border: 2px solid #333333;
    cursor: pointer;
    transition: .3s;
    -webkit-tap-highlight-color: transparent;
}
.payment-method-item.active {
    background-color: #A743FF33;
    border-color: #A743FF;
}
.payment-method-item-body {
    padding: 12px 24px 12px 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 96px;
    width: 100%;
}
.payment-method-item-body input.hidden {
    display: none!important;
}
.radiobtn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}
.radiobtn .radiobtn-inner {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #FFFFFFE5;
    transition: .3s;
}
.radiobtn .radiobtn-inner:after {
    content: "";
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FFFFFFE5;
    transition: .3s;
}
.radiobtn.active .radiobtn-inner:after {
    opacity: 1;
}
.payment-method-item.active .radiobtn .radiobtn-inner {
    border-color: #BC70FF;
}
.payment-method-item.active .radiobtn .radiobtn-inner:after {
    background-color: #BC70FF;
}
.payment-method-item-body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFFE5;
}

.payment-method-item-more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - ( 72% + 16px ));
    flex: 0 0 calc(100% - ( 72% + 16px ));
    max-width: calc(100% - ( 72% + 16px ));
    height: 100%;

    background-color: #333333;
    border-radius: 16px;
    border: 2px solid #333333;
    cursor: pointer;
    transition: .3s;
    -webkit-tap-highlight-color: transparent;
}
.payment-method-item-more-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 24px;
    height: 24px;
}
.payment-method-item-more-dots span {
    width: 5px;
    height: 5px;
    background-color: #FFFFFFE5;
    border-radius: 50%;
}

.payment-package-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    overflow: hidden;
}
.payment-package-block .popup-jt-title {
    width: 100%;
}
.payment-package-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}
.payment-package-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-color: #333333;
    border-radius: 16px;
    border: 2px solid #333333;
    cursor: pointer;
    transition: .3s;
    -webkit-tap-highlight-color: transparent;
}
.payment-package-item.active {
    background-color: #A743FF33;
    border-color: #A743FF;
}
.payment-package-item-body {
    padding: 12px 24px 12px 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.payment-package-item-body input.hidden {
    display: none !important;
}
.package-item-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.payment-package-item.active .radiobtn .radiobtn-inner {
    border-color: #BC70FF;
}
.payment-package-item.active .radiobtn .radiobtn-inner:after {
    background-color: #BC70FF;
}
.package-item-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #FFFFFFE5;
}
.package-item-set {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #0AFFB1;
}
.package-item-price {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    color: #FFFFFF99;
}

.package-item-permin p {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #FFFFFFE5;
    text-align: center;
}
.package-item-permin span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    color: #FFFFFF99;
    text-align: center;
}
.payment-form > button {
    width: 100%;
}

.paycomPopup .popup-jt-body {
    background-color: #fff;
}
.paycomPopup button.popup-jt-btn {
    padding: 9px 20px;
    font-size: 14px;
}
/*--payment end*/

/*cookie*/
.popup-cookie {
    position: fixed;
    z-index: 50;
    width: auto;
    height: auto;
    bottom: 0;
    right: 0;
    left: 0;
}
.popup-cookie-conteiner {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px;
}
.popup-cookie-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 24px;
    border-radius: 36px;
    background-color: #1F1F1F;
    box-shadow: 0px -4px 16px 0px #00000066;
}
.cookie-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.cookie-image svg {
    display: block;
    width: 48px;
    height: 48px;
    fill: #FFFFFFE5;
}
.cookie-image svg path {
    fill: #FFFFFFE5;
}
.cookie-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cookie-text h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
    color: #FFFFFFE5;
}
.cookie-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #FFFFFFE5;
}
.cookie-text p a {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #FFFFFFE5;
}
.cookie-buttons {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.cookie-buttons .cookie-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);

    display: block;
    border-radius: 16px;
    padding: 12px 20px;
    background-color: #A743FF;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    transition: .3s;
}
.cookie-buttons .cookie-btn-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);

    display: block;
    border-radius: 16px;
    padding: 12px 20px;
    background-color: #525252;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
    ursor: pointer;
    transition: .3s;
}
@media (hover: hover) {
    .cookie-buttons .cookie-btn:hover {
        background-color: #8F0FFF;
    }
    .cookie-buttons .cookie-btn-link:hover {
        background-color: #474747;
    }
}
/*--cookie end*/

/*age verification*/
.popup-age-virify {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Block content interaction when age verification is active */
body.age-verification-active {
    overflow: hidden;
    pointer-events: none;
}

body.age-verification-active * {
    pointer-events: none !important;
}

body.age-verification-active .popup-age-virify,
body.age-verification-active .popup-age-virify * {
    pointer-events: auto !important;
}

/* Age verification loading state */
.age-verification-loading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    padding: 40px 20px;
}

.age-verification-loading .loader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.age-verification-loading .loader-spinner {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-top-color: #A743FF;
    animation: spin 1s linear infinite;
}

.age-verification-loading p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #FFFFFFE5;
    margin: 0;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.popup-age-virify-conteiner {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1F1F1F;
    pointer-events: auto;
}
.popup-age-virify-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 720px;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    color: #ffffff;
    padding: 24px;
}
.popup-age-virify-img-rta img {
    display: block;
    object-fit: contain;
    width: 88px;
    height: 31px;
}
.popup-age-virify-content {
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: auto;
}
.age-virify-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}
.age-virify-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
}
.age-virify-logo {
    height: 64px;
    text-align: center;
}
.age-virify-logo svg {
    display: block;
    width: 64px;
    height: 38px;
}
.age-virify-logo svg path {
    fill: #ffffff;
}
.age-virify-text h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
    color: #FFFFFFE5;
}
.age-virify-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #FFFFFFE5;
}
.age-virify-buttons {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
.age-virify-buttons .age-virify-enter {
    display: block;
    width: 100%;
    max-width: 400px;
    border-radius: 16px;
    padding: 12px 20px;
    background-color: #A743FF;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    transition: .3s;
}
.age-virify-buttons .age-virify-exit {
    display: block;
    width: 100%;
    max-width: 400px;
    border-radius: 16px;
    padding: 12px 20px;
    background-color: #525252;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    transition: .3s;
}
@media (hover: hover) {
    .age-virify-buttons .age-virify-enter:hover {
        background-color: #8F0FFF;
    }
    .age-virify-buttons .age-virify-exit:hover {
        background-color: #474747;
    }
}
/*--age verification end*/

@media screen and (max-width: 599.98px) {
    #player-wrapper {
        height: 100% !important;
        width: 100% !important;
    }
    .model-preview-inner {
        height: 100% !important;
        width: 100% !important;
    }
    .model-preview-block,
    #player-container > div {
        display: -ms-flexbox;
        display: flex;
    }

    .player-user-clap-svg .clap-svg-timeout {
        transform: scale(1.4);
    }
    .player-user-clap-svg .clap-svg-earn {
        transform: scale(2.543);
    }
    .player-user-clap-svg .clap-svg-minus {
        transform: scale(1.4);
    }
    .player-user-provider .provider-amin-svg {
        transform: scale(1.331);
    }
}


@media screen and (min-width: 600px) {
    main {
        position: relative;
        max-width: 100%;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #main-content {
        position: initial;
        -ms-flex-order: 2;
        order: 2;
        padding: 16px 40px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 80px);
        flex: 0 0 calc(100% - 80px);
        max-width: calc(100% - 80px);
    }
    #site-footer {
        -ms-flex-order: 1;
        order: 1;

        height: auto;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;

        background: transparent;
    }

    .index-container .header-inner {
        display: none;
    }
    .index-container .inner-page .inner-page-title {
        padding-top: 24px;
    }

    .page-template-default #main-content {
        max-height: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
    .page-template-default #site-footer {
        max-height: 100%;
    }

    .footer-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 16px;
        gap: 24px;
    }
    .footer-container > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-container .footer-logo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .site-logo svg {
        width: 48px;
        height: 48px;
    }
    .footer-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-col a, .footer-col button {
        padding: 0;
        width: 48px;
        height: 48px;
        cursor: pointer;
    }
    .footer-col a div, .footer-col button div {
        padding: 0;
    }
    .footer-col a div svg, .footer-col button div svg {
        width: 25px;
        height: 25px;
    }
    .footer-col a div span, .footer-col button div span {
        display: none;
    }
    .footer-col a div svg path, .footer-col button div svg path {
        fill: #FFFFFFE5;
    }
    .footer-col a.active-page div svg path, .footer-col button.active-page div svg path {
        fill: #BC70FF;
    }
    @media (hover: hover) {
        .footer-col a:hover div svg,
        .footer-col button:hover div svg {
            fill: #BC70FF;
        }
        .footer-col a:hover div svg path,
        .footer-col button:hover div svg path {
            fill: #BC70FF;
        }
    }

    .player-init-container {
        padding-right: 80px;
    }
    .shorts-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        opacity: 1;
        /*transition: opacity ease-out .3s;*/
    }
    /*.shorts-container.player-switch {
        opacity: 0;
    }*/
    /*#player-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }*/

    #player-wrapper {
        width: 100%;
        height: 100%;
    }

    .feed-video-el {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center!important;
        justify-content: center !important;
        -ms-flex-align: center!important;
        align-items: center !important;
    }
    .feed-video-el > div {
        width: auto;
        height: auto;
        border-radius: 16px;
    }
    .feed-video-el .video-info {
        display: block;
    }
    .feed-video img {
        display: none;
    }
    .feed-video-el > div > video {
        border-radius: 16px;
    }

    #swipe-overlay {
        display: none!important;
    }

    .feed-video {
        border-radius: 16px;
    }
    .feed-video-wrap {
        min-width: 300px;
        min-height: 300px;
    }
    .feed-video-wrap.vertical-video {
        width: auto!important;
        height: 100%!important;
    }
    .feed-video-wrap.horizontal-video {
        width: 100% !important;
        height: auto;
        max-height: 100vh;
        aspect-ratio: 16/9;
    }

    /*#swipe-overlay {
        display: none!important;
    }*/

    #player-container {
        height: 100%;
        width: 100%;
        border-radius: 16px;
    }
    #player-container > div {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 16px;
    }
    .model-preview-block {
        overflow: hidden;
        border-radius: 16px;
    }
    /*#player-container > div > img.player-underlay-img-blur {
        display: none!important;
    }*/
    #player-container > div > img.player-underlay-img {
        display: block;
        overflow-clip-margin: border-box;
        overflow: hidden;
    }
    #player-container > div > video {
        display: block;
    }
    .model-preview img.preview-img-background {
        display: none!important;
    }
    .model-preview img.preview-img {
        display: block;
    }

    .mobile-header-fixed {
        display: none!important;
    }
    .player-content {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .player-content-header {
        display: -ms-flexbox;
        display: flex;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }
    .player-content-footer {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
    .player-content-header .site-logo {
        display: none;
    }
    .player-content-footer  .player-model-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .player-content-footer .player-user-credits {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 100%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        padding: 16px;
    }
    .player-user-btn {
        padding: 0;
    }
    .player-user-clap-svg, .player-user-coint-svg, .player-user-provider-svg {
        width: 48px;
        height: 48px;
        border-radius: 48px;
        background-color: #333333;
        cursor: pointer;
        transition: .3s;
    }
    .player-user-clap-svg svg,
    .player-user-coint-svg svg,
    .player-user-provider-svg svg {
        width: 24px;
        height: 24px;
    }
    @media (hover: hover) {
        .player-user-clap-svg:hover, .player-user-coint-svg:hover, .player-user-provider-svg:hover {
            background-color: #525252;
        }
    }
    .player-user-credits .empty-space {
        display: block;
    }

    .header-inner {
        padding: 16px;
    }
    .login-content > div {
        max-width: 600px;
    }
    .login-container .content-inner {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }


    /*popup*/
    .popup-jt-container {
        -ms-flex-align: center;
        align-items: center;
    }
    .popup-jt-body {
        max-width: 500px;
        border-radius: 36px;
    }

    .player-popup-container {
        -ms-flex-align: center;
        align-items: center;
    }
    .player-popup-inner {
        max-width: 500px;
        border-radius: 36px;
    }


    /*ADs*/
    .header-adBlock {
        top: 20px;
    }
    .logo-adBlock {
        display: none;
    }

    /*payment*/
    .payment-method-items {
        padding-bottom: 0;
    }
    .payment-popup .popup-jt-body {
        max-width: 500px;
    }

    /*cookie*/
    .popup-cookie {
        left: auto;
    }
}
@media screen and (min-width: 1024px) {
    #main-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 240px);
        flex: 0 0 calc(100% - 240px);
        max-width: calc(100% - 240px);
        padding: 16px 60px;
    }
    .page-template-template-home #main-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 400px);
        flex: 0 0 calc(100% - 400px);
        max-width: calc(100% - 400px);
        padding: 16px 60px;
    }
    .page-template-default #main-content {
        max-height: 100%;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    #site-footer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        max-width: 240px;
    }
    .index-container .pages-menu-content {
        display: none;
    }

    .player-init-container {
        padding-right: 160px;
    }

    .player-control-btn-container {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .player-control-btn {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 16px;
        gap: 12px;
    }
    .player-btn-prev,
    .player-btn-next {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 48px;
        background-color: #333333;
        cursor: pointer;
        transition: .3s;
    }
    .player-btn-prev svg,
    .player-btn-next svg {
        display: block;
        width: 24px;
        height: 24px;
        fill: #FFFFFFE5;
    }
    .player-btn-prev svg path,
    .player-btn-next svg path {
        fill: #FFFFFFE5;
        fill-opacity: 1;
    }
    @media (hover: hover) {
        .player-btn-prev:hover,
        .player-btn-next:hover {
            background-color: #525252;
        }
    }


    .footer-container .footer-logo {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer-col a, .footer-col button {
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        padding: 12px 4px;
    }
    .footer-col a div, .footer-col button div {
        -ms-flex-direction: row;
        flex-direction: row;
        column-gap: 16px;
    }
    .footer-col a div span, .footer-col button div span {
        display: block;
        font-size: 16px;
        font-weight: 500;
        line-height: 100%;
        text-transform: capitalize;
        color: #FFFFFFE5;
    }
    .footer-col a.active-page div span, .footer-col button.active-page div span {
        color: #BC70FF;
    }
    @media (hover: hover) {
        .footer-col a:hover div span, .footer-col button:hover div span {
            color: #BC70FF;
        }
    }

    .footer-btn-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12px;
    }
    .footer-btn-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-btn-col button {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;

        padding: 12px 20px;
        border-radius: 16px;
        background-color: #A743FF;
        cursor: pointer;
        transition: .3s;
    }
    .footer-btn-col button div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        column-gap: 10px;
        row-gap: 4px;
    }
    .footer-btn-col button div span {
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
        color: #ffffff;
    }
    @media (hover: hover) {
        .footer-btn-col button:hover {
            background-color: #8F0FFF;
        }
    }

    .footer-pages-menu-content {
        display: block;
        padding: 16px;
    }
    .footer-pages-menu-content .pages-menu-list .page-menu {
        text-align: left;
    }
    .footer-pages-menu-content .pages-menu-list .page-menu a {
        font-size: 16px;
        line-height: 16px;
        color: #FFFFFF66;
    }
}

/* Yoti Age Verification Styles */
.yoti-verification-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.yoti-info {
    text-align: center;
}

.yoti-info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFFE5;
    margin-bottom: 8px;
}

.yoti-info p:first-child {
    font-weight: 600;
    font-size: 16px;
}

.yoti-verify-button {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 12px 20px;
    background: #A743FF;
    border: none;
    border-radius: 16px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(167, 67, 255, 0.3);
}

.yoti-verify-button:hover:not(:disabled) {
    background: linear-gradient(135deg, #8F0FFF, #7A0DE0);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(167, 67, 255, 0.4);
}

.yoti-verify-button:disabled {
    background: #525252;
    cursor: not-allowed;
    opacity: 0.7;
    transform: none;
    box-shadow: none;
}

.yoti-iframe-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.yoti-iframe-container {
    position: relative;
    width: 90%;
    max-width: 800px;
    max-height: 600px;
    background: #1F1F1F;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.yoti-close-button {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.yoti-close-button:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.yoti-verification-iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 20px;
    display: block;
    background: white;
}

.yoti-iframe-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.yoti-iframe-container {
    overflow: hidden;
}

.yoti-verification-iframe {
    min-height: 500px;
    max-height: 90vh;
    height: auto;
}

.yoti-verification-iframe {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
    .yoti-iframe-container {
        width: 95%;
        border-radius: 16px;
        padding: 15px;
    }

    .yoti-verification-section {
        padding: 16px;
    }

    .yoti-verify-button {
        font-size: 14px;
        padding: 10px 16px;
    }

    .yoti-verification-iframe {
        min-height: 400px;
        max-height: 80vh;
        /* Mobile - use 80% of viewport height */
        height: 80vh;
    }
}

@media screen and (max-width: 480px) {
    .yoti-iframe-container {
        width: 100%;
        border-radius: 0;
        padding: 10px;
    }

    .yoti-close-button {
        top: 8px;
        right: 8px;
        width: 32px;
        height: 32px;
        font-size: 20px;
    }

    .yoti-verification-iframe {
        min-height: 350px;
        max-height: 85vh;
        border-radius: 12px;
    }
}

@media screen and (max-width: 360px) {
    .yoti-verification-iframe {
        min-height: 300px;
        max-height: 80vh;
    }

    .yoti-iframe-container {
        padding: 5px;
    }
}

@media screen and (max-width: 480px) {
    .yoti-iframe-container {
        width: 100%;
        border-radius: 0;
    }

    .yoti-close-button {
        top: 8px;
        right: 8px;
        width: 32px;
        height: 32px;
        font-size: 20px;
    }

}
/* Report Model Button Styles */
.pages-menu-list .page-menu .report-model-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FF5252 !important;
    transition: color 0.3s;
}

.pages-menu-list .page-menu .report-model-btn:hover {
    color: #FF3333 !important;
    text-decoration: underline;
}

/* Report Model Modal Styles */
.report-model-container {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #00000099;
    backdrop-filter: blur(20px);
}

.report-model-container .inner-page {
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    background: #1F1F1F;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0px 4px 16px 0px #00000066;
    margin: 0 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
    height: auto;
    padding: 0;
}

.report-model-container .header-inner {
    padding: 16px;
    border-bottom: 1px solid #FFFFFF33;
}

.report-model-container .content-inner {
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.report-model-container .report-content {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}

.report-model-container .form-container {
    width: 100%;
    max-width: none;
}

.report-model-container .form-body {
    padding: 24px 0 0 0;
}

.report-model-container .form-body form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.report-model-container .form-input-wrap {
    margin-bottom: 0;
}

.report-model-container .form-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #FFFFFFE5;
    margin-bottom: 8px;
    display: block;
}

.report-model-container .form-textarea {
    min-height: 100px;
    resize: vertical;
}

.report-model-container .pages-menu-content {
    flex-shrink: 0;
    padding: 16px 24px;
    background-color: #292929;
    border-top: 1px solid #FFFFFF33;
}

.popup-report-model {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup-report-model-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    background: #00000099;
    backdrop-filter: blur(20px);
}

.popup-report-model-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    max-height: 90vh;
    overflow: auto;
    color: #ffffff;
    box-shadow: 0px -4px 16px 0px #00000066;
    background: #1F1F1F;
    padding: 24px;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
}

.popup-report-model-body > * {
    width: 100%;
}

.report-model-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
    color: #FFFFFFE5;
    margin: 0;
}

.report-model-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
}

.form-input-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.form-input-group label {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #FFFFFFE5;
    width: 100%;
}

.form-input-group input,
.form-input-group select,
.form-input-group textarea {
    appearance: none;
    width: 100%;
    padding: 12px 20px;
    border: 2px solid #FFFFFF99;
    background: transparent;
    border-radius: 16px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.form-input-group input::placeholder,
.form-input-group textarea::placeholder {
    color: #FFFFFF66;
}

.form-input-group input.error,
.form-input-group select.error,
.form-input-group textarea.error {
    border-color: #FF5252;
}

.form-input-group textarea {
    min-height: 100px;
    resize: vertical;
}

.form-error-message {
    display: block;
    color: #FF5252;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 4px;
}

.form-success-message {
    display: block;
    color: #0AFFB1;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 4px;
}

.report-action-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.form-btn-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

    appearance: none;
    padding: 12px 20px;
    background-color: #A743FF;
    border: none;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
}

.form-btn-cancel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

    appearance: none;
    padding: 12px 20px;
    background-color: #525252;
    border: none;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
}

.form-btn-submit:hover {
    background-color: #8F0FFF;
}

.form-btn-cancel:hover {
    background-color: #474747;
}

.form-btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.report-model-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
}

.report-model-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(70% - 6px);
    flex: 0 0 calc(70% - 6px);
    max-width: calc(70% - 6px);

    appearance: none;
    padding: 12px 20px;
    background-color: #A743FF;
    border: none;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
}

.report-model-cancel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(30% - 6px);
    flex: 0 0 calc(30% - 6px);
    max-width: calc(30% - 6px);

    appearance: none;
    padding: 12px 20px;
    background-color: #525252;
    border: none;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
}

.report-model-submit:hover {
    background-color: #8F0FFF;
}

.report-model-cancel:hover {
    background-color: #474747;
}

.report-model-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Report Success Modal Styles */
.report-success-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 16px;
}

.report-success-container .inner-page {
    width: 100%;
    max-width: 400px;
    max-height: 90vh;
    background-color: #1a1a1a;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: auto;
    height: auto;
}

.report-success-container .content-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 32px 24px;
    justify-content: center;
    min-height: auto;
    height: auto;
}

.report-success-container .success-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.report-success-container .success-icon {
    margin-bottom: 8px;
}

.report-success-container .success-title h4 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
}

.report-success-container .success-message {
    font-size: 16px;
    color: #cccccc;
    line-height: 1.5;
    margin: 0;
}

.report-success-container .success-action-buttons {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    width: 100%;
    justify-content: center;
}

.report-success-container .success-btn-close {
    background-color: #8F0FFF;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
    min-width: 120px;
}

.report-success-container .success-btn-close:hover {
    background-color: #7a0de0;
}

.report-success-container .success-btn-close:active {
    background-color: #6a0bc7;
}

/* Loading state */
.report-model-loading {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #ffffff;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@media screen and (min-width: 600px) {
    .report-model-container .inner-page {
        max-width: 500px;
        margin: 0;
    }

    .popup-report-model-container {
        -ms-flex-align: center;
        align-items: center;
    }

    .popup-report-model-body {
        max-width: 500px;
        border-radius: 36px;
    }
}

/* Yoti Retry and Status Styles */
.yoti-retry-info {
    margin: 10px 0;
    padding: 8px 12px;
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 6px;
}

.retry-warning {
    color: #ff9800;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

.yoti-retry-section {
    margin-top: 15px;
    padding: 12px;
    background: rgba(255, 152, 0, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(255, 152, 0, 0.2);
}

.retry-message {
    color: #ff9800;
    font-size: 14px;
    margin: 0 0 12px 0;
    text-align: center;
}

.yoti-retry-button {
    width: 100%;
    padding: 12px 24px;
    background: linear-gradient(135deg, #ff9800, #f57c00);
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3);
}

.yoti-retry-button:hover:not(:disabled) {
    background: linear-gradient(135deg, #f57c00, #ef6c00);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.4);
}

.yoti-retry-button:disabled {
    background: #525252;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.yoti-blocked-section {
    margin-top: 15px;
    padding: 12px;
    background: rgba(244, 67, 54, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(244, 67, 54, 0.2);
}

.blocked-message {
    color: #f44336;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

/* Update existing verify button for disabled state when max attempts reached */
.yoti-verify-button:disabled.max-attempts {
    background: #f44336;
    cursor: not-allowed;
}

/* Responsive adjustments for retry elements */
@media screen and (max-width: 768px) {
    .yoti-retry-section, .yoti-blocked-section {
        padding: 10px;
        margin-top: 12px;
    }

    .yoti-retry-button {
        font-size: 14px;
        padding: 10px 20px;
    }

    .retry-message, .blocked-message {
        font-size: 13px;
    }
}

.yoti-camera-info {
    margin: 15px 0;
    padding: 12px 16px;
    background: rgba(33, 150, 243, 0.1);
    border: 1px solid rgba(33, 150, 243, 0.3);
    border-radius: 8px;
}

.yoti-camera-info p {
    font-size: 14px;
    font-weight: 600;
    color: #2196F3;
    margin: 0 0 8px 0;
}

.yoti-camera-info ul {
    margin: 8px 0 0 0;
    padding-left: 27px;
    text-align: left;
}

.yoti-camera-info li {
    font-size: 13px;
    color: #FFFFFFE5;
    line-height: 1.4;
    margin-bottom: 4px;
    text-align: left;
}

.yoti-camera-info li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 480px) {
    .yoti-retry-info {
        padding: 6px 10px;
    }

    .retry-warning {
        font-size: 12px;
    }

    .yoti-retry-section, .yoti-blocked-section {
        padding: 8px;
    }

    .retry-message, .blocked-message {
        font-size: 12px;
    }

    .yoti-camera-info {
        padding: 10px 12px;
        margin: 12px 0;
    }

    .yoti-camera-info p {
        font-size: 13px;
    }

    .yoti-camera-info li {
        font-size: 12px;
    }
}

/* Success Verification Modal Styles */
.success-verification-modal {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-verification-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
}

.success-verification-container {
    position: relative;
    width: 90%;
    max-width: 500px;
    background: #1F1F1F;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.success-verification-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 40px 32px;
    text-align: center;
}

.success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00C853, #64DD17);
    box-shadow: 0 8px 20px rgba(100, 221, 23, 0.3);
}

.success-icon svg {
    width: 40px;
    height: 40px;
    fill: #ffffff;
}

.success-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
    color: #FFFFFFE5;
    margin: 0;
}

.success-message {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFFE5;
    margin: 0;
}

.go-to-feed-button {
    width: 100%;
    max-width: 300px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #A743FF, #8F0FFF);
    border: none;
    border-radius: 16px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(167, 67, 255, 0.3);
}

.go-to-feed-button:hover {
    background: linear-gradient(135deg, #8F0FFF, #7A0DE0);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(167, 67, 255, 0.4);
}

.go-to-feed-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(167, 67, 255, 0.3);
}

/* Responsive styles for success modal */
@media screen and (max-width: 768px) {
    .success-verification-container {
        width: 95%;
        border-radius: 24px;
    }

    .success-verification-content {
        padding: 32px 24px;
        gap: 20px;
    }

    .success-icon {
        width: 64px;
        height: 64px;
    }

    .success-icon svg {
        width: 32px;
        height: 32px;
    }

    .success-title {
        font-size: 24px;
    }

    .success-message {
        font-size: 14px;
        line-height: 20px;
    }

    .go-to-feed-button {
        font-size: 16px;
        padding: 14px 28px;
    }
}

@media screen and (max-width: 480px) {
    .success-verification-container {
        width: 100%;
        border-radius: 0;
        max-width: none;
    }

    .success-verification-content {
        padding: 24px 20px;
        gap: 16px;
    }

    .success-icon {
        width: 56px;
        height: 56px;
    }

    .success-icon svg {
        width: 28px;
        height: 28px;
    }

    .success-title {
        font-size: 20px;
    }

    .success-message {
        font-size: 13px;
        line-height: 18px;
    }

    .go-to-feed-button {
        font-size: 15px;
        padding: 12px 24px;
    }
}
.player-popup, .popup-jt {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
