.m-s2-ba,
.m-s2-ba1 {
    border-image: initial;
    text-decoration: none
}

.chat-mid-msg-top-left-name p,
.offer_text {
    text-overflow: ellipsis;
    white-space: nowrap
}

#cookieNotice *,
.btn-fuck,
.l_1a,
.m-s2-ba,
.m-s2-ba1 {
    text-decoration: none
}

@keyframes intercom-lightweight-app-launcher {
    from {
        opacity: 0;
        transform: scale(.5)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes intercom-lightweight-app-gradient {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes intercom-lightweight-app-messenger {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    40% {
        opacity: 1
    }

    100% {
        transform: scale(1)
    }
}

.intercom-lightweight-app {
    position: fixed;
    z-index: 2147483001;
    width: 0;
    height: 0;
    font-family: intercom-font, "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif
}

.intercom-lightweight-app-gradient {
    position: fixed;
    z-index: 2147483002;
    width: 500px;
    height: 500px;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at bottom right, rgba(29, 39, 54, .16) 0, rgba(29, 39, 54, 0) 72%);
    animation: .2s ease-out intercom-lightweight-app-gradient
}

.intercom-lightweight-app-launcher {
    position: fixed;
    z-index: 2147483003;
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    bottom: 65px;
    left: 20px;
    max-width: 48px;
    width: 48px;
    max-height: 48px;
    height: 48px;
    border-radius: .5rem;
    background: #6366f1;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16);
    transition: transform 167ms cubic-bezier(.33, 0, 0, 1);
    box-sizing: content-box
}

.intercom-lightweight-app-launcher:hover {
    transition: transform 250ms cubic-bezier(.33, 0, 0, 1);
    transform: scale(1.1)
}

.intercom-lightweight-app-launcher:active {
    transform: scale(.85);
    transition: transform 134ms cubic-bezier(.45, 0, .2, 1)
}

.intercom-lightweight-app-launcher:focus {
    outline: 0
}

.intercom-lightweight-app-launcher-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    transition: transform .1s linear, opacity 80ms linear
}

.intercom-lightweight-app-launcher-icon-open,
.intercom-lightweight-app-launcher-icon-self-serve {
    opacity: 1;
    transform: rotate(0) scale(1)
}

.intercom-lightweight-app-launcher-icon-open svg {
    width: 24px;
    height: 24px;
    margin-bottom: 1rem
}

.intercom-lightweight-app-launcher-icon-minimize svg path,
.intercom-lightweight-app-launcher-icon-open svg path,
.intercom-lightweight-app-launcher-icon-self-serve svg path {
    fill: rgb(255, 255, 255)
}

.intercom-lightweight-app-launcher-icon-self-serve svg {
    height: 44px
}

.intercom-lightweight-app-launcher-custom-icon-open {
    max-height: 24px;
    max-width: 24px;
    opacity: 1;
    transform: rotate(0) scale(1)
}

.intercom-lightweight-app-launcher-icon-minimize {
    opacity: 0;
    transform: rotate(-60deg) scale(0)
}

.intercom-lightweight-app-messenger {
    position: fixed;
    z-index: 2147483003;
    overflow: hidden;
    background-color: #fff;
    animation: 250ms cubic-bezier(0, 1, 1, 1) intercom-lightweight-app-messenger;
    transform-origin: bottom right;
    width: 400px;
    height: calc(100% - 104px);
    max-height: 704px;
    min-height: 250px;
    right: 20px;
    bottom: 84px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
    border-radius: 16px
}

.intercom-lightweight-app-messenger-header {
    height: 64px;
    border-bottom: none;
    background: #000
}

.intercom-lightweight-app-messenger-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    font-size: 14px;
    line-height: 21px;
    border-top: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 0 25px rgba(0, 0, 0, .05)
}

@media print {
    .intercom-lightweight-app {
        display: none
    }
}

.chat-tab,
.chat-top {
    display: flex;
    position: fixed;
    width: 100%
}

.chat-tab {
    align-items: start;
    background-color: #0e151e;
    background-color: var(--accent-1);
    flex-direction: column;
    height: 100%;
    justify-content: start;
    right: 0;
    transition: .5s;
    z-index: 10
}

