<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --toast-zIndex: 99999999;
    --payBtnBg: #197B30;
    --payBtnTxt: #fff;
    --errorBg_global: #ff0000;
    --errorTxt_global: #fff;
    --badge_height: 24px;
    --badge_fsz: 12px;
    --badge_brd: 0;
    --cwStatusDefaultBg: #51A49A;
    --cwStatusDefaultIcon: #FFFFFF;
    --cwStatusDefaultTxt: #FFFFFF;
    --cwStatusExclusiveBg: #5FC3D7;
    --cwStatusExclusiveIcon: #FFFFFF;
    --cwStatusExclusiveTxt: #FFFFFF;
    --cwStatusNewBg: #e86b00;
    --cwStatusNewIcon: #FFFFFF;
    --cwStatusNewTxt: #FFFFFF;
    --cwStatusJackpotBg: #4796EC;
    --cwStatusJackpotIcon: #FFFFFF;
    --cwStatusJackpotTxt: #FFFFFF;
    --cwStatusSoonBg: #4B9263;
    --cwStatusSoonIcon: #FFFFFF;
    --cwStatusSoonTxt: #FFFFFF;
    --cwStatusTopBg: #5082FF;
    --cwStatusTopIcon: #FFFFFF;
    --cwStatusTopTxt: #FFFFFF;
    --cwStatusHotBg: #FF0000;
    --cwStatusHotIcon: #FFFFFF;
    --cwStatusHotTxt: #FFFFFF;
    --cwStatusPremiumBg: #775BBC;
    --cwStatusPremiumIcon: #FFFFFF;
    --cwStatusPremiumTxt: #FFFFFF;
    --cwStatusPopularBg: #7BB872;
    --cwStatusPopularIcon: #FFFFFF;
    --cwStatusPopularTxt: #FFFFFF;
    --cwStatusUpcomingBg: #f5af04;
    --cwStatusUpcomingIcon: #FFFFFF;
    --cwStatusUpcomingTxt: #FFFFFF;
    --cwStatusMaintenenceBg: #043af5;
    --cwStatusMaintenenceIcon: #FFFFFF;
    --cwStatusMaintenenceTxt: #FFFFFF;
    --cwStatusAnimationCount: 1;

    --global_status_color_pending: #FFA500;

    --cwModalBorder2: var(--cwModalBg2Hover);
    --cwModalBorder3: var(--cwModalBg3Hover);
}
/*body {
    line-height: 1;
}*/

.notification_static_content {
    --transform-size: 78vw;
    height: 44px;
}

@media screen and (max-width: 1580px) {
    .notification_static_content {
        --transform-size: 90vw;
    }
}


/*start main styles*/
/*@font-face {
    font-family: "iconsDinamicMenu";
    src: url("/Content/fonts/dynamic_menu_icons_font/menu_icons_font.eot");
    src: url("/Content/fonts/dynamic_menu_icons_font/menu_icons_font.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/dynamic_menu_icons_font/menu_icons_font.woff2") format("woff2"), url("/Content/fonts/dynamic_menu_icons_font/menu_icons_font.woff") format("woff"), url("/Content/fonts/dynamic_menu_icons_font/menu_icons_font.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Content/fonts/roboto/Roboto-Medium.otf') format('opentype'), url('/Content/fonts/roboto/Roboto-Medium.woff') format('woff'), url('/Content/fonts/roboto/Roboto-Medium.woff2') format('woff2'), url('/Content/fonts/roboto/Roboto-Medium.ttf') format('truetype'), url('/Content/fonts/roboto/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Content/fonts/roboto/Roboto-Regular.otf') format('opentype'), url('/Content/fonts/roboto/Roboto-Regular.woff') format('woff'), url('/Content/fonts/roboto/Roboto-Regular.woff2') format('woff2'), url('/Content/fonts/roboto/Roboto-Regular.ttf') format('truetype'), url('/Content/fonts/roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Content/fonts/roboto/Roboto-Bold.otf') format('opentype'), url('/Content/fonts/roboto/Roboto-Bold.woff') format('woff'), url('/Content/fonts/roboto/Roboto-Bold.woff2') format('woff2'), url('/Content/fonts/roboto/Roboto-Bold.ttf') format('truetype'), url('/Content/fonts/roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Content/fonts/roboto/Roboto-Light.woff2') format('woff2'),
        url('/Content/fonts/roboto/Roboto-Light.woff') format('woff'),
        url('/Content/fonts/roboto/Roboto-Light.ttf') format('truetype'),
        url('/Content/fonts/roboto/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}*/

* {
    outline: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
}

    *::-webkit-scrollbar {
        width: 6px;
        background-color: transparent;
    }

    *::-webkit-scrollbar-track {
        background: transparent;
    }

    *::-webkit-scrollbar-thumb {
        background-color: var(--cwDominantBg);
    }

body, .ui-widget {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.ui-widget button {
    font-family: "Roboto", sans-serif;
}

ol, ul {
    list-style: none;
}

b,
strong,
.bold {
    font-weight: bold;
}

i {
    font-style: normal;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button[disabled] {
    opacity: .3;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.color-inherit {
    color: inherit;
}

.underline,
.text-underline{
    text-decoration: underline;
}

.ofh {
    overflow: hidden;
}

.cursor_pointer {
    cursor: pointer;
}

.relative {
    position: relative;
    position: relative;
}

.absolute {
    position: absolute;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.dis_none,
.hidden,
.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.w-100 {
    width: 100% !important;
}

.w-50 {
    width: 50% !important;
}

.h-100 {
    height: 100% !important;
}

.d-block-2 {
    display: block;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.flex,
.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flexCol,
.flex-column {
    flex-direction: column !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.mwAuto {
    min-width: auto !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.jc,
.justify-content-center {
    justify-content: center !important;
}

.jb,
.spcbtw,
.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.alCen,
.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.gx-1 {
    column-gap: 4px;
}

.gx-2 {
    column-gap: 8px;
}

.gx-3 {
    column-gap: 16px;
}
/*start grid system*/
.tl_row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}

.tl_row-gap-s &gt; .tl_col-6 {
    padding-right: 4px;
    padding-left: 4px;
}

.tl_col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}


.tl_col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}
/*end grid system*/
.flex_gap_1 {
    column-gap: 16px;
}

.flex_gap_5 {
    column-gap: 5px;
}

/*margin*/
.mt-0 {
    margin-top: 0 !important;
}

.mt-half {
    margin-top: 4px !important;
}

.mt-1 {
    margin-top: 8px !important;
}

.mt-2 {
    margin-top: 16px !important;
}

.mt-3 {
    margin-top: 24px !important;
}

.mt-4 {
    margin-top: 32px !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-half {
    margin-right: 4px !important;
}

.mr-1 {
    margin-right: 8px !important;
}

.mr-2 {
    margin-right: 16px !important;
}

.mr-auto {
    margin-right: auto;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-half {
    margin-left: 4px !important;
}

.ml-1 {
    margin-left: 8px !important;
}

.ml-2 {
    margin-left: 16px !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.mb-half {
    margin-bottom: 4px !important;
}

.mb-1 {
    margin-bottom: 8px !important;
}

.mb-2 {
    margin-bottom: 16px !important;
}

.mb-3 {
    margin-bottom: 24px !important;
}

.mb-4 {
    margin-bottom: 32px !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-half {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.my-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.my-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-half {
    margin-right: 4px !important;
    margin-left: 4px !important;
}

.mx-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
}

.mx-2 {
    margin-right: 16px !important;
    margin-left: 16px !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-0 {
    margin: 0 !important;
}

.m-half {
    margin: 4px !important;
}

.m-1 {
    margin: 8px !important;
}

.m-2 {
    margin: 16px !important;
}

.m-3 {
    margin: 32px !important;
}

.m-auto {
    margin: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0px !important;
}
.pt-1 {
    padding-top: 8px !important;
}

.pt-2 {
    padding-top: 16px !important;
}

.pb-1 {
    padding-bottom: 8px !important;
}

.pb-2 {
    padding-bottom: 16px !important;
}

.p-1 {
    padding: 8px;
}

.px-1 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.px-2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.px-3 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.p-2 {
    padding: 16px;
}

.p-3 {
    padding: 32px;
}

.fs-12{
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.tl_container {
    width: 100%;
    max-width: 1596px;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 10;
}

.toto_landint_container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


@media screen and (min-width: 991px) {
    .refer-friend .only-mobile {
        display: none !important;
    }
}

/*-start button styles*/
.tl_payment_block .tl_sel_custom_popup_reg {
    margin: 0;
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    line-height: 1.5;
    outline: 0;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 0;
    border-bottom: 2px solid transparent;
    text-indent: 0;
}

.tl_payment_block .tl_deposit_button,
.tl_btn, .tl_btn_popup {
    height: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
    position: relative;
    text-decoration: none;
    outline: 0;
    padding: 0 10px;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.2s ease;
    cursor: pointer;
    column-gap: 10px;
    white-space: nowrap;
    justify-content: center;
}

.tl_gh .tl_search_button {
    line-height: 36px;
    box-sizing: border-box;
    display: flex;
    transition: all .2s;
}

.to_top_cont {
    position: fixed;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.to_top {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    cursor: pointer;
    background-color: var(--bg-level-4, var(--cwBodyBgHover));
    color: var(--text-level-high, var(--cwBodyTxt));
}

.changepass_btn {
    margin-top: 8px;
}


/*global buttons*/
.primary-btn {
    min-height: 40px;
    background: var(--cwPrimary) !important;
    color: var(--text-on-primary) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 11px;
    padding: 8px 6px;
    border-radius: 8px !important;
    cursor: pointer;
}

    .primary-btn.disabled {
        opacity: 0.4;
        cursor: default;
    }

    .primary-btn.primary-btn--bordered {
        background-color: transparent !important;
        color: var(--cwPrimary) !important;
        border: 1px solid;
        text-transform: uppercase;
    }

.secondary-btn {
    min-height: 40px;
    background: var(--btn-primary, var(--cwButtonBg)) !important;
    color: var(--btn-primary-text, var(--cwButtonTxt)) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 11px;
    padding: 9px 24px;
    border-radius: 8px;
    cursor: pointer;
}

    .secondary-btn.disabled {
        filter: none !important;
        opacity: 0.4;
        cursor: default;
    }
/*------*/
/*-end button styles*/
.popup_flex_box {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 150;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*start popup styles*/

/*end popup styles*/

/*end main styles*/


/*start header*/
/*-start header top part*/


/*top row*/
.tl_header_top_row {
    height: 56px;
    position: absolute;
    z-index: 14;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.2s;
    transform: translateY(0);
    box-shadow: 0 1px 8px var(--cwBodyShadow);
}

.fixed_head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    /*animation: slidedown 0.2s linear;*/
}

.tl_header_top_row .tl_header_top_row_fix {
    width: 100%;
    align-items: center;
    padding: 0 16px;
}

.tl_header_bot_row {
    height: 110px;
    padding-top: 56px;
    background: var(--cwHeaderSecondaryG);
    color: var(--cwHeaderSecondaryTxt);
}

.header {
    padding-top: 56px;
    background: var(--cwHeaderBg2);
    color: var(--cwHeaderTxt2)
}

.header__fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 56px;
    z-index: 16;
    background: var(--cwHeaderG);
    color: var(--cwHeaderTxt2);
}

.lca-gv-header-left {
    height: inherit;
    align-self: stretch;
    column-gap: 6px;
}

.lca-gv-header-right.flex-grow-1 {
    flex-grow: 0 !important
}

.header__fixed-left {
    column-gap: 20px;
}

.header__logo {
    display: block;
    height: 80%;
    width: max-content;
    max-width: 9vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;

}

.header__left__logo {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 44px;
    height: 100%;
    max-height: 40px;
}

.header__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tl_logo a, .active .header__left__logo {
    height: 80%;
    width: 9vw;
}

.tl_typography_nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.8;
}

.tl_typography_accent {
    color: var(--cwHeaderAccent);
}

.list_unstiled {
    list-style-type: none;
    align-items: center;
}
/*--start header top links*/

.header__top-links {
    column-gap: 15px;
}

.header__top-links.variant_responsive{
    --text_visibility: none;
}

@media only screen and (min-width: 1320px) {
    .header__top-links.variant_responsive{
        --text_visibility: flex;
    }
}
@media only screen and (max-width: 1450px) {
    .header__top-links span,
    .header__top-promolink span{
        display: none;
    }
}
@media only screen and (max-width: 1320px) {
    .tl_time {
        display: none;
    }
}

.header__top-links.variant_responsive &gt; .header__top-link &gt; span,
.header__top-links.variant_responsive &gt; .header__top-promolink &gt; span {
    display: var(--text_visibility);
    flex-wrap: nowrap;
}

.header__top-links.variant_responsive &gt; .header__top-link {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.header__top-link {

    transition: all 0.3s ease;
}

.header__top-promolink {
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    background: var(--cwHeaderBg2);
    color: var(--cwHeaderAccent);
    border-radius: var(--cwButtonRadius);
    box-shadow: 0 1px 2px var(--cwBodyShadow);
}

    .header__top-promolink span,
    .header__top-promolink .dynamic_icon {
        padding: 0 4px;
        margin: 0
    }

.header__top-link .dynamic_icon, 
.header__top-link .header_cw_icon {
    display: none;
}

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

    .header__top-link .dynamic_icon,
    .header__top-link .header_cw_icon {
        display: block;
    }

    .header__top-link span {
        display: none;
    }
}

.header__fixed-right {
    column-gap: 6px;
    --icoSize: 18px;
}

    .header__fixed-right .dynamic_icon:not(.dynamic_icon-arrow) {
        font-size: 34px;
    }

.dynamic_icon.dynamic_icon-arrow {
    font-size: 20px;
}

.header_amount-style {
    animation: amountCount 1s infinite;
    position: absolute;
    top: -1px;
    right: -1px;
    min-width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #000000;
    font-size: 10px;
    border-radius: 50%;
    background: var(--cwAccentBg, #ffb700);
    color: var(--cwAccentTxt, #333333);
    font-family: 'Roboto', sans-serif
}

@-webkit-keyframes amountCount {
    from {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1.1);
    }

    to {
        transform: scale(0.9);
    }
}

@keyframes amountCount {
    from {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1.1);
    }

    to {
        transform: scale(0.9);
    }
}

/*--start time*/
.tl_time {
    width: auto;
    height: 56px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    align-items: center;
    font-size: 12px;
    column-gap: 8px;
}

.time .zone {
    padding: 0 4px;
}

/*--cwHeader top(user and lang) dropdown*/
.header__dropdown-menu {
    column-gap: 10px;
}

    .header__dropdown-menu &gt; div {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.links_container {
    z-index: 999;
    position: absolute;
    right: 0;
    top: 36px;
    box-shadow: 0 2px 2px var(--cwBodyShadow);
    min-width: 160px;
    width: auto;
    overflow-y: auto;
    max-height: 614px;
    display: none;
    padding: 8px;
    background: var(--cwDominantBg);
    color: var(--cwDominantTxt);
    border: 1px solid var(--cwDominantBg2);
    border-radius: var(--cwInputRadius);
}

.links_container &gt; * + * {
    border-top: 1px solid var(--cwDominantBg2Hover);
}

.tl_dropdown_style {
    font-size: 14px;
    transition: background-color 0.2s;
    align-items: center;
    padding: 0 12px;
    display: flex;
    height: 32px;
    justify-content: space-between;
    white-space: nowrap;
    column-gap: 6px;
}

.tl_dropdown_style:hover{
    background: var(--cwDominantBg2);
    color: var(--cwDominantTxt);
}

/*-start vpn links*/
.vpn_links__button {
    padding: 8px;
    width: 60px;
    border-radius: 4px;
    margin: 0 8px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

    .vpn_links__button:before {
        content: "▾";
        font-size: 18px;
        position: absolute;
        right: 4px;
        top: 7px;
    }

.vpn_links__dropdown a {
    min-width: 160px;
    text-transform: uppercase;
}

.tl_header_top_row .footerLangtxt {
    display: none;
}
.cw_footer_border {
    border: 1px solid var(--cwFooterTxt3);
    margin-block: 28px;
}
/*-start header bottom*/
/*-- start header menu(bottom) dropdown*/
.header_nav__dropdown .tl_main_nav_item {
    height: 34px;
    font-size: 14px;
    display: flex;
    align-items: center;
    column-gap: 6px;
    border: 0;
    border-radius: 4px;
    width: 100%;
    margin: 0;
    text-transform: capitalize;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.header_nav__dropdown_bottom__active {
    height: 54px;
    width: 100%;
    text-transform: uppercase;
    line-height: 52px;
    text-decoration: none;
    text-align: center;
    padding: 0 16px;
    display: block;
    border: 0;
    outline: 0;
    transition: border-width 0.1s ease;
    background: transparent;
}

a.header__top-link-promo.header__top-link,
.header__top-link-promo.header__top-link{
    color: var(--cwHeaderAccent);
}

.header__top-link,
a.header__top-link {
    color: var(--cwHeaderTxt);
}

    .header__top-link:hover,
    a.header__top-link:hover {
        color: var(--cwAccentG);
    }

a.tl_main_nav_item.tl_main_nav_item-active,
.tl_main_nav_item.tl_main_nav_item-active,
.tl_main_nav_item:hover,
a.tl_main_nav_item:hover,
a.tl_main_nav_item.tl_main_nav_item-active .dynamic_icon,
a.tl_main_nav_item:hover .dynamic_icon {
    color: var(--cwHeaderSecondaryAccent);
}

.header_nav__dropdown .tl_main_nav_item-active,
.header_nav__more_content .tl_main_nav_item-active,
.header_nav__dropdown .tl_main_nav_item:hover,
.header_nav__more_content .tl_main_nav_item:hover {
    background-color: var(--cwHeaderSecondaryBgHover);
    color: var(--cwHeaderSecondaryAccent);
}


/*-header dropdown end*/


/*start dynamic and responsive header with more button*/
.header_nav__dropdown,
.header_nav__more_content {
    background-color: var(--cwHeaderSecondaryBg);
    color: var(--cwHeaderSecondaryTxt);
    border-radius: var(--cwInputRadius);
    border: 1px solid var(--cwHeaderSecondaryBg2);
    box-shadow: 0 2px 2px var(--cwBodyShadow);
    padding: 8px;
    position: absolute !important;
    z-index: 82;
    width: auto;
}

    .header_nav__dropdown .tl_main_nav_item,
    .header_nav__more_content .tl_main_nav_item {
        color:var(--cwHeaderSecondaryTxt);
    }

.header_nav__more {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    font-size: 16px;
    white-space: nowrap;
    border: none;
    padding: 0 12px;
    transition: color 0.2s;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.header_more_btn {
    cursor: pointer;
}

.header_nav__more_content {
    position: absolute;
    top: 48px;
    left: 0;
    right: auto;
    min-width: 139px;
    z-index: -1;
    opacity: 0;
    width: auto;
}

    .tl_responsive_header_navigation .header_nav__dropdown a,
    .header_nav__more_content a {
        height: 35px;
        margin-bottom: 1px;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border: none;
    }


    .tl_responsive_header_navigation .header_nav__dropdown &gt; a:last-child, .header_nav__more_content &gt; a:last-child {
        margin-bottom: 0;
    }

.header_nav__more:hover .header_nav__more_content {
    z-index: 82;
    opacity: 1;
}

.header_nav__more:hover {
    overflow: visible;
}

.tl_bot_header_cont, .header_nav__more {
    opacity: 1;
    transition: opacity 0.2s ease-in;
}

.hdr_effect {
    opacity: 0;
    transition: none;
}

.header_nav__more_content .promoted::before, .header_nav__more_content .promoted::after {
    transform: translateY(0);
}

.header_nav__more_content .header_nav__dropdown {
    right: 100%;
    top: 0;
    left: auto;
    min-width: 150px;
}

    .header_nav__more_content .header_nav__dropdown a:hover {
        text-shadow: none;
    }

/*--end responsive header*/


/*--start dynamic header*/
.header_nav__dropdown_button {
    position: relative;
    cursor: pointer;
}

.header_nav__dropdown {
    position: absolute;
    top: 95%;
    left: 0;
    z-index: 90;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
}

.header_nav__dropdown_button:hover .header_nav__dropdown {
    pointer-events: all;
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

.dynamic_menu .dynamic_bagge {
    min-width: 20px;
    height: 14px;
    display: block;
    border-radius: 4px;
    text-align: center;
    line-height: 14px;
    font-size: 8px;
    font-weight: 500;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    background: none;
    background-color: #fdb500;
    color: #000;
    margin: 0 -11px auto;
    padding: 0 4px;
    font-weight: 500;
}

.dynamic_menu .jackpot {
    background-color: #6D24FF;
    color: #FFFFFF;
}

.dynamic_menu .soon {
    background-color: #4B9263;
    color: #FFFFFF;
}

.dynamic_menu .new {
    background-color: #FFB700;
    color: #000;
}

.dynamic_menu .top {
    background-color: #0006B8;
    color: #FFFFFF;
}

.dynamic_menu .hot {
    background-color: #FF0000;
    color: #FFFFFF;
}

.dynamic_menu .premium {
    background-color: #0638FF;
    color: #FFFFFF;
}

.dynamic_menu .tl_header_navigation {
    display: flex;
    align-items: center;
    height: 56px;
}

.dynamic_menu .tl_bot_header_cont {
    width: auto;
    margin: 0;
}

.dynamic_menu .tl_header_bot_row_fix {
    max-width: 1608px;
    margin: 0 auto;
    width: 100%;
}

.dynamic_menu button.tl_main_nav_item,
.dynamic_menu .tl_main_nav_item {
    height: 36px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    white-space: nowrap;
    border: none;
    padding: 0;
}

.tl_main_nav_item-inner {
    padding: 0 12px;
    height: 36px;
    align-items: center;
    display: flex;
    column-gap: 6px;
}

.dynamic_menu .header_nav__more .tl_main_nav_item {
    height: 35px;
}

.dynamic_menu .header_nav__dropdown .dynamic_bagge,
.dynamic_menu .header_nav__more_content .dynamic_bagge {
    margin: 0 0 auto;
    margin-block-start: 1px;
}

.dynamic_menu .header_nav__dropdown .tl_main_nav_item-inner,
.dynamic_menu .header_nav__more_content .tl_main_nav_item-inner {
    height: 100%;
    width: 100%;
}

.dynamic_menu .js_open_dropdown {
    height: 56px;
    line-height: 56px;
}

.dynamic_menu a {
    background-color: transparent;
}

.dynamic_menu .open .header_nav__dropdown {
    pointer-events: all;
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

.dynamic_menu .header_nav__dropdown_button_click {
    position: relative;
    cursor: pointer;
}

.dynamic_icon {
    font-family: "iconsDinamicMenu";
    font-size: 46px;
    line-height: 0.8;
}

.header__top-links .dynamic_icon {
    font-size: 46px;
}

.dynamic_icon.liveScore {
    font-size: 58px;
}

.tl_main_nav_item-inner &gt; .dynamic_icon {
    transition: color 0.2s;
}

.tl_main_nav_item-inner &gt; span {
    transition: color 0.2s;
    font-weight: 500;
}

.tl_main_nav_item-inner &gt; .js_open_dropdown.dropdown_arrow:before {
    content: "\E364";
    font-family: "iconsDinamicMenu";
    padding: 0;
    font-size: 24px;
    opacity: 0.8;
    /*color:var(--cwHeaderSecondaryTxt3);*/
}
/*--end dynamic header*/

/*cdn*/
.header__left__logo_sm {
    display: block !important;
}

.active .header__left__logo_sm {
    display: none !important;
}

.header__left__logo_lg {
    display: none !important;
}

.active .header__left__logo_lg {
    display: block !important;
}

.header__left__icons {
    margin-left: 30px;
}

/*fixed all header*/
.fixed_header_all {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 90;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 75%);
    transform: translateY(-1px);
}

    .fixed_header_all .tl_header_top_row {
        position: relative;
    }

    .fixed_header_all .tl_header_bot_row {
        padding-top: 0;
        height: 57px;
    }
/*end header*/



/*start loader*/
.tl_loader_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: 60px;
    height: 60px;
}

.tl_loader {
    --size: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: none;
    height: var(--size);
    width: var(--size);
    position: relative;
    border-radius: 50%;
    background-size: 0 0 !important;
}

    .tl_loader::before,
    .tl_loader::after {
        height: var(--size);
        width: var(--size);
        position: absolute;
        border-radius: 50%;
        border: 4px solid;
    }

    .tl_loader::before {
        content: '';
        border-color: var(--cwAccentBg) transparent transparent transparent;
        animation: spin-1 4s linear infinite;
    }

    .tl_loader::after {
        content: '';
        border-color: transparent transparent var(--cwAccentBg3) transparent;
        animation: spin-2 4s linear infinite;
    }

@keyframes spin-1 {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(110deg);
    }

    50% {
        transform: rotate(220deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-2 {
    0% {
        transform: rotate(360deg);
    }

    25% {
        transform: rotate(220deg);
    }

    50% {
        transform: rotate(110deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.tl_loader-inside-button {
    width: 30px;
    height: 30px;
    display: none;
    margin: auto;
}
/*end loader*/

/*start configurable notification popup*/

.notification_content {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 91;
    background: var(--cwTooltipG);
    color: var(--cwTooltipTxt);
    border-bottom: 1px solid var(--cwTooltipAccent);
    border-bottom-left-radius: var(--cwTooltipRadius);
    border-bottom-right-radius: var(--cwTooltipRadius);
    box-shadow: 0 3px 5px var(--cwBodyShadow);
}

.notification_static_content ~ .static_header_content #header_fix {
    top: 44px !important;
}

.notification_static_content ~ .sport_header_fix .tl_header_bot_row {
    top: 44px;
}

.notification_static_content ~ .tl_header_top_row {
    top: 44px;
}

.notification_static_content ~ .fixed_header_all {
    top: 44px;
}

.notification_icon:before {
    content: "\e410";
    font-family: "iconsDinamicMenu";
}

.notification_wrapper {
    display: flex;
    align-items: center;
    max-width: 1540px;
    justify-content: center;
    width: 100%;
}

.notification_icon {
    color: #FFB700;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    margin: 0 15px;
    background-color: var(--cwTooltipBg2);
    color: var(--cwTooltipAccent);
}

.notification_text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    transform: translate(100%)
}

.notification_slide {
    width: calc(100% - 63px);
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 150%;
    padding-top: 4px;
}

@-webkit-keyframes notification_slide {
    0% {
        transform: translate(var(--transform-size))
    }

    to {
        transform: translate(-100%)
    }
}

@keyframes notification_slide {
    0% {
        transform: translate(var(--transform-size))
    }

    to {
        transform: translate(-100%)
    }
}

.notification_close_btn {
    cursor: pointer;
    margin: 0 10px;
    color: var(--cwTooltipTxt2);
    display: flex;
}
/*end configurable notification popup*/

/*start welcome and after login popup*/
.welcome_login_popup_inner {
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(4, 6,34, 0.15);
    position: relative;
    margin: auto;
    min-width: 250px;
    min-height: 250px;
}

.welcome_login_popup {
    max-width: 93%;
    max-height: 93%;
    min-height: 93%;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

    .welcome_login_popup img {
        max-width: 100%;
        vertical-align: top;
    }

.welcome_login_popup_close {
    position: absolute;
    z-index: 999;
    top: 16px;
    right: 16px;
    height: 42px !important;
    width: 42px !important;
    background-color: var(--cwButtonSecondaryBg) !important;
    color: var(--cwButtonSecondaryTxt) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .welcome_login_popup_close:hover {
        background-color: rgb(159, 159, 159);
    }

.welcome_login_popup_container {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 150;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*scroll*/
.welcome_login_popup::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #9F9F9F;
}

.welcome_login_popup::-webkit-scrollbar-track {
}

.welcome_login_popup::-webkit-scrollbar-thumb {
    background-color: #9F9F9F;
    height: 5px;
}
/*end welcome and after login popup*/

/*start message notification*/

.message_notifin_cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: fixed;
    top: 59px;
    right: 94px;
    z-index: 102;
    background-color: var(--cwTooltipBg, #fff);
    color: var(--cwTooltipTxt, #1a1a1a);
    border-left: 4px solid;
    border-color: var(--cwTooltipAccent, #FDBA50);
    border-radius: 4px;
    width: 343px;
    height: 78px;
}

.message_notifin_inner {
    display: flex;
    padding: 16px 40px 16px 10px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.message_notifin_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    color: var(--cwTooltipTxt,#1a1a1a);
}

.message_notifin_text {
    font-size: 14px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--cwTooltipTxt,#1a1a1a);
}

.message_notifin_text_cont {
    width: calc(100% - 47px);
    margin: 0 auto;
}

.message_notifin_close_icon {
    position: absolute;
    inset-inline-end: 12px;
    top: 11px;
    padding: 5px;
    cursor: pointer;
    color: var(--cwTooltipTxt2, #222);
}

.message_notifin_cont .cw_icon_mail {
    color: var(--cwTooltipAccent, #FDBA50);
    margin: 0 10px;
}

.notification_static_content ~ .message_notifin_cont {
    top: 104px;
}
/*end message notification*/

/*start flags*/
.lang, .dyn_country_flag {
    width: 21px;
    height: 15px;
    overflow: hidden;
    background-position-x: center;
    background-position-y: 20px;
    background-repeat: no-repeat;
    display: block;
}

    .lang.hy, .dyn_country_flag.am {
        background-position-y: 0;
    }

    .lang.bs, .dyn_country_flag.ba {
        background-position-y: -15px;
    }

    .lang.de, .dyn_country_flag.de {
        background-position-y: -30px;
    }

    .lang.en, .dyn_country_flag.us {
        background-position-y: -45px;
    }

    .lang.es, .dyn_country_flag.es {
        background-position-y: -60px;
    }

    .lang.fa, .dyn_country_flag.ir {
        background-position-y: -75px;
    }

    .lang.fr, .dyn_country_flag.fr {
        background-position-y: -90px;
    }

    .lang.he, .dyn_country_flag.il {
        background-position-y: -105px;
    }

    .lang.hr, .dyn_country_flag.hr {
        background-position-y: -120px;
    }

    .lang.ar, .dyn_country_flag.sa {
        background-position-y: -135px;
    }

    .lang.it, .dyn_country_flag.it {
        background-position-y: -150px;
    }

    .lang.ko, .dyn_country_flag.kr {
        background-position-y: -165px;
    }

    .lang.ku {
        background-position-y: -180px;
    }

    .lang.pt, .dyn_country_flag.pt {
        background-position-y: -195px;
    }

    .lang.ru, .dyn_country_flag.ru {
        background-position-y: -210px;
    }

    .lang.sr, .dyn_country_flag.rs {
        background-position-y: -225px;
    }

    .lang.tr, .dyn_country_flag.tr {
        background-position-y: -240px;
    }

    .lang.kz, .dyn_country_flag.kz {
        background-position-y: -255px;
    }

    .lang.uk, .dyn_country_flag.ua {
        background-position-y: -270px;
    }

    .lang.da, .dyn_country_flag.dk {
        background-position-y: -285px;
    }

    .lang.fi, .dyn_country_flag.fi {
        background-position-y: -300px;
    }

    .lang.cs, .dyn_country_flag.cz {
        background-position-y: -315px;
        background-position-y: -585px;
    }

    .lang.sv, .dyn_country_flag.se {
        background-position-y: -330px;
    }

    .lang.ka, .dyn_country_flag.ge {
        background-position-y: -345px;
    }

    .lang.no {
        background-position-y: -360px;
    }

    .lang.cc {
        background-position-y: -390px;
    }

    .lang.az, .dyn_country_flag.az {
        background-position-y: -405px;
    }

    .lang.zh, .dyn_country_flag.cn {
        background-position-y: -390px;
    }

    .lang.br {
        background-position-y: -418px;
    }

    .lang.hi, .dyn_country_flag.in {
        background-position-y: -433px;
    }

    .lang.ar-tn,
    .lang.aeb {
        background-position-y: -446px;
    }

    .lang.sq, .dyn_country_flag.af {
        background-position-y: -461px;
    }

    .lang.mne {
        background-position-y: -492px;
    }

    .lang.ja, .dyn_country_flag.jp {
        background-position-y: -507px;
    }

    .lang.th, .dyn_country_flag.th {
        background-position-y: -522px;
    }

    .lang.uz, .dyn_country_flag.uz {
        background-position-y: -538px;
    }

    .lang.ro, .dyn_country_flag.ro {
        background-position-y: -553px;
    }

    .lang.sk, .dyn_country_flag.sk {
        background-position-y: -569px;
    }

    .lang.kk {
        background-position-y: -602px;
    }

    .lang.el, .dyn_country_flag.gr {
        background-position-y: -620px;
    }

    .lang.lt, .dyn_country_flag.lt {
        background-position-y: -638px;
    }

    .lang.bu {
        background-position-y: -656px;
    }

    .lang.sl, .dyn_country_flag.sl {
        background-position: 0 -673px;
    }

    .lang.bg, .dyn_country_flag.bg {
        background-position: 0 -691px;
    }

    .lang.vi, .dyn_country_flag.vn {
        background-position-y: -707px;
    }

    .lang.bn, .dyn_country_flag.bd {
        background-position: 0 -725px;
    }

    .lang.be, .dyn_country_flag.by {
        background-position: 0 -742px;
    }

    .lang.ur-pk, .dyn_country_flag.pk {
        background-position: 0 -760px;
    }
/*Netherlands*/
.lang.nl, .dyn_country_flag.nl {
    background-position: 0 -777px;
}
/*end flags*/

/*--------------start landing------------*/
/*start top slider*/
.cas_nav_prev,
.cas_nav_next {
    height: 36px;
    width: 36px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    cursor: pointer;
    margin: 4px;
    transition: 0.2s linear 0s;
    font-family: "iconsDinamicMenu";
    font-size: 20px;
    transition: all 0.314s;
    border-radius: 4px;
    background-color: var(--cwDominantRGBA);
    color: var(--cwDominantTxt) !important;
}

    .cas_nav_prev:after {
        content: " \e362"
    }

    .cas_nav_next:after {
        content: " \e363"
    }

    .cas_nav_prev.slick-disabled,
    .cas_nav_next.slick-disabled {
        opacity: 0.7;
        cursor: default;
    }

    .cas_nav_prev.slick-arrow.slick-hidden,
    .cas_nav_next.slick-arrow.slick-hidden {
        opacity: 0.4;
        pointer-events: none;
    }

.slick-slide:focus {
    outline: none;
}

/*end top slider*/
/*-start dynamic_games_grid*/
.dynamic_games_grid {
    margin-left: -4px;
    margin-right: -4px;
}

    .dynamic_games_grid .grid_inner {
        display: -ms-grid;
        display: grid !important;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-auto-flow: row dense;
    }

    /*.dynamic_games_grid.align_left .lca-card:nth-child(9n+1) {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.dynamic_games_grid.align_right .lca-card:nth-child(9n+5) {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.dynamic_games_grid.align_center .lca-card:nth-child(7n+1),
.dynamic_games_grid.align_center .lca-card:nth-child(7n+4) {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    -ms-grid-column-span: 2;
    grid-column: span 2;
}*/

    .dynamic_games_grid.align_left.has_card_footer .lca-card:nth-child(9n+1) .lca-card-body,
    .dynamic_games_grid.align_right.has_card_footer .lca-card:nth-child(9n+5) .lca-card-body,
    .dynamic_games_grid.align_center.has_card_footer .lca-card:nth-child(7n+1) .lca-card-body,
    .dynamic_games_grid.align_center.has_card_footer .lca-card:nth-child(7n+4) .lca-card-body {
        /*padding-top: 77.45%;*/
        padding-top: 75.45%;
    }

@media screen and (max-width: 1190px) {
    .dynamic_games_grid.align_left.has_card_footer .lca-card:nth-child(9n+1) .lca-card-body,
    .dynamic_games_grid.align_right.has_card_footer .lca-card:nth-child(9n+5) .lca-card-body,
    .dynamic_games_grid.align_center.has_card_footer .lca-card:nth-child(7n+1) .lca-card-body,
    .dynamic_games_grid.align_center.has_card_footer .lca-card:nth-child(7n+4) .lca-card-body {
        /*padding-top: 79.45%;*/
        padding-top: 81.45%;
    }
}

.dynamic_games_grid.has_card_footer .lca-card:hover .lca-card-hover {
    height: calc(100% - 5px);
}

.lca-card .lca-card-hover-header {
    padding: 18px 16px 9px;
}

.lca-card-hover .lca-card-price {
    justify-content: center;
}

.lca-card-price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    width: 50%;
    color: var(--cwBodyAccent);
    text-shadow: 0px 0px 9px #FF0000;
    flex-grow: 1;
    min-width: 1px;
}

.dynamic_games_grid .cas_nav_prev, .dynamic_games_grid .cas_nav_next, .dynamic_games_grid .name_vidget {
    z-index: 1;
}

.dynamic_games_grid .lca-most-liked-no-slider, .dynamic_games_grid .lca-most-liked-no-slider .grid_inner {
    width: 100%;
}

    .dynamic_games_grid .lca-most-liked-no-slider .lca-card {
        width: auto;
    }

.currency_icon {
    font-family: "iconsDinamicMenu";
    font-size: 22px;
}

.dynamic_games_grid .close_icon {
    font-family: "iconsDinamicMenu";
    vertical-align: top;
}

    .dynamic_games_grid .close_icon:before {
        font-family: "iconsDinamicMenu";
        content: "\e368";
    }

.dynamic_games_grid .copy_icon {
    font-family: "iconsDinamicMenu";
}

    .dynamic_games_grid .copy_icon:before {
        content: "\e372";
        font-family: "iconsDinamicMenu";
    }

.dynamic_games_grid .fullscreen_icon {
    font-family: "iconsDinamicMenu";
}

    .dynamic_games_grid .fullscreen_icon:before {
        content: "\e226";
        font-family: "iconsDinamicMenu";
    }

.dynamic_games_grid .sync_icon {
    font-family: "iconsDinamicMenu";
}

    .dynamic_games_grid .sync_icon:before {
        content: "\e374";
    }

.dynamic_games_grid .like_icon {
    margin: 0 3px;
    font-size: 30px;
    line-height: 16px;
    line-height: 0.2;
    font-family: "iconsDinamicMenu";
}

    .dynamic_games_grid .like_icon:after {
        content: "\e115";
        font-family: "iconsDinamicMenu";
    }

    .dynamic_games_grid .like_icon.active:after {
        content: "\e213";
        font-family: "iconsDinamicMenu";
    }

.dynamic_games_grid .like_icon,
.dynamic_games_grid .hand_icon {
    font-size: 28px;
}

    .dynamic_games_grid .hand_icon:before {
        content: "\e115";
        font-family: "iconsDinamicMenu";
    }

    .dynamic_games_grid .hand_icon.active:before {
        content: "\e213";
        font-family: "iconsDinamicMenu";
    }

.dynamic_games_grid .icon_arrow_down:after {
    content: "\e264";
    font-family: "iconsDinamicMenu";
    font-size: 20px;
    font-style: normal;
    display: inline-block;
}

.dynamic_games_grid .open .icon_arrow_down:after {
    transform: rotateX(180deg);
}

.dynamic_games_grid .search__icon {
    font-size: 22px;
}

.dynamic_games_grid .star_icon {
    font-size: 30px;
    line-height: 0.2;
    margin-left: 5px;
}

    .dynamic_games_grid .star_icon:after {
        font-family: "iconsDinamicMenu";
        content: "\e180";
    }

    .dynamic_games_grid .star_icon.active:after {
        font-family: "iconsDinamicMenu";
        content: "\e181";
    }

.dynamic_games_grid .diamond_icon {
    font-size: 35px;
    line-height: 1.5;
    vertical-align: middle;
    text-shadow: none;
    font-family: "iconsDinamicMenu";
}

    .dynamic_games_grid .diamond_icon:after {
        font-family: "iconsDinamicMenu";
        content: "\e453";
    }

/*-end dynamic_games_grid*/

/*-start dynamic middle banners*/
.dynamic_MiddleBanners {
    position: relative;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 15px;
}

.dynamic_MiddleBanners_link {
    margin: 4px;
    border-radius: 8px;
    overflow: hidden;
    flex-grow: 1;
    min-width: 100px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.dynamic_MiddleBanners_img, .dynamic_MiddleBanners_video {
    width: 100%;
    height: auto;
    max-height: 300px;
}

/*-end dynamic middle banners*/
/*end dynamic home page*/

/*-start top jackpots*/
.name_vidget {
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 8px 8px;
    margin: 8px 0;
    display: inline-block;
    letter-spacing: 1.2px;
    font-weight: 300;
    max-width: 225px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: var(--cwDominantRGBA);
    color: var(--cwDominantTxt);
}

/* curency icons*/
.amd:after,
.AMD:after {
    font-family: "iconsDinamicMenu";
    content: '\E393';
}

.try:after,
.TRY:after {
    font-family: "iconsDinamicMenu";
    content: '\E394';
}

.eur:after,
.EUR:after {
    font-family: "iconsDinamicMenu";
    content: '\E395';
}

.usd:after,
.USD:after {
    font-family: "iconsDinamicMenu";
    content: '\E396';
}

.uah:after,
.UAH:after {
    font-family: "iconsDinamicMenu";
    content: '\E397';
}

.bot:after,
.BOT:after {
    font-family: "iconsDinamicMenu";
    content: '\E398';
}

.byn:after,
.BYN:after {
    font-family: "iconsDinamicMenu";
    content: '\E399';
}

.gbp:after,
.GBP:after {
    font-family: "iconsDinamicMenu";
    content: '\E400';
}

.gel:after,
.GEL:after {
    font-family: "iconsDinamicMenu";
    content: '\E401';
}

.inr:after,
.INR:after {
    font-family: "iconsDinamicMenu";
    content: '\E402';
}

.irr:after,
.IRR:after {
    font-family: "iconsDinamicMenu";
    content: '\E403';
}

.kes:after,
.KES:after {
    font-family: "iconsDinamicMenu";
    content: '\E404';
}

.kzt:after,
.KZT:after {
    font-family: "iconsDinamicMenu";
    content: '\E405';
}

.lek:after,
.LEK:after {
    font-family: "iconsDinamicMenu";
    content: '\E406';
}

.rub:after,
.RUB:after {
    font-family: "iconsDinamicMenu";
    content: '\E407';
}

.tnd:after,
.TND:after {
    font-family: "iconsDinamicMenu";
    content: '\E408';
}

.irt:after,
.IRT:after {
    content: "IRT";
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

html[lang="FA"] .irt:after,
html[lang="FA"] .IRT:after {
    content: "تومان";
    font-family: IRANSans;
    font-weight: 400;
}

.ron:after,
.RON:after {
    content: "RON";
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.krw:after,
.KRW:after {
    font-family: "iconsDinamicMenu";
    content: '\E4B1';
}

/* carousel caption*/
.carousel_caption {
    width: 1150px;
    height: 380px;
    position: absolute;
    inset-inline-start: calc(50% - 780px);
    overflow: hidden;
    top: 70px;
    z-index: 4;
}

@media screen and (max-width: 1600px) {
    .carousel_caption {
        inset-inline-start: 20px;
        width: calc(100% - 445px);
    }

    .lc_element__container {
        padding: 0 20px;
        min-width: 1024px;
    }
}

/*--------------end landing------------*/

/*--start footer---*/
.footer {
    margin-top: auto;
    padding: 32px 0 48px;
    background: var(--cwFooterG);
    color: var(--cwFooterTxt);
}

.footer_links_heading {
    text-transform: uppercase;
    color: var(--cwFooterAccent);
    margin-bottom:10px;
}

.footer_link {
    margin-bottom: 6px;
}


.idq_big {
    display: block;
    width: 135px;
    height: 30px;
    margin: 16px auto;
    background-image: var(--cdn-idq-big);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.idq_small {
    display: block;
    width: 55px;
    height: 30px;
    background-image: var(--cdn-idq-small);
    background-repeat: no-repeat;
    background-size: contain;
}
/*--end footer---*/

/*---start social icons styles---*/
.footer_social-item {
    width: 36px;
    height: 36px;
    border-radius: 2px;
    transition: .33s;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--cwFooterBg2);
    color: var(--cwFooterTxt3)
}

.footer_social-item:not(:last-of-type) {
        margin-inline-end: 10px
    }

.footer_social-item:before {
        font-family: "iconsDinamicMenu";
        font-size: 46px;
        line-height: 1
    }

.social__facebook-icon:before {
    content: "\E421";
}

.social__instagram-icon:before {
    content: "\E422";
}

.social__instagram1-icon:before {
    content: "\E172";
}

.social__linkedin-icon:before {
    content: "\E423";
}

.social__mail-icon:before {
    content: "\E424";
}

.social__pinterest-icon:before {
    content: "\E425";
}

.social__reddit-icon:before {
    content: "\E426";
}

.social__telegram-icon:before {
    content: "\E427";
}

.social__tikTok-icon:before {
    content: "\E428";
}

.social__tikTok2-icon:before {
    content: "\E436";
}

.social__tumblr-icon:before {
    content: "\E429";
}

.social__twitch-icon:before {
    content: "\E430";
}

.social__twitter-icon:before {
    content: "\E431";
}

.social__twitter-icon2:before {
    content: "\E171";
}

.social__whatsApp-icon:before {
    content: "\E432";
}

.social__whatsApp1-icon:before {
    content: "\E175";
}

.social__youtube1-icon:before {
    content: "\E433"
}

.social__youtube-icon:before {
    content: "\E434";
}

.social__messenger-icon:before {
    content: "\E445";
}

.social__viber-icon:before {
    content: "\E452"
}

.social__threads-icon:before {
    content: "\E456";
}
.social__vimeo-icon:before {
    content: "\E4A4";
}
.social__pointer-none {
    pointer-events: none
}

.footer_social-item:hover,
.footer_social-item.colorful {
    color: #ffffff;
}

.social__facebook-icon.colorful {
    background-color: #3b5998;
}

.social__instagram-icon.colorful, .social__instagram1-icon.colorful, .social__threads-icon.colorful {
    background: #f09433;
    background: -o-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.social__linkedin-icon.colorful {
    background-color: #0072b1;
}

.social__mail-icon.colorful {
    background-color: #168de2;
}

.social__pinterest-icon.colorful {
    background-color: #c8232c;
}

.social__reddit-icon.colorful {
    background-color: #ff4500;
}

.social__telegram-icon.colorful {
    background-color: #0088CC;
}

.social__tikTok-icon.colorful, .social__tikTok2-icon.colorful {
    background-color: #000;
}

.social__tumblr-icon.colorful {
    background-color: #34526f;
}

.social__twitch-icon.colorful {
    background-color: #6441a5;
}

.social__twitter-icon.colorful {
    background-color: #000000;
}

.social__twitter-icon2.colorful {
    background-color: #00acee;
}

.social__whatsApp-icon.colorful, .social__whatsApp1-icon.colorful {
    background-color: #25d366;
}

.social__youtube-icon.colorful, .social__youtube1-icon.colorful {
    background-color: #FF0000;
}

.social__messenger-icon.colorful {
    background-color: #006AFF;
}

.social__viber-icon.colorful {
    background-color: #7360F2;
}

.social__vimeo-icon.colorful {
    background-color: #1AB7EA;
}
.br_circle {
    border-radius: 50% !important;
}

@media screen and (min-width: 767px) {
    .social__facebook-icon:hover {
        background-color: #3b5998
    }

    .social__instagram-icon:hover, .social__instagram1-icon:hover, .social__threads-icon:hover {
        background: #f09433;
        background: -o-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)
    }

    .social__linkedin-icon:hover {
        background-color: #0072b1
    }

    .social__mail-icon:hover {
        background-color: #168de2
    }

    .social__pinterest-icon:hover {
        background-color: #c8232c
    }

    .social__reddit-icon:hover {
        background-color: #ff4500
    }

    .social__telegram-icon:hover {
        background-color: #08c
    }

    .social__tikTok-icon:hover, .social__tikTok2-icon:hover {
        background-color: #000
    }

    .social__tumblr-icon:hover {
        background-color: #34526f
    }

    .social__twitch-icon:hover {
        background-color: #6441a5
    }

    .social__twitter-icon:hover {
        background-color: #000000
    }

    .social__twitter-icon2:hover {
        background-color: #00acee
    }

    .social__whatsApp-icon:hover, .social__whatsApp1-icon:hover {
        background-color: #25d366
    }

    .social__youtube-icon:hover, .social__youtube1-icon:hover {
        background-color: #f00
    }

    .social__messenger-icon:hover {
        background-color: #006AFF;
    }

    .social__viber-icon:hover {
        background-color: #7360F2;
    }
}

/*---end social icons styles---*/
/*start footer link*/
.tl_footer_links_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: max-content;
    width: 100%;
    margin-top: 0;
}

.tl_footer_links_heading {
    color: var(--cwFooterAccent);
    display: inline-block;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 15px;
}

.tl_footer_link {
    color: var(--cwFooterTxt2);
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 6px;
}

.tl_footer_link:hover {
    color: var(--cwFooterTxt);
}

/*end footer link*/
/*start licence text*/
.license_text {
    color: var(--cwFooterTxt2);
}
.license-text-link {
   font-weight: 700;
   text-decoration: underline;
}
/*end licence text*/
/*start new footer changes*/
.boderBottom{
border-bottom: 2px solid var(--cwFooterTxt3);
}
/*end new footer changes*/


/*start plugin styles*/
.ui-widget.ui-widget-content {
    /* background-color: transparent;
    top: 0 !important;*/
    border: none;
}

.ui-dialog .ui-dialog-content {
    overflow: visible !important;
    padding: 0;
    margin: 0 auto;
}

.ui-dialog {
    padding: 0;
}

.ui-widget-overlay{
    background: var(--cwOverlayBg) !important;
    backdrop-filter: blur(var(--cwOverlayBlur));
    opacity: 1;
}

.lobbyFilter_popup.lobbyFilter_popup,
.notification_confirmPopup{
    background: var(--cwOverlayBg) !important;
    backdrop-filter: blur(var(--cwOverlayBlur));
}

.story-popup.story-popup{
    background: var(--cwOverlayBg) !important;
    color: var(--cwOverlayTxt);
    backdrop-filter: blur(var(--cwOverlayBlur));
}

/*select plugin*/
.tl_sel_custom_popup_reg_selected,
.tl_sel_custom_popup_reg_options {
    display: none;
}
/*end plugin styles*/
/*start popup main styles*/
.flex_popup_content {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    background-color: rgba(0,0,0,0.7);
    border: none;
    height: 100vh;
    width: 100vw;
    align-items: flex-start;
    justify-content: center;
    padding-top: 8vh;
    z-index: 111;
}

@media screen and (max-height: 800px) {
    .flex_popup_content {
        padding-top: 5vh !important;
    }
}

.flex_popup_content .tl_popup_link {
    width: 100%;
}

.flex_popup_content #registerContent {
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    display: flex;
}

#registerContent .tl_popup_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    max-width: 856px;
}

#registerContent .oneColumnReg {
    max-width: 432px;
}

#registerContent .oneColumnBannerReg {
    max-width: 692px;
}

#registerContent .twoColumnReg {
    max-width: 596px;
}

#registerContent .twoColumnBannerReg,
#registerContent .threeColumnReg {
    max-width: 856px;
}

.flex_popup_content #registerContent.fast_reg_content {
    max-width: 432px;
}

.flex_popup_content #loginContent {
    width: 336px !important;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.tl_popup_container {
    display: block;
    width: 100%;
}

.tl_login_content {
    border-radius: var(--cwLoginRadius) !important;
}

.forgot_btn,
.login_btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.forgot_btn {
    margin-top: 16px;
}

#recover_pass_container .login_container .succestextshow {
    margin-left: 0 !important;
    max-width: 100% !important;
    background-color: transparent;
}

.tl_popup_header {
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px;
    background: var(--cwModalBgHover) !important;
    color: var(--cwModalTxt2) !important;
    border-top-left-radius: var(--cwModalRadius) !important;
    border-top-right-radius: var(--cwModalRadius) !important;
}


.tl_head_text {
    width: calc((100%) - 24px);
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
}

#withdrawal_cancel_icon {
    width: 20px;
    height: 20px;
    text-align: center;
    color: currentColor;
    cursor: pointer;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: none;
    --icoSize: 22px;
}

#withdrawal_cancel_icon {
    color: #f00;
}

#withdrawal_cancel_icon:hover {
    color: #a90000;
}

.tl_head_close {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
    font-size: 34px;
    font-family: "iconsDinamicMenu";
    color: var(--cwModalTxt3);
}

    .tl_head_close:before {
        content: "\e295";
        font-family: "iconsDinamicMenu";
    }

.tl_popup_content {
    padding: 16px 32px;
    max-height: calc(92vh - 87px);
    overflow: auto;
    background-color: var(--cwModalBg) !important;
    color: var(--cwModalTxt2) !important;
    border-bottom-left-radius: var(--cwModalRadius) !important;
    border-bottom-right-radius: var(--cwModalRadius) !important;
}

    .tl_popup_content .tl_popup_link {
        display: block;
        width: fit-content;
        margin: 16px auto 0 auto;
        font-size: 12px;
        text-align: center;
        cursor: pointer;
        transition: color 0.3s ease;
        text-decoration: none;
        margin-bottom: 16px;
        line-height: 18px;
    }

    .tl_popup_content .tl_sup_link {
        cursor: pointer;
        font-size: 14px;
        border-radius: 2px;
        outline: none;
        text-decoration: none;
        display: block;
        height: 36px;
        text-align: center;
        line-height: 36px;
        width: 200px;
        border: 0;
        margin: 16px auto 0 auto;
        background-color: var(--cwModalBg3);
        color: var(--cwModalTxt);
        border-radius: var(--cwModalRadius);
    }

@media only screen and (max-height: 750px) {
    .tl_popup_content {
        max-height: calc(100vh - 78px);
    }

    .flex_popup_content.tl_popup_dialog,
    .flex_popup_content {
        padding-top: 0vh !important;
    }
}

@media only screen and (max-height: 690px) {
    .flex_popup_content.tl_popup_dialog,
    .flex_popup_content {
        top: 0 !important;
        align-items: center;
    }
}

#registerForm .tl_popup_content{
    padding: 16px;
}

.oneColumnBannerReg #registerForm .tl_popup_content,
.threeColumnBannerReg #registerForm .tl_popup_content,
.twoColumnBannerReg #registerForm .tl_popup_content{
    padding: 0;
}

#loginContent .tl_popup_header {
    background: var(--cwLoginBgHover) !important;
    color: var(--cwLoginTxt) !important;
    border-top-left-radius: var(--cwLoginRadius) !important;
    border-top-right-radius: var(--cwLoginRadius) !important;
}

#registerForm .tl_popup_header {
    background: var(--cwRegisterBgHover) !important;
    color: var(--cwRegisterTxt) !important;
    border-top-left-radius: var(--cwRegisterRadius) !important;
    border-top-right-radius: var(--cwRegisterRadius) !important;
}

#loginContent .tl_popup_header .tl_head_close {
    color: var(--cwLoginTxt3) !important;
}

#registerForm .tl_popup_header .tl_head_close {
    color: var(--cwRegisterTxt3) !important;
}

#loginContent .tl_popup_content.tl_popup_content {
    background: var(--cwLoginG) !important;
    color: var(--cwLoginTxt2) !important;
    border-bottom-left-radius: var(--cwLoginRadius) !important;
    border-bottom-right-radius: var(--cwLoginRadius) !important;
}

#registerForm .tl_popup_content.tl_popup_content {
    background: var(--cwRegisterG) !important;
    color: var(--cwRegisterTxt2) !important;
    border-bottom-left-radius: var(--cwRegisterRadius) !important;
    border-bottom-right-radius: var(--cwRegisterRadius) !important;
}

#forceChangePassContent .tl_popup_container,
#passwchangeContent .tl_popup_container,
#loginContent .tl_popup_content.tl_popup_content,
#registerForm .tl_popup_content.tl_popup_content{
    --cwInputTxt: var(--cwInputSecondaryTxt);
    --cwInputTxt2: var(--cwInputSecondaryTxt2);
    --cwInputTxt3: var(--cwInputSecondaryTxt3);
    --cwInputG: var(--cwInputSecondaryG);
    --cwInputBg: var(--cwInputSecondaryBg);
    --cwInputBgHover: var(--cwInputSecondaryBgHover);
    --cwInputBorder: var(--cwInputSecondaryBorder);
    --cwInputAccent: var(--cwInputSecondaryAccent);
    --cwInputAccentTxt: var(--cwInputSecondaryAccentTxt);
}

.tl_refresh_container .tf_refresh_icon{
    color: var(--cwInputTxt2);
}

#loginContent .tl_popup_content .tl_sup_link {
    background-color: var(--cwLoginBg2);
    color: var(--cwLoginTxt);
    border-radius: var(--cwLoginRadius);
}

#registerForm .tl_popup_content .tl_sup_link {
    background-color: var(--cwRegisterBg2);
    color: var(--cwRegisterTxt);
    border-radius: var(--cwRegisterRadius);
}

.reg_from_login_cont {
    text-align: center;
}

#registerContent .reg_btn_content.flex_gap_1{
    gap: 8px;
}

/*end popup main styles*/
/*start eye_button*/
.eye_block {
    position: relative;
}

.eye_button {
    border: none;
    position: absolute;
    bottom: 0;
    right: 8px;
    padding: 0 2px;
    cursor: pointer;
    background-color: transparent;
    color: var(--cwInputTxt3);
    font-family: "iconsDinamicMenu";
    height: 36px;
    line-height: 36px;
}

    .eye_button:before {
        content: "\E235";
        font-family: "iconsDinamicMenu";
        font-size: 42px;
    }

    .eye_button.opened_pass:before {
        content: "\E234";
    }

.eye_button_poker {
    right: 2px;
}

.eye_button_resetPoker {
    right: 0px;
}

.gg_popup_content .eye_block {
    width: auto;
    position: relative
}

.eye_block input {
    padding: 0 34px 0 12px;
}

.cw-rtl-global .eye_block input {
    padding: 0 12px 0 34px !important;
}

.close_games_text_block {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}
/*end eye_button*/
/*START REGISTRATION*/
.reg_popup_content {
    max-height: calc(80vh - 50px);
    height: 100%;
    flex-grow: 1;
    overflow-y: auto;
    padding: 0 16px 0;
    margin: 0 -16px;
}

.register_content {
    padding: 0;
    display: flex;
}

.twoColumnReg .reg_popup_content{
    min-height: 600px;
    display: flex;
    flex-direction: column;
}

/*--start forms*/
.forgot_pass_text_all {
    margin-bottom: 16px;
}

.form-group {
    margin-bottom: 16px;
    position: relative;
}

/*.form-group.reg__checkboxes:not(:last-child) {
    margin-bottom: 12px;
}*/

.reg__checkboxes + .reg__checkboxes {
    margin-top: -4px;
}

.form-group-label {
    margin-bottom: 4px;
    display: flex;
    color: var(--cwModalTxt3) ;
    line-height: 18px;
}

.form-group-label label,
.form-group-label{
    font-size: 12px;
}

#loginContent .form-group-label {
    color: var(--cwLoginTxt3) ;
}