.chat-top {
    align-items: center;
    background: #383a55 !important;
    color: #fff;
    border-bottom: 2px solid #383a55;
    justify-content: space-between;
    padding: 10px;
    z-index: 99999999999
}

.chat-mid-msg-top,
.chat-mid-msg-top-left,
.chat-top-online {
    align-items: center;
    display: flex
}

.chat-top-online {
    gap: 3px;
    justify-content: center;
    position: relative
}

.chat-top-online-dot {
    background: #16c636;
    border: 3px solid #175623;
    border-radius: 100%;
    height: 13px;
    width: 13px
}

.chat-top-online p {
    color: #93acd3;
    color: var(--text-primary);
    font-size: 14px;
    margin-left: 1px;
    margin-top: 0
}

.chat-mid {
    padding: 60px 10px 0;
    width: 100%
}

.chat-mid-msgs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 70%;
    overflow: auto;
    overflow-y: scroll;
    padding: 10px 0 60px;
    scroll-behavior: smooth
}

.sidebar-panel-chat {
    height: 100%;
    right: 0;
    position: fixed;
    top: 61px;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: .15s;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1) .15s;
    transition-timing-function: cubic-bezier(.4, 0, 1, 1);
    width: calc(var(--main-sidebar-width) + var(--chat-sidebar-panel-width));
    z-index: 19
}

.chat-mid-msg {
    background: #202e3b59;
    border-radius: 8px;
    padding: 10px;
    width: 100%
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.chat-mid-msg-top {
    justify-content: space-between
}

.chat-mid-msg-top-left-img img {
    background: #1e2f43;
    border-radius: 100%;
    height: 22px;
    margin-right: 10px;
    width: 22px
}

.chat-mid-msg-top-left-name p {
    color: #c8c8c8;
    cursor: pointer;
    font-size: 12px;
    margin-left: -5px;
    max-width: 80px;
    overflow: hidden;
    position: relative;
    width: auto
}

.rank-chat {
    border-radius: 10px;
    color: #fff;
    font-size: 8px;
    margin-left: 2px;
    padding: 2px 5px
}

.chat-mid-msg-top-right {
    color: #55657e;
    color: var(--toastify-text-color-dark);
    font-size: 10px;
    font-weight: 700;
    margin-left: -4px
}

.chat-mid-msg-top-right-time,
.dc-logo {
    display: block
}

.chat-mid-msg-top-right-reply {
    color: #c8c8c8;
    cursor: pointer;
    display: none
}

.chat-mid-msg-bottom {
    color: #93acd3;
    color: var(--text-primary);
    display: inline-block;
    font-size: 12px;
    padding-top: 3px
}

.emoji-chat-item {
    border-radius: 4px;
    display: inline-block;
    height: 18px;
    margin: 2px;
    width: 18px
}

.chat-bottom {
    align-items: center;
    background: #0e151e;
    bottom: 62px;
    display: flex;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 5
}

.btn-fuck {
    align-items: center;
    background-color: initial;
    border-color: #0000;
    border-radius: 8px;
    border-width: 2px;
    color: #d3d7de;
    cursor: pointer !important;
    display: inline-flex;
    font-size: .8rem;
    font-weight: 600;
    gap: 8px;
    height: 40px;
    justify-content: center;
    min-width: -webkit-max-content;
    min-width: max-content;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    width: 100%
}

.a_ref,
.fat,
.ref_span,
.ref_title,
.tumb_title h4 {
    font-weight: 500
}

.btn-off {
    background: #1e2837;
    margin-left: .5rem
}

.chat-cover {
    align-items: center;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: #4084901c;
    color: #fff;
    display: flex;
    font-size: 12px;
    height: 100%;
    justify-content: center;
    margin-left: -10px;
    position: absolute;
    width: 100%;
    z-index: 2
}

.lay-1,
.m-s2-ba,
.m-s2-ba1 {
    position: relative
}

.chat-bottom .chat-textarea {
    -webkit-appearance: none;
    appearance: none;
    background: #0000;
    border: 1px solid #19242e;
    border-image: none;
    border-image: initial;
    border-radius: 6px;
    color: #fff;
    flex: 1 1;
    font-size: 12px;
    height: 38px;
    line-height: 1.375;
    min-width: 0;
    outline: #0000 solid 2px;
    outline-offset: 2px;
    padding-inline: 10px;
    position: relative;
    resize: none;
    transition-duration: .2s;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    vertical-align: top;
    width: 100%
}

.chat-btn-emoji {
    color: #758db2;
    color: var(--text-secondary);
    cursor: pointer;
    font-size: 20px;
    margin: 0 10px
}

.chat-btn-send {
    cursor: pointer;
    font-size: 15px;
    height: 38px;
    margin-right: 4px;
    padding: 0 10px;
    transition: .3s ease-out;
    width: 20px
}

.lay-bt,
.m-s2-ba,
.m-s2-ba1 {
    transition: .1s;
    cursor: pointer
}

.dropdown-menu-notify,
.intercom-lightweight-app,
.l_1aa,
.mv-logo {
    display: none
}

@media (max-width:348px) {
    .avatar-image {
        height: 3.5rem !important;
        width: 3.5rem !important
    }
}

@media (max-width:1281px) {
    .intercom-lightweight-app {
        display: block
    }

    .sidebar-panel-chat-block {
        display: none
    }

    .sidebar-panel-chat-msg {
        display: block !important
    }
}

.coin-border {
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: .2rem
}

.g_add {
    min-height: 100%;
    justify-content: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 170px;
    width: 166px
}

.csm-ds {
    color: rgb(135 135 163);
    background: black !important
}

.api-step {
    background: black;
    padding: 15px;
    border-radius: 9px
}

.m-bt {
    background: #e74c3c;
    width: 70px;
    padding: 3px 0 2px 16px;
    margin-top: -27px;
    border-radius: 0 33px 0 12px;
    font-size: 13px;
    border: 1px solid #ccc;
    color: #fff;
    margin-bottom: -1px;
    margin-left: -2px
}

.fat,
.font-p,
.offer-span,
.ref_span,
.sp_12 {
    font-size: 12px
}

.m-s4-ad {
    padding-left: 12px;
    margin-top: -22px
}

.m-s2-ba {
    border: 1px solid #ccc;
    border-bottom: 3px solid #ccc
}

.m-s2-ba:active {
    transform: translate(0, 5px);
    border-bottom: 1px solid #ccc
}

.m-s2-ba1 {
    border-top: none;
    border-right: none;
    border-left: none;
    color: #fff;
    border-bottom: 3px solid #bd3e31;
    background-color: #e74c3c;
    text-shadow: 0 -2px #bd3e31;
    overflow: hidden;
    height: unset
}

.back-game,
.loadtxt,
.pre_title {
    text-shadow: 1px 1px #505050
}

.m-s2-ba1:active {
    transform: translate(0, 5px);
    color: #fff;
    border-bottom: 1px solid #bd3e31
}

.st-a-img {
    overflow: hidden;
    transform: translatey(0);
    animation: 7s ease-in-out infinite float
}

@keyframes float {

    0%,
    100% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(-20px)
    }
}

.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: 7s ease-in-out infinite shiny-btn1
}

@media only screen and (max-width:700px) {
    .m-s2-ba1 {
        height: 45px;
        width: 100%
    }
}

.bg-red {
    background-color: #383a55 !important
}

.border-red {
    border-color: #6366f1;
    border-width: 2px;
    border-radius: 9999px
}

.container-o {
    width: 100%;
    margin-bottom: 8px;
    overflow-x: scroll;
    white-space: nowrap
}

.l_1a,
.lay-1,
.offer_text {
    overflow: hidden
}

.container-o::-webkit-scrollbar {
    width: 0;
    height: 0
}

::-webkit-scrollbar-track {
    background: #e1e8ed38
}

::-webkit-scrollbar-thumb {
    background: #d7d7d7;
    border-radius: 18px
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(119 111 222 / 25%)
}

@media only screen and (max-width:492px) {
    .mv-logo {
        display: block
    }
}

@media only screen and (max-width:728px) {

    .box_modal,
    .of-modal-content {
        height: 100% !important
    }

    .footer,
    .lead_ {
        gap: 2rem !important
    }

    .footer {
        display: flex !important;
        padding: 35px 50px 35px 20px !important;
        text-align: right !important;
        flex-direction: column !important;
        align-items: flex-start !important
    }

    .of-modal {
        padding-top: 0 !important
    }

    .of-modal-content {
        width: 100% !important;
        margin: 0;
        margin-top: 0 !important;
        border-radius: 0 !important
    }

    .redu1 {
        border-radius: 0 0 1rem 1rem !important
    }

    .mob-nv {
        border-radius: 0 !important
    }

    .data-p {
        height: 90%;
        display: flex;
        flex-direction: column
    }

    .mi-grid {
        --auto-grid-min-size: 15rem !important
    }

    .pro_csm_grid {
        --auto-grid-min-size: 10rem;
        justify-items: start
    }
}