#registerForm .form-group-label {
    color: var(--cwRegisterTxt3) ;
}


.tl_sel_popup_reg,
.tl_input_popup_reg,
.tl_my_acc_cont .tl_input_popup {
    margin: 0;
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 12px;
    padding-inline-end: 8px;
    font-size: 14px;
    line-height: 1.5;
    outline: 0;
    border-radius: 2px;
    transition: all 0.2s;
    border: 0;
    border-bottom: 0;
    text-indent: 0;
}

.tl_sel_popup_reg {
    padding: 0 8px;
    cursor: pointer;
}
/*start Edge Browser Eye Icon*/
input[type="password"]::-ms-reveal {
  display: none;
}
/*end Edge Browser Eye Icon*/
.form-group img {
    min-height: 36px;
    border-radius: var(--cwInputRadius);
}

.tl_mobile_code {
    width: 84px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
/*--radio button styles*/
.radio_input,
.tl_chb-radio input {
    display: none;
}

.tl_chb-radio,
.radio_btn_block{
    position: relative;
}

.tl_chb-radio:before,
.radio_btn_block:before{
    content: "";
    box-sizing: border-box;
    display: inline-flex;
    height: 16px;
    width: 16px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid var(--cwRegisterTxt2);
    margin-inline-end: 8px;
    box-shadow: none !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .tl_chb-radio &gt; .tl_chb_view:before,
    .radio_btn_block &gt; .radio_btn_style:before{
        box-sizing: border-box;
        content: '';
        display: block;
        height: 8px;
        width: 8px;
        flex-shrink: 0;
        background: var(--cwRegisterTxt);
        transition: opacity 0.2s;
        opacity: 0;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        inset-inline-start: 4px; /*6, 4.5*/
        transform: translateY(-50%);
        transition: opacity 0.2s;
    }

.tl_chb-radio &gt; input:checked + .tl_chb_view:before,
.radio_btn_block &gt; input:checked + .radio_btn_style:before{
    opacity: 1;
}

.radio_btn_block,
.tl_chb-radio {
    line-height: 36px;
    font-size: 12px;
}
/*--checkbox button styles*/
.checkbox_input {
    display: none;
}

.chb label {
    cursor: pointer;
}

.checkbox_btn_style {
    height: 16px;
    width: 16px;
    min-width: 16px;
    border: 2px solid;
    border-radius: 3px;
    margin-inline-end: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.checkbox_input:checked + .checkbox_btn_style:before {
    content: " \e204";
    font-family: "iconsDinamicMenu";
}

.checkbox_input.input-validation-error ~ span {
    color: #fc0000;
}

.tl_chb a {
    text-decoration: underline;
    font-weight: bold;
}

.tl_chb_view_text {
    font-size: 12px;
}

/*start new checkbox*/
.checkBox_label {
    margin-inline-start: 24px;
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    display: inline-flex;
    cursor: pointer;
    color: var(--cwRegisterTxt3);
}

.checkBox_text a {
    font-weight: 400;
    text-decoration: underline;
    color: var(--cwRegisterTxt3);
}

.checkBox_label .checkBox_input[type="checkbox"] {
    display: none;
}

.checkBox_input + .checkBox_icon {
    position: absolute;
    top: 1px;
    inset-inline-start: -24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 16px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border: 2px solid var(--cwRegisterTxt2);
    color: var(--cwRegisterTxt2);
    border-radius: 2px;
}

.checkBox_input:checked + .checkBox_icon {
    border: none;
    background-color: var(--cwRegisterTxt3);
    color: var(--cwRegisterG);
}

.checkBox_input + .checkBox_icon:after {
    content: "\E085";
    font-family: "iconsDinamicMenu";
    display: none;
}

.checkBox_input:checked + .checkBox_icon:after {
    display: block;
}
.GDPR_disabled .checkBox_label {
    opacity: .4;
    pointer-events: none;
}
.checkBox_input.input-validation-error~.checkBox_text{
    color: #f00;
}
.checkBox_input.input-validation-error~.checkBox_icon {
    border-color: #f00
}
/*Radio Button new style*/
.radioBox_label {
    display: inline-flex;
    align-items: center;
    padding: 0;
    gap: 8px;
    line-height: 36px;
    font-size: 12px;
    color: var(--cwRegisterTxt2);
    cursor: pointer;
}

.radioBox_label [type="radio"] {
    display: none;
}

.radioBox_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 2px solid var(--cwRegisterTxt2);
    border-radius: 50%;
    opacity: .3;
}

.radioBox_label input:checked + .radioBox_icon:before {
    content: "";
    display: inline-flex;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--cwRegisterTxt2);
}

.radioBox_label input:checked + .radioBox_icon {
    opacity: 1;
}

/*Radio Button new style*/   
/*--registration errors*/

.reg_err_mess {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: var(--cwTooltipRadius);
    padding: 8px;
    z-index: 12;
    color: #ff0000;
    font-size: 12px;
    margin-left: initial !important;
}

.reg_warn_mess {
    color: darkorange
}

.reg_error_message_platform {
    font-size: 12px;
    color: #ff0000;
    margin: 10px 0
}

.input-validation-error:hover ~ .reg_err_mess.field-validation-valid {
    display: none;
}

.input_validation_fail .tl_chb,
.input_validation_fail .tl_chb a {
    color: #ff0000;
}

    .input_validation_fail .tl_chb input[type="checkbox"] + span:before {
        border-color: #ff0000;
    }

.reg_err_mess span:before {
    content: "";
    border: 4px solid transparent;
    border-bottom: 4px solid #ddd;
    top: 0;
    transform: translateY(-100%);
    left: calc(var(--cwTooltipRadius) / 2 + 4px);
    position: absolute;
}

.error_captcha:hover .reg_err_mess,
.reg_captcha_error:hover .reg_err_mess,
.input_validation_fail:hover .field-validation-error,
.input_validation_fail:hover .reg_err_mess:not(:empty),
.input-validation-error:hover ~ .reg_err_mess,
.login_container .captcha_block:hover + .reg_err_mess:not(:empty),
.login_container .captcha_block:hover + .reg_err_mess:not(.hidden) span,
.login_captcha_block:hover .field-validation-valid.reg_err_mess:not(:empty),
.login_captcha_block:hover .field-validation-valid.reg_err_mess:not(.hidden) span,
#login_container .login_captcha_block:hover .field-validation-error:not(.hidden),
#login_container .login_captcha_block:hover .field-validation-error:not(.hidden) span {
    display: block !important;
}

#loginContent .reg_err_mess:empty {
    display: none !important;
}

.reset_pass_descr {
    margin: 16px auto;
}

.reg_error_message {
    display: block;
    color: #f00;
    width: 100%;
    line-height: 1.3;
    font-size: 12px;
}

#recover_pass_container .reg_error_message .field-validation-error {
    display: inline-block;
    margin-top: 10px;
}

#loginContent .reg_error_message .field-validation-error {
    display: inline-block;
    margin-top: 7px;
}

    #loginContent .reg_error_message .field-validation-error:empty {
        display: none;
    }
/*captcha*/
.tl_refresh_container {
    position: relative;
    width: 100%;
}
.cw-rtl-global .tl_refresh_container {
   margin: 0;
}

.captcha_block,
.login_captcha_block{
    column-gap: 8px;
}

.refresh-captcha {
    position: absolute;
    inset-inline-end: 8px;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    top: 6px;
}

.tf_refresh_icon {
    color: #000;
    display: inline-flex;
    color: var(--cwModalTxt2);
}

.tf_refresh_icon:before {
    content: "\E386";
    font-family: "iconsDinamicMenu";
    font-size: 30px;
    line-height: 24px;
}

#Captcha {
    padding-inline-end: 40px;
}

.tl_refresh_container #Captcha{
    padding-inline-end: 34px;
    text-overflow: ellipsis;
}

.tl_refresh_container #Captcha:focus::placeholder { opacity: 0; }
.tl_refresh_container #Captcha:focus::-webkit-input-placeholder { opacity: 0; }
.tl_refresh_container #Captcha:focus:-moz-placeholder { opacity: 0; }
.tl_refresh_container #Captcha:focus::-moz-placeholder { opacity: 0; }
.tl_refresh_container #Captcha:focus:-ms-input-placeholder { opacity: 0; }

.captcha_block .g-recaptcha {
    overflow: hidden;
}

.captcha_block .g-recaptcha iframe {
    transform: scale(0.88);
    transform-origin: 0 0;
}

#registerForm .g-recaptcha {
    padding: 0;
    transform: scale(1) !important;
}

/*start registration congrats*/
.congratesStep.showStep {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}radioBox_icon

.reg_complete_step {
    margin: auto 0;
}

.reg_complete_step .reg_third_text1{
    margin-bottom: 8px!important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--cwModalAccent);
}

.reg_complete_step .reg_third_text2{
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 18px;
}

/*registration buttons*/
.reg_btn_content .tl_btn {
    width: calc(50% - 4px);
}
/*--end forms*/


/*-start registration with steps*/
#register_container.tl_popup_content{
    padding: 16px;
}

.oneColumnReg #register_container,
.twoColumnReg #register_container,
.threeColumnReg #register_container{
    height: 600px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.reg1246.twoColumnReg #register_container{
    height: 652px;
}

.regHeightAuto.oneColumnReg #register_container,
.regHeightAuto.twoColumnReg #register_container,
.regHeightAuto.threeColumnReg #register_container {
    height: auto;
}
/*-register banner*/
.register_left_banner {
    width: 260px;
    height: 600px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-height: calc(90vh - 50px);
}

    .register_left_banner:focus {
        outline: none;
    }

    .register_left_banner img {
        width: 100%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
    }