#cookieNotice .title-wrap svg,
.lay_,
.mt10 {
    margin-right: 10px
}

.lay-1,
.lay_ {
    border-radius: 18px;
    width: 185px;
    height: 180px
}

.scroll-wrapper-i {
    display: inline-block;
    padding-bottom: 6px
}

.scroll-content-i {
    display: inline-flex
}

.lay_ {
    flex: 0 0 auto;
    background-color: #fefacb
}

.lay-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    justify-content: center
}

.lay-img {
    height: 140px;
    position: absolute;
    margin-top: -38px;
    margin-left: -4px;
    width: 140px
}

.lay-bt {
    position: relative;
    color: #662801;
    border: 1px solid #6628012e;
    padding: 8px 22px;
    border-radius: 10px;
    background-image: linear-gradient(135deg, #feac00 0, #ffd503 100%);
    bottom: -3px;
    display: block;
    width: 167px;
    text-align: center
}

.lmb-4 {
    margin-bottom: 15px;
    color: #662801;
    width: 100%;
    padding-left: 12px
}

.lay-ref {
    background: #eff1fe !important
}

.lay-reed {
    background: #e2ffe2 !important
}

.lm-txt-ref {
    color: #2a2c3b !important
}

.lm-txt-reed {
    color: #010a01 !important
}

.btnac,
.fat,
.k-active {
    color: #fff
}

.m-big-s {
    background-image: radial-gradient(circle farthest-corner at -8.9% 51.2%, #7a85f5 0, #7884f9 15.9%, #565ff3 15.9%, #565ff3 24.4%, #131e25 24.5%, #131e25 66%)
}

.im-ch {
    height: 180px !important
}

.slideset {
    width: 158px;
    height: 101px
}

#cookieNotice.display-right {
    right: 15px;
    bottom: 75px;
    max-width: 395px
}

#cookieNotice.light {
    background-color: #fff;
    background-color: var(--cookieNoticeProLight);
    color: #393d4d;
    color: var(--cookieNoticeProDark)
}

#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    font-family: inherit;
    z-index: 999997
}

#cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bfb9b9;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/close-icon.svg) 0 0/20px 20px no-repeat
}

#cookieNotice * {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box
}

#cookieNotice .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: url("/images/icons/co-ic.png") 0 0/40px 40px no-repeat;
    padding-left: 45px;
    height: 40px
}

#cookieNotice h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px
}

#cookieNotice.light p,
#cookieNotice.light ul {
    color: #393d4d;
    color: var(--cookieNoticeProDark)
}

#cookieNotice p,
#cookieNotice ul {
    font-size: 14px;
    margin-bottom: 20px
}

#cookieNotice .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px;
    flex-wrap: wrap
}

#cookieNotice .btn-wrap button {
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px;
    border-radius: .5rem;
    cursor: pointer;
    white-space: nowrap;
    min-width: 130px;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    transition: box-shadow .3s
}

#cookieNotice button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none
}

#cookieNotice .btn-wrap button:hover {
    transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), transform .4s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    transform: translate3d(0, -1px, 0)
}

@media screen and (max-width:480px) {
    #cookieNotice {
        left: 15px
    }
}

.fat {
    margin-bottom: -16px;
    background: red;
    border-radius: 0 20px 0 7px;
    margin-right: 81px;
    padding: 0 14px 4px 7px;
    height: 19px
}

.pt-0 {
    margin-top: 5px
}

.barbase {
    display: inline-flex;
    justify-content: center;
    border-radius: 14px 8px 19px 14px;
    align-items: center;
    padding: 1px 0 1px 18px;
    gap: 8px;
    margin-right: -10px
}