.register_right_part {
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.register_left_banner + .register_right_part {
    width: calc(100% - 260px);
}

.register_next_step, .register_footer {
    margin-top: auto;
    gap: 8px;
    margin-bottom: 0!important;
}

.complete_section {
    margin-bottom: 0!important;
}

.register_next_step &gt; .mr-2{
    margin-right: 0!important;
}

.register_footer [style="width: 50%;"],
.register_footer .w-50,
.register_next_step [style="width: 50%;"],
.register_next_step .w-50 {
    width: calc(50% - 4px) !important;
}
/*---register dots*/
.register_steps_info,
.reg_steps_info {
    margin-bottom: 16px;
}

.register_progress_dots span:not(:last-child) {
    display: block;
    width: 100%;
}

.register_progress_dots span {
    height: 2px;
    background-color: #999;
    margin: 11px 0;
    display: block;
}

    .register_progress_dots span:before {
        content: "";
        height: 24px;
        width: 24px;
        background-color: #333;
        border: 2px solid #999;
        border-radius: 50%;
        display: block;
        margin-top: -11px;
        box-sizing: border-box;
    }

    .register_progress_dots span.done:before {
        border-color: green;
        content: "\e204";
        font-family: "iconsDinamicMenu";
        background-color: green;
        font-size: 26px;
        color: #fff;
        text-align: center;
        line-height: 20px;
        border-color: var(--cwModalAccent);
        background-color: var(--cwModalAccent);
        color: var(--cwModalAccentTxt);
    }

    .register_progress_dots span.done {
        background-color: green;
    }

.register_progress_dots{
    margin-bottom: 16px!important;
}

.register_step_number span {
    display: block;
    min-width: 34px;
    font-size: 12px;
    line-height: 18px;
}

.D_reg_step {
    display: none;
}

.showStep {
    display: block;
}

.register_step_descr {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.resend_btn:not(.tl_btn){
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
}

/*---4 Step register dots*/

.reg_progress_dots {

    display: flex;

    justify-content: space-between;
/*    padding: 30px 0 16px;
*/    overflow: hidden;
      position: relative;
}
.reg_progress_dots:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 11px;
} 
.reg_progress_dots span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
}

/*.reg_progress_dots span:before {
    content: "";
    position: absolute;
    width: 222px;
    height: 2px;
    top: 7px;
    left: 18px;
}
.reg_progress_dots span:last-child:before {
    display: none;
}*/
.reg_progress_dots span.done {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    height: 24px;
    width: 24px;
    top: 0;
}

.reg_progress_dots span.done:before {
    content: "\e204";
    font-family: "iconsDinamicMenu";
    font-size: 22px;
    text-align: center;
    line-height: 14px;
}

/*start register second part*/
.register_phone_part {
    margin: 0 auto;
}

#register_container .register_phone_part .tl_head_text {
    width: 100%;
    height: auto;
    line-height: 24px;
    font-size: 16px;
    text-transform: none;
    margin-bottom: 16px;
    color: var(--cwBodyTxt);
    font-weight: 500;
}

#register_container #HidNumber,
#register_container #MobileText {
    font-size: 15px;
}

.register_phone_part .resend_btn,
.register_phone_part .resend_time {
    width: 100%;
    height: 36px;
    background-color: var(--cwButtonBg);
    color: var(--cwButtonTxt);
    border-color: var(--cwButtonBgHover)
}

    .register_phone_part .resend_btn.disabled, .register_phone_part .resend_time.disabled {
        display: none;
    }

.register_phone_part .resend_time,
.register_phone_part button[disabled] {
    pointer-events: none;
}
.register_phone_part .resend_time {
    opacity: 0.5;
}
.register_phone_part .resend_time:hover {
    background-color: var(--cwButtonBg);
    color: var(--cwButtonTxt);
}

.register_phone_part .txt_code {
    display: inline-block;
    line-height: 1.5;
    font-size: 12px;
    margin: 0 auto 16px;
    color: var(--cwRegisterTxt3);
}

.register_phone_part .reg_locked_cont .txt_code {
    color: var(--cwRegisterTxt2);
}

.register_phone_part .register_step_descr + .txt_code,
.register_phone_part .tl_head_text + .txt_code {
    margin-top: -8px;
}

#registerContent .register_phone_part .form-group:not(.general_terms_reg) {
    max-width: 100%;
    margin-bottom: 16px;
}

.register_phone_part .D_info_box {
    top: 37px;
}

/*end register second part*/

/*Start Registration input loader*/
.loading_border {
    position: relative;
    --tw-gradient-from: transparent;
    --tw-gradient-to: var(--cwModalAccent);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.loading_border .phone-input-wrapper:after,
.loading_border:after {
    content: "";
    z-index: 4;
    position: absolute;
    left: 4px;
    display: block;
    height: 1.5px;
    width: calc(100% - 8px);
    border-radius: 4px;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    animation: loadingLinear 1.2s cubic-bezier(.455,.03,.515,.955) infinite;
}

.phone_form_group.loading_border:after {
    display: none;
}

@keyframes loadingLinear {
    0% {
        transform-origin: left;
        transform: scaleX(0)
    }

    60% {
        transform-origin: left;
        transform: scaleX(1)
    }

    64% {
        transform-origin: right;
        transform: scaleX(1)
    }

    to {
        transform-origin: right;
        transform: scaleX(0)
    }
}
/*End Registration input loader*/


/*END REGISTRATION*/


/*start lobby incorrect config error*/
.lc_error_page {
    min-height: calc(100vh - 200px);
    padding: 10% 0;
}

.lc_error_text {
    font-size: 30px
}

.lc_error_btn {
    margin-top: 64px;
    padding: 12px 42px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    transition: 0.2s linear 0s;
}

.lc_error_img {
    max-width: 530px;
    width: 100%;
    margin-top: 100px;
}
/*end lobby incorrect config error*/


/*start scroll styles*/
.scrolled__content::-webkit-scrollbar {
    width: 4px;
    cursor: pointer;
}

/* Track */
.scrolled__content::-webkit-scrollbar-track {
    background: var(--cwDominantShadow, rgba(85, 85, 85,0.8));
    cursor: pointer;
}

/* Handle */
.scrolled__content::-webkit-scrollbar-thumb {
    background-color: var(--cwDominantBg2, rgba(85, 85, 85,0.8));
    border-radius: 4px;
    cursor: pointer;
}
/*end scroll styles*/

/*start ACCOUNT  popup*/
.tl_popup_dialog {
    top: 30px !important;
    background-color: transparent !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
}

.tl_my_acc_cont {
    max-width: 1600px;
    width: 90vw !important;
    height: 825px !important;
    max-height: 90vh !important;
    margin-top: 5vh !important;
}


.tl_my_acc_cont_content {
    width: calc((100%) - 236px);
    padding: 7px;
    overflow: auto;
    background-color: var(--cwModalBg);
    color: var(--cwModalTxt);
}

#profileForm,
#tl_profile_content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#my_prof {
    height: 100%;
}

.tl_my_acc_cont .lbl {
    display: block;
    width: 100%;
    height: 18px;
    line-height:18px;
    font-size: 12px;
    white-space: nowrap;
}

/*start account left links*/
.tl_my_acc_cont_nav {
    width: 236px;
    flex-shrink: 0;
    flex-grow: 0;
    background-color: var(--cwModalBgHover);
}

.tl_my_acc_nav_item,
.tl_my_acc_nav_itemsp {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid;
    transition: all 0.3s ease;
    padding: 0 16px;
    padding-inline-end: 10px;
}


/*start account right content*/
.tl_my_acc_close {
    position: absolute;
    top: 14px;
    margin: 0 12px;
    margin-inline-start: auto;
    display: block;
    right: 0;
    left: 0;
}

/*start account scrolling*/
.profile_popup_content {
    overflow-y: auto;
    height: 100%;
    padding: 25px;
}

/*1. start ----&gt;  PROFILR*/
.tl_my_prof_item_long,
.tl_my_prof_item {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    position: relative;
}
.tl_my_prof_lockMsg {
    font-size: 13px;
    line-height: 1.3;
    color: var(--cwModalTxt)
}
.tl_input {
    width: 100%;
    display: block;
    text-indent: 12px;
    outline: none;
    height: 36px;
    border: 0;
    border-radius: 2px;
    line-height: 36px;
    padding-right: 40px;
    color: var(--cwInputTxt3);
}

.tl_input_box {
    position: relative;
    width: 100%;
}

.popup_lbl {
    font-size: 12px;
    margin-bottom: 4px;
    display: block;
    color: var(--cwModalTxt3);
}
input[type=text]:read-only, input:disabled, button[disabled] {
    opacity: 0.5;
    pointer-events: none;
}
.col_footer {
    margin-top: auto;
    margin-bottom: 30px;
}

    .col_footer .succes_color {
        min-height: 20px;
    }

/*profile inputs with button*/
.unactivated_icon,
.activated_icon {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 8px;
    right: 12px;
    cursor: help;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .activated_icon:before {
        font-family: "iconsDinamicMenu";
        content: "\E303";
        line-height: 20px;
        color: green;
        font-size: 44px;
    }

    .unactivated_icon:after {
        font-family: "iconsDinamicMenu";
        content: "\E379";
        line-height: 20px;
        font-size: 40px;
        color: #ff0000;
    }

    .tooltip_msg1:hover,
    .tooltip_msg:hover,
    .activated_icon:hover + .tooltip_msg {
        display: block;
    }

    .unactivated_icon:hover + .tooltip_msg1 {
        display: block;
    }

.tooltip_msg1,
.tooltip_msg {
    display: none;
    position: absolute;
    top: 100%;
    right: -180px;
    min-width: 220px;
    max-width: 220px;
    min-height: 24px;
    background-color: #fff;
    border-radius: 2px;
    z-index: 12;
    font-size: 13px;
    padding: 4px 16px;
    background-color: var(--cwTooltipBg);
    color: var(--cwTooltipTxt);
}

    .tooltip_msg1:before,
    .tooltip_msg:before {
        content: "";
        border: 8px solid transparent;
        border-color: transparent transparent var(--cwTooltipBg) transparent;
        position: absolute;
        top: -14px;
        left: 10px;
    }
.tl_my_acc_cont .tl_btn {
    margin-inline-start: auto;
    min-width: 108px;
}
.tl_my_acc_cont .tl_btn .tl_loader {
   --size: 22px;
}
.tl_my_acc_cont .my_prof_verify,
.tl_my_acc_cont .my_prof_get_code {
    width: 108px;
    font-size: 13px;
    margin-inline-start: 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

/*start gender info*/
.user_pic_container {
    width: 153px;
    height: 153px;
    border-radius: 50%;
    overflow: hidden;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: var(--cdn-profile-avatar);
    position: relative;
    z-index: 10;
    margin: 0 auto -90px;
}

    .user_pic_container.losht {
        background-position: -174px -24px;
    }

    .user_pic_container.qyach {
        background-position: -18px -24px;
    }

.user_info_content {
    max-width: 320px;
    margin: 20px auto 0;
    background-color: rgba(0,0,0,0.2);
    padding: 14px 14px 4px;
    cursor: default;
    background-color: var(--cwModalBg2);
    color: var(--cwModalTxt);
}

.user_pic_container + .user_info_content {
    padding-top: 80px;
    position: relative;
    text-align: center
}

.user_info-item {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    line-height: 1.2;
}

.user_info-item {
    color: var(--cwBodyTxt2);
}

    .user_info-item div {
        max-width: 65%;
        width: max-content;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .user_info-item div:not(.colorOrange,.user_info-item-color) {
            opacity: 0.7;
        }


    .user_info-item.small {
        font-size: 90%;
    }

/*profile switcher*/
.switch input.sw {
    display: none;
}

    .switch input.sw + label {
        width: 36px;
        height: 20px;
        position: relative;
    }

        .switch input.sw + label:after {
            content: "";
            width: 20px;
            height: 20px;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #9e9e9e;
            border-radius: 50%;
            transition: all 0.3s ease;
            box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21);
        }

    .switch input.sw:checked + label:after {
        left: 16px;
        background-color: #fff;
        background-color: var(--cwModalAccent);
    }

    .switch input.sw + label:before {
        content: "";
        width: 36px;
        position: absolute;
        top: 3px;
        height: 14px;
        display: block;
        background-color: #9e9e9e;
        border-radius: 20px;
        transition: all 0.3s ease;
    }

    .switch input.sw:checked + label:before {
        content: "";
        background-color: rgba(0,0,0,0.5);
        background-color: var(--cwModalTxt);
    }

.switch label {
    margin-left: 8px;
    cursor: pointer;
    white-space: nowrap;
}

#EmailVerifieError, #MobileVerifieError {
    position: absolute;
    top: 102%;
}

.errMsg, #EmailVerifieError, #MobileVerifieError, #EmailVerifie, #MobileVerifie {
    font-size: 12px;
}

/*RegTemplate12*/
.tl_my_acc_cont_content [action$="/ProfileT22"] .tl_sel_popup_reg{
    padding-right: 0!important;
    padding-left: 0!important;
    padding-inline-end: 15px;
    text-indent: 11px!important;
}

@media only screen and (max-width: 1440px){
    .tl_my_acc_cont_content [action$="/ProfileT22"] .tl_sel_popup_reg{
        padding-inline-end: 8px;
    }
}

/*end ----&gt;  PROFILR*/

/*agent search no result*/
.ag_no_results {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    height: 176px;
    width: 277px;
    box-shadow: none;
}

    .ag_no_results .search__icon:after {
        position: absolute;
        top: 0;
        font-size: 101px;
        color: #666666;
        right: 0;
        left: 0;
    }

    .ag_no_results .search__icon {
        position: relative !important;
        box-shadow: none !important;
        padding-top: 114px;
        width: 100%;
        font-size: 16px;
        color: #fff;
    }

.opacity-60 {
    opacity: 0.6;
}

.ag_copy_btn:before {
    content: "\E376";
    font-family: 'iconsDinamicMenu';
    font-size: 30px;
}

.ag_copy_btn {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    background-color: #4e4e4e;
    margin: 0 16px;
    line-height: 42px;
    text-align: center;
    min-width: 42px;
    color: #fff;
    cursor: pointer;
}

.tl_my_acc_cont .ag_link_info.tl_input,
.tl_my_acc_cont .ref_link_info.tl_input {
    background-color: #262626;
    border-radius: 6px;
    height: 37px;
    min-width: 466px;
    color: #f2f2f2;
    padding: 0 15px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    direction: ltr;
    text-indent: 0;
    background-color: var(--bg-level-2);
    color: var(--text-level-high);
    border-color: transparent;
}

.ref_link_wrapper {
    padding-inline-start: 16px;
}

@media(max-width: 1400px) {
    .tl_my_acc_cont .ag_link_info.tl_input,
    .tl_my_acc_cont .ref_link_info.tl_input {
        min-width: 290px;
    }
}

.rm__my_profile_ID_massage {
    white-space: nowrap;
}
/*end agent system css*/

/*clipboard copy msg*/
.copy_msg {
    width: 300px;
    background: var(--cwTooltipBg);
    color: var(--cwTooltipTxt);
    padding: 10px 20px;
    margin: 20px;
    border-radius: 4px;
    position: fixed;
    top: 0;
    inset-inline-end: 10px;
    z-index: 101;
    border-inline-start: 4px solid var(--cwTooltipAccent);
    display: flex;
    align-items: center;
    column-gap: 8px;
}

    .copy_msg .dynamic_icon {
        font-size: 26px;
        border-radius: 50%;
        background: var(--cwTooltipAccent);
        color: var(--cwTooltipAccentTxt);
        padding: 5px 8px 2px;
    }
/*----------*/

/*start ----&gt;  GAME HISTORY*/
/*--start profile popup filter part*/
#searchForm .popup_filter_content {
    padding: 0 !important;
}

.popup_filter_content .tl_input_popup_reg {
    width: 160px;
}

.popup_filter_content #historyItem {
    width: 100%;
}

/*---start data picker*/
.tl_date_picker .ui-widget {
    background: #999;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 3px #292c32;
}

.tl_date_picker:not(.disabled) + .ui-datepicker-trigger {
    cursor: pointer;
}

.tl_date_picker.ui-widget-content {
    background: #e1e1e1;
    background: var(--cwModalBg3);
}

.ui-widget-content .ui-state-default {
    transition: all 0.2s ease;
}

.tl_date_picker .ui-datepicker {
    padding: 0;
}

.tl_date_picker .ui-datepicker-header {
    margin-top: 5px;
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #333;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0,0,0,.7);
    border-radius: 0;
    box-shadow: inset 0 0 3px rgba(255,255,255,.1);
    border-top: 1px solid var(--cwModalBg);
    border-bottom: 1px solid var(--cwModalBg);
    background: var(--cwModalBg);
    color: var(--cwModalTxt);
}

    .tl_date_picker .ui-datepicker-header .ui-state-hover {
        background: transparent;
        border-color: transparent;
        cursor: pointer;
    }

.tl_date_picker + .ui-datepicker-trigger {
    background: transparent;
    position: absolute;
    border: 0;
    outline: 0;
    bottom: 6px;
    right: 8px;
}

#DatePickerButton [class^="cw_icon_calendar_"]{
    position: absolute;
    top: 33px;
    right: 8px;
}

/*Calnedar input*/
.calendar_input {
    inset-inline-end: 8px;
    bottom: 8px;
    display: flex;
    cursor: pointer;
}
input:disabled ~ .calendar_input {
    opacity: 0.5;
    pointer-events: none;
}
/*---end data picker*/

/*--end profile popup filter part*/
/*start story popup*/
.story-popup .story-nested__pagination-bullet span{
    background-color: var(--cwBodyAccent);
}
.story-popup .story-link{
 background-color: var(--cwBodyAccent);
 color: var(--cwAccentTxt);
}
/*end story popup*/

/*--start history table*/
.history_scrolled_content {
    max-height: calc(100% - 60px);
    overflow-y: auto;
}

.details_btn {
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

.details_btn i{
    --icoSize: 10px;
}

.arrow_rotate {
    transform: rotate(180deg);
}
.arrow_up_ic:before {
    content: "\e103";
    font-family: iconsDinamicMenu;
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 23px;
    width: 9px;
    margin-inline-start: 5px;
}

.arrow_down_ic:before {
    content: "\e103";
    font-family: iconsDinamicMenu;
    transform: rotate(90deg);
    font-size: 23px;
    width: 9px;
    display: inline-flex;
    line-height: 10px;
    margin-inline-end: 2px;
}

.tl_gh {
    height: 100%;
}

    .tl_gh .tl_gh_item {
        min-width: 153px;
        margin: 2px 12px;
    }

.tl_gh_item.period_item {
    margin-left: 0;
}

.tl_gh .tl_gh_item.period_item {
    width: 165px;
    flex-shrink: 0;
    flex-grow: 0;
}

.tl_gh .tl_gh_item.history_item {
    width: 220px;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 12px auto;
}

    .tl_gh .tl_gh_item.history_item .lbl {
        width: 100%;
    }

.tl_gh .tl_gh_item.tl_date_item {
    position: relative;
    width: 150px;
    flex-shrink: 0;
    flex-grow: 0;
}

.tl_gh .tl_gh_item.load_item {
    display: none;
    margin-top: 20px;
    min-width: 165px;
}

    .tl_gh .tl_gh_item.load_item .tl_loader {
        height: 36px;
        width: 36px;
    }

    .tl_gh .tl_gh_item.load_item .tl_load_msg {
        height: 36px;
        line-height: 36px;
        font-size: 13px;
        margin-left: 8px;
        color: #999;
    }

.tl_gh .tl_gh_result {
    width: 100%;
    padding: 32px 0 0;
}

.tl_my_acc_cont_content .tl_gh .tl_gh_result {
    height: calc(100% - 130px);
}

.history_static_scrolled_content {
    max-height: 350px;
    overflow-y: auto;
}

.tl_gh .tl_gh_result .tl_gh_result_heading {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #999;
    font-size: 14px;
    align-items: center;
    background-color: var(--cwModalBg2);
    color: var(--cwModalTxt2);
}

.tl_gh .tl_gh_result .tl_gh_result_item {
    width: 100%;
    min-height: 30px;
    font-size: 13px;
    align-items: center;
    line-height: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tl_gh .tl_gh_result .id, .pwh_id_place,
.pwh_used_unused_line .usedfee,
.pwh_used_unused_line .unusedfee {
    flex: 0 0 106px;
    padding: 0 7px;
    line-height: initial;
}

.tl_gh .tl_gh_result .dt, .pwh_dt_place {
    flex: 1;
    padding: 0 7px;
    line-height: 13px;
}

.tl_gh .tl_gh_result .gn,
.pwh_gn_place, .pwh_used_unused_line .used,
.pwh_used_unused_line .unused {
    flex: 1;
    padding: 3px 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tl_gh .tl_gh_result .wg, .pwh_wg_place,
.pwh_used_unused_line .commamount,
.pwh_used_unused_line .uncommamount {
    flex: 1;
    padding: 0 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tl_gh .tl_gh_result .win {
    flex: 1;
    padding: 0 7px;
    line-height: 14px;
}

.tl_gh .tl_gh_result .details_btn {
    min-width: 30px;
    display: flex;
    height: 13px;
    justify-content: center;
    cursor: pointer;
}

.pwh_used_unused_info {
    width: 100%;
}

    .pwh_used_unused_info span {
        padding: 0 5px;
    }

    .pwh_used_unused_info div {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        line-height: 1 !important;
    }

.pwh_used_unused_line {
    min-height: 35px;
    align-items: center;
    font-size: 13px;
}

.pwh_row_place {
    width: 30px;
    font-size: 13px;
}

#content_hostory .tl_gh {
    display: flex;
    flex-direction: column;
    height: calc(100% - 195px);
}

#content_hostory .tl_last_games_cont {
    width: 97%;
    order: 3;
    position: relative;
    margin-top: auto;
    margin-bottom: 20px;
}

/*hystory slider*/
.tl_last_games_cont {
    margin-top: auto;
    /*min-height: 150px;*/
}

    .tl_last_games_cont .tl_last_gmae_title {
        font-size: 14px;
        margin: 16px 0;
    }

    .tl_last_games_cont .tl_game_cont {
        width: 163px;
        height: auto;
    }

    .tl_last_games_cont .tl_game {
        width: 147px;
        height: 100px;
    }

        .tl_last_games_cont .tl_game .more .title {
            font-size: 13px;
        }

/*PAGING*/
.paginGFoot {
    width: 100%;
    height: auto;
    position: relative;
}

.paging {
    list-style: none;
    margin: 0;
    text-align: right;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 5px 16px;
}

    .paging li {
        width: 30px;
        height: 30px;
    }
 .paging li &gt; .pi {
 color: #fff;
  transition: background-color .2s ease;
 display: block;
 width: 30px;
 height: 30px;
 text-align: center;
 line-height: 30px;
 margin: 0 2px;
 transition: color .2s ease;
 color: var(--cwModalTxt);
 }

.paging-first:before,
.paging-first-disabled:before,
.paging-prev:before,
.paging-prev-disabled:before,
.paging-last:before,
.paging-last-disabled:before,
.paging-next:before,
.paging-next-disabled:before,
.paging-prev-ten:before,
.paging-prev-ten-disabled:before,
.paging-next-ten:before,
.paging-next-ten-disabled:before 
{
    display: inline-block;
    font-family: "iconsDinamicMenu";
    font-size: 26px;
    line-height: 27px;
}

.paging-first-disabled:before,
.paging-prev-disabled:before,
.paging-last-disabled:before,
.paging-next-disabled:before,
.paging-prev-ten-disabled:before,
.paging-next-ten-disabled:before
{
    opacity: 0.4;
}

.paging-prev:before,
.paging-prev-disabled:before{
    content: "\E362";
}
.paging-prev-ten:before,
.paging-prev-ten-disabled:before{
    content: "\E362\E362";
}
.paging-first:before,
.paging-first-disabled:before {
    content: "\E466";
}

.paging-next:before,
.paging-next-disabled:before{
    content: "\E363";
}
.paging-next-ten:before,
.paging-next-ten-disabled:before{
    content: "\E363\E363";
}
.paging-last:before,
.paging-last-disabled:before{
    content: "\E466";
    transform: scaleX(-1);
}

.cw-rtl-global .paging-next:before,
.cw-rtl-global .paging-next-disabled:before,
.cw-rtl-global .paging-next-ten:before,
.cw-rtl-global .paging-next-ten-disabled:before,

.cw-rtl-global .paging-prev:before,
.cw-rtl-global .paging-prev-disabled:before,
.cw-rtl-global .paging-prev-ten:before,
.cw-rtl-global .paging-prev-ten-disabled:before
{
    transform: scaleX(-1) !important;
}

.cw-rtl-global .paging-first:before,
.cw-rtl-global .paging-first-disabled:before
{
    transform: scaleX(-1) !important;
}

.cw-rtl-global .paging-last:before,
.cw-rtl-global .paging-last-disabled:before
{
    transform: none !important;
}


/*--end history table*/


/*game history popup slider*/
#popup_slider .tl_game_cont {
    width: 167px;
    height: 107px;
    margin: 0 2px;
    position: relative;
}

.popup_slider .slick-list {
    padding-left: 0px !important;
}

.popup_slider .game__link_block {
    position: absolute;
    opacity: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
}

.popup_slider .game__block:hover {
    border-radius: 8px;
}

    .popup_slider .game__block:hover .game__link_block {
        opacity: 1;
    }

.popup__slider_next,
.popup__slider_prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

    .popup__slider_next.cas_nav_next,
    .popup__slider_prev.cas_nav_prev {
        margin: 0 !important;
    }

.cas_nav_next.swiper-button-disabled,
.cas_nav_prev.swiper-button-disabled {
    opacity: .5;
    cursor: default;
}

.popup__slider_next {
    right: 4px;
}

.popup__slider_prev {
    left: 4px;
}

#content_hostory .tl_last_gmae_title {
    margin: 10px 24px;
}

/*game block*/
.game__block {
    position: relative;
    overflow: hidden;
}

    .game__block:hover .game__main,
    .game__block.active .game__main {
        filter: brightness(15%);
    }

    .game__block:hover .game__header,
    .game__block.active .game__header {
        opacity: 1;
    }

    .game__block:hover .game__footer,
    .game__block.active .game__footer {
        opacity: 1;
    }

    .game__block:hover .game__link_block,
    .game__block.active .game__link_block {
        opacity: 1;
    }

.game__main {
    width: 100%;
    height: 100%;
}

    .game__main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: top;
        border-radius: 8px
    }



/*end ----&gt;  GAME HISTORY*/
/*new free spina*/
.active_bonuses {
    padding: 0 20px;
    row-gap: 16px;
    overflow: auto;
    max-height: calc(100% - 100px);
    margin-top: 30px;
}

    .active_bonuses &gt; div {
        padding: 0 6px;
        width: 33%;
        min-height: 376px;
    }

.free_spin {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .free_spin .show-more {
        display: none;
    }

    .free_spin.sport .free_spin__btn {
        background-color: rgba(255, 255, 255, .4);
        color: #ffffff;
        display: none;
    }

    .free_spin.sport .h-bg-primary {
        text-transform: capitalize;
    }

    .free_spin.sport .free_spin__btn.show-more {
        display: block;
    }

.free_spin__id {
    position: absolute;
    background: rgba(105, 105, 105, 0.27);
    backdrop-filter: blur(28px);
    width: 100%;
    font-size: 16px;
    padding: 12px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .free_spin__id .status {
        font-size: 12px;
        line-height: 16px;
        color: #FFB700;
    }

.free_spin img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.free_spin__content {
    padding: 16px 12px 12px;
    margin-top: auto;
}

    .free_spin__content .text-primary {
        margin-top: 2px;
        margin-bottom: 6px;
    }

.free_spin__btn {
    width: 100%;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    text-transform: capitalize;
    cursor: pointer;
    margin-top: auto;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.free_spin__line {
    margin-bottom: 16px;
    font-size: 14px;
}

    .free_spin__line .flex .color-inherit:first-of-type {
        direction: rtl;
    }

    .free_spin__line &gt; div:first-child {
        font-size: 16px;
    }

    .free_spin__line &gt; div {
        margin-bottom: 6px;
        text-align: left;
    }

        .free_spin__line &gt; div span:nth-child(2) {
            text-align: right;
        }

    .free_spin__line .text-primary {
        font-weight: 300;
    }

@media screen and (max-width: 1400px) {
    .active_bonuses &gt; div {
        width: 50%;
    }
}

.free_spin .back-wrapper {
    margin-bottom: 15px;
    text-align: start;
}

    .free_spin .back-wrapper button {
        cursor: pointer;
        background: transparent;
        color: currentColor;
        border: none;
    }

.free_spin .select-wrapper select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, .4);
    color: rgba(255, 255, 255, .8);
    border-radius: 6px;
}

.free_spin .select-wrapper option {
    color: black;
}

.free_spin .event-list {
    max-height: 60%;
    overflow: auto;
}

    .free_spin .event-list .event-list__item {
        padding-left: 6px;
        border-left: 1px solid rgba(255, 255, 255, .4);
        margin-bottom: 8px;
        text-align: start;
        position: relative;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 90%;
        width: max-content;
    }

        .free_spin .event-list .event-list__item.with-indicate::after {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #FFB700;
            position: absolute;
            right: -15px;
            top: 50%;
            transform: translateY(-50%);
        }

/*for-flip*/
.flip-card {
    background-color: transparent;
    perspective: 1000px;
    min-height: 391px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0,0.15);
}

.flip-card.turn .flip-card-inner {
    transform: rotateY(-180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    background-color: var(--cwModalBg2);
}

.flip-card-back {
    background-color: transparent;
    transform: rotateY(180deg);
    padding: 15px 16px;
}
/*count bonus*/
.links_container .count_bonus {
    margin: -1px auto 0 2px;
}

.count_bonus {
    width: 8px;
    position: relative;
    display: inline-block;
    margin: 0 -2px;
    height: 16px;
}

.tern .count_bonus {
    align-self: center;
}

.count_bonus-number {
    position: relative;
    top: -6px;
    left: -8px;
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    border-radius: 10px;
    background: var(--cwAccentBg, #ffb700);
    color: var(--cwAccentTxt, #333333);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    padding: 2px;
    margin: 0 2px;
}

.header__dropdown-menu .count_bonus .count_bonus-number {
    left: -14px;
    top: -10px;
}

.bonusesDialog .count_bonus-number {
    line-height: 18px;
}

.tl_dropdown_content .count_bonus-number {
    display: inline-block;
    text-align: center;
    padding: 2px;
    line-height: 1.4;
    border-radius: 50%;
}

/*start ----&gt;  BONUS*/
/*--start bonus navbar*/
.alb_bonus_count {
    background-color: var(--cwAccentBg);
    color: var(--cwAccentTxt);
    border-radius: 15px;
    font-size: 10px;
    position: relative;
    top: -8px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-indent: initial;
}


.navItem .alb_bonus_count {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 3px;
    right: 95%;
    height: 17px;
    min-width: 17px;
    text-align: center;
    padding: 1px 4px;
}

.bonuses_nav_bar {
    padding: 0 26px;
    margin-bottom: 20px;
    column-gap: 8px;
}

    .bonuses_nav_bar hr {
        display: block;
        height: 1px;
        border: 0;
        margin: 0;
        padding: 0;
        width: calc(100% - 50px);
        bottom: 0;
        position: absolute;
        z-index: 0;
    }

    .bonuses_nav_bar a {
        padding: 10px;
        border: 0;
        display: block;
        height: 35px;
        outline: 0;
        border-bottom: 0px solid;
        z-index: 2;
    }

        .bonuses_nav_bar a:hover,
        .bonuses_nav_bar a:active,
        .bonuses_nav_bar a.active {
            outline: 0;
            color: var(--text-level-high, var(--cwModalTxt));
            border-bottom: 3px solid;
            transition: border-width 0.1s ease;
        }


.bonuses_content {
    max-height: 88vh;
}


.for-overflow {
    height: 58vh;
    overflow: auto;
    max-height: 625px;
}

.rslt_tbl {
    width: calc(100% - 48px);
}

@media screen and (max-height: 900px) {

    .for-overflow {
        height: 300px;
    }
}

.rslt_tbl_heading {
    height: 30px;
    background: rgba(0,0,0,.5);
}

    .rslt_tbl_heading td {
        padding: 10px;
        vertical-align: top;
    }

.dtls {
    width: 35px;
}

    .dtls.tbl_cell {
        padding-top: 17px;
        padding-bottom: 17px;
    }

.dt_cl {
    width: 15%;
}

.bonuses_content .status {
    color: #41b544;
    cursor: default;
    display: inline-block;
}
/*Status - New*/
.bonuses_content .status_1 {
    color: #f5b903;
}
/*Status - Active*/
.bonuses_content .status_2 {
    color: #169716;
}
/*Status - Finished*/
.bonuses_content .status_3 {
    color: #815215;
}
/*Status - Canceled*/
.bonuses_content .status_4 {
    color: #c31211;
}
/*Status - Expired*/
.bonuses_content .status_5 {
    color: #0d8b83;
}
/*Status - Terminated*/
.bonuses_content .status_6 {
    color: #0d8b83;
}

.tbl_cell {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    font-size: 14px;
}

    .tbl_cell a {
        position: relative
    }
/*--end bonus navbar*/
/*--start no bonus page*/
.bonuses_content_box .noBonus-box,
.active_bonuses .noBonus-box {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   /* height: calc(100vh - 390px);*/
    padding: 20px;
}

.noBonus-box .noBonus-svg {
    margin-bottom: 65px;
    fill: var(--cwAccentBg, #ffb700);
}

.noBonus-box .noBonus-title {
    font-weight: normal;
    font-size: 20px;
}
/*--end no bonus page*/


/*--start new Bonuses page*/
.tl_my_acc_cont_content .mCSB_inside &gt; .mCSB_container {
    min-height: 100%;
}

.new_bonuses_list {
    height: 100%;
}

.new_bonuses .mb-12 {
    margin-bottom: 12px
}

.new_bonuses .dynamic_icon {
    vertical-align: middle;
    font-size: 20px;
    line-height: 0.8;
    margin: 0
}

.bn_header_block {
    border-bottom: 1px solid rgba(125,125,125,0.3);
    align-items: center;
    margin: 0 0 16px;
    padding-bottom: 10px;
    min-height: 59px;
}

.bn_games_header {
    padding-right: 60px;
}

.switcher_box {
    padding: 11px 10px;
    width: 233px;
    border: 1px solid rgba(125,125,125,0.3);
    border-radius: 4px;
}

    .switcher_box .bonus_info-text {
        display: flex;
        align-items: center;
    }

    .switcher_box .gift,
    .switcher_box .wallet {
        font-size: 34px;
        line-height: 24px;
        color: #FFB700;
        margin: 0 6px;
    }

    .switcher_box svg {
        margin-right: 8px;
    }

    .switcher_box .text {
        font-weight: normal;
        font-style: normal;
        font-size: 13px;
        line-height: 18px;
        color: #fff;
    }

    .switcher_box button.switch {
        width: 32px;
        height: 18px;
        line-height: 18px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        background-color: transparent;
        border: 1px solid rgba(125,125,125,0.4);
        border-radius: 20px;
        cursor: pointer;
        user-select: none;
        background-clip: unset;
        transition: all .36s ease-in-out;
        margin: 0 6px;
    }

        .switcher_box button.switch:after {
            content: " ";
            position: absolute;
            top: -1px;
            width: 16px;
            height: 16px;
            left: 0;
            background-color: #c9c9c9;
            border: 0.5px solid #7d7d7d4d;
            border-radius: 50%;
            transition: all .36s ease-in-out;
        }

.switcher_line {
    width: 1px;
    height: 18px;
    border-radius: 4px;
    background-color: rgba(125,125,125,0.3);
    margin: 0 -30px;
}

.switcher_box button.switch.active {
    background-color: #FFB700;
    border-color: #FFB700;
}

    .switcher_box button.switch.active:after {
        left: 13px;
        background-color: #fff;
    }
/*new bonuses header switcher*/
.balance-switcher {
    padding: 3px;
    display: flex;
    align-items: center;
    border-color: var(--cwAccentBg);
}

.balance-switcher .dynamic_icon.gift {
    margin-inline-end: 9px;
}

.balance-switcher .info-wrapper {
    margin-inline-end: 14px;
    position: relative;
    z-index: 2;
}

.balance-switcher .info-wrapper:hover .info-text {
    display: block;
}

.balance-switcher .dynamic_icon.info-icon {
    cursor: help;
}

.info-text li::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: var(--cwTooltipAccent);
    display: inline-block;
    vertical-align: middle;
    margin-inline-end: 4px;
    transform: translateY(-0.2em);
}

.cw-rtl-global .info-text li::before {
    transform: none;
}

.balance-switcher .info-text {
    position: absolute;
    bottom: 0;
    transform: translateY(124%);
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    background-color: var(--cwTooltipBg);
    width: max-content;
    inset-inline-end: -40px;
    border-radius: 6px;
    padding: 8px 12px;
    color: var(--cwTooltipTxt);
    display: none;
}

.balance-switcher .info-text:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--cwTooltipBg);
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    inset-inline-end: 42px;
}

.balance-swither--title {
    margin-inline-end: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.balance-switcher .switch {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 13px;
    transform: scale(1.35);
}

.balance-switcher .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.balance-switcher .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--cwInputTxt3);
    transition: .4s;
}

.balance-switcher .slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 1px;
    bottom: 1px;
    background-color: var(--cwInputBg2);
    transition: .2s;
}

.balance-switcher input:checked + .slider {
    background-color: var(--cwInputAccent);
}

.balance-switcher input:focus + .slider {
    box-shadow: 0 0 1px var(--cwInputAccent);
}

.balance-switcher input:checked + .slider:before {
    transform: translateX(10px);
}

.balance-switcher .gift,
.balance-switcher .info-icon {
    font-size: 32px;
    line-height: 0.5;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*---------*/
.df-ac-jb {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.bonus_search {
    position: relative;
}

.bonus_search input {
    border-radius: 4px;
    padding: 12px 35px 12px;
    font-size: 13px;
    line-height: 15px;
    width: 100%;
    min-width: 360px;
    border: 1px solid var(--cwModalBg2Hover);
    background-color: var(--cwModalBg2);
    color: var(--cwModalTxt2);
}
 .bonus_search input::placeholder{
     color:var(--cwModalTxt2);
 }

.bonus_search i.search_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: 14px;
    font-size: 30px;
}

.bonus_search input:-moz-placeholder-shown ~ .close-search {
    display: none;
}

.bonus_search input:-ms-input-placeholder ~ .close-search {
    display: none;
}

.bonus_search input:placeholder-shown ~ .close-search {
    display: none;
}

.bonus_search .close-search {
    color: inherit;
    inset-inline-end: 14px;
}

.bn_games_title {
    font-size: 14px;
    line-height: 17px;
}

.bonus_tab_list {
    display: flex;
    align-items: flex-end;
    min-height: 25px;
}

.bonus_tab_list &gt; li {
    display: inline-block
}

.bonus_tab_list &gt; li a {
    padding: 0 12px 8px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    transition: all .3s ease-in-out;
    border-bottom: 3px solid transparent;
}

.bonus_tab_list &gt; li a:not(.active):hover:after {
    display: block
}

.bonus_tab_list &gt; li:not(:last-child) {
    margin-right: 8px;
}


.bonus_tab_list &gt; li a:hover,
.bonus_tab_list &gt; li a.active {
    border-color: #ffb700;
    border-color: var(--cwButtonBg);
}

.back {
    display: flex;
    align-items: center;
}

.back .arrow_left {
    font-size: 42px;
    padding-bottom: 4px;
}

.bonus_tab_list .arrow_left {
    line-height: 1;
    font-size: 30px;
    margin: 0 10px;
    display: block;
}

.bonuses_content_box {
    padding: 0 16px;
    font-weight: normal;
    font-style: normal;
    flex-wrap: nowrap !important;
    height: calc(100% - 86px) !important;
}

.new_bonuses {
    height: 100%;
}

.bn_row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bn_row_m6 {
    margin: 0 -6px;
}

.bn_row_m8 {
    margin: 0 -8px;
}

.bn_col_p6 {
    padding: 0 6px;
}

.bn_col_p8 {
    padding: 0 8px;
}

.bn_col {
    flex: 0 0 auto;
    height: 100%;
}

.bn_col_27 {
    width: 27%;
}

.bn_col_73 {
    width: 73%;
}

.bn_col_36 {
    width: 36%;
}

.bn_col_64 {
    width: 64%;
}

.bonuses_right_part {
    width: 100%;
}

.bonuses_content_box .title {
    font-size: 13px;
    line-height: 15px;
    text-transform: capitalize;
    margin-bottom: 12px !important;
    display: block;
}

.bonus_card {
    border-radius: 8px;
    position: relative;
}

    .bonus_card.disabled .bonus_card_body &gt; *:not(.bonus_actions, .bonus_btn),
    .bonus_card.disabled .bonus_card_header {
        opacity: 0.6;
        pointer-events: none;
    }

    .bonus_card.disabled:before {
        background-color: #B3B3B3;
    }

    .bonus_card:before,
    .bonus_card.new_bonus_card .bonus_card_header:before {
        content: '';
        position: absolute;
        top: -4px;
        left: 0;
        right: 0;
        margin: auto;
        width: calc(100% - 16px);
        height: 4px;
        background-color: var(--global_status_color_pending);
        border-radius: 8px 8px 0px 0px;
    }

    .bonus_card.new_bonus_card .bonus_card_header {
        height: 152px;
        position: relative
    }

        .bonus_card.new_bonus_card .bonus_card_header:before {
            height: 2px;
            top: -2px;
        }

    .bonus_card.new_bonus_card.active .bonus_card_header:before,
    .bonus_card.active:before {
        background-color: #00912C;
    }

.bonus_card_header {
    position: relative;
    height: 150px;
}

    .bonus_card_header img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

.game_quantity,
.bn_card_number {
    background-color: var(--cwDominantShadow, rgba(26,26,26, 0.5));
    color: var(--cwDominantTxt, #fff);
    position: absolute;
}

.game_quantity {
    top: 0;
    right: 0;
    padding: 8px 10px;
    border-radius: 0px 8px;
    font-size: 16px;
    line-height: 19px;
    backdrop-filter: blur(5px);
}

.bn_card_number {
    bottom: 0;
    right: 0;
    left: 0;
    padding: 9px 16px 18px;
    font-size: 14px;
    line-height: 16px;
    backdrop-filter: blur(7px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bn_card_number .bn_status {
    display: inline-block
}

.bn_card_number .bn_status i {
    font-size: 20px;
    margin-inline-end: 4px;
    line-height: 16px;
    vertical-align: middle;
}

.bn_card_number .bn_status.verify i {
    color: #66BD80;
}

.bn_card_number .bn_status.not_verify i {
    color: #FFB700;
    font-size: 22px;
}

.bonus_card_body {
    position: relative;
    margin-top: -10px;
    border-radius: 8px;
    padding: 12px 16px 16px;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 30%);
}

.bn_left_card .bonus_card_body {
    background-color: var(--cwDominantBgHover, #222615);
    color: var(--cwDominantTxt, #222615);
}

.bn_description {
    padding: 12px;
    border-radius: 0px 0px 8px 8px;
    background-color: var(--cwDominantBgHover, rgba(120,120,120,0.15));
    color: var(--cwDominantTxt);
    box-shadow: 0px 4px 7px rgb(0 0 0 / 30%);
    border: 1px solid var(--cwDominantBg2, rgba(160,160,160,0.2));
    border-top: 0;
}

.bonus_caption {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
    display: flex;
}

.bonus_text_ellipsis {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.bn_description .bonus_caption {
    margin-bottom: 5px;
}

.bn_description .bonus_list,
.bn_description .bonus_list li {
    margin-bottom: 0;
}

.bonus_caption span:first-child::after {
    content: '|';
    color: var(--cwDominantTxt3, #606060);
    margin: 0 8px;
}

.bonus_list {
    margin-bottom: 16px;
}

.bonus_game_list.no-result {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/*cashier*/

#withdraw .ui-widget-overlay, #deposit .ui-widget-overlay {
    z-index: 95;
}

.withCashier {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1024px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--cwModalBg2, var(--bg-level-3));
    z-index: 96;
}

#cashier_iframe_wrapper iframe {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.cashier_fixed_header .cashier_text {
    font-size: 24px;
    padding: 24px 10px;
    color: var(--cwModalTxt, var(--text-level-high));
}

.cashier_fixed_header {
    background-color: var(--cwModalBgHover, var(--bg-level-2));
    height: 68px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 8px 24px 8px;
    border-bottom: 1px solid var(--cwModalBg2, var(--bg-level-3));
}

.cashier_fixed_header .reg_close {
        font-size: 30px;
        margin: 6px;
        justify-content: center;
        cursor: pointer;
        color: var(--cwModalTxt3, var(--text-level-low));
}

/*cashier*/
.bonus_list li {
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    line-height: 16px;
}

    .bonus_list li span:first-child {
        opacity: 0.7;
    }

.bonus_card_body .text_yellow {
    color: var(--cwDominantAccent, #FFB700);
}

.bonus_list.amount_list li {
    margin-bottom: 8px;
}


.bonus_timer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.bonus_info_box {
    padding-bottom: 2px;
    margin-bottom: 9px;
    position: relative;
    overflow: auto;
    max-height: 280px;
}

.bonus_timer li {
    width: 48px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
}

    .bonus_timer li:not(:last-child) {
        margin-right: 12px
    }

    .bonus_timer li span {
        display: block;
    }


        .bonus_timer li span:first-child {
            padding: 4px;
            border-bottom: 1px solid var(--cwDominantBg,rgba(100,100,100,0.5));
            font-size: 11px;
            line-height: 13px;
            opacity: 0.7;
        }

.bonus_conditions-text {
    opacity: 0.7
}

.bonus_timer li span:last-child {
    padding: 9px;
    font-size: 20px;
    line-height: 24px;
    /*color: #fff;*/
}

.bonus_timer.time_expire li span:last-child {
    color: #f71206;
    background-color: #482E2E;
}

.bonus_progress {
    margin-bottom: 12px;
}

.bonus_progress .label {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 6px;
    opacity: 0.7;
    padding-right: 18px;
    position: relative;
}

.bonus_progress .progress_thumb:after {
    content: '\E085';
    position: absolute;
    right: 0;
    top: -20px;
    width: 14px;
    height: 14px;
    display: block;
    opacity: 0;
    border-radius: 50%;
    background-color: #66BD80;
    font-family: "iconsDinamicMenu";
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 16px;
}

.bonus_progress .progress_thumb[style="width: 100%"]:after {
    opacity: 1;
}

.bonus_progress .progress_track {
    width: 100%;
    height: 3px;
    background-color:var(--cwDominantBg2, rgba(90,90,90,0.5) );
    border-radius: 8px;
    margin-bottom: 6px;
    position: relative;
}

.bonus_progress .progress_thumb {
    background-color: #66BD80;
    border-radius: 8px;
    height: 3px;
    display: block;
}

.bonus_progress .bonus_amount {
    font-size: 13px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bonus_progress .bonus_amount span {
    opacity: 0.5;
}

.bonus_btn,
a.bonus_btn,
.bonus_timer li {
    background: var(--cwDominantBg2, rgba(100,100,100,0.3));
    color: var(--cwDominantTxt);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
}

.bonus_btn,
a.bonus_btn {
    border: 0;
    outline: 0;
    display: inline-block;
    padding: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    width: calc(50% - 4px);
}

.new_bonus_card .bonus_btn {
    width: auto;
    min-width: 106px;
    padding: 10px;
    line-height: 16px;
}

    .new_bonus_card .bonus_btn:first-child {
        margin-right: 8px;
    }

.bonus_btn.disabled,
.bonus_btn:disabled {
    opacity: 0.7;
}

.bonus_btn.active_bonus_btn,
 .new_bonus_card .bonus_btn:first-child{
    background: var(--cwButtonBg, rgba(112, 99, 64, 0.7));
    color: var(--cwButtonTxt, #FFB700);
}

.bonus_btn.pending_bonus_btn {
    background: var(--cwButtonBg, #FFB700);
    color: var(--cwButtonTxt, #1A1A1A);
}

.bonus_actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new_bonus_card .bonus_actions {
    justify-content: flex-end;
}

.bonus_actions.bonus_info {
    flex-direction: column;
}

    .bonus_actions.bonus_info .bonus_btn {
        width: 100%;
    }

.bonus_info_content {
    width: 100%;
    height: auto;
    max-height: 160px;
    border: 1px solid var(--cwDominantBg2, #404040);
    background: var(--cwDominantBgHover, #404040);
    color: var(--cwDominantTxt, #404040);
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: .63s;
}

.bonus_info_content.open {
    max-height: 400px;
}

.bonus_info_content.open .bonus_info_box {
    overflow: auto;
}


.bonus_info_content p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    padding: 0 5px;
    word-break: break-word;
}

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

a.bonus_info_btn,
.bonus_info_btn {
    text-align: center;
    display: block;
    color: inherit;
    font-size: 13px;
    line-height: 26px;
    cursor: pointer;
}

    .bonus_info_btn .dynamic_icon {
        transition: all .3s ease;
        background-color: transparent;
        border: none;
        color: inherit;
        font-family: "iconsDinamicMenu";
    }

    .bonus_info_btn.bonus_opened_info .dynamic_icon {
        transform: rotate(180deg);
    }

    .bonus_info_btn .bonus_less_info,
    .bonus_info_btn.bonus_opened_info .bonus_more_info {
        display: none
    }

    .bonus_info_btn.bonus_opened_info .bonus_less_info {
        display: inline-block
    }

.new_bonuses_col.new_bonuses_list {
    border: 1px solid rgba(125,125,125,0.3);
    border-radius: 8px;
    padding: 12px;
    height: calc(88vh - 157px);
}

@media screen and (max-height: 830px) {
    .new_bonuses_col.new_bonuses_list {
        height: 550px;
    }
}

@media screen and (max-height: 720px) {
    .new_bonuses_col.new_bonuses_list {
        height: calc(100vh - 157px);
    }
}


.new_bonuses_list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .8);
}


.new_bonuses_col.bn_games_list {
    height: calc(88vh - 235px);
}

@media screen and (max-height: 830px) {
    .bonus_game_list li.not_results,
    .new_bonuses_col.bn_games_list {
        height: 464px;
    }
}

@media screen and (max-height: 720px) {
    .bonus_game_list li.not_results,
    .new_bonuses_col.bn_games_list {
        height: calc(100vh - 235px);
    }
}

.bn_games_list .desc {
    font-size: 13px;
    padding-top: 8px;
}

.bn_games_list .desc h4 {
    margin-bottom: 4px;
    font-style: normal;
    font-weight: normal
}

.contribution {
    display: flex;
    margin-bottom: 16px;
}

.contribution_text {
    opacity: 0.7;
}

.contribution_desc {
    font-size: 13px;
}

.contribution_icon {
    width: 28px;
    margin-right: 8px;
    text-align: center;
    border-radius: 0px 0px 24px 24px;
    padding: 8px 0;
    color: var(--cwModalAccent);
    display: block;
    background-color: var(--cwModalBgHover);
}

.bonus_game_list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 8px;
}

    .bonus_game_list &gt; *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .bonus_game_list &gt; *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .bonus_game_list &gt; *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .bonus_game_list &gt; *:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
    }

@media screen and (max-width: 1480px) {
    .bonus_game_list {
        grid-template-columns: repeat(3, 1fr);
    }
}

.bonus_game_list li {
    width: 25%;
    display: inline-block;
    padding: 0 4px;
    margin-bottom: 8px;
    position: relative
}

.bonus_game_list a {
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    height: 156px;
}

    .bonus_game_list a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: middle;
    }

    .bonus_game_list a:hover div {
        opacity: 1;
        visibility: visible;
    }

    .bonus_game_list a div {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .23s;
        mix-blend-mode: overlay;
        backdrop-filter: blur(30px);
    }

        .bonus_game_list a div .dynamic_icon {
            font-size: 90px;
            line-height: 100%;
            color: unset;
            height: auto;
            color: #ffffff;
        }

.discount,
.bonus_badge {
    display: inline-block;
    text-align: center;
    position: absolute;
    color: #FFFFFF;
}

.discount {
    display: inline-block;
    min-width: 36px;
    text-align: center;
    background-color: rgba(26, 26, 26, 0.5);
    border-radius: 0px 0px 24px 24px;
    padding: 3px 5px 13px;
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 13px;
    line-height: 15px;
    backdrop-filter: blur(5px);
    color: #FFFFFF;
}

.bonus_badge {
    font-size: 8px;
    padding: 2px 4px;
    border-radius: 4px;
    line-height: 10px;
    top: 8px;
    left: 8px;
    text-transform: uppercase;
}

.new_bonuses .badge_premium {
    background-color: #0638FF;
}

.new_bonuses .badge_top {
    background-color: #0006B8;
}

.new_bonuses .badge_hot {
    background-color: #FD2F23;
}

.bonus_game_list li.not_results {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(88vh - 265px);
    width: 100%;
    flex-direction: column;
    opacity: 0.4 !important;
}

.new_bonuses .not_results i {
    font-size: 136px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.not_results p {
    font-size: 12px;
}

.new_bonuses .discount i {
    color: #FFB700;
    display: block;
    margin: 0;
    margin-bottom: 5px;
    font-size: 23px
}

.new_bonuses .contribution_icon i {
    font-size: 28px
}

.new_bonuses_col {
    overflow: auto;
    height: 400px;
    flex-grow: 1;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.bonus_card.new_bonus_card:not(:last-child) {
    margin-bottom: 20px
}

.bonus_card.new_bonus_card:before {
    display: none
}

.bonus_card.new_bonus_card .game_quantity {
    font-size: 14px;
    line-height: 17px;
    padding: 7px 5px;
}

.bonus_card.new_bonus_card .bn_card_number {
    padding: 10px 16px;
}

.bonus_card_body.new_bonus_card {
    margin-bottom: 12px;
    margin-top: 0;
    padding: 11px 16px;
    display: flex;
    flex-direction: column;
    min-height: 215px;
    background-color: var(--cwDominantBgHover, rgba(120, 120, 120, 0.15));
    border: 1px solid var(--cwDominantBg2, rgba(160,160,160,0.2));
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3);
}

.new_bonuses .dynamic_icon.conditions_icon {
    font-size: 30px;
    color: var(--cwDominantAccent, #FFB700);
    margin-right: 6px;
}

.conditions_title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
}

.linked-bonus-label {
    margin-inline-start: auto;
    display: flex;
    align-items: center;
    padding: 7px 8px;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--bg-level-1, var(--cwDominantBg2));
    color: var(--cwPrimary, var(--cwDominantAccent));
    font-size: 14px;
}

    .linked-bonus-label img {
        width: 20px;
    }

.new_bonus_card .bonus_timer:after {
    display: none;
}

.new_bonus_card .bonus_timer {
    margin-bottom: 0;
    padding-bottom: 0;
}

.new_bonus_card .bonus_list.amount_list {
    margin-top: auto;
}

    .new_bonus_card .bonus_list.amount_list li:last-child {
        margin-bottom: 0;
    }

.bn_left_card {
    height: 100%;
    width: 360px;
}

    .bn_left_card .bonus_card {
        height: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 4px;
    }

    .bn_left_card.has_title .bonus_card {
        height: calc(100% - 27px);
    }

    .bn_left_card.bonus_card_box .bonus_card_body {
        height: auto;
        display: flex;
        flex-direction: column;
        overflow: auto;
        flex: 1 1 auto;
        transform: translateY(-4px);
    }


        .bn_left_card.bonus_card_box .bonus_card_body .bonus_actions {
            display: flex;
            justify-content: flex-end;
            column-gap: 8px;
            flex-direction: row;
        }


        .bn_left_card.bonus_card_box .bonus_card_body a.bonus_btn {
            text-transform: capitalize;
            width: 100%;
            padding: 8px 16px;
            margin-top: auto;
            pointer-events: all;
        }

            .bn_left_card.bonus_card_box .bonus_card_body a.bonus_btn.bonusCancel + a.bonus_btn {
                margin-top: 10px;
            }

            .bn_left_card.bonus_card_box .bonus_card_body a.bonus_btn.bonusCancel {
                background: var(--cwButtonSecondaryBg2);
                color: var(--cwButtonSecondaryTxt2);
            }

    .bn_left_card.bonus_card_box .bonus_actions {
        margin-top: auto;
    }

    .bn_left_card.swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

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

    .bn_col_36 {
        width: 43%;
    }

    .bn_col_64 {
        width: 57%;
    }

    .bn_col_27 {
        width: 32%;
    }

    .bn_col_73 {
        width: 68%;
    }

    .bn_left_card {
        width: 296px;
    }

    .bonus_timer li {
        width: 42px;
    }

    .bonus_info_content {
        padding: 4px 8px;
    }

    .bonus_search input {
        min-width: 300px;
        padding: 10px 35px 10px;
    }

    .bonus_btn, a.bonus_btn {
        padding: 10px 14px;
    }

    .bn_games_caption_block {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .bonus_timer li span:last-child {
        padding: 6px;
        font-size: 16px;
    }

    .switcher_box {
        padding: 8px 16px;
    }

    .game_quantity {
        font-size: 14px;
        padding: 5px 10px;
    }

    .bn_games_title,
    .bn_card_number,
    .bonus_caption,
    .bonus_btn, a.bonus_btn {
        font-size: 13px
    }

    .bn_right_card .bn_games_title,
    .bn_right_card .bn_card_number,
    .bn_right_card .bonus_caption,
    .bn_right_card .bonus_btn, a.bonus_btn,
    .bn_right_card .game_quantity,
    .bonus_search input,
    .discount,
    .bonus_list li,
    .bn_games_list .desc {
        font-size: 12px
    }

    .bonus_game_list li {
        width: 33.33%;
    }

    .bonus_card.new_bonus_card .bonus_card_header {
        height: 119px;
    }

    .bonus_card_body.new_bonus_card {
        min-height: 180px;
    }

    .bonus_card.new_bonus_card .bn_card_number {
        padding: 7px 16px;
    }

    .bonus_card.new_bonus_card .game_quantity {
        padding: 4px 5px;
    }

    .bn_games_caption_block .bn_games_header {
        padding-right: 10px
    }
}

.new_bonuses .js_gamesContainer {
    display: flex;
    flex-direction: column;
}
/*bonus confirmation popup*/
.bonus-cancel-confirmation {
    max-width: 417px;
    background: var(--cwModalBg, #fff);
    color: var(--cwModalTxt, #1A1A1A);
    border-radius: 8px;
    padding: 10px 16px;
}

.confirmation_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: initial !important;
}

.confirmation__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    width: 100%;
}

.js_confirm_cancel, .js_reject_cancel {
    width: 47%;
    padding: 8px 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
}

.js_confirm_cancel {
    background: var(--cwButtonSecondaryBg, rgba(255, 91, 91, 0.05));
    color: var(--cwButtonSecondaryTxt, #FF5B5B);
}

.js_reject_cancel {
    background: var(--cwButtonBg, #FFB700);
    color: var(--cwButtonTxt, #333333);
    margin-inline-start: auto;
}
/*--end new Bonuses page*/

/* Start bonus history redesign*/

.bonus-history__table {
    max-height: 60vh;
    overflow: auto;
    min-height: 60vh;
}

.bonus-history .paging {
    padding: 8px 28px;
}

@media screen and (max-height: 700px) {
    .bonus-history__table {
        max-height: 50vh;
        overflow: auto;
        min-height: 44vh;
    }
}

.bonuses_content.bonus-history .rslt_tbl_heading {
    background: var(--cwModalBg2);
    color: var(--cwModalTxt2);
}

    .bonuses_content.bonus-history .rslt_tbl_heading td {
        padding: 16px;
    }

.bonuses_content.bonus-history .rslt_tbl td {
    border: 1px solid var(--cwModalBg2Hover);
}

.bonuses_content.bonus-history .rslt_tbl &gt; tbody &gt; tr {
    background-color: var(--cwDominantBg3) !important;
    color: var(--cwModalTxt) !important;
}

    .bonuses_content.bonus-history .rslt_tbl &gt; tbody &gt; tr:nth-child(7) .show_details .bonus_details,
    .bonuses_content.bonus-history .rslt_tbl &gt; tbody &gt; tr:nth-child(8) .show_details .bonus_details,
    .bonuses_content.bonus-history .rslt_tbl &gt; tbody &gt; tr:nth-child(9) .show_details .bonus_details,
    .bonuses_content.bonus-history .rslt_tbl &gt; tbody &gt; tr:nth-child(10) .show_details .bonus_details {
        top: initial;
        bottom: 0;
        transform: translate3d(-100%, 0, 0);
    }

.bonuses_content.bonus-history .rslt_tbl &gt; tbody {
    background-color: rgba(0, 0, 0, 0.15);
}

.bonuses_content.bonus-history .rslt_tbl .tbl_cell {
    padding: 16px;
}

.bonuses_content.bonus-history .rslt_tbl &gt; tbody &gt; tr:hover {
    color: #ffffff;
    background-color: #4e4e4e;
    background-color: var(--cwInputG);
    color: var(--cwModalTxt);
}

.bonus-history .bonus_details {
    display: none;
    min-width: 236px;
    width: max-content;
    position: absolute;
    z-index: 2;
    left: 0;
    top: -50%;
    transform: translateX(-100%);
    background-color: rgba( 0, 0, 0, 0.9);
    backdrop-filter: blur(7px);
    border-radius: 4px;
    background-color: var(--cwModalBg2);
}

.bonus-history .show_details {
    position: relative;
    cursor: default;
}

.show_details__text {
    display: flex;
    align-items: center;
    column-gap: 8px;
    transition: .23s;
    cursor: pointer;
}

    .show_details__text .dynamic_icon {
        font-size: 36px;
        line-height: 0.6;
    }

.bonus-history .bonus_details h3 {
    padding: 12px;
    color: #F5B940;
    font-weight: 700;
    color: var(--cwButtonG);
}

.bonus-history .bonus_details p {
    padding: 12px;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid var(--cwModalBg);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--cwModalTxt2);
}

    .bonus-history .bonus_details p span {
        color: var(--cwModalTxt) !important;
        padding: 0 6px;
    }

.bonus-history .show_details:hover .show_details__text {
    filter: opacity(0.5);
}

.bonus-history .show_details:hover .bonus_details {
    display: block;
}

.bonus-history .status_1 {
    background: rgba(255, 237, 71, 0.1);
    border-radius: 4px;
    color: #FFED47;
    padding: 4px 12px;
}

.bonus-history .status_2 {
    background: rgba(71, 255, 138, 0.1);
    border-radius: 4px;
    color: #47FF8A;
    padding: 4px 12px;
}

.bonus-history .status_3 {
    background: rgba(71, 167, 255, 0.1);
    border-radius: 4px;
    color: #47A7FF;
    padding: 4px 12px;
}

.bonus-history .status_4 {
    background: rgba(164, 164, 164, 0.1);
    border-radius: 4px;
    padding: 4px 12px;
    white-space: nowrap;
}

.bonus-history .status_5 {
    background: rgba(255, 71, 71, 0.1);
    border-radius: 4px;
    color: #FF4747;
    padding: 4px 12px;
}

.bonus-history .status_6 {
    background: rgba(255, 237, 71, 0.1);
    border-radius: 4px;
    color: #FFED47;
    padding: 4px 12px;
}

.bonus-history .status_7 {
    background: rgba(255, 71, 71, 0.1);
    border-radius: 4px;
    color: #FF4747;
    padding: 4px 12px;
}
/*start sportBonus_list*/
.sportBonus_list {
    background-color: var(--cwDominantBg, rgba(26, 26, 26, 0.3));
    color: var(--cwDominantTxt2, #fff);
    border-radius: 8px;
    position: relative;
    padding: 0 12px;
}

    .sportBonus_list li {
        padding: 10px 0;
        margin: 0;
        position: relative;
        opacity: 1;
    }

        .sportBonus_list li:not(:last-of-type) {
            border-bottom: 1px solid #616161;
        }

    .sportBonus_list .dynamic_icon.conditions_icon {
        margin: 0;
        cursor: default;
    }

    .sportBonus_list .bonus_tooltip {
         background-color: var(--cwTooltipBg);
        color: var(--cwTooltipTxt);
        padding: 4px 16px;
        font-size: 13px;
        border-radius: 4px;
        position: absolute;
        top: 38px;
        left: -12px;
        right: -12px;
        z-index: 1;
        display: none;
    }

    .sportBonus_list .bonus_tooltip-txt {
        position: relative;
    }

        .sportBonus_list .bonus_tooltip-txt::after {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            top: -12px;
            inset-inline-end: -6px;
            border-style: solid;
            border-width: 8px;
            border-top-width: 0;
            border-color: transparent;
            border-bottom-color: var(--cwTooltipBg);
        }

.sportBonus_list-icon:hover + .bonus_tooltip {
    display: block;
}
/*end sportBonus_list*/


/* End bonus history redesign*/

/*end ----&gt;  BONUS*/
/*start Two-factor authentication */
.tfa_content {
    padding: 0 30px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.tfa_title {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: normal;
}

.tfa_subtitle {
    margin-top: 30px;
    font-weight: normal;
    line-height: 1.7;
}

.tfa_text_bold {
    font-weight: bold;
}

.tfa_text {
    line-height: 1.7;
}

    .tfa_text a {
        text-decoration: underline;
    }

.tfa_sub_content {
    padding: 0 22px;
}

.tfa_switcher_content {
    margin: 5vh 0 6vh;
    max-width: 534px;
}

.tfa_switcher_item {
    width: 56px;
    height: 32px;
    position: relative;
    display: block;
    border-radius: 36px;
    transition: all 0.4s ease;
    cursor: pointer;
    background-color: var(--cwInputTxt3);
    border: 1px solid var(--cwInputBg);
    margin: 0 16px;
}

    .tfa_switcher_item:before {
        content: "";
        display: block;
        height: 24px;
        width: 24px;
        border-radius: 50%;
        position: absolute;
        right: 0;
        left: 3px;
        transition: all 0.2s ease;
        background: var(--cwInputBg);
        box-shadow: none;
        top: 3px;
    }

.tfa_switcher_input {
    opacity: 0;
    position: absolute;
    z-index: -5;
}

    .tfa_switcher_input:checked + .tfa_switcher_item:before {
        left: 25px;
        background: var(--payBtnTxt);
    }

    .tfa_switcher_input:checked + .tfa_switcher_item {
        background-color: var(--payBtnBg);
        border: 1px solid var(--payBtnBg);
    }

.tfa_image_cont img {
    max-width: 100%;
    vertical-align: middle;
}

.tfa_image_cont {
    height: 200px;
    width: 200px;
    box-shadow: 0px 6px 9px #04132431;
    border-radius: 14px;
    background-color: #fff;
    padding: 20px;
}

.tfa_btn_content {
    width: 304px;
    margin: 0 40px;
}

.qr_code_input {
    width: 100%;
    height: 36px;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 2px;
    margin-bottom: 24px;
    display: block;
    border: none;
    background: var(--cwInputBg);
    color: var(--cwInputTxt);
    border: 1px solid var(--cwInputBgHover);
}

.qr_code_btn {
    width: 100%;
    height: 36px;
     background-color: var(--cwButtonBg) !important;
    color: var(--cwButtonTxt) !important;
    border: 1px solid var(--cwButtonBgHover) !important;
    font-size: 14px !important;
    border: none;
    border-radius: var(--cwButtonRadius);
    text-transform: uppercase;
    font-family: "Roboto", sans-serif !important;
    cursor: pointer;
}

.ctfa_copy_code {
    min-width: 342px;
    height: 36px;
    background-color: #fff;
    border-radius: 8px;
    color: #000;
    font-size: 14px !important;
    padding: 0 20px;
    border: none;
    font-family: 'Roboto', sans-serif !important;
    text-align: center;
}
input.ctfa_copy_code:read-only {
    opacity: 1;
}
.tfa_copy_code_content {
    margin: 25px 0;
}

.tfa_copy_code_text {
    color: var(--cwModalTxt3);
    margin-bottom: 12px;
    display: block;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

.tfa_error_msg {
    position: absolute;
    top: 90%;
    color: #f30000;
    left: 0;
}

    .tfa_error_msg.invalid {
        color: #f30000;
    }

    .tfa_error_msg.valid {
        color: #00a400;
    }

.tfa_content .relative {
    padding-bottom: 20px;
}

.ctfa_copy_code,
.qr_code_input {
    box-shadow: 0px 1px 5px #0002043b;
}

/*tfa popup*/
.tfa_popup_container {
    color: var(--cwModalTxt);
    font-size: 14px;
    font-weight: 500;
}

.tfa_popup_header {
    color: var(--cwModalTxt);
    background-color: var(--cwModalBg);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
    border-radius: 8px 8px 0px 0px;
    height: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px;
    position: relative;
}

.tfa_head_text {
    width: calc((100%) - 20px);
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
    color: var(--cwModalTxt);
}

.tfa_popup_text {
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: center;
    color: var(--cwModalTxt);
}

.tfa_popup_content .tfa_popup_input {
    color: var(--cwModalTxt) !important;
    background-color: var(--cwModalBg2) !important;
}

.tfa_popup_container .tfa_popup_input {
    border-radius: 2px 2px 0px 0px;
    color: #808080;
    width: 100%;
    border: none;
    height: 36px;
    border-bottom: 1px solid var(--cwModalBg3);
    padding: 0 15px;
}

.tfa_popup_btn {
    height: 36px;
    background-color: var(--cwButtonBg) !important;
    color: var(--cwButtonTxt) !important;
    border: none !important;
    font-weight: 500;
    width: 100%;
    border-radius: 2px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

.tfa_popup_container .tfa_popup_btn {
    background-color: var(--cwButtonBg) !important;
    color: var(--cwButtonTxt) !important;
}

.tfa_popup_img {
    max-width: 159px;
    margin: 22px auto 40px;
    display: block;
}

.tfa_popup_content {
    background-color: var(--cwModalBg);
    padding: 23px 27px 15px;
    min-height: calc(100% - 47px);
    box-shadow: 15px 15px 10px #0000004D;
    border-radius: 0 0 8px 8px;
}

    .tfa_popup_content .reg_err_mess {
        top: calc(100% - 16px);
    }

.tfa_popup_error {
    position: relative;
    padding-top: 10px;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    color: #ff0000;
}
/*end Two-factor authentication */

/*start ----&gt;  DOCUMENT*/

/*profile documents tab*/

.doc_upload-content .sucMsgUpload {
    padding: 0 20px
}

.doc_upload-content .wfull {
    padding: 0 20px;
}

.doc_upload-content .tl_my_prof_item {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    position: relative;
}

.doc_upload-content .tl_sel_custom_popup_reg, .doc_upload-content .tl_mail_attachfiel_content {
    width: 100%;
}

.doc_upload-content .errorcount:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 10px 12px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 35px;
    right: 48%;
}

.doc_upload-content .errorcount span {
    margin-left: 5px;
}

.doc_upload-content .errorcount {
    background: white;
    color: #FF0000;
    padding: 12px 15px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    font-size: 12px;
    text-align: left;
    display: flex;
    align-items: center;
    border-radius: 2px;
    z-index: -1;
    opacity: 0;
    transition: all 0.2s ease;
}

.doc_upload-content .attached_all_files:hover .errorcount {
    z-index: 2;
    opacity: 1;
}

.cw_icon_upload_v2 {
    margin: 0 10px;
}

.btn_upload {
    width: 100%;
    height: 36px;
    background-color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 10px;
    right: 0 !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

.elem_trans {
    opacity: 0;
    position: absolute;
    z-index: -50;
}

.mt_0 {
    margin-top: 0 !important;
}

.attached_file_content {
    position: relative;
    padding: 0;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
    background-color: #474747;
    overflow: hidden;
}

.attached_file_content .tl_head_close:before,
.attached_file_content .tl_head_close:after{
    display: none;
}

.attached_file_content .cw_icon_cancel {
    background-color: #b9b9b9;
    color: #474747;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-weight: bold;
}

.attached_file_content .tl_head_close {
    background: none;
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    width: 20px;
    height: 20px;
    --icoSize: 10px;
}

    .attached_file_content img, .attached_file_content object {
        height: 112px;
        width: 112px;
        object-fit: contain;
    }

.tl_my_acc_cont .attached_all_files {
    display: flex;
    align-items: flex-start;
}

#file_upload_button {
    min-height: 40px;
}

.upload_doc_info {
    font-size: 14px;
    line-height: 1.4;
}

.upload_doc_info ul {
    margin-top: 30px;
}

.upload_doc_info ul li:before {
    content: "*";
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: 2px;
}

.upload_doc_info ul li {
    font-size: 11px;
    margin-bottom: 8px;
    display: flex;
}

.tl_flex_td {
    width: 30%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
}

.kyc_st_1 {
    color: #009900;
}

.kyc_st_2 {
    color: #ff0000;
}

.kyc_st_7, .kyc_st_8, .kyc_st_9 {
    color: #FFB700;
}

.tl_flex_tr {
    display: flex;
    min-height: 36px;
    margin-bottom: 2px;
}

.doc_upload_table .tl_flex_tr.bg-secondary {
    background-color: rgba(0,0,0,0.2);
}

.doc_upload_table .bg-primary,
.doc_upload_table .bg-primary:hover{
    background: var(--cwTooltipBg2);
    color: var(--cwTooltipTxt2);
    border: 0;
    border-radius: 0;
}

.tl_flex_tbody .tl_flex_tr {
    border-radius: 2px;
}

.tl_flex_tbody {
    max-height: 45vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.Rejected,
.Pending {
    color: #FFB700 !important;
}

.Approved {
    color: #009900 !important;
}

.eye_icon {
    height: 20px;
    width: 20px;
    border-radius: 4px 15px;
    background-color: #fff;
    transform: rotate(-45deg);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
    transition: all 0.3s ease;
}

    .eye_icon:before {
        content: '';
        height: 8px;
        width: 8px;
        display: inline-block;
        border: 2px solid #2B2B2B;
        background-color: #fff;
        border-radius: 50%;
    }

    .eye_icon:hover {
        opacity: 1;
    }

.w_42 {
    width: 42%;
}

.w_58 {
    width: 58%;
}
/*end ----&gt;  DOCUMENT*/


/*For new trash icon start*/

.doc_upload-content .tl_flex_tr .tl_flex_td:last-child {
    white-space: nowrap;
    gap: 15px;
    justify-content: flex-end;
}

    .doc_upload-content .tl_flex_tr .tl_flex_td:last-child .fix_icons {
        width: 25px;
    }

.doc_upload-content .trash_icon {
    cursor: pointer;
    opacity: .6;
}

/*For new trash icon end*/

/*start----&gt; PROMOCODE*/
.floating-links-wrapper {
    position: fixed;
    top: 44%;
    z-index: 14;
    inset-inline-start: 0;
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
    width: 58px;
}

    .floating-links-wrapper .promocode-badge {
        position: static;
    }

.promocode-badge {
    height: 54px;
    position: fixed;
    top: 48%;
    z-index: 99;
    left: 0;
    display: flex;
    transform: translateX(-100px);
    transition: transform 0.3s linear;
    width: 154px;
}

    .promocode-badge.open {
        transform: translateX(0);
    }

    .promocode-badge:hover {
        transform: translateX(0);
    }


    .promocode-badge .content {
        display: flex;
        align-items: center;
        background-color: var(--cwAccentG);
        color: var(--cwAccentTxt);
    }

    .promocode-badge .text-block {
    width: 100px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding-inline-start: 8px;
    color: var(--btn-primary-text, var(--cwAccentTxt));
    text-align: end;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }

    .promocode-badge .promocode_badge_icon {
        width: 36px;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 8px;
        cursor: pointer;
        font-size: 20px;
        color: var(--cwAccentTxt);
    }

    .promocode-badge .triangles {
        display: flex;
        flex-direction: column;
        transform: translateX(-34px);
        z-index: -1;
    }

    .promocode-badge .triangle1, .promocode-badge .triangle2 {
        position: relative;
        width: 27px;
        height: 27px;
        border-top-right-radius: 16%;
    }

        .promocode-badge .triangle1::before, .promocode-badge .triangle1::after, .promocode-badge .triangle2::before, .promocode-badge .triangle2::after {
            content: '';
            position: absolute;
            background-color: inherit;
            width: 27px;
            height: 27px;
            border-top-right-radius: 16%;
        }

    .promocode-badge .triangle1 {
        transform: translate(-3%, -5%) rotate(-120deg) skewX(-30deg) scale(1.05);
    }

        .promocode-badge .triangle1:before {
            transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
        }

        .promocode-badge .triangle1:after {
            transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
        }

    .promocode-badge .triangle2 {
        transform: translate(59%, 9%) rotate(55deg) skewX(-35deg);
    }

        .promocode-badge .triangle2:before {
            transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
        }

        .promocode-badge .triangle2:after {
            transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
        }

.promocode-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 407px;
    margin-left: auto;
    margin-right: auto;
}

    .promocode-container .promocode-img {
        max-width: 100%;
        height: auto;
    }

    .promocode-container #PromoCodeForm {
        width: 343px;
    }

    .promocode-container .promocode_txt {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 18px;
        color: #999;
        color: var(--cwModalTxt3);
    }

body .promocode-container .tl_input_popup_reg {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    color: inherit;
}

.promocode-container .promocode_btn {
    width: 100%;
}

.promocode-container .errMsg {
    color: #D10000;
}

.promocode-container .form-group {
    margin-bottom: 40px;
}

.promocode-container .promoImg img {
    text-align: center;
    border-radius: 24px;
    width: 100%;
}

.promocode-container .promoImg {
    margin-bottom: 25px;
    width: 100%;
}

.promocode-container .promoResult {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    max-width: 343px;
}

    .promocode-container .promoResult .prizeText {
        max-width: 400px;
        font-size: 20px;
        font-weight: bold;
        line-height: 26px;
        text-align: center;
        margin-bottom: 15px;
    }

.promocode_back_icon {
    font-size: 16px;
    width: fit-content;
    padding: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .promocode_back_icon::before {
        content: "\e087";
        font-family: "iconsDinamicMenu";
        margin-right: 10px;
        font-size: 28px;
        padding-top: 4px;
    }

.promo_icon:before {
    content: "\e380";
    font-family: "iconsDinamicMenu";
    font-size: 38px;
}
/*END----&gt; PROMOCODE*/
/*end ACCOUNT  popup*/

/*start INBOX*/
.inbox_tool_items {
    min-height: 46px;
    align-items: center;
}

.tl_my_inbox_container {
    width: 100%;
    height: 100%;
    max-width: 94%;
    margin: 0 auto;
}

.tl_my_inbox_header {
    height: 55px;
    padding: 0 12px;
    line-height: 55px;
    width: 100%;
}

    .tl_my_inbox_header .tl_my_inbox_title {
        font-size: 16px;
        color: #fff;
    }

.tl_my_inbox_cont {
    width: 100%;
    overflow: hidden;
    padding: 15px 16px;
    background-color: var(--cwModalBg);
    color: var(--cwModalTxt2);
    border-bottom-left-radius: var(--cwModalRadius);
    border-bottom-right-radius: var(--cwModalRadius);
}

.tl_my_inbox_mails_cont {
    width: 351px;
    height: 560px;
}

.tl_my_inbox_mail_box {
    width: 351px;
    height: 460px;
    overflow-y: auto;
}

.tl_my_inbox_msg_box {
    width: calc((100%) - 370px);
    height: 560px;
}

.tl_msg_cont {
    height: 100%;
    overflow-y: auto;
}

.tl_my_inbox_msg_box .tl_msg_cont {
    display: none;
    width: 100%;
    padding: 16px;
}

.tl_my_inbox_msg_box .tl_msg_title {
    width: 100%;
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 18px;
}

.tl_my_inbox_msg_box .tl_msg_body {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
}

.tl_msg_body &gt; table {
    background: none !important;
}

    .tl_msg_body &gt; table &gt; tbody &gt; tr &gt; td &gt; p {
        color: #ffffff !important;
    }

.F2F_error_msgs {
    display: block;
    position: relative;
    color: #ff0000;
    line-height: 20px;
    margin: 5px auto;
    font-size: 12px;
}

.tl_msg_button_cont {
    padding: 0 16px;
    margin-top: 5px;
}

.tl_msg_button {
    text-transform: uppercase;
    border-radius: 2px;
    outline: none;
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 13px !important;
    text-decoration: none;
    padding: 0 15px;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    background-color: rgba(0,0,0,0.5);
    color: rgba(255,255,255,0.5);
}

.tl_mail_item {
    border-bottom: 1px solid;
    padding: 10px 16px;
    cursor: pointer;
    color: #fff;
    width: 100%;
    transition: all 0.2s ease;
    border-color: var(--cwModalBg);
}

.tl_mail_icon_box {
    margin-bottom: 10px;
}

.tl_mail_icon {
    font-size: 36px;
    flex-shrink: 0;
    flex-grow: 0;
    width: 26px;
    position: relative;
    font-family: "iconsDinamicMenu";
}

.tl_mail_item.unread .tl_mail_icon:before {
    content: "\E304";
}

.tf_msg_icon:before {
    content: "\E285";
}

.tl_mail_icon_dot {
    background: #f15922;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 11px;
    text-align: center;
}

.tl_mail_msgId {
    font-size: 14px;
    font-weight: bold;
}

.tl_mail_details_box {
    font-size: 12px;
    margin-bottom: 5px;
    position: relative;
}

.tl_mail_details_title {
    color: #999;
}

.tl_mail_details {
    color: #fff;
    margin: 0 5px;
    color: var(--cwModalTxt);
}

.tl_mail_item .tl_mail_msg {
    position: relative;
    width: calc((100%) - 26px);
    padding: 0 6px;
}

.tl_mail_item .tl_mail_from {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    height: 20px;
    line-height: 20px;
}

.tl_mail_item .tl_mail_subject {
    font-size: 13px;
    text-transform: capitalize;
    height: 20px;
    line-height: 20px;
}

.tl_mail_item .tl_mail_body {
    font-size: 14px;
}

.tl_mail_item .tl_mail_time {
    position: absolute;
    right: 0;
    font-size: 12px;
}

.tl_mail_item.active .tl_mail_time {
    right: 12px;
}

.tl_mail_item.unread .tl_mail_from,
.tl_mail_item.unread .tl_mail_time {
    color: #ffb700;
}

.tl_mail_row {
    margin-bottom: 10px;
    padding: 10px 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 5px;
}

    .tl_mail_row.head {
        padding: 0 0 0 11px;
        min-height: 36px
    }

    .tl_mail_row.active {
        cursor: pointer;
    }

.tl_mail_date_div {
    font-size: 14px;
}


.tl_mail_message_cont.hide {
    display: none !important;
}

.tl_mail_message_body {
    padding: 16px;
    margin: 10px 0;
    word-break: break-word;
}

.tl_mail_send_area {
    resize: none;
    width: 100%;
    border: none;
    height: 160px;
    margin: 10px 0;
    padding: 10px;
    border-radius: 2px;
}

.tl_mail_send_input {
    width: 100%;
    display: block;
    border: none;
    padding: 0 10px;
    outline: none;
    height: 35px;
    border-radius: 2px;
    line-height: 35px;
}

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

.tl_my_prof_item_long #attachfile_btn {
    padding: 0 29px;
    min-width: 88px;
}

.tl_mail_attachfiel_content .profile_upload {
    position: static;
    direction: ltr;
    cursor: pointer;
}

.tl_mail_attachfiel {
    border-radius: 2px;
    outline: none;
    height: auto;
    min-height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-decoration: none;
    word-break: break-all;
    margin: 0 10px 5px;
    color: var(--cwModalTxt);
}

.tl_mail_attachfiel_download_btn {
    border-radius: 2px;
    outline: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-decoration: none;
    padding: 0 10px;
    cursor: pointer;
    margin: 0 5px;
    white-space: nowrap;
    background-color: var(--bg-level-3);
}

.tl_mail_attachfiel_delete {
    width: 25px;
    height: 36px;
    display: block;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.tl_mail_attachfiel_content .tl_mail_attachfiel_delete {
    color: #fc0000
}

.tl_mail_attachfiel_delete:before {
    font-family: iconsDinamicMenu;
    content: "\E389";
    display: block;
    font-size: 30px;
}

.tl_mail_attachfiel_download {
    width: 25px;
    height: 36px;
    display: block;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

    .tl_mail_attachfiel_download:before {
        font-family: iconsDinamicMenu;
        content: "\E392";
        display: block;
        font-size: 30px;
    }

.tl_mail_attachfiel_screp {
    width: 20px;
    height: 36px;
    display: block;
    line-height: 36px;
    text-align: center;
    color: rgba(255,255,255, 0.5);
    font-size: 38px;
    font-family: iconsDinamicMenu;
    color: inherit;
}

    .tl_mail_attachfiel_screp:before {
        content: "\E390";
    }

.tl_my_inbox_footer {
    justify-content: flex-end;
    position: relative;
    height: 40px;
    width: 100%;
    user-select: none;
}

.deleteAll_icon, .readAll_icon {
    font-size: 40px;
    padding: 0 7px;
    cursor: pointer;
    transition: all .3s ease;
}

.read_messages,
.delete_messages,
.are_you_sure__no,
.read_notifications,
.are_you_sure__no_btn {
    margin: 0 6px;
    padding: 9px 15px;
    text-transform: uppercase;
    min-width: 70px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.2s linear 0s;
}
/*end INBOX*/

/*start casino not found*/
.casino_nav_fav_game_not_found {
    padding: 56px 0;
    line-height: 1.5;
    font-size: 16px;
    color: inherit;
    text-align: center
}


    .casino_nav_fav_game_not_found img {
        display: block;
        margin: 0 auto 80px;
    }

    .casino_nav_fav_game_not_found span {
        display: block;
        margin-bottom: 16px;
        font-size: 20px;
    }
/*end casino not found*/

/*start icons*/
.toTop.tl_btn {
    min-width: 72px;
}

.tl_ico {
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    color: currentColor;
    display: block;
    font-family: "iconsDinamicMenu";
}

.toMobile i {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}

.tf_mobile_icon:before {
    content: "\E239";
    font-family: "iconsDinamicMenu";
    font-size: 45px;
}

.filter_icon__lines {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    display: block;
    position: relative;
}

    .filter_icon__lines::after {
        font-family: "iconsDinamicMenu";
        content: "\E378";
        font-size: 40px;
    }

.search__icon {
    width: 32px;
    height: 34px;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
}

    .search__icon::after {
        font-family: "iconsDinamicMenu";
        content: "\E377";
        font-size: 32px;
        transition: 0.2s ease-in-out 0s;
    }

.icon {
    font-family: "iconsDinamicMenu";
    display: inline-block;
    vertical-align: top;
}

/*Global Error Popup*/

.backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000001;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.48);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

    .backdrop.open {
        visibility: visible;
        opacity: 1;
    }

        .backdrop.open .join-popup {
            transform: rotateX(0) translateY(-20%);
        }


.join-popup {
    width: 580px;
    padding: 24px;
    background-color: var(--bg-level-2, var(--cwModalBg));
    color: var(--text-level-high, var(--cwModalTxt));
    transition: .4s;
    transform: rotateX(90deg) translateY(0);
    perspective: 500px;
    border-radius: 8px;
}

    .join-popup .join-popup__head {
        font-weight: 500;
        font-size: 20px;
        color: var(--text-level-high, var(--cwModalTxt));
        padding-bottom: 16px;
        border-bottom: 1px solid var(--bg-level-3, var(--cwModalBg2));
    }

    .join-popup .join-popup__body {
        padding: 16px 0;
        border-bottom: 1px solid var(--bg-level-3, var(--cwModalBg2));
    }

    .join-popup .join-popup__footer {
        padding-top: 16px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        column-gap: 12px;
    }

@media screen and (max-width: 580px) {
    .join-popup {
        width: 85%;
    }
}

.btn-transparent {
    padding: 12px 25.5px;
    border-radius:var(--cwButtonSecondaryRadius);
    background-color:var(--cwButtonSecondaryBg);
    text-transform: uppercase;
    color: var(--cwButtonSecondaryTxt);
    border: 1px solid var(--cwButtonSecondaryBgHover);
    cursor: pointer;
}

/*-----------*/
/*Player icon customize by Category ID */
.cat_text_bg.player_category_274 {
    background: linear-gradient(99.85deg, #C48648 0%, #8A5E33 100%);
}

.cat_text_bg.player_category_275 {
    background: linear-gradient(100.26deg, #E0DEDC 0%, #807F7E 100%);
}

.cat_text_bg.player_category_276 {
    background: linear-gradient(103.38deg, #F5C114 0%, #9C7B0D 100%);
}

.cat_text_bg.player_category_277 {
    background: linear-gradient(100.26deg, #B3B3B3 0%, #525252 100%);
}

.cat_text_bg.player_category_2 {
    background: linear-gradient(107.15deg, #F3E372 0%, #C4AD12 100%);
}

.cat_text_bg.player_category_274,
.cat_text_bg.player_category_275,
.cat_text_bg.player_category_276,
.cat_text_bg.player_category_277,
.cat_text_bg.player_category_2 {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cat_btn_bg.player_category_274,
.cat_btn_bg.player_category_275,
.cat_btn_bg.player_category_276,
.cat_btn_bg.player_category_277,
.cat_btn_bg.player_category_2 {
    display: inline-block;
    padding: 1px 8px;
    border-radius: 32px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    margin-left: 20px;
    text-indent: 0 !important;
    text-align: center !important;
}

.profileDialog .cat_btn_bg.player_category_274,
.profileDialog .cat_btn_bg.player_category_275,
.profileDialog .cat_btn_bg.player_category_276,
.profileDialog .cat_btn_bg.player_category_277,
.profileDialog .cat_btn_bg.player_category_2 {
    font-size: 10px;
}

.cat_btn_bg.player_category_274 {
    background: linear-gradient(99.85deg, #C48648 0%, #8A5E33 100%);
}

.cat_btn_bg.player_category_275 {
    background: linear-gradient(100.26deg, #E0DEDC 0%, #807F7E 100%);
}

.cat_btn_bg.player_category_276 {
    background: linear-gradient(103.38deg, #F5C114 0%, #9C7B0D 100%);
}

.cat_btn_bg.player_category_277 {
    background: linear-gradient(100.26deg, #B3B3B3 0%, #525252 100%);
}

.cat_btn_bg.player_category_2 {
    background: linear-gradient(107.15deg, #F3E372 0%, #C4AD12 100%);
}

.user_pic_container + .user_info_content .cat_btn_bg {
    position: relative;
    margin: 0;
    top: -20px;
    z-index: 10;
}
/*----------*/

/*game card without demo button*/

.game-card {
    width: 100%;
    aspect-ratio: 1.68;
    background: var(--bg-level-2);
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

    .game-card .game-card__img-wrapper {
        width: 100%;
        height: 100%;
    }

        .game-card .game-card__img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .game-card .game-card__transition {
        width: 100%;
        height: 101%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        backdrop-filter: blur(30px);
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: .23s;
        mix-blend-mode: color-dodge;
        color: currentColor;
    }

        .game-card .game-card__transition .play {
            width: 100%;
            height: 100%;
            cursor: pointer;
            background-color: transparent;
            mix-blend-mode: overlay;
            display: flex;
            justify-content: center;
            align-items: center;
        }

@media (max-width: 767px) {
    .game-card .game-card__transition .play {
        font-size: calc(16px + 30.6 * ((100vw - 320px) / 1920));
    }
}

@media (min-width: 767px) {
    .game-card .game-card__transition .play {
        font-size: calc(16px + 18 * (100vw / 1920));
    }
}

@media (min-width: 991px) {
    .game-card:hover .game-card__transition {
        opacity: 1;
    }
}

/*-----------*/

/*new bonus sport*/
.sport-bonus {
    width: 100%;
    height: calc(100% - 300px);
    flex-grow: 1;
    display: flex;
    border: 1px solid var(--cwDominantBg2, #404040);
    border-radius: 8px;
    overflow: auto;
}

.event-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

    .event-list::-webkit-scrollbar {
        width: 4px;
    }
    /* Track */
    .event-list::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 6px;
    }
    /* Handle */
    .event-list::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 6px;
    }
        /* Handle on hover */
        .event-list::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.event-list--all {
    justify-content: center;
    align-items: center;
    border: 1px solid var(--cwDominantBg2, #404040);
    background: var(--cwDominantBgHover, #404040);
    color: var(--cwDominantTxt, #404040);
}

    .event-list--all .see-all {
        display: flex;
        flex-direction: column;
        justify-content: center;
        row-gap: 16px;
        align-items: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }

        .event-list--all .see-all a {
            display: flex;
            column-gap: 10px;
            border-radius: 4px;
            padding: 7px 12px;
            background: var(--cwButtonSecondaryBg, rgba(255, 91, 91, 0.05));
            color: var(--cwButtonSecondaryTxt2, #FF5B5B);
        }

        .event-list--all .see-all .see-all__icon {
            font-size: 100px;
            line-height: 0.2;
        }

        .event-list--all .see-all i {
            font-size: 20px;
            line-height: 0.7;
        }

.event-list:first-child:not(.empty, .event-list--all) {
    max-width: 33%;
}

/*WTF*/
.sport-bonus .event-list.empty:after {
    content: '';
    background-image: url('data:image/png;base64,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');
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    background-position: center;
    background-size: contain;
}

.event-list:not(:last-child) {
    border-inline-end: 1px solid #404040;
}

.event-list__item {
    padding: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    transition: .2s;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

    .event-list__item:hover {
        backdrop-filter: contrast(70%);
    }

    .event-list__item.active {
        color: #FFB700;
        backdrop-filter: contrast(70%);
    }

    .event-list__item p, .event-list__item a {
        max-width: 90%;
        width: max-content;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .event-list__item i {
        font-size: 30px;
    }

.pulsating-circle {
    position: absolute;
    inset-inline-end: 16px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
    height: 10px;
}

    .pulsating-circle:before {
        content: '';
        position: relative;
        display: block;
        width: 300%;
        height: 300%;
        box-sizing: border-box;
        margin-inline-start: -100%;
        margin-top: -100%;
        border-radius: 50%;
        background-color: red;
        animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    }

    .pulsating-circle:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: red;
        border-radius: 50%;
        box-shadow: 0 0 8px rgba(0,0,0,.3);
        animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
    }

@-webkit-keyframes pulse-ring {
    0% {
        transform: scale(.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        transform: scale(.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.8);
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.8);
    }
}


.active-bonuses {
    max-width: 360px;
}

.active-bonuses-swiper {
    height: 100%;
}

.controls {
    display: flex;
    position: absolute;
    top: 0px;
    inset-inline-end: 6px;
    z-index: 2;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    border-radius: 4px;
    overflow: hidden;
}

    .controls .swiper-button-disabled {
        opacity: 0.7;
    }

    .controls .pagination {
        padding: 3px 6px;
        background: var(--cwModalBgHover);
        color: var(--cwModalTxt2);
    }

    .controls .btn-next,
    .controls .btn-prev {
        width: 19px;
        cursor: pointer;
        padding: 2px 6px;
        font-size: 20px;
        background: var(--cwModalBgHover);
        color: var(--cwModalTxt2);
    }

/*------*/


/* Page Not Found */
.page_not_found {
    height: 88vh;
    padding: 0 16px;
}

    .page_not_found h2,
    .page_not_found h3 {
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        margin: 12px 0 12px;
    }

    .page_not_found p {
        font-size: 20px;
        line-height: 24px;
        opacity: 0.6;
        margin-bottom: 28px;
    }

    .page_not_found img {
        max-width: 100%;
        width: 260px;
    }
/*-----*/
/*GAMES OPTIMIZATION*/
#_1x2Frame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#agiframe {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#p2pFrame.backgammon_p2p {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: #000;
    visibility: hidden;
}

#beloteFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 595px;
    background: #000;
    visibility: hidden;
}

#belatraiframe {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#betSoftFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
}

#amaticIframe {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
}

#bingo-game-iframe {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

#booming_games {
    width: 960px;
    height: 100%;
    border: none;
}

#p2pFrame.domino_p2p {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: #000;
    visibility: hidden;
}

#booongo {
    width: 100%;
    height: 100%;
    border: none;
}

#egtframe {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#eventBet {
    width: 100%;
    height: 100%;
    border: none;
}

#evolutionFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 76vw;
    height: 85vh;
}

@media screen and (max-width: 1560px) {
    #evolutionFrame {
        width: 100%;
    }
}

#evolutionFrame.evolution_mini {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1250px) {
    #evolutionFrame.evolution_mini {
        width: 100%;
    }
}

.evolutionFrame_block {
    background-color: #2b2b2b;
}

#_EvoPlayframe {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#_PragmaticLiveCasino {
    height: 760px;
    max-width: 1351px;
}

#flgFrame {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

#fugasoFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.faziiframe {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.yggdrasil {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#fugasoNetentFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#onetouch {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#bingo-game-iframe.goldenRace {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#spadeGamingiframe {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#cq9iframe {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#geniiframe {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#wacsiframe {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#worldMatchiframe {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#gamingtec {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
}

#gamingtecamatic {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
}

#_vivogaming {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 85vh;
}

.game_box_cont {
    padding-top: 10px;
}

.game_box_title {
    font-size: 13px;
}

#game21Frame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: #000;
    visibility: hidden;
}

#igromat {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
}

#_patagoniaFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
}

#_IgrosoftFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#frame {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

#_KonectFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#_luckyStreakFrame {
    display: block;
    border: none;
    margin: auto;
    position: relative;
    width: 1536px;
    height: 85vh;
    overflow: hidden;
}

#_NovomaticFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#_Omigaming {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#p2pFrame.pasoor_frame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: #000;
    visibility: hidden;
}

#_playsonFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#_redRakeFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#_xoframe {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#winPowerFrame {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

#_TVBetFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#_SuperLottoFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#skillgameframe {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
    background: #000;
    visibility: hidden;
}

#RGSTest_frame {
    width: 100%;
    height: 100%;
    border: none;
}

#spinome_frame {
    width: 960px;
    height: 540px;
    border: none;
}

#tomHorn_frame {
    width: 100%;
    height: 100%;
    border: none;
}

.microgaminglive {
    padding: 100px;
    padding-top: 30vh;
    line-height: 35px;
    text-align: center;
}

.microgaminglive_block {
    border: 1px solid #555555;
    border-top: 3px solid #d5360d;
}

.microgaminglive_img {
    padding-top: 30px
}

.microgaming_title {
    color: #d5360d;
    font-weight: bold;
    font-size: 28px;
}

.microgaming_descrition {
    font-size: 20px;
    padding: 0 50px 50px;
}

.microgaming_confirm {
    color: #d5360d;
    font-weight: bold;
}

.microgaming_loader {
    padding-top: 20px;
}

.quickFireFrame {
    width: 100%;
    height: 100%;
}

.quickFireFrame_hide {
    visibility: hidden;
}

/*----------*/
/*fixed social icons*/
.social_icons_fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 20;
    transform: rotate(-90deg) translate(-430px, 314px);
    display: flex;
    top: 0;
    height: 70px;
    width: 623px;
    justify-content: center;
    flex-direction: row-reverse;
}

    .social_icons_fixed a {
        position: relative;
        transform: translate(0, 0);
        display: block;
        transition: transform 0.3s ease;
        margin-left: 2vh;
        width: 25%;
    }

.social_text {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    margin-bottom: 1px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    background: var(--cwButtonG);
    color: var(--cwButtonTxt);
}

.social_icon, .social_icon-img {
    height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cwDominantBg3Hover);
}

    .social_icon-img:before {
        content: "";
        display: block;
        transform: rotate(90deg);
        height: 90px;
        width: 90px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .social_icon:before {
        content: "";
        font-family: "iconsDinamicMenu";
        font-size: 145px;
        display: inline-block;
        transform: rotate(90deg);
        background-repeat: no-repeat;
        background-size: contain;
        color: var(--cwDominantTxt3);
    }

.twetter .social_icon:before {
    content: "\E431";
}

.instagram .social_icon:before {
    content: "\E172";
}

.pinterest .social_icon:before {
    content: "\E425";
}

.whatsapp .social_icon:before {
    content: "\E175";
}

.social_icons_fixed a:hover {
    transform: translate(0, -125px);
}

@media screen and (max-height: 800px) {
    .social_icons_fixed a {
        width: 25%;
        margin-left: 1vh;
    }

    .social_icons_fixed {
        transform: rotate(-90deg) translate(-363px, 256px);
        width: 505px;
    }
}
/*End*/
/*promo open info popup*/
.promo_popup_inner {
    box-shadow: 0px 0px 20px rgba(4, 6,34, 0.15);
    position: relative;
    margin: auto;
    min-width: 250px;
    min-height: 250px;
    width: calc(81.5vw - 18px);
    overflow: hidden;
    border-radius: 16px;
}

.promo_popup {
    max-width: 93%;
    max-height: 93%;
    min-height: 93%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.promo_popup_close:after {
    content: '\E368';
    font-family: 'iconsDinamicMenu';
}

.promo_popup_close {
    position: absolute;
    z-index: 100;
    top: 24px;
    right: 24px;
    color: #999 !important;
    height: 42px !important;
    width: 42px !important;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
    transition: all 0.3s ease;
    font-size: 30px !important;
    cursor: pointer;
}

    .promo_popup_close:hover {
        background-color: rgba(0, 0, 0, 0.9);
    }

.promo_popup_container {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 150;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo_popup_iframe {
    width: 81.5vw;
    height: 89.7vh;
    border-radius: 16px;
}
/*end promo open info popup*/

/*toaster styles*/
.toast-container {
    position: fixed;
    z-index: var(--toast-zIndex);
    top: 20px;
    inset-inline-end: 20px;
}

    .toast-container .toast {
        position: relative;
        width: 100%;
        max-width: 300px;
        min-width: 280px;
        background-color: #fff;
        border-radius: 5px;
        padding: 15px;
        margin-bottom: 20px;
        box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .15), 0 10px 10px -5px rgba(0, 0, 0, .1);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
    }

        .toast-container .toast:hover {
            box-shadow: 0 15px 20px -5px rgba(0, 0, 0, .15), 0 15px 15px -5px rgba(0, 0, 0, .1);
        }

        .toast-container .toast .t-title {
            display: flex;
            align-items: center;
            width: 100%;
            margin: 0;
            color: #ffff;
            font-size: 1.1rem;
        }

            .toast-container .toast .t-title span {
                padding-inline-end: 10px;
            }

        .toast-container .toast .t-text {
            color: #fff;
            margin: 5px 0 0 0;
            word-break: break-word;
        }

        .toast-container .toast .t-close {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            height: 25px;
            width: 25px;
            inset-inline-end: 5px;
            top: 0;
            padding: 0;
            margin: 0;
            background-color: transparent;
            /*background-color: #464646;*/
            border-radius: 50%;
            transform: rotate(45deg);
            cursor: pointer;
            /*box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .15), 0 10px 10px -5px rgba(0, 0, 0, .1);*/
        }

            .toast-container .toast .t-close:after, .toast-container .toast .t-close:before {
                content: '';
                display: block;
                position: absolute;
                background-color: #eee;
                border-radius: 3px;
            }

            .toast-container .toast .t-close:after {
                width: 2px;
                height: 16px;
            }

            .toast-container .toast .t-close:before {
                width: 16px;
                height: 2px;
            }

        .toast-container .toast.active {
            opacity: 1;
            visibility: visible;
        }

        .toast-container .toast.system {
            background-color: #77a1fc;
        }

            .toast-container .toast.system .t-text {
                color: #eee;
            }

            .toast-container .toast.system .t-title {
                color: #eee;
            }

        .toast-container .toast.success {
            background-color: #3FB471;
        }

        .toast-container .toast.warning {
            background-color: #fcbc69;
        }

            .toast-container .toast.warning .t-text {
                color: #eee;
            }

            .toast-container .toast.warning .t-title {
                color: #eee;
            }

        .toast-container .toast.error {
            background-color: #fc6969;
        }

            .toast-container .toast.error .t-text {
                color: #eee;
            }

            .toast-container .toast.error .t-title {
                color: #eee;
            }
/*-----------*/

/*start recover_pass_container*/

#recover_pass_container #regnewaccbutton, #recover_pass_container #tryagainbutton {
    width: 100%;
    margin-top: 16px;
}

#recover_pass_container #donebutton, #recover_pass_container .tl_sup_link {
    width: 100%;
}
/*end recover_pass_container*/
/*start Self Exclusion*/
.opc {
    -ms-opacity: 0.3;
    opacity: 0.3;
    cursor: default;
}
/*end Self Exclusion*/
/*payment icons*/
.tl_info_icon:before {
    content: "\E339";
    font-family: "iconsDinamicMenu";
    font-size: 38px;
}

.tf_clock_icon:before {
    content: "\E302";
    font-family: "iconsDinamicMenu";
    font-size: 38px;
}

/*start Website Homepage Redesign*/
.dynamic_container {
    padding: 12px 0;
}

    .dynamic_container .name_vidget {
        position: relative;
    }

.banners_billboard:not(.empty_banner) + .dynamic_container {
    position: relative;
}

.content-wrapper {
    width: 100%;
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
    flex-grow: 1;
}

.widthSidebar .tl_header_bot_row {
    flex-basis: 302px;
    min-height: 100vh;
    flex-shrink: 0;
}

.widthSidebar .dynamic_menu .tl_header_bot_row_fix {
    margin: 0;
}

.widthSidebar .dynamic_menu .tl_header_navigation {
    height: 100%;
    flex-direction: column;
}

.main-wrapper {
    width: 100%;
    background-color: var(--cwBodyBg);
    color: var(--cwBodyTxt);
}

.dyn_homepage {
    padding: 0 24px;
    height: 100%;
    background-color: var(--cwBodyBg);
    color: var(--cwBodyTxt);
}

.widthSidebar .main-wrapper {
    width: calc(100% - 302px);
}

.rd_title__block {
    min-height: 40px;
    margin-bottom: 12px !important;
}

.rd_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    color: var(--cwBodyTxt) !important;
}