.pop_bot {
    margin-top: 35px;
    width: 100%;
    display: flex;
    border-radius: 15px 15px 7px 7px;
    flex-direction: column;
    padding: 16px 10px 10px;
    gap: 8px
}

.popx {
    width: 290px;
    background: #ff1800 !important;
    border-radius: 8px;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.c_w,
.footer i,
.step-header i {
    color: #fff !important
}

.pop_log {
    margin-top: 40px
}

.pop_img {
    width: 9rem !important;
    height: 9rem !important
}

.pop_mar_4 {
    margin: 4px
}

.a_ref {
    color: #4169e1
}

.q-l {
    margin-top: 12px;
    margin-bottom: 10px
}

.quiz_card,
.ref_card {
    height: 85px;
    margin-bottom: 5px;
    display: flex;
    box-shadow: none
}

.ref_card {
    border-radius: 14px;
    border: 1px solid #292b43;
    justify-content: space-between;
    flex-direction: row
}

.in-r {
    background: black
}

.quiz_card {
    border-radius: 14px;
    border: 1px solid #b1b1b147;
    background: #fff;
    justify-content: center
}

.tumb {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.games_det,
.ref_1 {
    flex-direction: column;
    display: flex
}

.tumb>img {
    width: 65px;
    height: 65px;
    border-radius: 13px;
    margin-left: 7px;
    max-width: 70px !important
}

.tumb_title h4 {
    font-size: 13px;
    margin: 0
}

.tumb_title span {
    font-size: 11px;
    margin-right: 5px !important;
    margin: 0
}

.game_def span {
    font-size: 9px
}

.games_det {
    justify-content: center;
    margin-left: 6px
}

.games_rw {
    display: flex;
    margin-right: 20px;
    gap: 5px
}

.games_rw_img {
    display: flex;
    align-items: center;
    gap: 3px
}

.games_rw .games_rw_img>img {
    width: 14px
}

.games_rw .games_rw_img>span {
    font-size: 11px;
    font-weight: 500
}

.mi_card {
    border-radius: 10px;
    border: 1px solid #292b43;
    height: 80px;
    box-shadow: none
}

#log-page {
    background-color: #8e82f8 !important
}

.pa {
    padding: 16px !important
}

.pbo {
    padding: 10px 15px;
    margin-top: 5px
}

.ref_1 {
    margin-top: 15px
}

.ref_span {
    color: #c3c3c3
}

.l_text,
.of_sec,
.off_card,
.offer_sec,
.ref_g,
.rewtag {
    color: #fff
}

.ref_title {
    font-size: 15px;
    margin-top: 2px
}

.stp {
    margin-top: 50px;
    margin-bottom: 10px
}

.stepno {
    height: 55px !important;
    width: 55px !important;
    margin-top: -12px !important;
    background: 0 0 !important
}

.flox {
    display: flex;
    flex-direction: column
}

.l_1a,
.offer_card {
    align-items: center
}

.ref_new {
    margin-top: -12px;
    margin-bottom: -10px
}

progress {
    width: 100% !important
}

progress::-webkit-progress-bar {
    background-color: black
}

progress::-webkit-progress-value {
    background-color: #fff
}

.offer_img {
    height: 55px;
    width: 115px;
    background: #45b6f2;
    padding: 7px;
    border-radius: 12px;
    margin-right: 8px
}

.offer_card {
    display: flex;
    margin-top: 2px
}

.api_of_grid,
.of_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr))
}

.offer_sec {
    position: absolute;
    right: 0;
    bottom: -1px;
    background: #333451;
    border-radius: 10px 0 11px;
    padding-right: 7px;
    font-size: 11px;
    padding-left: 9px
}

.offer_card_boder {
    height: 102px;
    border-radius: .8rem !important;
    border-bottom: 3px solid #333451
}

.of_grid {
    --auto-grid-min-size: 13.9rem;
    grid-gap: 8px
}

.api_of_grid {
    --auto-grid-min-size: 7rem;
    grid-gap: 6px;
    margin-top: 10px
}

.of_sec {
    background: var(--swiper-theme-color);
    width: 110px
}

.offer-h1 {
    font-size: 15px;
    font-weight: 700;
    font-family: unset
}