.rd_title__line:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 20px;
    margin-inline-end: 12px;
    vertical-align: middle;
    border-radius: 2px;
    background-color: var(--cwBodyAccent);
}

.rd_header_tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 12px !important;
}

.rd_header_tab_item {
    padding: 9px;
    border-radius: 48px;
    min-width: 44px;
    display: flex;
    align-items: center;
    transition: all .25s linear;
    background-color: var(--cwTabBg);
    border: 1px solid var(--cwTabBg2);
    color: var(--cwTabTxt);
}

    .rd_header_tab_item:not(.active) {
        cursor: pointer;
    }

.rd_header_tab_icon {
    width: 24px;
    height: 24px;
    object-fit: cover;
    object-position: center;
    transition: all .25s ease;
}

    .rd_header_tab_icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.rd_header_tab_item:not(.active) img {
    filter: grayscale(100%);
}

.rd_header_tab_name {
    display: inline-block;
    padding: 0;
    visibility: hidden;
    max-width: 0;
    overflow: hidden;
}

.rd_header_tab_name,
.rd_header_tab_item.no_icon,
.top_winners_block .rd_header_tab_item {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    white-space: nowrap;
    text-transform: capitalize;
}

.rd_header_tab_item.active .rd_header_tab_name {
    visibility: visible;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-inline-start: 8px;
    padding-inline-end: 4px;
}