.of-badge,
.of_s_b,
.off_sp_btn {
    font-size: 11px
}

.off_card {
    background: black;
    display: flex;
    justify-content: flex-start;
    border-radius: 8px;
    height: 130px;
    align-items: flex-end
}

.w-7r {
    width: 7rem !important
}

.backfade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12.68%, #383947 100%)
}

.rew_add {
    --auto-grid-min-size: 10rem !important
}

.of_s_b {
    width: 100%;
    padding-left: 4px;
    height: 52px;
    border-radius: 0 0 4px 4px;
    padding-top: 8px
}

.offer_text {
    display: block;
    z-index: 1;
    flex: 1;
    text-align: left
}

.game_crd,
.l_1a,
.off_span,
.ref_g,
.rew_flex,
.search_btnc {
    display: flex
}

.footer,
.rewtag {
    text-align: center
}

.off_span {
    margin-right: 3px;
    margin-left: 0
}

.off_sp_btn {
    background: #7e75fa;
    border-radius: 7px;
    padding: 0 8px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff
}

.offerList:hover {
    background: #2e2f47
}

.of-badge {
    background: #2223396b;
    padding: 0 7px 0 0;
    border-radius: 19px;
    border: 1px solid #ffffff1a
}

.l_1a {
    height: 180px;
    border-radius: 14px;
    position: relative;
    justify-content: center;
    background: linear-gradient(180deg, rgb(3 7 124 / 35%), #9122f6)
}

.l_2 {
    background-image: url('#');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform .1s ease-in-out
}

.game_crd,
.loader-line {
    position: relative;
    overflow: hidden
}

.l_text {
    font-size: 18px;
    z-index: 99
}

section.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998
}

section.modalWindow {
    display: none;
    position: fixed;
    top: 10%;
    z-index: 999 !important;
    width: 96%;
    left: 2%;
    cursor: default
}

section.modal.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: rgba(15, 23, 42, .6);
    z-index: 997;
    cursor: pointer;
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

section.modalWindow section.modalWrapper {
    text-align: left;
    height: 550px
}

.offeriframe {
    height: 100%;
    width: 100%;
    border-radius: 0 0 .5rem .5rem;
    margin: 0;
    padding: 0;
    border: 0
}

.mar_se,
.search_btnc {
    margin-right: 15px;
    margin-left: 15px
}

.box_modal {
    height: 610px
}

.custom-offer-layout,
.modalButton,
.swiper-slide {
    cursor: pointer
}

.loader-line {
    height: 4px;
    background-color: #ddd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.loader-line:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 4px;
    width: 40%;
    background-image: linear-gradient(83.2deg, #965de9 10.8%, #6358ee 94.3%);
    -webkit-animation: 1s linear infinite lineAnim;
    -moz-animation: 1s linear infinite lineAnim;
    animation: 1s linear infinite lineAnim;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.game-b::after,
.game-b::before {
    content: '';
    width: 3px;
    right: 37px
}

@keyframes lineAnim {
    0% {
        left: -40%
    }

    50% {
        left: 20%;
        width: 80%
    }

    100% {
        left: 100%;
        width: 100%
    }
}

.game_crd {
    border-radius: 8px;
    height: 120px;
    align-items: center
}

.nav-cut,
.rewtag,
.s-off {
    position: absolute
}

.head-game {
    margin-top: 23px;
    margin-bottom: -13px
}

.search_btnc {
    justify-content: center !important;
    margin-top: 8px
}

.mar_se {
    margin-top: 10px
}

.rew_img {
    height: 100%;
    margin-bottom: 25px;
    border-radius: .5rem .5rem 0 0
}

.rew_title {
    border-radius: 0 0 .5rem .5rem;
    padding: 9px 10px
}

.rew_flex {
    justify-content: space-between
}

.ref_g {
    background: #4fbef9;
    padding: 0 8px;
    border-radius: 17px;
    font-size: 11px;
    line-height: 2;
    gap: 4px;
    align-items: center
}

.rewtag {
    top: 6px;
    left: 6px;
    font-size: 12px;
    font-weight: 700;
    width: 40px;
    height: 22px;
    line-height: 23px;
    border-radius: 6px;
    background: #26273d
}

.api_of_grid_red {
    --auto-grid-min-size: 8rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 0fr));
    grid-gap: 6px;
    margin-top: 10px
}

.mission-1,
.p-share,
.pro_div,
.pro_span {
    display: flex
}

.csm_app_grid,
.quiz_grid {
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr))
}

.k-1 {
    font-size: 19px
}

.active-1 {
    background-color: rgba(79, 70, 229, .1)
}

.mission-1 {
    align-items: flex-end;
    justify-content: space-between;
    gap: 5px
}

.profile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px
}

.pro_div {
    justify-content: space-around;
    gap: 15px
}

.pro_span {
    width: 100%;
    height: 45px;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border-radius: 10px
}

.c_ic {
    height: 17px
}

.p-invite {
    border-radius: 10px;
    height: 190px;
    padding: 7px 15px;
    margin-top: 35px;
    background: black
}

.p-share {
    justify-content: center
}

.fo-so,
.p-sp {
    display: flex;
    align-items: center
}

.p-sp {
    gap: 4px
}

.col-g {
    color: #687180 !important
}

.mbot {
    padding: 10px 1.25rem
}

.sess_msg {
    margin-bottom: 15px;
    padding: 13px
}

.games {
    flex-direction: row
}

.fo-so {
    gap: 8px;
    margin-bottom: 12px;
    justify-content: center
}

.csm_app_grid {
    --auto-grid-min-size: 7rem;
    display: grid;
    grid-gap: 8px;
    margin-bottom: 8px
}

.footer,
.nav-cut,
.navp,
.withd {
    display: flex
}

.app_csm_wrapper {
    max-width: 100%;
    margin: 12px auto 0;
    padding: 0
}

.sl,
.sl-active-all {
    margin-top: -1px !important
}

.text-g {
    color: #a9a9ca
}

.s-off {
    height: 100%;
    width: 100%;
    z-index: 21;
    transition-duration: .2s
}

.navp {
    align-items: center;
    gap: 2px
}

@media (min-width:1024px) {
    :root {
        --main-sidebar-width: 3rem;
        --sidebar-panel-width: 240px
    }
}

:root {
    --margin-x: 1rem;
    --main-sidebar-width: 3.5rem;
    --sidebar-panel-width: 230px;
    --chat-sidebar-panel-width: 225px;
    --sidebar-panel-min-width: 64px
}

.bod {
    border-radius: .5rem
}

.sl {
    background: #80808005;
    border-radius: 1px;
    width: 54px;
    border-left: 2px solid #64748b;
    border-bottom: 1px solid #4e46e513
}

.sl-active-all,
.sl-active-home {
    background-image: linear-gradient(180deg, #6366f1 2, #000 100.9%) !important;
    border-radius: 1px;
    width: 54px;
    border-left: 2px solid #6366f1;
    border-bottom: 1px solid #4e46e513;
    border-top: 1px solid #4e46e513
}

.sl-top {
    border-top: 1px solid #4e46e513
}

.nav-cut {
    z-index: 99;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    padding-right: 8px;
    margin-top: 6px
}

.withd {
    gap: 10px;
    padding: 18px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-size: 17px
}

.bb-red {
    border-bottom: 2px solid #7d2121
}

.bb-blue {
    border-bottom: 2px solid #302a9d
}

.bb-sky {
    border-bottom: 2px solid #126a91
}

.footer {
    padding: 35px 50px;
    gap: 10px;
    border-radius: 12px;
    justify-content: space-between
}

.lang,
.so-mod {
    align-items: center;
    display: flex
}

.offer-12 {
    font-size: 13px
}

.lang {
    background: black;
    color: #fff;
    padding: 5px;
    border-radius: 30px;
    gap: 10px;
    width: 108px;
    border: 1px solid #3b3d53
}

.cat-sp {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.cat-games {
    font-size: 10px;
    font-weight: 500
}

.game-b,
.loadtxt,
.pre_title {
    text-align: center;
    font-weight: 700;
    color: #fff
}

.so-mod {
    justify-content: space-between
}

.gameplay-bar {
    height: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem .5rem 0 0;
    overflow: hidden;
    position: relative
}

.play_con {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.game_img_pre,
.loadtxt,
.pre_title {
    position: relative
}

.play_img {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    filter: blur(30px) brightness(1.2);
    transform: scale(1.1)
}

#fa-playbtn {
    margin-left: 4px;
    font-size: 17px
}

.g_load {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.loadtxt {
    margin-top: 110px;
    font-size: 15px;
    padding: 8px;
    width: 180px;
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(125, 185, 232, 0) 100%)
}

.game_img_pre {
    width: 150px;
    height: 150px;
    margin: auto auto 2px;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #fff;
    background-color: #000;
    box-shadow: inset 0 5px 5px rgb(0 0 0 / 50%), 0 2px 4px rgb(0 0 0 / 30%);
    background-position: center;
    background-size: cover
}

.pre_title {
    font-size: 18px;
    padding: 12px;
    width: 355px;
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(125, 185, 232, 0) 100%)
}

.back-game,
.game-b,
.game-b::after,
.game-b::before {
    position: absolute
}

#g-frame {
    display: none;
    background-color: #000
}