.arrow__prev,
.arrow__next {
    width: 40px;
    height: 40px;
    padding: 0 8px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.314s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .arrow__prev i,
    .arrow__next i {
        font-size: 34px;
        line-height: 17px;
        margin-block-start: 3px;
    }

    .arrow__prev.swiper-button-disabled,
    .arrow__next.swiper-button-disabled {
        opacity: .4;
    }

/*Lobby Groups tabs count*/
[class^="lgWidth_"] .rd_header_tabs .rd_header_tab_item{
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    flex-shrink: 0;
}

.lgWidth_1 .rd_header_tabs .rd_header_tab_item{
    max-width: 1083px;
}

.lgWidth_2 .rd_header_tabs .rd_header_tab_item{
    max-width: 535.5px;
}

.lgWidth_3 .rd_header_tabs .rd_header_tab_item{
    max-width: 353px;
}

.lgWidth_4 .rd_header_tabs .rd_header_tab_item{
    max-width: 262px;
}

.lgWidth_5 .rd_header_tabs .rd_header_tab_item{
    max-width: 207px;
}

@media only screen and (max-width: 1260px){
    [class^="lgWidth_"] .rd_header_tabs{
        width: calc(100% - 128px);
    }
    .lgWidth_1 .rd_header_tabs .rd_header_tab_item{
        max-width: 100%;
    }
    .lgWidth_2 .rd_header_tabs .rd_header_tab_item {
        max-width: calc(100% / 2 - 6px);
    }
    .lgWidth_3 .rd_header_tabs .rd_header_tab_item {
        max-width: calc(100% / 3 - 6px);
    }
    .lgWidth_4 .rd_header_tabs .rd_header_tab_item {
        max-width: calc(100% / 4 - 6px);
    }
    .lgWidth_5 .rd_header_tabs .rd_header_tab_item{
        max-width: calc(100% / 5 - 6px);
    }
}

/*Start Top jackpots */
.component_jackpot_slider_number_wrapper0.hide {
    display: none !important;
}

.component_jackpot_slider &gt; .comp_jack_padding {
    padding-left: 4px;
}

.component_jackpot_slider &gt; .sprtr {
    padding-left: 0 !important;
}

@media screen and (max-width: 1500px) {
    .component_jackpot_slider &gt; div:nth-last-child(3n) {
        padding: 0;
    }
}


.jackpot_container {
    width: 100%;
    min-height: 114px;
    transition: all 0.3s;
}
.jackpot_container.cw_sport_jackpot {
    min-height: 67px;
}
.cw_icon_irt:after,
.cw_icon_IRT:after,
.cw_icon_ron:after,
.cw_icon_RON:after {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.cw_icon_ron:after,
.cw_icon_RON:after {
    content: "RON";
}

.cw_icon_irt:after,
.cw_icon_IRT:after {
    content: "IRT";
}

html[lang="FA"] .cw_icon_irt:after,
html[lang="FA"] .cw_icon_IRT:after {
    content: "تومان";
    font-family: IRANSans;
    font-weight: 400;
}
/*End Top jackpots */
/*end Website Homepage Redesign*/

/*start Games main*/
#_agiframe {
    display: block;
    margin: auto;
    position: relative;
    width: 1536px;
    height: 85vh;
    overflow: hidden;
}

#betongamesFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 50vw;
    min-height: 300px;
    background: #000;
    visibility: hidden;
}

#golden-race-mobile-app {
    width: 1024px;
    margin: 0 484px 29px auto;
}

#golden-race-desktop-app {
    width: 100%;
    margin: auto;
}

.golden_race_frame {
    overflow: hidden;
    height: auto;
    min-height: 3100px;
    width: 100%;
}

.globalbet_frame {
    overflow: hidden;
    height: auto;
    min-height: 3100px;
    width: 100%;
}

.flgGames_frame {
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 800px;
    width: 100%;
}

iframe.getSpeceficGames_frame {
    display: block;
    margin: auto;
    /*position: relative;*/
    width: 100%;
    overflow: hidden;
    height: 1006px;
    max-width: 1536px;
}


#_HiloFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 860px;
    background: #000;
}


#kungfuchicken {
    display: block;
    margin: auto;
    position: relative;
    width: 1536px;
    height: 85vh;
    overflow: hidden;
}

#myluckyFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 75vh;
    background: #000;
}

.myluckyFrame_cont {
    border: 0;
    width: 100% !important;
}

    .myluckyFrame_cont .col-center {
        width: 100% !important;
    }

#_EventBetFrame {
    display: block;
    margin: auto;
    position: relative;
    height: 85vh;
    overflow: hidden;
}
/*end start Games main*/

/*start poker info page */

.pokerInfo_cont {
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pokerInfo_block {
    width: 592px;
    height: 360px;
    background: rgba(0,0,0,0.6);
    border-radius: 5px;
    padding: 25px;
    text-align: center;
}

.pokerInfo {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 35px;
    line-height: 26px;
}

.btn_log_poker {
    display: block;
    width: 160px;
    height: 36px;
    margin: 16px auto 0;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
}

    .btn_log_poker.loginDialog {
        background: var(--cwButtonSecondaryG);
        color: var(--cwButtonSecondaryTxt);
        border: 1px solid var(--cwButtonSecondaryBorder);
        border-radius: var(--cwButtonSecondaryRadius);
        transition: .23s;
    }

    .btn_log_poker.tl_register_button {
        background: var(--cwButtonG);
        color: var(--cwButtonTxt) !important;
        border: 1px solid var(--cwButtonBorder);
        border-radius: var(--cwButtonRadius);
    }

.pokerInfo_block img {
    max-width: 250px;
}
/*end poker info page */

/*Start Skeleton loading */
.skeleton {
    background-color: var(--cwDominantBg);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--cwDominantTxt3), rgba(255, 255, 255, 0));
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    animation: shine 1s ease infinite;
}

@-webkit-keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}

@keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}
/*End Skeleton loading */
/*Referrer report*/

.ref_debit_credit_form {
    margin: 0 0 10px
}

.ref_rep_cont {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 32px
}

    .ref_rep_cont .form-group {
        max-width: 172px;
        min-width: 150px;
        margin: 0
    }

    .ref_rep_cont .field-validation-error {
        position: absolute;
        top: 100%
    }

.ref_rep_btn {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 2px;
    border: 0;
    padding: 0;
    cursor: pointer
}

    .ref_rep_btn span {
        height: 100%;
        line-height: 40px;
        font-size: 26px;
        margin: 0 auto;
        width: 100%;
        display: block;
        background-size: 50%;
        background-position: center;
        display: flex;
    justify-content: center;
    align-items: center;
}
   
.ref_rep_cont #RefferalId-error,
.ref_rep_cont #Amount-error {
    display: block;
    color: #ff0000;
    margin: 4px 0 0;
    font-size: 12px;
}

.ref_rep_error {
    font-size: 12px;
}



/*Start Standart footer */

.sk_footer {
    margin-top: auto;
    padding-bottom: 30px;
    background-color: var(--cwFooterBg);
    color: var(--cwFooterTxt);
}

.sk_container {
    width: 100%;
    max-width: 1596px;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 10;
}

.sk_footer_social {
    padding-bottom: 30px;
    padding-top: 30px;
}

.sk_footer_navigation_links {
    padding: 50px 0 50px;
}

.sk_footer_navigation_links_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: max-content;
    width: 100%;
    margin-top: 0;
}

.sk_footer_links_heading {
    text-decoration: underline;
    display: inline-block;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    color: var(--cwFooterAccent);
}

.sk_footer_link {
    line-height: normal;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 8px;
    color: var(--cwFooterTxt2);
}

.sk_footer_link:hover{
    color: var(--cwFooterTxt);
}

.sk_footer_info {
    padding: 30px 0;
}

.sk_rights_area {
    padding-top: 30px;
}

.sk_footer_line {
    width: 100%;
    height: 2px;
    background-color: var(--cwFooterBg2);
}

/*End Standart footer */
/*Start Dots loading*/
.loading-dots {
    font-size: 40px; /* Default value */
    --duration: 1s; /* Default value */
    --num-dot: 10; /* Default value */
    --color-dot: currentColor; /* Default value */
    --box-color: var(--cwButtonG); /* Default value */
    width: 1em;
    aspect-ratio: 1;
    position: relative;
    display: inline-block;
}

    .loading-dots &gt; * {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: rotate(calc((360deg / var(--num-dot)) * var(--index)));
    }

        .loading-dots &gt; *::before {
            position: absolute;
            content: '';
            top: .15em;
            left: .45em;
            width: .1em;
            height: .1em;
            transform: scale(0);
            border-radius: 1em;
            background-color: var(--color-dot);
            animation: scaleTo1 var(--duration) ease-in-out calc(var(--duration) / var(--num-dot) * var(--index)) infinite reverse;
        }

    .loading-dots::before {
        content: '';
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        /*border-radius:.2em;
background-color:var(--box-color);*/
    }

@keyframes scaleTo1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}
/*End Dots loading*/


/*.regT9 #First.showStep ~ .reg_steps_info{
    display:none;
}*/

/*Template 7 steps number section*/

.register_step_number {
    display: flex;
    justify-content: space-between;
    margin: -8px auto 16px;
    width: 100%;
}

/*Template 5 Registration*/

.regT5 .register_footer .back-button,
.register_footer .next-button {
    min-width: 136px;
    height: 36px;
    font-weight: 500;
}

.regT5 .register_footer .back_btn_cont,
.regT5 .register_footer .next-button {
    width: calc(50% - 4px);
    margin: 0;
}

.regT5 .register_footer .back-button {
    width: 100%;
    margin: 0;
}

.regT5 .register_footer .btn_section {
    gap: 8px;
    justify-content: flex-end;
}

.reg_btn_cont.form-group,
.reg_btn_content.form-group {
    margin-bottom: 0!important;
}
/*template 6 Registration updates*/
.regT6 .reg_btn_cont &gt; div{
    max-width: 100%;
    justify-content: flex-end!important;
}
/*template 1 Registration updates*/
.regT1 .reg_footer{
    flex-direction: column;
    flex-grow: 1;
}

.regT1 .reg_footer_btn{
    width: calc(50% - 4px);
    margin-top: auto;
}
/*template 1 Registration updates*/
/*template 11 Registration updates*/
.regT11 .loginFromReg {
    font-size: 12px;
    line-height: 18px;
}

/*template 24 Registration updates*/
.regT24 .register_right_part {
    padding: 0;
}

.regT24 .register_next_step {
    padding: 16px;
}

.reg_tab_btn {
    width: 50%;
    color: var(--cwRegisterTxt3);
    padding-bottom: 8px;
    padding-top: 16px;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px solid var(--cwRegisterBg3);
    background-color: var(--cwRegisterBg);
    cursor: pointer;        
}
.reg_tab_btn.active {
    color: var(--cwRegisterAccent);
    font-weight: 500;
    border-color: var(--cwRegisterAccent);
    cursor: default;
}

.reg_tab_content {
    padding: 16px;
}

.register_right_part button[disabled] {
    cursor: default;
    pointer-events: none;
}

/*template 24 Registration updates*/
/*Start dynamicLobbyDesktop.css*/
.lca-wrapper button {
    font-family: inherit;
}

.no-rtl-needed {
    direction: ltr;
}

.bg-primary_cont_from_game_history {
    width: 100%;
    height: 100%;
    border-radius: var(--cwCardRadius);
}

.game__link_demo, .game__link_real {
    font-size: 14px;
    margin-top: 8px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.1s;
    display: block;
    min-width: 152px;
    text-align: center;
    padding: 8px;
    border-radius: 2px;
    cursor: pointer;
}

    .game__link_demo.only-icon, .game__link_real.only-icon {
        width: 100%;
        height: 100%;
        background: transparent;
        color: inherit;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
    }

        .game__link_demo.only-icon i, .game__link_real.only-icon i {
            font-size: 80px;
        }

.lca-wrapper .close_icon {
    font-family: "iconsDinamicMenu";
}

    .lca-wrapper .close_icon:before {
        font-family: "iconsDinamicMenu";
        content: "\E368";
    }

.lca-wrapper .copy_icon {
    font-family: "iconsDinamicMenu";
}

    .lca-wrapper .copy_icon:before {
        content: "\E372";
    }

.lca-wrapper .fullscreen_icon {
    font-family: "iconsDinamicMenu";
}

    .lca-wrapper .fullscreen_icon:before {
        content: "\E226";
    }

.lca-wrapper .sync_icon {
    font-family: "iconsDinamicMenu";
}

    .lca-wrapper .sync_icon:before {
        content: "\E374";
    }

.lca-wrapper .like_icon {
    margin: 0 3px;
    font-size: 26px;
    font-family: "iconsDinamicMenu";
}

    .lca-wrapper .like_icon:after {
        content: "\e115";
        font-family: "iconsDinamicMenu";
    }

    .lca-wrapper .like_icon.active:after {
        content: "\e213";
        font-family: "iconsDinamicMenu";
    }

.lca-wrapper .hand_icon {
    font-family: "iconsDinamicMenu";
}

    .lca-wrapper .hand_icon:before {
        content: "\e115";
    }

    .lca-wrapper .hand_icon.active:before {
        content: "\e213";
    }

.lca-wrapper .search__icon:after {
    font-size: 32px;
}

.lca-wrapper .star_icon {
    font-size: 26px;
    line-height: 0.5;
    margin-inline-start: 5px;
    font-size: 30px;
    font-family: "iconsDinamicMenu";
    color: var(--cwModalTxt);
}

    .lca-wrapper .star_icon:after {
        font-family: "iconsDinamicMenu";
        content: "\e180";
        line-height: 0.2;
    }

    .lca-wrapper .star_icon.active:after {
        font-family: "iconsDinamicMenu";
        content: "\e181";
        color: var(--cwBodyAccent);
        text-shadow: 0px 0px 6px var(--cwBodyAccent);
    }


.lca-wrapper .diamond_icon {
    font-family: "iconsDinamicMenu";
    font-size: 35px;
    line-height: 1.5;
    vertical-align: middle;
    text-shadow: none;
    font-weight: normal;
}

    .lca-wrapper .diamond_icon:after {
        font-family: "iconsDinamicMenu";
        content: "\e453";
    }

.lca-filter-no-result {
    padding: 100px 0 200px;
    border-radius: 8px 8px 0 0;
    background: var(--cwBodyBg);
}

    .lca-filter-no-result .search__icon:after {
        font-size: 170px;
    }

    .lca-filter-no-result p {
        line-height: 1.5;
        max-width: 190px;
        margin: 0 auto;
        font-size: 16px;
        color: #fff;
    }

.close-search {
    position: absolute;
    inset-inline-end: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    background-color: transparent;
    border: none;
    color: inherit;
}

    .close-search .clear-search-icon.search__icon {
        position: static;
        font-size: 30px;
    }

        .close-search .clear-search-icon.search__icon:after {
            content: none;
        }

/*search error*/
#js_search_msg {
    top: 102%;
    inset-inline-end: 0;
    position: absolute;
    background-color: #fff;
    border-radius: 14px;
    padding: 5px 10px;
    font-size: 14px;
    min-width: 100%;
    color: #fc0000;
    z-index: 20;
    line-height: 1.2;
}

    #js_search_msg:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 10px 8px;
        border-color: transparent transparent #fff transparent;
        margin-top: -12px;
        display: block;
        margin-bottom: 5px;
    }

/*Game card*/
.lca-card {
    overflow: hidden;
    font-size: 9px;
    position: relative;
    padding: 4px;
}

.lca-card-body {
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    padding-top: 67.05%;
    background: var(--cwGameBg) !important;
    border: 1px solid var(--cwGameBgHover) !important;
}

.lca-card-img {
    display: block;
    object-fit: cover;
    object-position: left;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.lca-card-name {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #ffffff;
}

.lca-card-footer, .lca-card-hover-footer {
    padding: 10px 16px;
    height: 40px;
    border-radius: 0 0 var(--cwGameRadius) var(--cwGameRadius) !important;
    align-items: center;
    background-color: var(--cwGameRGBA) !important;
    color: var(--cwGameTxt) !important;
}

    .lca-card-footer .text-primary {
        color: var(--cwGameAccent) !important;
    }

/*max-win*/
.lca-card-maxwin-wrapper {
    position: absolute;
    left: 9px;
    bottom: 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-shadow: 0px 0px 6px #000;
    font-family: "iconsDinamicMenu";
}

    .lca-card-maxwin-wrapper:before {
        font-family: "iconsDinamicMenu";
        content: "\E4AE";
        font-size: 32px;
    }


.lca-card-flag {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
    background-repeat: no-repeat;
    margin-bottom: 4px;
    background-position: 0 0;
}

    /*Russian*/
    .lca-card-flag.ru, .lb_card_flag.ru {
        background-position-y: -22px;
    }
    /*English*/
    .lca-card-flag.en, .lb_card_flag.en {
        background-position-y: -43px;
    }
    /*Armenian*/
    .lca-card-flag.hy, .lb_card_flag.hy {
        background-position-y: -65px;
    }
    /*Turkish*/
    .lca-card-flag.tr, .lb_card_flag.tr {
        background-position-y: -86px;
    }
    /*Bosnia and Herzegovina*/
    .lca-card-flag.bs, .lb_card_flag.bs {
        background-position-y: -108px;
    }
    /*Farsi (iran) basketball logo*/
    .lca-card-flag.fa-basketball, .lb_card_flag.fa-basketball {
        background-position-y: -130px;
    }
    /*Kuwait*/
    .lca-card-flag.kw, .lb_card_flag.kw {
        background-position-y: -152px;
    }
    /*Serbia*/
    .lca-card-flag.sr, .lb_card_flag.sr {
        background-position-y: -173px;
    }
    /*Croatia*/
    .lca-card-flag.hr, .lb_card_flag.hr {
        background-position-y: -194px;
    }
    /*Ukraine*/
    .lca-card-flag.uk, .lb_card_flag.uk {
        background-position-y: -216px;
    }
    /*Tajik  */
    .lca-card-flag.tj, .lb_card_flag.tj {
        background-position-y: -238px;
    }

    /*Israel (Hebrew)*/
    .lca-card-flag.il, .lca-card-flag.he,
    .lb-card-flag.il, .lb_card_flag.he {
        background-position-y: -259px;
    }
    /*Spanish (spain)*/
    .lca-card-flag.es, .lb_card_flag.es,
    .lca-card-flag.es-spanish, .lb_card_flag.es-spanish {
        background-position-y: -281px;
    }
    /*anhayt*/
    .lca-card-flag.anhayt, .lb_card_flag.anhayt {
        background-position-y: -302px;
    }
    /*Italy*/
    .lca-card-flag.it, .lb_card_flag.it {
        background-position-y: -324px;
    }
    /*France*/
    .lca-card-flag.fr, .lb_card_flag.fr {
        background-position-y: -346px;
    }
    /*Germany*/
    .lca-card-flag.de, .lb_card_flag.de {
        background-position-y: -367px;
    }
    /*Korea  (the Republic of)*/
    .lca-card-flag.ko, .lb_card_flag.ko {
        background-position-y: -389px;
    }
    /*Greek*/
    .lca-card-flag.el, .lb_card_flag.el {
        background-position-y: -411px;
    }
    /*Denmark*/
    .lca-card-flag.da, .lb_card_flag.da {
        background-position-y: -432px;
    }
    /*Finland*/
    .lca-card-flag.fi, .lb_card_flag.fi {
        background-position-y: -454px;
    }
    /*Czechia*/
    .lca-card-flag.cs, .lb_card_flag.cs {
        background-position-y: -475px;
    }

    /*Sweden*/
    .lca-card-flag.sv, .lb_card_flag.sv {
        background-position-y: -497px;
    }
    /*Georgia*/
    .lca-card-flag.ka, .lb_card_flag.ka {
        background-position-y: -518px;
    }
    /*Norway*/
    .lca-card-flag.nb, .lb_card_flag.nb {
        background-position-y: -540px;
    }
    /*China*/
    .lca-card-flag.zh, .lb_card_flag.zh,
    .lca-card-flag.zh-cht, .lb_card_flag.zh-cht {
        background-position-y: -562px;
    }

    /*Thailand*/
    .lca-card-flag.th, .lb_card_flag.th {
        background-position-y: -583px;
    }
    /*Kazakhstan*/
    .lca-card-flag.kk, .lb_card_flag.kk {
        background-position-y: -605px;
    }
    /*Azerbaijan*/
    .lca-card-flag.az, .lb_card_flag.az {
        background-position-y: -626px;
    }
    /*Brazil*/
    .lca-card-flag.br, .lb_card_flag.br {
        background-position-y: -648px;
    }
    /*Japan*/
    .lca-card-flag.ja, .lb_card_flag.ja {
        background-position-y: -670px;
    }
    /*India*/
    .lca-card-flag.hi, .lb_card_flag.hi {
        background-position-y: -691px;
    }
    /*Pakistan*/
    .lca-card-flag.pk, .lb_card_flag.pk,
    .lca-card-flag.ur, .lb_card_flag.ur,
    .lca-card-flag.ur-pk, .lb_card_flag.ur-pk {
        background-position-y: -713px;
    }
    /*Lithuania*/
    .lca-card-flag.lt, .lb_card_flag.lt {
        background-position-y: -734px;
    }
    /*Tunisia*/
    .lca-card-flag.aeb, .lb_card_flag.aeb,
    .lca-card-flag.tn, .lb_card_flag.tn {
        background-position-y: -756px;
    }
    /*Viet Nam*/
    .lca-card-flag.vn, .lb_card_flag.vn,
    .lca-card-flag.vi, .lb_card_flag.vi {
        background-position-y: -778px;
    }
    /*Uzbekistan*/
    .lca-card-flag.uz, .lb_card_flag.uz {
        background-position-y: -799px;
    }
    /*Poland*/
    .lca-card-flag.pol, .lb_card_flag.pol,
    .lca-card-flag.pl, .lb_card_flag.pl {
        background-position-y: -821px;
    }
    /*Albania*/
    .lca-card-flag.sq, .lb_card_flag.sq {
        background-position-y: -842px;
    }
    /*Ethiopia*/
    .lca-card-flag.et, .lb_card_flag.et,
    .lca-card-flag.am, .lb_card_flag.am {
        background-position-y: -864px;
    }
    /*Bengali*/
    .lca-card-flag.bn, .lb_card_flag.bn {
        background-position-y: -886px;
    }
    /*Belarusian*/
    .lca-card-flag.be, .lb_card_flag.be,
    .lca-card-flag.by, .lb_card_flag.by {
        background-position-y: -907px;
    }
    /*Romanian*/
    .lca-card-flag.ro, .lb_card_flag.ro {
        background-position-y: -929px;
    }
    /*Iran(Farsi)*/
    .lca-card-flag.fa, .lb_card_flag.fa {
        background-position-y: -950px;
    }
    /*Arabic*/
    .lca-card-flag.ar, .lb_card_flag.ar {
        background-position-y: -972px;
    }
    /*Kurdish*/
    .lca-card-flag.ku, .lb_card_flag.ku {
        background-position-y: -994px;
    }
    /*Bulgarian*/
    .lca-card-flag.bg, .lb_card_flag.bg {
        background-position-y: -1015px;
    }
    /*Portugal*/
    .lca-card-flag.pt, .lb_card_flag.pt {
        background-position-y: -1037px;
    }
    /*Mongolian*/
    .lca-card-flag.mn, .lb_card_flag.mn {
        background-position-y: -1058px;
    }
    /*Montenegrin*/
    .lca-card-flag.mne, .lb_card_flag.mne,
    .lca-card-flag.cnr, .lb_card_flag.cnr {
        background-position-y: -1080px;
    }
    /*Burmese*/
    .lca-card-flag.my, .lb_card_flag.my {
        background-position-y: -1102px;
    }
    /*Slovenian*/
    .lca-card-flag.sl, .lb_card_flag.sl {
        background-position-y: -1123px;
    }
    /*Punjabi*/
    .lca-card-flag.pa, .lb_card_flag.pa {
        background-position-y: -1145px;
    }
/*Netherlands*/
.lca-card-flag.nl, .lb_card_flag.nl {
    background-position-y: -1166.5px;
}

.lca-card-badge-wrapper {
    position: absolute;
    left: 12px;
    top: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.lca-card-badge {
    color: #fff;
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 4px;
    margin-top: 2px;
}

    .lca-card-badge.type-2 {
        background-color: #BF2A39;
    }

    .lca-card-badge.type-3 {
        background-color: #F14100;
    }

    .lca-card-badge.type-4 {
        background-color: #2C8407;
    }

    .lca-card-badge.type-5 {
        background-color: #3B87E0;
    }

.lca-card-hover {
    position: absolute;
    top: 0;
    height: calc(100% - 4px);
    width: calc(100% - 8px);
    display: flex;
    flex-direction: column;
    opacity: 0;
    border-radius: 16px;
}

.lca-card:hover .lca-card-hover {
    opacity: 1;
}

.lca-card-hover-header {
    padding: 22px 16px 9px;
    display: flex;
    justify-content: space-between;
}

    .lca-card-hover-header .lca-card-name {
        color: #ffffff;
        background-color: transparent;
        mix-blend-mode: difference;
    }

.lca-card:hover .lca-card-badge-wrapper,
.lca-card:hover .lca-card-flag-wrapper,
.lca-card:hover .lca-card-maxwin-wrapper,
.lca-card:hover .lca-card-footer {
    opacity: 0;
}

.lca-card:hover .lca-card-img {
    filter: brightness(15%);
}

/*badges*/
.badge_New .lca-menu-badge {
    background-color: #FFB700;
    color: #000;
}

.badge_Soon .lca-menu-badge {
    background-color: #4B9263;
    color: #fff;
}

.lca-card-badge.type-1,
.badge_Top .lca-menu-badge {
    background-color: #0006B8;
    color: #FFFFFF;
}

.badge_Hot .lca-menu-badge {
    background-color: #FF0000;
    color: #FFFFFF;
}

.badge_Premium .lca-menu-badge {
    background-color: #0638FF;
    color: #FFFFFF;
}

.lca-card-badge.type-3,
.badge_JackPot .lca-menu-badge {
    background-color: #6D24FF;
    color: #FFFFFF;
}
/*No result*/
.lca-games-container .casino_nav_fav_game_not_found,
.lca-wrapper .casino_nav_fav_game_not_found {
    min-width: 100%;
}

.last-played-icon {
    width: 140px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--bg-level-2);
    color: #6b6b6b;
    border-radius: 50%;
    font-size: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 20px
}

/*haven't game message*/
.lca-no-game {
    width: 100%;
    text-align: center;
    opacity: 0.7 !important;
    padding: 100px 0 30px;
}

    .lca-no-game p {
        font-size: 18px;
    }

.ic_no-game {
    font-size: 102px;
    display: block;
    font-family: "iconsDinamicMenu";
    text-align: center;
    margin-bottom: 26px;
}

    .ic_no-game::after {
        content: "\E379";
    }

/*card version 1 (minimal view)*/
.lca-card.lca-card--v1 {
    padding: 0;
    border-radius: var(--cwGameRadius) !important;
    overflow: hidden;
    position: relative;
}

    .lca-card.lca-card--v1 .lca-card-body {
        border-radius: 0;
    }

    .lca-card.lca-card--v1 .lca-card-footer {
        width: 100%;
        height: 26px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 4px 8px;
        display: flex;
        align-items: center;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 0;
        column-gap: 4px;
    }

    .lca-card.lca-card--v1 .lca-card-price {
        color: var(--cwBodyTxt);
        font-size: 12px;
        display: flex;
        align-items: center;
        gap: 2px;
    }

    .lca-card.lca-card--v1 .lca-card-maxwin-wrapper &gt; div,
    .lca-card.lca-card--v1 .lca-card-price &gt; div{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
    }

    .lca-card.lca-card--v1 .lca-card-footer:empty {
        display: none !important;
    }

    .lca-card.lca-card--v1 .lca-card-maxwin-wrapper {
        position: static;
        column-gap: 5px;
        font-size: 12px;
        font-weight: 600;
    }

        .lca-card.lca-card--v1 .lca-card-maxwin-wrapper:before {
            font-size: 28px;
            line-height: 0.5;
            font-weight: 400;
        }

    .lca-card.lca-card--v1 .lca-card-hover {
        padding: 0;
        border-radius: var(--cwGameRadius) !important;
        overflow: hidden;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        opacity: 0;
        visibility: visible;
        top: 100%;
        background-color: var(--cwGameShadow) !important;
        color: var(--cwGameTxt) !important;
        transition: .23s;
    }

    .lca-card.lca-card--v1 .lca-card-badge-wrapper, .lca-card.lca-card--v1 .lca-card-flag-wrapper, .lca-card.lca-card--v1 .lca-card-maxwin-wrapper, .lca-card.lca-card--v1 .lca-card-footer {
        opacity: 1 !important;
    }

    .lca-card.lca-card--v1 .lca-card-hover-header {
        display: flex;
        justify-content: center;
        padding-top: 14px;
        margin-bottom: 0 !important;
    }

        .lca-card.lca-card--v1 .lca-card-hover-header .lca-card-name {
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.4;
            mix-blend-mode: normal;
        }

    .lca-card.lca-card--v1 .lca-card-btn-wrapper {
        margin: auto 0;
        padding-top: 0 !important;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .lca-card.lca-card--v1 .game__link_real {
        width: 40px;
        height: 40px;
        min-width: initial;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 12px;
    }

        .lca-card.lca-card--v1 .game__link_real .dynamic_icon {
            font-size: 34px;
            line-height: 0.5;
            padding-left: 3px;
        }

    .lca-card.lca-card--v1 .game__link_demo {
        padding: 0;
        margin: 0;
        width: max-content;
        min-width: initial;
        color: #ffffff;
        text-decoration: underline;
        background: transparent;
        border: none;
        box-shadow: none;
        font-size: 14px;
        line-height: 1.2;
        height: auto;
    }

        .lca-card.lca-card--v1 .game__link_demo:hover {
            background: transparent;
        }

    .lca-card.lca-card--v1:hover .lca-card-hover {
        display: flex;
        opacity: 1;
        visibility: visible;
        top: 0;
    }

    .lca-card.lca-card--v1:hover .game__link_demo, .lca-card.lca-card--v1:hover .game__link_real {
        display: flex;
        justify-content: center;
        pointer-events: all;
    }

    .lca-card.lca-card--v1:hover .lca-card-img {
        filter: brightness(0.4);
    }

    .lca-card.lca-card--v1 .contribution_icon {
        width: 32px;
        position: absolute;
        inset-inline-end: 8px;
        top: 0;
        margin: 0;
        backdrop-filter: blur(5px);
    }

    .lca-card.lca-card--v1 p {
        color: #ffffff;
    }

.lca-gv-sidebar .swiper-fade .swiper-slide {
    opacity: 0 !important;
}

.lca-gv-sidebar .swiper-fade .swiper-slide-active {
    opacity: 1 !important;
}

.lca-gv-card-price .currency_icon.irt,
.lca-gv-card-price .currency_icon.IRT,
.lca-gv-card-price .currency_icon.ron,
.lca-gv-card-price .currency_icon.RON,
.lca-card-price .currency_icon.irt,
.lca-card-price .currency_icon.IRT,
.lca-card-price .currency_icon.ron,
.lca-card-price .currency_icon.RON {
    font-size: 12px;
    display: inline-flex;
}

.lca-gv-card-price .currency_icon.irt:after,
.lca-gv-card-price .currency_icon.IRT:after,
.lca-gv-card-price .currency_icon.ron:after,
.lca-gv-card-price .currency_icon.RON:after,
.lca-card-price .currency_icon.IRT:after,
.lca-card-price .currency_icon.irt:after,
.lca-card-price .currency_icon.RON:after,
.lca-card-price .currency_icon.ron:after {
    font-weight: normal;
}

.lca-gv-card-price .currency_icon.tnd,
.lca-gv-card-price .currency_icon.TND,
.lca-card-price .currency_icon.tnd,
.lca-card-price .currency_icon.TND {
    font-size: 30px;
}

.lca-gv-card-price .currency_icon.krw,
.lca-gv-card-price .currency_icon.KRW,
.lca-card-price .currency_icon.krw,
.lca-card-price .currency_icon.KRW,
.lca-gv-card-price .currency_icon.usd,
.lca-gv-card-price .currency_icon.USD,
.lca-card-price .currency_icon.usd,
.lca-card-price .currency_icon.USD {
    font-size: 24px;
}

.lca-gv-card-price .currency_icon.krw,
.lca-gv-card-price .currency_icon.KRW,
.lca-gv-card-price .currency_icon.usd,
.lca-gv-card-price .currency_icon.USD {
    line-height: 14px;
}

.lca-gv-card-price .currency_icon.byn,
.lca-gv-card-price .currency_icon.BYN,
.lca-card-price .currency_icon.byn,
.lca-card-price .currency_icon.BYN,
.lca-gv-card-price .currency_icon.bot,
.lca-gv-card-price .currency_icon.BOT,
.lca-card-price .currency_icon.bot,
.lca-card-price .currency_icon.BOT,
.lca-gv-card-price .currency_icon.irr,
.lca-gv-card-price .currency_icon.IRR,
.lca-card-price .currency_icon.irr,
.lca-card-price .currency_icon.IRR {
    font-size: 26px;
}

/*End dynamicLobbyDesktop.css*/
/*Start Dynamic Lobby Card Redesign*/
.lb_card_price .currency_icon, .lb_card_price .currency_icon {
    line-height: 18px;
}

    .lb_card_price .currency_icon.krw, .lb_card_price .currency_icon.KRW,
    .lb_card_price .currency_icon.usd, .lb_card_price .currency_icon.USD {
        font-size: 26px;
    }

    .lb_card_price .currency_icon.byn, .lb_card_price .currency_icon.BYN,
    .lb_card_price .currency_icon.irr, .lb_card_price .currency_icon.IRR,
    .lb_card_price .currency_icon.tnd, .lb_card_price .currency_icon.TND {
        font-size: 30px;
        line-height: 20px;
    }
    .lb_card_price .currency_icon.bot, .lb_card_price .currency_icon.BOT {
        font-size: 26px;
    }
/*End Dynamic Lobby Card Redesign*/
/* casWeb page */
/*main layout*/
body {
    background-color: var(--cwBodyBg);
    color: var(--cwBodyTxt);
    --badge-notification: #FF5252;
    --badge-bonus: var(--cwAccentG);
    --iconSize: 24px;
    --successBg: #26A69A;
    --successTxt: #fff;
    --success: #26A69A;
    --errorBg: #FF5252;
    --errorTxt: #fff;
    --error: #FF5252;
    --cwLobbyCardRadius: 16px;
    --cwLbCardStatusExclusiveBg: #fb8c00;
    --cwLbCardStatusNewBg: #fb8c00;
    --cwLbCardStatusJackpotBg: #a284f2;
    --cwLbCardStatusSoonBg: #00a386;
    --cwLbCardStatusTopBg: hsl(223, 100%, 66%);
    --cwLbCardStatusHotBg: #f4511e;
    --cwLbCardStatusPremiumBg: rgba(80,130,255,1);
}

/*form validation*/
.forgot_pass_text_all, .recover_cusccess_message {
    color: #00D100;
}

.succsess_color {
    color: #00D100;
}

.succes_color {
    color: #00D100;
}

.sucMsg {
    color: #00D100;
    font-size: 12px;
}

.errMsg, #EmailVerifieError, #MobileVerifieError {
    color: #ff0000;
}

#EmailVerifie, #MobileVerifie {
    color: #00d600;
}
/*-----*/
/*--&gt; start buttons --&gt;*/
.btn_upload,
body .h-bg-secondary,
.header__fixed-right .tl_btn,
.tl_btn {
    background: var(--cwButtonSecondaryBg);
    color: var(--cwButtonSecondaryTxt);
    border: 1px solid var(--cwButtonSecondaryBgHover);
    border-radius: var(--cwButtonSecondaryRadius);
    transition: .23s;
}
    .btn_upload:hover,
    body .h-bg-secondary:hover,
    .header__fixed-right .tl_btn:hover,
    .tl_btn:hover {
        background: var(--cwButtonSecondaryBgHover);
        color: var(--cwButtonSecondaryTxt);
    }
body .bg-primary,
body .h-bg-primary,
.header__fixed-right .h-bg-primary.tl_btn,
.forgot_btn,
.login_btn,
#donebutton
{
    background: var(--cwButtonG);
    color: var(--cwButtonTxt);
    border: 1px solid var(--cwButtonBgHover);
    border-radius: var(--cwButtonRadius);
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
}

    body .bg-primary:hover,
    body .h-bg-primary:hover,
    .header__fixed-right .h-bg-primary.tl_btn:hover,
    .login_btn:hover {
        background: var(--cwButtonBgHover);
        color: var(--cwButtonTxt);
        /*transform: translateY(2px)*/
    }

.text-primary {
    color: var(--cwBodyAccent);
}

.tl_last_games_cont .game__link_block.animate &gt; .bg-primary_cont_from_game_history &gt; .game__link_real {
    --cwButtonBgHover: var(--cwModalTxt3) !important;
}


/*game btn*/
.lca-card-btn-wrapper .game__link_demo,
.header__fixed-right .tl_btn,
.lobbyFilter_search_wrapper .lobbyFilter_popup_btn {
    color: var(--cwButtonSecondaryTxt);
    border-radius: var(--cwButtonSecondaryRadius);
    background: var(--cwButtonSecondaryG);
    border: 0;
    transition: transform 0.2s, color 0.2s;
    font-weight: 500;
}

    .lca-card-btn-wrapper .game__link_demo:hover,
    .header__fixed-right .tl_btn:hover,
    .lobbyFilter_search_wrapper .lobbyFilter_popup_btn:hover {
       background: var(--cwButtonSecondaryBg2);
       color: var(--cwButtonSecondaryTxt2);
        /*transform: translateY(2px)*/
    }

    .lobbyFilter_search_wrapper .lobbyFilter_popup_btn .dynamic_icon,
    .lobbyFilter_search_wrapper .lobbyFilter_popup_btn span {
        color: var(--cwButtonSecondaryTxt);
    }

.arrow__prev,
.arrow__next,
.banners__slider_number {
    color: var(--cwButtonSecondaryTxt) !important;
    background-color: var(--cwButtonSecondaryBg) !important;
    border: 1px solid var(--cwButtonSecondaryBg2) !important;
}

.lobbyFilter_search input {
    color: var(--cwInputTxt) !important;
    background: var(--cwInputG) !important;
    border-color: var(--cwInputBg2) !important;
    border-radius: var(--cwInputRadius) !important;
}

    .lobbyFilter_search input::placeholder,
    .lobbyFilter_search .dynamic_icon {
        color: var(--cwInputTxt3) !important;
    }

.lobbyFilter_search {
    background: var(--cwInputG) !important;
    border-color: var(--cwInputBg2) !important;
    border-radius: var(--cwInputRadius) !important;

}
/*--&gt; end buttons --&gt;*/
/* ---&gt; start header skinning ---&gt; */



.tl_drop_down .dynamic_icon-arrow {
    color: var(--cwButtonSecondaryTxt) !important;
}



.cas_nav_prev:hover, .cas_nav_next:hover {
    color: var(--cwDominantAccentTxt) !important;
}
/*-top jackpots*/

/*---&gt; end landing ---&gt; */

/* ---&gt;start footer skinning ---&gt;*/

.footer_link,
a.footer_link {
    color: var(--cwFooterTxt2);
}

    .footer_link:hover,
    a.footer_link:hover {
        color: var(--cwFooterTxt);
    }

.footer__payment-item.bankatransfer {
    background-position-x: -1px;
}

.footer__payment-item.cepbank {
    background-position-x: -63px;
}

.footer__payment-item.anindahavale {
    background-position-x: -125px;
}

.footer__payment-item.papara {
    background-position-x: -191px;
}

.footer__payment-item.envoysoft {
    background-position-x: -264px;
}

.footer__payment-item.paygiga {
    background-position-x: -356px;
}

.footer__payment-item.rocketpay {
    background-position-x: -438px;
}

.footer__payment-item.bitcoin_footer {
    background-position-x: -543px;
}

.footer__payment-item.visamastermaestro {
    background-position-x: -651px;
}

.footer__payment-item.ziraatbankasi {
    background-position-x: -783px;
}

.footer__payment-item.garanti {
    background-position-x: -869px;
}

.footer_copy,
.footer_text {
    color: var(--cwFooterTxt3);
}
.copy{
    color:var(--cwFooterAccent);
}

.cw_icon_plus_21 {
    color: #fc0000;
}
/*---&gt;footer skinning end---&gt;*/


/*---start social icons styles---*/

.footer_social-item:hover {
    color: var(--cwFooterTxt);
}

/*---end social icons styles---*/


/* ---&gt; start popup main styles ---&gt;*/

.tl_popup_header .tl_head_close {
    color: var(--cwModalTxt3);
}

/* ---&gt; end popup main styles ---&gt;*/

/*---&gt;start registration ---&gt;*/
.tl_sel_popup_reg,
.tl_input_popup_reg {
    color: var(--cwInputTxt);
    background: var(--cwInputBg);
    border-radius: var(--cwInputRadius);
    border: 1px solid var(--cwInputBorder);
}

    .tl_sel_popup_reg:focus,
    .tl_input_popup_reg:focus {
        background: var(--cwInputBgHover);
        border-color: var(--cwInputBorder);
    }

    /*.tl_sel_popup_reg option, .tl_input_popup_reg option {
    color: var(--cwInputTxt2);
}*/

    .tl_sel_popup_reg option, .tl_input_popup_reg option {
        color: currentColor;
    }

    .tl_sel_popup_reg::placeholder,
    .tl_input_popup_reg::placeholder,
    .tl_input::placeholder {
        color: var(--cwInputTxt3);
    }
.tl_my_acc_cont_content .tl_input.input-validation-error, 
.input-validation-error {
    border-bottom-color: #ff0000 !important;
}

    .input-validation-error + .popup_lbl_2 {
        color: #ff0000;
    }

.field-validation-error {
    color: #ff0000 !important;
}

.about-changet-pass {
    color: #00A300;
}

/*radio button color*/

.checkbox_item a {
    color: var(--cwModalTxt);
    text-decoration: underline;
}
/*start new checkbox*/

.input_validation_fail .checkBox_label,
#registerForm .input_validation_fail .checkBox_label a,
.input_validation_fail .checkBox_label a{
    color: #ff0000;
}

.input_validation_fail .checkBox_input + .checkBox_icon {
    border-color: #ff0000;
}
/*registration error*/
.D_info_box, .reg_err_mess {
    background: #ffcfcf;
    border-radius: var(--cwTooltipRadius);
}

    .D_info_box span:before,
    .reg_err_mess span:before {
        border-bottom: 5px solid #ffcfcf;
    }
/*---&gt; start register second part ---&gt;*/

.register_phone_part .resend_btn:hover {
    background-color: var(--cwButtonBgHover);
    color: var(--cwButtonTxt);
}

/*---&gt;end register second part ---&gt;*/
/*---&gt;end registration ---&gt;*/

/*---&gt; start login ---&gt;*/
/*---&gt; end login ---&gt;*/

/*---&gt; start account popup ---&gt;*/

.tl_my_acc_cont .tl_my_acc_nav_item,
.tl_my_acc_cont .tl_my_acc_nav_itemsp {
    background-color: var(--cwModalBgHover);
    border-color: var(--cwModalBg);
    color: var(--cwModalTxt2);
}

    .tl_my_acc_cont .tl_my_acc_nav_item:hover,
    .tl_my_acc_cont .tl_my_acc_nav_item.active,
    .tl_my_acc_cont .tl_my_acc_nav_itemsp:hover,
    .tl_my_acc_cont .tl_my_acc_nav_itemsp.active {
        background-color: var(--cwModalBgHover);
        color: var(--cwModalAccent);
    }

.tl_my_acc_cont_content .tl_input {
    color: var(--cwInputTxt) !important;
    background: var(--cwInputBg) !important;
    border-radius: var(--cwInputRadius) !important;
    border: 1px solid var(--cwInputBgHover) !important;
}
/*start document upload*/
.js_doc_msg_cont.error_color {
    color: #ff0000;
}
/*end document upload*/
/*---profile switcher*/
.switch input.sw + label:before,
.switch input.sw + label:after {
    background-color: var(--cwModalTxt);
}

/*agent , referrer report */
.ag_link_info + .ag_copy_btn,
.ref_link_info + .ag_copy_btn {
    background-color: var(--cwInputBg);
    color: var(--cwInputTxt);
}

/*---&gt; start deposit and withdrawal*/

.tl_payment_block, .tl_payment_block_inter,
.tl_payment_inner_block {
    background-color: var(--cwModalBg3);
    color: var(--cwModalTxt);
}

.tl_payment_cont .tl_payment_block, .tl_payment_cont .tl_payment_block_inter, .tl_payment_cont .tl_payment_inner_block {
    background-color: var(--cwModalBg2);
    color: var(--cwModalTxt);
}

    .tl_payment_cont .tl_payment_block.active, .tl_payment_cont .tl_payment_inner_block.active .tl_payment_block_inter.active {
        background-color: var(--cwModalBg2);
        color: var(--cwModalTxt);
    }

    .tl_payment_cont .tl_payment_block:hover, .tl_payment_cont .tl_payment_block_inter:hover, .tl_payment_cont .tl_payment_inner_block:hover {
        background-color: var(--cwModalBg3);
    }

.tl_payment_block .tl_payment_body .tl_input_popup, .tl_payment_body .tl_sel_custom_popup_reg {
    background-color: var(--cwInputBg);
    color: var(--cwInputTxt);
}

.tl_payment_block .tl_deposit_button {
    background: var(--cwButtonG);
    color: var(--cwButtonTxt);
    border: 1px solid var(--cwButtonBorder);
    border-radius: var(--cwButtonRadius);
}

    .tl_payment_block .tl_deposit_button:hover {
        background: var(--cwButtonBgHover);
        color: var(--cwButtonTxt2);
    }

.deposit_payment, .tl_payment_block .icon_color, .payment_lbl, a.payment_lbl, .papara_desc {
    color: var(--cwModalTxt) !important;
}
/*---&gt; end deposit and withdrawal*/
/*--&gt; history filter --&gt;*/
/*Start data picker*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 2px solid var(--cwModalBg2);
    background: var(--cwModalBg);
    color: var(--cwModalTxt);
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 2px solid var(--cwModalAccent);
    background: var(--cwModalBg2);
    color: var(--cwModalTxt);
}

.ui-widget-content,
.ui-datepicker-trigger {
    color: var(--cwInputTxt);
}

    .ui-widget-content .ui-state-default:hover,
    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
        border: 2px solid var(--cwModalAccent);
        background: var(--cwModalAccent);
        color: var(--cwModalAccentTxt);
    }

.tl_date_picker.ui-widget-content {
    background: var(--cwModalBg3);
}

.tl_date_picker .ui-datepicker-header {
    border-top: 1px solid var(--cwModalBg);
    border-bottom: 1px solid var(--cwModalBg);
    background: var(--cwModalBg);
    color: var(--cwModalTxt);
}

.tl_date_picker .ui-widget-header a {
    background: var(--cwModalBg);
}

.tl_date_picker .ui-icon-circle-triangle-w::after,
.tl_date_picker .ui-icon-circle-triangle-e::after {
    background: var(--cwModalBg);
    color: var(--cwModalTxt2);
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    margin-left: -12px;
    margin-top: -12px;
}
/*End data picker*/
/*history tables*/

.tl_gh .tl_gh_result .tl_gh_result_heading,
.tl_gh .tl_gh_result .tl_gh_result_item {
    color: var(--cwModalTxt);
}

    .tl_gh .tl_gh_result .tl_gh_result_item:nth-child(even) {
        background-color: var(--cwModalBg2);
    }

    .tl_gh .tl_gh_result .tl_gh_result_item:nth-child(odd) {
        background-color: var(--cwModalBg3);
    }
/*history paginationm*/

.paging li &gt; .pi.page:hover {
    background-color: var(--cwModalAccent);
    color: var(--cwModalAccentTxt);
}

.paging li &gt; .pi.active {
    background-color: var(--cwModalAccent);
    color: var(--cwModalAccentTxt);
}

/*----start lobbies-------*/
/*start filter*/
.lobbyFilter_wrapper{
    border: 1px solid var(--cwFilterBgHover);
}
/*end filter*/

/*----&gt; start lobby navbars*/

.lca-nabvar-controller:before {
    color: var(--cwTabTxt);
}

.lca-navbar {
    background-color: var(--cwTabBg);
    color: var(--cwTabTxt);
}

.lca-wrapper-shadow.shadow-left:before {
    background: linear-gradient(270deg, transparent 0%, var(--cwTabBg) 100%);
}

.lca-wrapper-shadow.shadow-right:after {
    background: linear-gradient(90deg, transparent 0%, var(--cwTabBg) 100%);
}

.lca-submenu-link, .lca-submenu-row {
    background-color: var(--cwTabBg2);
}

    .lca-submenu-row .lca-wrapper-shadow.shadow-left:before {
        background: linear-gradient(270deg, transparent 0%, var(--cwTabBg2) 100%);
    }

    .lca-submenu-row .lca-wrapper-shadow.shadow-right:after {
        background: linear-gradient(90deg, transparent 0%, var(--cwTabBg2) 100%);
    }

.lca-navbar-lin,
.lca-filter-btn,
.lca-search-input,
.lca-wrapper .search__icon {
    color: var(--cwTabTxt);
}

.lca-filter-btn {
    border-inline-end: 1px solid var(--cwTabBg2) !important;
}

.lca-submenu-link {
    color: var(--cwTabTxt2);
}

    .lca-submenu-link.active {
        color: var(--cwTabAccent);
    }

.lca-navbar-link.active {
    border-top-color: var(--cwTabAccent);
    color: var(--cwTabAccent);
}

.lca-menu-badge {
    color: var(--cwTabAccentTxt);
    background: var(--cwTabAccent);
}

.lca-search .search__icon:hover {
    color: var(--cwTabAccent);
}

.lca-search-input::placeholder {
    color: var(--cwTabTxt2);
}

.lca-main-wrapper .lca-submenu-link:hover, .lca-filter-item:hover, .lca-gv-game-btn-block span:hover {
    color: var(--cwTabAccent);
}

.lca-gv-modal .lca-navbar-link.active, .lca-navbar-link:hover {
    border-top-color: var(--cwTabAccent);
    color: var(--cwTabAccent);
}

.lca-search-input {
    border-bottom: 1px solid var(--cwTabTxt2);
}

    .lca-search-input:focus {
        border-bottom: 2px solid var(--cwTabAccent);
    }
/* &lt;---- end lobby navbars*/

/* ----&gt; start lobby filter*/

.lca-filter {
    background-color: var(--cwTabBg) !important;
}

.lca-wrapper .noUi-connect {
    background: var(--cwAccentBg) !important;
}
.lobbyFilter_range_slider .noUi-connect, .lca-wrapper .lobbyFilter_range_slider .noUi-connect {
    background: var(--cwAccentBg) !important;
}

.lca-wrapper .noUi-handle {
    border: 4px solid var(--cwAccentBg2) !important;
    background: var(--cwAccentBg) !important;
}

.lca-wrapper .noUi-target {
    background: var(--cwTabBg2) !important;
}

.lca-filter-btn.active {
    color: var(--cwTabAccent) !important;
}

    .lca-filter-btn.active::before {
        border-top: 2px solid var(--cwTabAccent) !important;
    }

.lca-filter-title {
    color: var(--cwTabTxt) !important;
    background: var(--cwTabBg2) !important;
}

.lca-filter-wrapper .lca-wrapper-shadow.shadow-left:before {
    background: linear-gradient(270deg, transparent 0%, var(--cwTabBg) 100%);
}

.lca-filter-wrapper .lca-wrapper-shadow.shadow-right:after {
    background: linear-gradient( 90deg, transparent 0%, var(--cwTabBg) 100%);
}

.lca-filter-price {
    background: var(--cwTabBg3);
    color: var(--cwTabTxt);
}

.lca-filter-price-input {
    background: var(--cwTabBg3);
    color: var(--cwTabTxt);
}

.lca-filter-no-result .search__icon,
.lca-filter-no-result p {
    color: var(--cwBodyTxt) !important;
}

/* &lt;---- end lobby filter */

/*----&gt; start game view */
.lca-gv-header {
    background: var(--cwHeaderG);
    color: var(--cwHeaderTxt);
    box-shadow: 0px 3px 18px rgba(0,0,0,0.8);
}

.lca-gv-background {
    background-color: var(--cwBodyBg);
    color: var(--cwBodyTxt2);
}

.lca-gv-header-btn::before {
    color: var(--cwHeaderTxt);
}

.lca-gv-count-icons .icon {
    color: var(--cwBodyTxt);
}

    .lca-gv-count-icons .icon:hover,
    .lca-gv-count-icons .icon.active {
        color: var(--cwBodyAccent);
    }

.lca-gv-game-card {
    background-color: var(--cwDominantRGBA2);
    color: var(--cwDominantTxt);
}

.lca-gv-game-card-add-btn {
    background-color: var(--cwDominantRGBA);
    color: var(--cwDominantTxt);
}

.lca-gv-game-card-gamelist-title {
    color: var(--cwDominantTxt);
}

.lca-gv-sidebar {
    background: var(--cwDominantRGBA2);
}

.lca-gv-game-btn-block {
    background: var(--cwModalBgHover);
    color: var(--cwModalTxt);
    box-shadow: none;
}

/*start game view modal*/
.lca-gv-modal {
    background: rgba(0, 0, 0, 0.65);
    background: rgba(0, 0, 0, 0.6);
}

.lca-gv-modal-header {
    background: var(--cwSubHeaderG);
    color: var(--cwSubHeaderTxt);
    border-top-left-radius: var(--cwModalRadius);
    border-top-right-radius: var(--cwModalRadius);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.lca-gv-modal .lca-navbar-container {
    background: var(--cwSubHeaderBg2);
    color: var(--cwSubHeaderTxt);
}

.lca-gv-modal .lca-wrapper-shadow.shadow-left:before {
    background: linear-gradient( 90deg, var(--cwSubHeaderBg2) 0%, transparent 100%);
}

.lca-gv-modal .lca-wrapper-shadow.shadow-right:after {
    background: linear-gradient(270deg, var(--cwSubHeaderBg2) 0%, transparent 100%);
}

.lca-gv-modal .lca-navbar-link {
    color: var(--cwSubHeaderTxt);
}

.lca-gv-modal .lca-submenu {
    background: var(--cwSubHeaderBg2);
}

.lca-gv-modal .lca-submenu-link:hover, .lca-gv-modal .lca-submenu-link.active {
    color: var(--cwSubHeaderAccent);
}

.lca-gv-modal .lca-search-input {
    color: var(--cwSubHeaderTxt);
}

    .lca-gv-modal .lca-search-input::placeholder {
        color: var(--cwSubHeaderTxt2);
    }

.lca-gv-modal-content {
    background: var(--cwModalBg);
    color: var(--cwModalTxt);
}

.lca-gv-modal .shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.lca-gv-modal .lca-nabvar-controller:before {
    color: var(--cwSubHeaderTxt);
}

.lca-gv-modal .search__icon {
    color: var(--cwSubHeaderTxt);
}

    .lca-gv-modal .search__icon:not(.search-result-icon):hover {
        color: var(--cwSubHeaderAccent);
    }

.lca-gv-card-body {
    background: var(--cwCardBg);
    color: var(--cwCardTxt2);
    border: 1px solid var(--cwCardBgHover);
}

.lca-gv-card-name {
    color: var(--cwCardTxt);
}

.lca-gv-card-price {
    color: var(--cwBodyAccent);
    text-shadow: 0px 0px 9px #ff0000;
}

.lca-gv-card-add-game {
    color: var(--cwCardAccent);
}

/*----&gt; end game view*/

.lca-card .lca-card-name {
    color: var(--cwDominantTxt);
}

.lca-card-likes {
    color: var(--cwButtonSecondaryTxt2);
    background-color: var(--cwButtonSecondaryBg);
}

.lca-card-btn {
    background: var(--cwBodyAccent);
    color: var(--cwBodyAccentTxt);
}

.lca-wrapper .cas_nav_prev,
.lca-wrapper .cas_nav_next {
    background-color: var(--cwButtonSecondaryBg);
    color: var(--cwButtonSecondaryTxt2)!important;
}

    .lca-wrapper .cas_nav_prev:hover,
    .lca-wrapper .cas_nav_next:hover {
        background-color: var(--cwButtonSecondaryBgHover);
        color: var(--cwButtonSecondaryTxt2);
    }

/*---&gt; start inbox popup*/

.tl_my_inbox_cont .text-primary {
    color: var(--cwModalAccent);
}

.tl_mail_send_input,
.tl_mail_send_area,
.tl_mail_message_body,
.tl_mail_row {
    color: var(--cwModalTxt);
    background-color: var(--cwModalBg);
}

.tl_my_inbox_cont ::-webkit-input-placeholder {
    color: var(--cwModalTxt2);
}

.tl_my_inbox_cont ::-moz-placeholder {
    color: var(--cwModalTxt2);
}

.tl_msg_button.greyBtn {
    color: var(--cwModalTxt);
    background-color: var(--cwModalBg);
}

    .tl_msg_button.greyBtn &gt; * {
        color: inherit;
    }

.tl_mail_item.unread {
    background-color: var(--cwModalBg);
}

.tl_mail_item:hover,
.tl_mail_item.active {
    background-color: var(--cwModalBg3);
}


.tl_my_inbox_mails_cont,
.tl_my_inbox_msg_box {
    background: var(--cwModalBg2);
}

.tl_mail_details_title, .tl_mail_icon, .tl_mail_details_box .delete_icon {
    color: var(--cwModalTxt2);
}
/*---&gt; end inbox popup*/
/*---&gt; start news card*/

/*---&gt; end news card*/

/*---&gt; start bonus_v1 */

/*---&gt; end bonus_v1 */

/*---&gt; start bonus_v2 */

/*---&gt; end bonus_v2 */

/*start bonus*/

.balance-tab {
    color: currentColor;
}

.bonus-tab.active {
    background: var(--cwAccentBg);
    color: var(--cwAccentTxt);
}

.real-tab.active {
    background: var(--cwModalBg3);
}

/*end bonus*/
/*fixed social icons*/
/*end fixed social icons*/

/*start recover_pass_container*/

#recover_pass_container #regnewaccbutton {
    background: var(--cwButtonG);
    color: var(--cwButtonTxt);
}

#recover_pass_container #tryagainbutton {
    background: var(--cwButtonSecondaryG);
    color: var(--cwButtonSecondaryTxt);
}

#recover_pass_container .tl_sup_link {
    border: 1px solid var(--cwButtonBorder);
    border-radius: var(--cwButtonRadius);
}
/*end recover_pass_container*/
/*start Website Homepage Redesign*/

.rd_header_tab_item.active {
    background-color: var(--cwPrimary, var(--cwButtonBg));
    border-color: transparent;
    color: var(--text-on-primary, var(--cwButtonTxt));
}

/*Recently Played Games*/
.game__link_demo.only-icon.bg-primary,
.game__link_real.only-icon.bg-primary {
    color: #fff !important;
    background: transparent;
}

/*Sport TournamentBalancePanel color and icon font size change */
#TournamentBalancePanel .tl_btn i {
    font-size: 46px;
    
}
#TournamentBalancePanel #TournamentBalanceAmount:empty {
    display: none;    
}
.tournament_balance_yellow {
    color: #ffb700;
}
/*Start Lobby Tabs, Providers/Notifications/Promotions tabs color changes*/

body .lobbyFilter_popup_result_btn,
body .notificationSettings_btnConfirm,
body .notificationSettings_checkbox label input:checked + span:after {
    color: var(--cwButtonTxt) !important;
    background: var(--cwButtonBg) !important;
    border-radius: var(--cwButtonRadius) !important;
}
/*End Lobby Tabs, Providers/Notifications/Promotions tabs color changes*/


/*Start Standart footer */

/*End Standart footer */

/*start nostification section*/
.notification_confirmPopup__btnCancel {
    --btn-primary: var(--cwButtonBg);
    background: var(--bg-level-1);
    color: var(--btn-primary);
    border: 1px solid var(--btn-primary);
}
/*end nostification section*/


/*Template 7 steps number section*/

/*Top Running Line root*/

/*Badge Ribbon*/

.promocode-badge .triangles,
.promocode-badge .triangle1, .promocode-badge .triangle2 {
    background-color: var(--cwAccentG);
    color: var(--cwAccentTxt);
}

.no_winners {
    background-color: var(--cwTooltipBg) !important;
    color: var(--cwTooltipTxt) !important;
    border: 1px solid var(--cwTooltipBgHover) !important;
}

/*body .lobbyFilter_group_slider:before {
    background: linear-gradient(90deg, var(--cwDominantBg) 61.84%, rgba(255, 255, 255, 0.00) 100%);
}

body .lobbyFilter_group_slider:after {
    background: linear-gradient(270deg, var(--cwDominantBg) 61.84%, rgba(255, 255, 255, 0.00) 100%);
}*/

/*.lobbyFilter_popup .lobbyFilter_group_slider:before {
    background: linear-gradient(90deg, var(--cwModalBg) 61.84%, rgba(255, 255, 255, 0.00) 100%);
}

.lobbyFilter_popup .lobbyFilter_group_slider:after {
    background: linear-gradient(270deg, var(--cwModalBg) 61.84%, rgba(255, 255, 255, 0.00) 100%);
}*/

/**/
.lobbyFilter_group_item_name {
    color: var(--cwDominantTxt2) !important;
}

.active &gt; .lobbyFilter_group_item_name, .lobbyFilter_group_item:not(.active):hover .lobbyFilter_group_item_name {
    color: var(--cwDominantTxt) !important;
}

.lobbyFilter_group_item:before {
    background-color: var(--cwDominantAccent) !important;
}

.lobbyFilter_group_slider .arrow__prev, .lobbyFilter_group_slider .arrow__next {
    background-color: var(--cwDominantBg2) !important;
    color: var(--cwDominantTxt2) !important;
}

/*modal filters*/
/*.lobbyFilter_popup_content {
    background-color: var(--cwModalBg) !important;
    color: var(--cwModalTxt) !important;
}
.lobbyFilter_popup_header_title {
    color: var(--cwModalTxt) !important;
}

.lobbyFilter_close_popup {
    color: var(--cwModalTxt3) !important;
}
.lobbyFilter_popup_header {
    border-color: var(--cwModalBg2) !important;
}

.skeleton-topWinners__body {
    border: 1px solid var(--cwDominantBg2Hover) !important;
    background: var(--cwDominantBg2) !important;
}*/

/*after login verification ------------------------------------- */
.nonVerified_popup__cover {
    background-color: var(--cwBodyRGBA);
}

.nonVerified_popup {
    background-color: var(--cwModalBg);
    color: var(--cwModalTxt);
}

.nonVerified_popup__body {
    border-top: 1px solid var(--cwModalBgHover);
    border-bottom: 1px solid var(--cwModalBgHover);
}

.nonVerified_popup__infoTxt {
    color: var(--cwModalTxt2);
}

.nonVerified_popup__infoIcon {
    color: var(--cwModalAccent);
}

.nonVerified_item {
    color: var(--cwModalTxt2);
    background-color: var(--cwModalBg2);
}

.nonVerified_item__icon {
    background: var(--cwButtonG);
    color: var(--cwButtonTxt);
}

.nonVerified_item__btn, .nonVerified_item__btnProfile {
    border: 1px solid var(--cwButtonSecondaryBgHover);
    color: var(--cwButtonSecondaryTxt);
    background: var(--cwButtonSecondaryG);
}

    .nonVerified_item__btn.btn_done {
        border: 1px solid var(--cwButtonSecondaryBgHover);
        background: var(--cwButtonSecondaryG);
        color: var(--success);
    }

.nonVerified_item__btnProfile {
    color: var(--cwButtonTxt);
    background-color: var(--cwButtonG);
}

/*Cookie popup ------------------------------------- */
body .cookiePopup {
    background-color: var(--cwModalBg);
    color: var(--cwModalTxt);
}

body .cookiePopup-header svg {
    fill: var(--cwModalTxt);
}

body .cookiePopup .tl_head_close {
    color: var(--cwModalTxt3);
}

body .cookiePopup .cookiePopup-heading {
    color: var(--cwModalTxt);
}

body .cookiePopup .cookiePopup-text {
    color: var(--cwModalTxt2);
}

body .cookiePopup-transparentBtn,
body .cookiePopup-transparentBtn:hover {
    color: var(--cwButtonSecondaryTxt);
    background-color: var(--cwButtonSecondaryBgHover);
}

body .cookiePopup-primeBtn,
body .cookiePopup-primeBtn:hover {
    background: var(--cwButtonG);
    color: var(--cwButtonTxt) !important;
    border: 1px solid var(--cwButtonBorder);
}

/*Dynamic Banners v.1.0*/
.dynamicBanners .lca-voice-icon {
    color: var(--cwButtonSecondaryTxt) !important;
    background-color: var(--cwButtonSecondaryBg) !important;
    border: 1px solid var(--cwButtonSecondaryBg2) !important;
}

    .dynamicBanners .lca-voice-icon svg {
        fill: var(--cwButtonSecondaryTxt) !important;
    }

.banners__slider_number {
    background-color: var(--cwButtonSecondaryBg);
    border: 1px solid var(--cwButtonSecondaryBg2);
}

.banners_billboardShort .linear-pagination-item {
    background-color: var(--cwButtonSecondaryBg);
    color: var(--cwButtonSecondaryTxt);
}

    .banners_billboardShort .linear-pagination-item.active {
        background-color: var(--cwButtonBg);
        color: var(--cwButtonTxt);
    }

.banners_billboardShort_arrows {
    color: var(--cwButtonSecondaryTxt);
    background-color: var(--cwButtonSecondaryBg);
}

.register_left_banner + div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.register_left_banner + div::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.3);
    outline: 1px solid #000000;
}

.largeThumbnail_fixedWidth .bullet-pagination-item {
    box-shadow: 0 0 0px 3px var(--cwBodyRGBA);
}

    .largeThumbnail_fixedWidth .bullet-pagination-item.active {
        box-shadow: inset 0 58px 0px 12px var(--cwBodyRGBA), 0 0 0px 3px var(--cwBodyRGBA);
    }