.back-game {
    font-size: 19px;
    color: #fff;
    background-color: #4f46e5;
    padding: 8px 12px;
    z-index: 9;
    border-radius: 100px;
    display: none;
    top: 6px;
    left: 6px;
    cursor: pointer
}

.mab2 {
    margin-bottom: 5px
}

.copy_bt {
    padding-top: 12px;
    padding-bottom: 20px
}

.log_btnp {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-right: 8px;
    margin-left: 8px;
    margin-top: 18px
}

.game-b {
    top: 2px;
    font-size: 11px;
    left: -3px;
    width: 40px;
    height: 17px;
    line-height: 18px;
    border-radius: 20px 20px 20px 0;
    background-image: radial-gradient(circle farthest-corner at 10% 20%, #ffd143 0, #ff9153 90%)
}

.game-b::before {
    background: #a34f1e;
    height: 8px;
    top: 17px;
    z-index: 2;
    border-radius: 20px 0 0 20px
}

.game-b::after {
    background: #ffbb49;
    height: 4px;
    top: 16px
}

.content dt,
.content ol,
.content p,
.content ul {
    margin: 0 0 13px;
    line-height: 1.6em
}

.content h1,
.content h2,
.content h3,
.content h4 {
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 1.2
}

.content h5,
.content h6 {
    font-weight: 600;
    line-height: 1.2
}

.content h1 {
    line-height: 1.2;
    font-size: 28px
}

.content h2 {
    font-size: 26px
}

.content h3 {
    font-size: 24px
}

.content h4 {
    font-size: 21px
}

.content h5 {
    font-size: 18px
}

.content h6 {
    font-size: 16px;
    margin: 0 0 5px
}

.content li {
    margin: 5px 0;
    padding: 0;
    line-height: 1.5em
}

.content ul li {
    list-style: disc inside
}

.content ol li {
    list-style: decimal inside
}

.content a:hover,
.content u {
    text-decoration: underline
}

.content strike {
    text-decoration: line-through
}

.content a {
    color: #08f
}

.g-t h1 {
    font-size: 18px;
    font-weight: 700;
    color: #1a274e;
    margin-bottom: 5px
}

.fm {
    margin-right: 3px
}

.quiz_grid {
    --auto-grid-min-size: 18rem;
    display: grid;
    grid-gap: 4px;
    margin-bottom: 4px
}

.conped {
    padding: 20px 30px
}

@media only screen and (min-width:728px) {
    ::-webkit-scrollbar {
        width: 8px
    }

    ::-webkit-scrollbar-track {
        background: black
    }

    ::-webkit-scrollbar-thumb {
        background: #26273b
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #2e2f47
    }

    .nrm {
        margin-right: 25px !important
    }

    .conped {
        padding: 1rem
    }

    .s-off {
        position: unset !important
    }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.sh {
    box-shadow: none !important
}

.teal-light {
    background-color: #b2d8d8 !important
}

.teal-dark {
    background-color: #66b2b2 !important
}

.teal {
    background-color: teal !important
}

.car_pro i,
i {
    color: #6366f1 !important
}

.pagination .bg-primary {
    background-color: #6366f1 !important
}

@media (max-width:550px) {
    .hideinmobile {
        display: none !important
    }
}

#sh .pl-\[var\(--main-sidebar-width\)\] {
    padding-left: 3.5rem;
}