.largeThumbnail_fullWidth .bullet-pagination-item {
    background-color: var(--cwButtonBg);
    color: var(--cwButtonTxt2);
    box-shadow: 1px 1px 8px rgb(0, 0, 0, .3);
}


/* Dynamic Banners Label */
.dynamicBanners_label {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

    .dynamicBanners_label i,
    .dynamicBanners_label span {
        color: var(--cwButtonTxt);
    }

/* Dynamic Featured Item */
.dynamic_featured_item {
    background-color: var(--cwCardBg) !important;
    border: 1px solid var(--cwCardBgHover) !important;
    color: var(--cwCardTxt) !important;
    border-radius: var(--cwCardRadius) !important;
    transition: background-color 0.2s;
}

.dynamic_featured_item:hover {
    background-color: var(--cwCardBgHover) !important;
}
.dynamic_featured_item.no_background {
    background-color: transparent !important;
    border-color: transparent !important;
}

/*dynamicLobbyCard*/
.lb_card {
    background: var(--cwCardG);
    border-radius: var(--cwCardRadius) !important;
    box-shadow: 0 1px 2px var(--cwBodyShadow);
}

.lb_card_topitems {
    background: linear-gradient(180deg, var(--cwCardShadow) 0%, var(--cwCardShadowFade) 100%) !important;
    left: 0;
    top: 0;
    padding: 12px;
    width: 100%;
    align-items: flex-start !important;
    border-radius: var(--badge_brd);
}

.lb_card_badge &gt; i {
    display: inline-flex;
    width: 14px;
    height: 14px;
    align-items: center;
    justify-content: center;
    font-family: "iconsDinamicMenu";
    font-size: 28px;
    line-height: 14px;
    color: var(--cwStatusDefaultIcon);
}

.lb_card_badge &gt; span {
    padding: 0 4px;
    font-size: var(--badge_fsz);
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80px;
}

.lb_card_badge.new {
    background-color: var(--cwLbCardStatusNewBg);
}

.lb_card_badge.jackpot {
    background-color: var(--cwLbCardStatusJackpotBg);
}

.lb_card_badge.soon {
    background-color: var(--cwLbCardStatusSoonBg);
}

.lb_card_badge.top {
    background-color: var(--cwLbCardStatusTopBg);
}

.lb_card_badge.hot {
    background-color: var(--cwLbCardStatusHotBg);
}

.lb_card_badge.premium {
    background-color: var(--cwLbCardStatusPremiumBg);
}

.lb_card_maxwin {
    color: var(--cwCardTxt);
}

    .lb_card_maxwin:after {
        color: var(--cwCardTxt);
    }

.lb_card_footer {
    background: var(--cwCardBg) !important;
    color: var(--cwCardTxt) !important;
}

.lb_card_name {
    color: var(--cwCardTxt) !important;
}

.lb_card_hover,
.lca-card-hover {
    --opacity: 0;
    background: var(--cwGameShadow) !important;
    transition: opacity 0.3s;
    backdrop-filter: blur(3px);
    top: 0 !important;
    opacity: var(--opacity);
}

.lb_card:hover .lb_card_hover,
.lca-card:hover .lca-card-hover{
    --opacity: 1;
}


.lb_card_hover_top {
    background: linear-gradient(180deg, var(--cwCardShadow) 0%, var(--cwCardShadowFade) 100%) !important;
}

.lb_card_like {
    color: var(--cwCardTxt);
}

    .lb_card_like:before {
        color: var(--cwCardTxt);
    }


.lb_card_button {
    background: var(--cwButtonSecondaryBg) !important;
    color: var(--cwButtonSecondaryTxt) !important;
}

    .lb_card_button.demo_btn {
        background: var(--cwButtonSecondaryBg) !important;
        color: var(--cwButtonSecondaryTxt) !important;
    }

    .lb_card_button.play_btn {
        background: var(--cwButtonBg) !important;
        color: var(--cwButtonTxt) !important;
    }

        .lb_card_button.play_btn i {
            color: var(--cwButtonTxt) !important;
        }

.lb_card_jackpot_value {
    color: var(--cwGameTxt) !important;
}

    .lb_card_jackpot_value &gt; .dynamic_icon {
        color: var(--cwGameTxt2) !important;
    }

.skeleton-mostLiked__body {
    border: 1px solid var(--cwGameBgHover) !important;
}

/*Game View*/

/*Notifications*/
.notificationSettings_wrapper {
    background-color: var(--cwModalBg2) !important;
    color: var(--cwModalTxt2) !important;
}


.notificationSettings_title {
    color: var(--cwModalTxt) !important;
}

.notificationSettings_description {
    color: var(--cwModalTxt2) !important;
}

/*Notifications switcher*/
/*.notificationSettings_switcher .slider {
    background-color: var(--cwModalBg) !important;
}*/

    .notificationSettings_switcher .slider:before {
        background-color: var(--cwInputBg2) !important;
    }

.notificationSettings_switcher input:checked + .slider {
    background-color: var(--cwInputAccent) !important;
}

/*.notificationSettings_switcher input:focus + .slider {
    box-shadow: 0 0 1px var(--cwInputAccent) !important;
}*/

.notificationSettings_checkbox label span {
    color: var(--cwInputTxt3) !important;
}



    .notificationSettings_checkbox label span:before {
        border: 2px solid var(--cwModalTxt2) !important;
    }

.notificationSettings_checkbox label input:checked + span:before {
    border-color: var(--cwButtonBgHover) !important;
    background: var(--cwButtonBg) !important;
    color: var(--cwButtonTxt) !important;
}

.notificationSettings_checkbox label input:checked + span:after {
    color: var(--cwModalTxt) !important;
}

.notificationSettings_btnConfirm {
    border: 1px solid var(--cwButtonBgHover) !important;
    background: var(--cwButtonBg) !important;
    color: var(--cwButtonTxt) !important;
}

/*start notificationconfirmation Popup*/


.notification_confirmPopup__inner {
    background-color: var(--cwModalBg) !important;
    color: var(--cwModalTxt2) !important;
}

.notification_confirmPopup__headertxt {
    color: var(--cwModalTxt) !important;
}

.notification_confirmPopup__text {
    color: var(--cwModalTxt2) !important;
}

.notification_confirmPopup__icon {
    color: var(--cwModalTxt3) !important;
}

.notification_confirmPopup__btnConfirm {
    background: var(--cwButtonBg) !important;
    color: var(--cwButtonTxt) !important;
}

.tl_mail_attachfiel_download_btn {
    background-color: var(--cwModalBg2) !important;
    color: var(--cwModalTxt) !important;
}

.primary-btn.primary-btn--bordered {
    border-radius: var(--cwButtonRadius) !important;
    background-color: var(--cwModalBgHover) !important;
    color: var(--cwButtonAccent) !important;
    border-color: var(--cwButtonAccent) !important;
    transition: background 0.2s;
}

    .primary-btn.primary-btn--bordered:hover {
        background-color: var(--cwModalBg) !important;
    }

.lb_card_badge_inner_wrapper_global {
    animation-name: badge_anim_global;
    animation-duration: calc(1s* var(--cwStatusAnimationCount));
    animation-iteration-count: infinite;
    animation-timing-function: steps(var(--cwStatusAnimationCount)), linear;
}

.lb_card_badge {
    border-radius: 32px;
    padding: 0 4px;
    height: var(--badge_height);
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    background: var(--cwStatusDefaultBg);
    color: var(--cwStatusDefaultTxt);
    font-family: 'Roboto', sans-serif;
}

    .lb_card_badge.badge_type_top {
        background: var(--cwStatusTopBg);
        color: var(--cwStatusTopTxt);
    }

    .lb_card_badge &gt; span {
        padding: 0 4px;
        font-size: var(--badge_fsz);
        font-weight: 700;
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 80px;
    }

.lca-gv-card {
    --badge_height: 20px
}

.lb_card_badge.badge_type_top {
    background: var(--cwStatusTopBg);
    color: var(--cwStatusTopTxt)
}

.lb_card_badge.badge_type_hot {
    background: var(--cwStatusHotBg);
    color: var(--cwStatusHotTxt)
}

.lb_card_badge.badge_type_jackpot {
    background: var(--cwStatusJackpotBg);
    color: var(--cwStatusJackpotTxt)
}

.lb_card_badge.badge_type_new {
    background: var(--cwStatusNewBg);
    color: var(--cwStatusNewTxt)
}

.lb_card_badge.badge_type_soon {
    background: var(--cwStatusSoonBg);
    color: var(--cwStatusSoonTxt)
}

.lb_card_badge.badge_type_premium {
    background: var(--cwStatusPremiumBg);
    color: var(--cwStatusPremiumTxt)
}

.lb_card_badge.badge_type_exclusive {
    background: var(--cwStatusExclusiveBg);
    color: var(--cwStatusExclusiveTxt)
}

.lb_card_badge.badge_type_upcoming {
    background: var(--cwStatusUpcomingBg);
    color: var(--cwStatusUpcomingTxt)
}

.lb_card_badge.badge_type_maintenance {
    background: var(--cwStatusMaintenenceBg);
    color: var(--cwStatusMaintenenceTxt)
}

@keyframes badge_anim_global {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100%)
    }
}

/*Start Refer a Friend*/
.refer-friend .status__item-wrapper .no-result svg path {
    fill: var(--cwAccentBg);
}

.refer-friend .refer-intro .color-primary,
.refer-friend .refer-intro .primary-link {
    color: var(--cwAccentBg);
}

.refer-friend .refer-intro .intro__title {
    border-inline-start-color: var(--cwAccentBg);
}
/*End Refer a Friend*/
/*Start Custom myProfile totoRo move to skinner*/

.tl_my_acc_cont .tl_my_acc_nav_item:hover {
    background-color: var(--cwModalBg2);
}

.user_pic_box {
    background-color: var(--cwButtonSecondaryG);
}

.user_info-item {
    color: var(--cwBodyTxt2);
}

/*headr icons changes*/
.header__dropdown-menu .cw_icon_triangle_bottom {
    --icoSize: 10px;
    margin: 0 7px;
}
/*start myProfileinput padding*/
.tl_input_padding {
    padding-inline-end: 40px;
}

/*end myProfileinput padding*/
/*Start ClientCategoryAdditionalSettings*/
.dur-container {
    border-bottom: 3px solid var(--cwTooltipAccent);
    background: var(--cwTooltipG);
    color: var(--cwTooltipTxt2);
}

.dur-close,
.dur-content a {
    color: var(--cwTooltipTxt2);
}

    .dur-close:hover,
    .dur-content a:hover {
        color: var(--cwTooltipTxt);
    }
/*End ClientCategoryAdditionalSettings*/
.vis_hidden {
    visibility: hidden;
}

.lb_card_badge_anim {
    height: calc(var(--badge_height) + 4px);
    overflow: hidden;
    margin: -2px 0;
}

    .lb_card_badge_anim &gt; div {
        padding-top: 2px;
        padding-bottom: 2px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 4px;
    }

.flex_center_between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cashback_line {
    background-color: var(--cwModalBg2) !important;
}

.primary-btn {
    background: var(--cwButtonBg) !important;
    color: var(--cwButtonTxt) !important;
}

.additional-infos {
    background-color: var(--cwBodyBg2) !important;
    color: var(--cwBodyTxt) !important;
    border: 1px solid var(--cwBodyBg2Hover) !important;
}

.info_article &gt; *, .moretext_inner &gt; * {
    color: var(--cwBodyTxt2) !important;
}

/*Start Request a call*/
.call_request_textarea::placeholder {
    font-family: "Roboto", sans-serif;
    color: var(--cwInputTxt3);
    font-weight: 400;
}

.call_request_textarea::-webkit-input-placeholder {
    font-family: "Roboto", sans-serif;
    color: var(--cwInputTxt3);
    font-weight: 400;
}

.call_request_textarea::-ms-input-placeholder {
    font-family: "Roboto", sans-serif;
    color: var(--cwInputTxt3);
    font-weight: 400;
}

.call_request_textarea {
    margin-top: 15px;
    height: 170px;
    resize: none;
    border: 1px solid;
    border-radius: 3px;
    color: inherit;
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    color: var(--cwInputTxt);
}

.tl_call_time .tl_sel_custom_popup_reg_hidden {
    background-color: transparent !important;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.tl_call_time .tl_sel_custom_popup_reg:after {
    font-family: iconsDinamicMenu;
    position: absolute;
    right: 9px;
    display: block;
    content: "\E138";
    font-size: 39px;
    top: 50%;
}

.dateError.error_color {
    color: #f00;
}
/*End Request a call*/


/*CW Dynamic Icons*/
.cw_footer_18_wrapper {
    width: 30px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #CC0000;
    margin: 0 8px;
}

.cw_footer_18_wrapper_center {
    margin: 0;
    color: #CC0000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 8px;
}

.cw_icon_plus_21 {
    margin-inline-end: 8px;
}

/*start inbox*/
#inboxContent {
    margin: 0 auto;
    max-width: 91vw;
    height: 81vh!important;
    min-width: 900px;
}

@media screen and (max-height: 700px) {
    #inboxContent{
        height: 98vh !important;
    }
}

@media screen and (max-width: 1920px) {
    #inboxContent{
        height: 88vh !important;
    }
}
@media screen and (max-height: 830px) {
    #inboxContent{
        height: 700px !important;
    }
}

@media screen and (max-height: 735px) {
    #inboxContent{
        height: 92vh !important;
    }
}
/*end inbox*/



/*Start Custom myProfile totoRo move to skinner*/

.prof_content .tl_btn {
    min-width: 50px;
    text-align: center;
}

.user_info_top,
.user_info_bottom {
    border-radius: 12px;
    padding: 12px;
}
.user_info_bottom {
    max-width: 320px;
    margin: 20px auto 0;
}
.user_info_bottom li &gt; div {
    max-width: 55%;
}

.userBalance_name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
}

.user_pic_box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 32px;
}

.regT11 .user_info_content {
    background-color: transparent;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.user_info-item {
    font-size: 14px;
    align-items: center;
}

.user_info-item div:not(.colorOrange,.user_info-item-color) {
    opacity: 1;
}

.user_info-item .copy_msg {
    max-width: inherit;
    width: 300px;
}

.user_info-item .copy_name {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-inline-end: 10px;
}

@media(max-width: 1340px) {
    .user_info-item .copy_name {
        max-width: 100px;
    }
}

.user_pic_box img {
    width: 39px;
    height: auto;
}

.user_info_bottom details {
    font-size: 14px;
    margin-bottom: 20px;
}

.user_info_bottom summary::marker {
    display: none;
}

.user_info_bottom summary {
    cursor: pointer;
    padding: 16px;
    border-radius: 12px;
}

.user_info_bottom details[open] summary {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.user_info_bottom details[open] .user_info_balance_amount i {
    transform: rotate(180deg);
}

.user_info_balance_title {
    max-width: 44%;
    padding-inline-end: 5px;
}

.user_info_bottom li {
    min-height: 52px;
    padding: 16px 16px;
}

.user_info_bottom li:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.user_info_balance_amount i {
    display: inline-flex;
    font-size: 28px;
    line-height: 21px;
    width: 20px;
    height: 20px;
    margin-inline-start: 10px;
    transition: transform .2s ease;
}

.user_info_balance_title svg {
    margin-inline-end: 10px;
    flex-shrink: 0;
}

.user_info_balance_title span {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 16px;
}

.user_info_btns .tl_btn {
    width: calc(50% - 5px);
    text-indent: 0;
    border: 0;
}

.pos_rel {
    position: relative;
}

.userBalance_tooltip_btn {
    cursor: pointer;
}

    .userBalance_tooltip_btn i {
        width: 20px;
        display: inline-block;
        margin-inline-end: 10px;
        line-height: 20px;
    }

.userBalance_tooltip {
    position: absolute;
    padding: 16px;
    width: calc(100% - 20px);
    border-radius: 12px;
    inset-inline-start: 10px;
    top: 100%;
    z-index: 3;
    transition: visibility .2s ease, opacity .2s ease;
    visibility: hidden;
    opacity: 0;
}

.userBalance_tooltip_btn:hover + .userBalance_tooltip {
    visibility: visible;
    opacity: 1;
}

.userBalance_amount i {
    font-size: 38px;
    margin-inline-start: 10px;
    line-height: 20px;
}

.edit_ability_icon {
    position: absolute;
    top: 5px;
    inset-inline-end: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user_info_copybtn {
    cursor: pointer;
    display: inline-block;
    height: 21px;
    transform: rotate(180deg);
}

.tl_my_acc_cont .tl_my_acc_nav_item:hover {
    background-color: var(--cwModalBg2);
}

.user_pic_box {
    background-color: var(--cwButtonSecondaryG);
}

.user_info-item {
    color: var(--cwBodyTxt2);
}

.user_info_top,
.user_info_bottom {
    background-color: var(--cwModalBg2);
}

.user_info_bottom details {
    color: var(--cwBodyTxt2);
}

.user_info_bottom summary {
    background-color: var(--cwBodyBg3);
}

.user_info_bottom li {
    background-color: var(--cwBodyBg2Hover);
}

.user_info_bottom li:not(:first-child) {
    border-top: 1px solid var(--cwBodyTxt2);
}

.user_info_bottom .tl_deposit_button {
    background-color: #17A210;
}

.user_info_bottom .tl_deposit_button:hover {
    color: #17A210;
}

.userBalance_tooltip_btn {
    color: var(--cwBodyTxt2);
}

.userBalance_tooltip {
    background-color: var(--cwBodyBg2);
}

.userBalance_tooltip_btn:hover {
    color: var(--cwBodyTxt);
}
/*End Custom myProfile totoRo move to skinner*/

/*Dont Delete*/

.notification_text{
    --valign: middle;
    vertical-align: var(--valign)
}

.cw-rtl-global .notification_text{
    --valign: middle;
}

.lca-card-flag-wrapper {
    position: absolute;
    right: 8px;
    top: 8px;
}

.cw-rtl-global .lca-card-flag-wrapper {
    right: auto;
    left: 8px;
}
.lb_card_more_btn{
    background: var(--cwButtonSecondaryBg) !important;
    color: var(--cwButtonSecondaryTxt) !important;
}


/*Footer Scroll language dropdown*/
.tl_acc_lang {
   --dd_item_height: 32px;

}

.tl_acc_lang .tl_dropdown_style{
    height: var(--dd_item_height) !important;
}

.tl_acc_lang .links_container{
    max-height: calc(7 * var(--dd_item_height) + 16px) !important;
}

.footer_change_language .langTxt {
    display: none
}

.footer_change_language .footerLangtxt {
    display: block
}

/*Stepper*/

/*lines*/

    /*new*/
.register_progress_dots span{
    background:  var(--cwRegisterTxt2) !important;
}
.register_progress_dots span.active{
    background:  var(--cwRegisterTxt2) !important;
}
.register_progress_dots span.done{
    background:  var(--cwRegisterAccent) !important;
}
    /*old*/
.reg_progress_dots:before{
    background:  var(--cwRegisterTxt2) !important;
}
.reg_progress_dots span.done:before {
    background: var(--cwRegisterAccent) !important;
     color: var(--cwRegisterAccentTxt);
     display:none;
}
/*circles*/
    /*new*/
.register_progress_dots span:before{
    background:  var(--cwRegisterBg) !important;
    border-color: var(--cwRegisterTxt2) !important;
}
.register_progress_dots span.active:before{
    background:  var(--cwRegisterAccent) !important;
    border-color: var(--cwRegisterAccent) !important;
    box-shadow: inset 0px 0px 0px 4px var(--cwRegisterBg) !important;
}

.register_progress_dots span.done:before{
    background:  var(--cwRegisterAccent) !important;
    border-color: var(--cwRegisterAccent) !important;
    color: var(--cwRegisterAccentTxt) !important;
}
    /*old*/
.reg_progress_dots span{
    background:  var(--cwRegisterBg) !important;
    border: 2px solid var(--cwRegisterTxt2) !important;
}

.reg_progress_dots span.active{
    background:  var(--cwRegisterAccent) !important;
    border-color: var(--cwRegisterTxt2) !important;
    box-shadow: inset 0px 0px 0px 4px var(--cwRegisterBg) !important;
}

.reg_progress_dots span.done{
    background: var(--cwRegisterAccent) !important;
    border-color: var(--cwRegisterAccent) !important;
}

.reg_progress_dots span.done &gt; svg{
    fill: var(--cwRegisterAccentTxt) !important;
}

/**/
.dynamic_menu .lb_card_badge_wrapper {
    margin: 0 -11px auto;
}
.dynamic_menu .lb_card_badge {
    min-width: 20px;
    height: 14px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    padding: 2px 4px;
}

.dynamic_menu .lb_card_badge span {
    line-height: 12px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 2px;
    font-weight: 500;
}
/*templets*/
.regT2, .regT4, .regT6{
    width: 100%;
    max-width: 432px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    padding: 20px 0;
}

.reg-container .tl_popup_content{
    padding: 16px;
}

.regT2 .tl_popup_content,
.regT4 .tl_popup_content,
.regT6 .tl_popup_content{
    max-height: 100%;
}

/*Document Remove Confirm Popup*/
.backdrop.open .docRemove-popup {
    transform: rotateX(0) translateY(-20%);
}

.docRemove-popup {
    width: 568px;
    padding: 16px;
    background-color: var(--cwModalBg);
    transition: .4s;
    transform: rotateX(90deg) translateY(0);
    perspective: 500px;
    border-radius: 16px;
}

.docRemove-popup__head {
    color: var(--cwModalTxt);
    padding-bottom: 12px;
    border-bottom: 1px solid var(--cwModalBg2);
}

.docRemove__head {
    margin: 0;
}

.docRemove-popup__body {
    padding: 12px 0;
    color: var(--cwModalTxt);
    border-bottom: 1px solid var(--cwModalBg2);
}

.docRemove-popup__head p,
.docRemove-popup__body p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.docRemove-popup__footer {
    padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 12px;
}

.docRemove-popup__footer button{
    padding: 12px 16px;
    border-radius: 12px;
    background-color: transparent;
    text-transform: capitalize;
    cursor: pointer;
    color: var(--cwModalTxt);
    border: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.docRemove-popup__footer .btn_primary{
    background: var(--cwAccentBg);
    color: var(--cwAccentTxt);
}

.docRemove-popup__close{
    color: var(--cwDominantTxt2);
    cursor: pointer;
    width: 24px;
    height: 24px;
    --icoSize: 18px;
}
/* start domein*/
.banner_BG_domein {
    max-width: 1572px;
    padding: 12px;
    min-height: 40px;
    margin: 5px auto;
    position: relative;
    background-color: white;
    border-radius: 3px;
    text-align: center;
    font-size: 90%;
    color: #000;
    width: 100%;
}
/* end domein*/
/* start modal are u sure*/
.are_you_sure__popup &gt; .tl_popup_content{
    border-radius: var(--cwModalRadius) !important;
}
/* end modal are u sure*/
/*Dynamic rules header updates*/
.dynRules_head_foot{
    --cwWebHeaderHeight: 110px;
}
/*Dynamic rules header updates*/
.realityCheck_popup a, .realityCheck_popup {
    color: inherit !important;
}

#reg_popup.reg_farsi #Captcha,
.cw-rtl-global #Captcha{
    transform: none !important;
}

.cw_sk_reg_step_done_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cw_sk_reg_step_done_title{
    font-size: 24px;
    text-align: center;
}
.cw_sk_reg_step_done_text {
    font-size: 12px;
    text-align: center;
    margin: 15px 0;
}
.cw_sk_suggested_login_modal_content{
    background: var(--cwTooltipBg);
    color: var(--cwTooltipTxt);
    padding: 16px 12px;
    border-radius: var(--cwTooltipRadius, 2px);
    display: none;
    align-items: stretch;
    flex-direction: column;
    border: 1px solid var(--cwTooltipBg2);
}

.loginex .cw_sk_suggested_login_modal_content {
    display: flex;
}

.cw_sk_reg_step_done_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*start header promo link*/
.header__fixed-left .skinner_promotions_link{
    color:var(--cwHeaderAccent);
}
/*end header promo link*/
/*FreeSpin bonus wager updates*/
.bonus_info_block.freeSpin_with_Wager {
    background-color: var(--cwModalBg2);
    border: 1px solid #FFB700;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 16px;
}

.freeSpin_with_Wager .bonus_list,
.freeSpin_with_Wager .bonus_progress{
   margin-bottom: 0;
}

.bonus_list li span:last-child {
    text-align: end;
}

.Wager_Unlock_info, .bonus_From_Wager{
    padding: 12px;
    border: 1px solid var(--cwModalBg2Hover);
    background-color: var(--cwModalBg2);
    border-radius: 12px;
    gap: 8px;
}

.Wager_Unlock_info{
    display: flex;
    font-size: 14px;
    line-height: 20px;
}

.bonus_From_Wager{
    margin-bottom: 16px;
}

.Wager_Unlock_info i{
    opacity: 0.7;
}

.bonus_From_Wager i{
    color: #FFB700;
}

.bonus_From_Wager .bonus_caption{
    font-size: 14px;
    margin-bottom: 0;
}
/*FreeSpin bonus wager updates*/


/*Start Profile OCR Verification*/
.ocr_back_btn {
    appearance: none;
    height: 32px;
    background: transparent;
    color: var(--btn-primary);
    border: 1px solid var(--btn-primary);
    display: flex;
    align-items: center;
    padding: 0 8px;
    column-gap: 4px;
    margin-bottom: 8px;
    cursor: pointer;
}

.ocr_back_btn &gt; i.dynamic_icon{
    font-size: 28px;
}

.ocr_iframe_wrapper{
    width: 100%;
    height: calc(100% - 40px);

}

.ocr_iframe_wrapper &gt; iframe{
    display: block;
    width: 100%;
    height: 100%;
}

.ocr_iframe_wrapper iframe {
    height: 706px;
}

@media only screen and (max-height: 915px) {
    .ocr_iframe_wrapper iframe {
        height: calc(90vh - 114px)!important;
    }
}

.ocr_iframe_wrapper {
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ocr_iframe_wrapper i{
    margin-bottom: 20px;
    font-size: 200px;
    line-height: normal;
    transform: rotate(180deg);
}

.ocr_iframe_wrapper p{
    margin-bottom: 24px;
    font-size: 16px;
    color: var(--cwBodyTxt);
}

.ocr_iframe_wrapper button {
    width: 125px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    padding: 12px;
    border-radius: 12px;
    background-color: var(--cwButtonG);
    color: var(--cwButtonTxt);
}

.ocr_iframe_wrapper iframe{
    width: 100%;
    height: 706px;
}

.verifyBtnCheck[disabled] {
    cursor: auto;
}

.nonVerified_item__btn[disabled] {
    cursor: auto;
}

/*end Profile OCR Verification*/

/*tart recover tabs*/
.recover__tabs-wrapper{
    padding: 2px;
    background: var(--cwAccentBg);
}

.recover__tabs-wrapper &gt; .recover__tab.recover__tab{
    background: var(--cwModalBg);
    color: var(--cwModalTxt2);
}

.recover__tabs-wrapper &gt; .recover__tab.recover__tab.active{
    background: var(--cwAccentBg);
    color: var(--cwAccentTxt);
}
/*end recover tabs*/
/*start bonus badge*/

.bonus_badge_count {
    background-color: #F60E0E;
    height: 28px;
    padding: 0 2px;
    min-width: 28px;
    border-radius: 50%;
    position: absolute;
    inset-inline-end: 0;
    top: -12px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
/*end bonus badge*/

/*Forgot Password*/

.reset_tab_btn {
    --cwRegisterTxt3: var(--cwLoginTxt3);
    --cwRegisterBg3: var(--cwLoginBg3);
    --cwRegisterBg: var(--cwLoginBg);
}

.reset_tab_btn.active {
    --cwRegisterAccent: var(--cwLoginAccent);
}

.reset-popup .tl_input_popup_reg {
    --cwInputBg: var(--cwInputG);
}

.reset-popup .tl_popup_content {
    --cwLoginG: var(--cwLoginBg);
}

.reset-popup #content {
    padding: 16px;
}

.pass_reset_content #Second .submit-text,
.pass_reset_content #Third .submit-text {
    font-size: 12px;
    line-height: 18px;
    color: var(--cwLoginAccent);
}

.pass_reset_content #Third .final-text {
    margin-top: 0px;
}

.pass_reset_content .recover__action-wrapper button {
    max-width: none;
}

.reset-popup .reg_tab_header {
    display: flex;
}

.pass_reset_content .captcha_block:not(.captcha_noHeight) {
    height: 68px;
    width: 100%;
    max-width: 268px;
}

.form-step {
    display: none;
}

.showStep {
    display: block;
}

.reset-popup .g-recaptcha.input-validation-error {
    border-bottom: 1px solid #ff0000;
}

.pass_reset_content #js_country_code {
    width: 80px;
}

.countryCode_disable {
    --cwInputTxt: var(--cwInputTxt3);
}

.opt_login_msg {
    font-size: 12px;
    color: var(--cwLoginTxt);
    line-height: 18px;
}
/*end Forgot Password*/
/*Start New OTP login*/
.otp_login_form{
    margin-bottom: -32px;
}
/*End New OTP login*/
/*button logick*/

/*deposit*/
.cw_deposit_button.tl_btn.cw_deposit_button.tl_btn{
    background: var(--cwDepositButtonG);
    color: var(--cwDepositButtonTxt);
    border: 1px solid var(--cwDepositButtonBorder);
    border-radius: var(--cwDepositButtonRadius);
}
.cw_deposit_button.tl_btn.cw_deposit_button.tl_btn:hover{
    background: var(--cwDepositButtonBgHover);
    color: var(--cwDepositButtonTxt);
}

 
/*login*/
.cw_sign_in_button.tl_btn.cw_sign_in_button.tl_btn{
    background: var(--cwSignInButtonG);
    color: var(--cwSignInButtonTxt);
    border: 1px solid var(--cwSignInButtonBorder);
    border-radius: var(--cwSignInButtonRadius);
}
.cw_sign_in_button.tl_btn.cw_sign_in_button.tl_btn:hover{
    background: var(--cwSignInButtonBg2);
    color: var(--cwSignInButtonTxt2);
}

.lca-gv-header .depositDialog {
    background-color: var(--cwDepositButtonBg);
    color: var(--cwDepositButtonTxt);
    border: 1px solid var(--cwDepositButtonBorder);
    border-radius: var(--cwDepositButtonRadius);
}

.lca-gv-header .depositDialog:hover {
    background-color: var(--cwDepositButtonBgHover);
    color: var(--cwDepositButtonTxt);
}

/*start crm*/

.crm-popup {
    padding: 15px;
}

.crm-popup__head {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--cwModalBgHover);
    color: var(--cwModalTxt3);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.crm-popup iframe {
    border: 1px solid var(--cwModalBg2);
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    max-height: calc(100vh - 90px);
    overflow: auto;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.tl_popup_dialog:has(.crm-popup) {
    top: 0 !important;
}

/*Start Email reset pass*/
.tl_popup_container.recovery {
    width: 336px;
    display: flex;
    flex-direction: column;
    padding: 0;
    z-index:112;
}

.cw_state_idle:has(.tl_popup_container.recovery),
.cw_state_logged:has(.tl_popup_container.recovery) {
    align-items: center;
}

.tl_popup_container.recovery .verific_text {
    text-align: center;
}
/*End Email reset pass*/

.no_data_found_txt {
    margin: 50px auto;
    display: block;
    text-align: center;
    font-size: 14px;
    color: var(--cwModalTxt2);
}

/*Start Player Activity check popup*/
.activity_check_popup {
    position: fixed;
    max-width: 522px;
    max-height:314px;
    height:100%;
    background-color: var(--cwModalBg);
    border-radius: 16px;
    z-index: 10001;
    padding: 12px 16px 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--cwModalTxt);
}

.activity_check_popup_header {
    font-weight: 500;
    height: 32px;
    max-width: 490px;
    margin-bottom: 12px;
    font-size: 16px;
}

.activity_check-overlay {
    background: var(--cwOverlayBg) !important;
    backdrop-filter: blur(var(--cwOverlayBlur));
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.activity_check_popup_content {
    height: 100%;
    margin-block: 12px;
    max-height: 158px;
    gap: 12px;
}

.activity_check_popup_sep {
    border-bottom: 1px solid var(--cwModalBorder);
}

.bottom_sep{
    margin-bottom: 12px;
}

.activity_check_popup_txt {
    max-width: 458px;
}

.activity_check_popup_time {
    font-weight: 500;
    font-size: 20px;
    color: var(--cwModalTxt);
    max-height: 28px;
}

.activity_check_popup_buttons {
    gap: 12px;
}

.activity_check_popup button {
    align-items: center;
    background-color: var(--cwButtonSecondaryBg);
    border-radius: 12px;
    color: var(--cwButtonSecondaryTxt);
    cursor: pointer;
    display: flex;
    max-height: 46px;
    padding: 16px 12px;
}
/*End Player Activity check popup*/
/*start restricted message*/
.restricted_message {
    background-color: #FFFFFF;
    color: #111111;
    border: 1px solid rgba(0, 0, 0, 0.16);
    position: fixed;
    top: 16px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    max-width: 716px;
    padding: 12px;
    gap: 8px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    z-index: 100;
}
.cw-rtl-global .restricted_message {
    transform: translateX(50%);
}
.restricted_message_btn {
    cursor: pointer;
    color: #969696;
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    text-align: center;
}
/*end restricted message*/
.show_all_markets_header {
    background-color: var(--cwButtonBgHover);
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}

.show_all_markets_header .show_all_markets_title {
    color: var(--cwModalTxt);
}

.show_all_markets_header .show_all_markets_btn {
    background-color: var(--cwModalAccent);
    color: var(--cwModalAccentTxt);
    padding: 0 16px;
    height: 36px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

.bn_markets_content {
    background-color: var(--cwButtonBgHover);
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
    flex-grow: 1;
    min-height: 0;
}

.bn_markets_content_x {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 14px;
}

.bn_markets_content_x .cw_icon_cancel {
    font-size: var(--icoSize);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--cwModalTxt2);
    cursor: pointer;
}

.bn_markets_content_items {
    display: flex;
    flex-direction: column;
    height: calc(100% - 52px);
    overflow-y: auto;
}

.bn_markets_content_items .bn_markets_content_item {
    padding: 12px 16px;
    border-bottom: 1px solid var(--cwModalBorder);
    color: var(--cwModalTxt);
    font-size: 14px;
}

.bn_markets_content_item_info {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.bn_markets_content_item_info i {
    --icoSize: 18px;
    color: #FFA726;
}
/*end bonus market*/

.cw-rtl-global .js_parallax_banner__arrow_cont .banners_billboard_arrows.arrow__prev,
.cw-rtl-global .js_parallax_banner__arrow_cont .banners_billboard_arrows.arrow__next {
    transform: rotate(180deg);
}</pre></body></html>