:root {
    --my--account--btn--w: 165px;
    --my--exposure--btn--w: 136px;
    --my--account--btn--h: 48px;
    --my--account--btn--gap: 10.86px;
    --my--bal--btn--w: 165px;
    --main--bal--font-w: 400;
    --main--bal--padd: 6px 16px;
    --main--bal--font-s: 12px;
    --main--bal--lh: 14px;
    --bal--font--weight: 400;
    --bal--font--weight500: 500;
    --bal--font--weight700: 700;
    --whit--color: #fff;
    --amt--s: 14px;
    --amt--lh: 16px;
    --margin--t: 5px 0 0 0;
    --main--bal--border--lft: 1px solid #A0C3E5;
    --bal--rgt--padd: 0 0 0 12px;
    --bal--lft--padd: 0 12px 0 0
}

a {
    -webkit-tap-highlight-color: transparent
}

.header_main {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2000
}

.with_left_side~.cricaza_section {
    display: none
}

.header {
    height: var(--header-ds-height);
    background: var(--header-bg);
    border-bottom: var(--header-border-bottom);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--header-ds-padding)
}

.header_lft {
    height: 100%;
    align-items: center
}

.header_lft a {
    height: var(--height--100);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.header_rgt {
    flex: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: var(--header-ds-rgt-gap)
}

.header_search {
    width: var(--ds-search-width);
    height: var(--ds-search-height);
    background: var(--search-bg);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.auth_info_btn,
.lan_drop_down,
.lan_drop_down p {
    height: var(--sign-ds-btn-height);
    font-family: var(--site-font-family);
    font-size: var(--ds-auth-fontsize);
    text-transform: var(--upercase);
    font-weight: var(--ds-auth-fontweight);
    color: var(--white-txt);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.lan_drop_down {
    cursor: pointer
}

.sign_in_btn {
    width: var(--sign-ds-btn-width);
    background: var(--search-bg)
}

.my_account_btn {
    width: var(--my--account--btn--w);
    height: var(--my--account--btn--h);
    background: var(--search-bg);
    gap: var(--my--account--btn--gap)
}

.main_bal_sec,
.main_exposure_sec {
    width: var(--my--bal--btn--w);
    height: var(--my--account--btn--h);
    padding: var(--main--bal--padd);
    background: var(--search-bg);
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden
}

.main_exposure_sec {
    width: var(--my--exposure--btn--w)
}

.main_bal_sec h4,
.main_exposure_sec h4 {
    font-family: var(--site-font-family);
    font-weight: var(--main--bal--font-w);
    font-size: var(--main--bal--font-s);
    line-height: var(--main--bal--lh);
    color: var(--whit--color)
}

.main_bal_sec h3,
.main_exposure_sec h3 {
    font-family: var(--site-font-family);
    font-size: var(--amt--s);
    line-height: var(--amt--lh);
    font-weight: var(--bal--font--weight500);
    margin: var(--margin--t);
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main_bal_rgt,
.main_exposure_sec .main_bal_rgt {
    border-left: var(--main--bal--border--lft);
    padding: var(--bal--rgt--padd);
    flex: 1;
    overflow: hidden
}

.deposit_btn,
.sign_up_btn {
    background: var(--sign-up-bg);
    border-bottom: var(--button-border-bottom);
    width: var(--signup-ds-btn-width);
    height: var(--signup-ds-btn-height);
    gap: var(--signup-ds-btn-gap)
}

.lan_drop_down {
    width: var(--lang-ds-btn-width);
    background: var(--search-bg);
    gap: var(--ds-main-gap);
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.lan_drop_down:hover {
    box-shadow: inset 0 -4.21429em #2a517a;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.list_country {
    position: absolute;
    background: linear-gradient(180deg, #457dbb 42.71%, #2a517a 100%);
    width: 100%;
    top: 100%;
    left: 0;
    height: 70vh;
    z-index: 20;
    overflow: hidden auto;
    display: none
}

.list_country_name {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.list_country_name:hover {
    background: rgba(255, 255, 255, .1);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.drop__down_arrow svg {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.lan_activated .drop__down_arrow svg {
    transform: rotate(180deg);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.list_country img {
    margin-right: 10px
}

.list_country::-webkit-scrollbar {
    display: none
}

.lang_img {
    width: var(--ds-language-width);
    height: var(--ds-language-height);
    border-radius: 50%;
    background: var(--ds-white-bg)
}

.drop_down_lft {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--ds-lang-gap)
}

.head_bal_main {
    display: flex;
    flex-wrap: wrap;
    gap: var(--header-ds-rgt-gap)
}

.main_bal_lft {
    padding: var(--bal--lft--padd)
}

@media (min-width:1025px) {
    .menu_icon {
        display: none
    }
}

@media (max-width:1024px) {
    :root {
        --bal--fontsize: 12px;
        --bal--lineheight: 14px;
        --main--bal--font-s: 8.00002px;
        --main--bal--lh: 9px;
        --my--exposure--btn--w: 93.67px;
        --my--account--btn--h: 48px;
        --margin--t: 3.33px 0 0 0;
        --bal--rgt--padd: 0 0 0 8px;
        --bal--lft--padd: 0 8px 0 0;
        --main--bal--padd: 4.53px 10.67px;
        --amt--s: 10px;
        --amt--lh: 12px;
        --my--bal--btn--w: 108.67px
    }

    .main_bal_lft svg {
        width: 10.67px;
        height: 10.67px
    }

    .lan_drop_down {
        display: none
    }

    .amount_bal_row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        gap: 8px
    }

    .amount_bal_row p {
        font-size: var(--bal--fontsize);
        line-height: var(--bal--lineheight);
        font-weight: var(--bal--font--weight);
        color: var(--whit--color)
    }

    .amount_bal_rgt {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        overflow: hidden
    }

    .amount_bal_row .amount_bal_rgt p {
        font-weight: var(--bal--font--weight700);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .my_account_btn {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .header {
        padding: var(--header-ipad-padding);
        height: var(--header-ipad-height)
    }

    .header_lft img {
        width: var(--logo-width);
        height: var(--logo-height)
    }

    .header_rgt {
        gap: var(--header-ipad-rgt-gap)
    }

    .header_search {
        width: var(--ipad-search-width);
        height: var(--ipad-search-height)
    }

    .auth_info_btn,
    .lan_drop_down,
    .lan_drop_down p {
        height: var(--sign-ipad-btn-height);
        font-size: var(--ipad-auth-fontsize)
    }

    .sign_in_btn {
        width: var(--sign-ipad-btn-width)
    }

    .deposit_btn,
    .sign_up_btn {
        width: var(--signup-ipad-btn-width);
        height: var(--signup-ipad-btn-height);
        gap: var(--ipad-signup-gap)
    }

    .deposit_btn svg,
    .sign_up_btn svg {
        width: var(--ipad-signup-svg-width);
        height: var(--ipad-signup-svg-height)
    }
}

@media (min-width:428px) and (max-width:767px) {
    .header {
        padding: var(--header-ipad-padding);
        height: var(--header-360-height)
    }

    .header_lft img {
        width: var(--logo-width);
        height: var(--logo-height)
    }

    .head_bal_main,
    .header_rgt {
        gap: var(--header-428-rgt-gap)
    }

    .header_search {
        width: var(--mobile-420-search-width);
        height: var(--mobile-420-search-height)
    }

    .header_search svg {
        width: var(--mobile360-search-svg-width);
        height: var(--mobile360-search-svg-height)
    }

    .auth_info_btn,
    .lan_drop_down,
    .lan_drop_down p {
        height: var(--sign-420-btn-height);
        font-size: var(--mobile420-auth-fontsize)
    }

    .sign_in_btn {
        width: var(--sign-420-btn-width)
    }

    .deposit_btn,
    .sign_up_btn {
        width: var(--signup-420-btn-width);
        height: var(--signup-420-btn-height);
        gap: var(--mobile-signup-gap)
    }

    .deposit_btn svg,
    .sign_up_btn svg {
        width: var(--mobile420-signup-svg-width);
        height: var(--mobile420-signup-svg-height)
    }
}

@media (min-width:360px) and (max-width:427px) {
    .header {
        padding: var(--header-ipad-padding);
        height: var(--header-360-height)
    }

    .header_lft img {
        width: var(--logo-width);
        height: var(--logo-height)
    }

    .header_rgt {
        gap: var(--header-428-rgt-gap)
    }

    .header_search {
        width: var(--mobile-360-search-width);
        height: var(--mobile-360-search-height)
    }

    .header_search svg {
        width: var(--mobile360-search-svg-width);
        height: var(--mobile360-search-svg-height)
    }

    .auth_info_btn,
    .lan_drop_down,
    .lan_drop_down p {
        height: var(--sign-360-btn-height);
        font-size: var(--mobile360-auth-fontsize)
    }

    .sign_in_btn {
        width: var(--sign-360-btn-width)
    }

    .deposit_btn,
    .sign_up_btn {
        width: var(--signup-360-btn-width);
        height: var(--signup-360-btn-height);
        gap: var(--mobile-signup-gap)
    }

    .deposit_btn svg,
    .sign_up_btn svg {
        width: var(--mobile360-signup-svg-width);
        height: var(--mobile360-signup-svg-height)
    }
}

@media (min-width:320px) and (max-width:359px) {
    .header {
        padding: var(--header-ipad-padding);
        height: var(--header-360-height)
    }

    .header_lft img {
        width: var(--logo-320width);
        height: var(--logo-320height)
    }

    .header_rgt {
        gap: var(--header-428-rgt-gap)
    }

    .header_search {
        width: var(--mobile-360-search-width);
        height: var(--mobile-360-search-height)
    }

    .header_search svg {
        width: var(--mobile360-search-svg-width);
        height: var(--mobile360-search-svg-height)
    }

    .auth_info_btn,
    .lan_drop_down,
    .lan_drop_down p {
        height: var(--sign-360-btn-height);
        font-size: var(--mobile360-auth-fontsize)
    }

    .sign_in_btn {
        width: var(--sign-320-btn-width)
    }

    .deposit_btn,
    .sign_up_btn {
        width: var(--signup-320-btn-width);
        height: var(--signup-360-btn-height);
        gap: var(--mobile-signup-gap)
    }

    .deposit_btn svg,
    .sign_up_btn svg {
        width: var(--mobile360-signup-svg-width);
        height: var(--mobile360-signup-svg-height)
    }
}

@media (max-width:319px) {
    .header {
        padding: var(--header-428-padding);
        height: var(--header-428-height)
    }

    .header_lft img {
        width: var(--logo-428-width);
        height: var(--logo--428-height)
    }

    .header_rgt {
        gap: var(--header-428-rgt-gap)
    }

    .header_search {
        width: var(--mobile-search-width);
        height: var(--mobile-search-height)
    }

    .header_search svg {
        width: var(--mobile-search-svg-width);
        height: var(--mobile-search-svg-height)
    }

    .auth_info_btn,
    .lan_drop_down,
    .lan_drop_down p {
        height: var(--sign-mobile-btn-height);
        font-size: var(--mobile-auth-fontsize)
    }

    .sign_in_btn {
        width: var(--sign-mobile-btn-width)
    }

    .deposit_btn,
    .sign_up_btn {
        width: var(--signup-mobile-btn-width);
        height: var(--signup-mobile-btn-height);
        gap: var(--mobile-signup-gap)
    }

    .deposit_btn svg,
    .sign_up_btn svg {
        width: var(--mobile-signup-svg-width);
        height: var(--mobile-signup-svg-height)
    }
}

.header_menu {
    background: var(--ds-header-menu-bg);
    padding: var(--header--menu--padding);
    display: flex;
    justify-content: space-between
}

.main_header_menu {
    display: flex;
    flex-wrap: wrap;
    width: 75%
}

.main_header_menu ul,
.mob_main_maenu {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
    width: 100%;
    padding: var(--ds--menu--padd)
}

.menulist_one ul.header_submenu li:hover {
    background: #2c5580;
    transition: .5s ease-out;
    background-position: left
}

.header_menu .mob_main_maenu {
    width: auto
}

.mob_main_maenu {
    flex: unset
}

.mobile_right_menu .main_header_menu ul.header_submenu {
    display: none
}

.main_header_menu ul::-webkit-scrollbar {
    display: none
}

.main_header_menu ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--header--menu--li--gap);
    flex: 0 0 auto;
    position: relative
}

.main_header_menu ul a {
    font-family: var(--site-font-family);
    font-size: 1.4rem;
    font-weight: var(--ds-auth-fontweight);
    text-transform: var(--upercase);
    color: var(--ds-white-bg);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--header--menu--li--gap);
    padding: var(--ds--menu--pad)
}

.main_header_menu ul a svg.menu_arrow {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.main_header_menu ul li.has_submenu a svg.menu_arrow {
    display: block
}

.header_menu .news_wrapper {
    background: linear-gradient(180deg, #457cb9 0, #2665a7 100%);
    height: var(--ds--header-menu-height);
    width: 40%
}

.header_menu .news_marquee_sec {
    width: 100%;
    display: flex
}

.header_menu .news_wrapper_lft {
    height: var(--height--100);
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    flex: 1;
    position: relative
}

.header_menu .news_wrapper_lft:after {
    display: none
}

.header_menu .news_txt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #457cb9 0, #2665a7 100%);
    position: relative;
    flex: 0 0 auto;
    width: var(--ds--news--width);
    height: var(--height--100)
}

.header_menu .news_txt a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: var(--ds--news--gap)
}

.header_menu .news_txt:after {
    content: '';
    width: var(--ds--news--after--width);
    height: var(--height--100);
    box-shadow: 2px 0 4px rgba(0, 0, 0, .15);
    position: absolute;
    right: 5px;
    transform: skew(-18deg);
    z-index: 200;
    background: 0 0
}

.header_menu .news_info_sec {
    flex: 1;
    display: flex;
    width: 100%;
    white-space: nowrap;
    overflow: auto hidden
}

.header_menu .news_txt p {
    font-family: var(--site-font-family);
    font-size: var(--ds--news--font--size);
    text-transform: var(--upercase);
    font-weight: var(--ds-auth-fontweight);
    color: var(--ds-white-bg)
}

.header_menu .news_move_sec ul {
    display: flex;
    gap: var(--ds--news--li--gap)
}

.header_menu .news_move_sec li {
    font-family: var(--site-font-family);
    font-size: var(---bs--news--move--txt--size);
    font-weight: var(--news--news--movefont--weight);
    color: var(--news--txt--color);
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 10px
}

.header_menu .news_move_sec li:first-child {
    margin-left: 0
}

.header_menu .news_info_sec marquee {
    margin-right: var(--ds--news--margin--right)
}

.mobile_right_menu .main_header_menu ul.menu_scroll_mob {
    height: var(--height--100);
    overflow: hidden auto
}

.mobile_right_menu .main_header_menu ul li {
    flex: unset
}

aside.mobile_right_menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 1111111;
    background: rgb(0 0 0 / 49%)
}

.mobile_right_menu .main_header_menu {
    height: var(--height--100vh);
    position: absolute;
    right: 0;
    left: auto;
    background: var(--site-bg);
    -webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
    transition: -webkit-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse
}

.mobile_right_menu .main_header_menu.menu_open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.close_mobile_menu {
    position: absolute;
    left: -56px;
    top: 0;
    width: var(--ipad--close--width);
    height: var(--ipad--close--height);
    background: var(--ipad--close-bg);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

body.menu_activate,
html.menu_activate {
    overflow: hidden;
    height: 100%
}

.welcome_header {
    width: var(--ipad--welcome--header--width);
    background: linear-gradient(90deg, #073b65 3.72%, #27a5fc 96.63%);
    padding: var(--ipad--welcome--header--pad);
    box-sizing: border-box
}

.mob_lan_drop_rgt.active {
    transform: rotate(180deg)
}

.menulist_one ul.header_submenu,
ul li.menulist_one {
    display: block;
    position: relative
}

.menulist_one ul.header_submenu {
    position: absolute;
    background: rgba(10, 42, 66, .8);
    border: var(--banner--thumb--border);
    border-top: 4px solid #a0c3e5;
    width: 200px;
    gap: 26px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    padding-bottom: 13px;
    top: 40px;
    display: none
}

.menulist_one ul.header_submenu li {
    padding: 13px 0 13px 23px
}

.menulist_one ul.header_submenu li:last-child {
    margin-bottom: 0
}

.welcome_heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.welcome_heading h2 {
    font-size: var(--ipad--welcome--heading);
    font-family: var(--site-font-family);
    font-style: var(--font--style);
    color: var(--welcome--heading--color);
    line-height: var(--welcome--heading--lineheight);
    text-transform: var(--upercase);
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mobille_lan_drop_down {
    width: var(--mobile--drop_width);
    height: var(--mobile--drop_height);
    background: var(--mobile--drop_bg);
    padding: var(--mobile--drop--pad);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mob_lan_drop_lft {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--lan--short--gap)
}

.lan_shortcut {
    width: var(--lan--short--width);
    height: var(--lan--short--height);
    background: var(--lan--short--bg);
    border-radius: var(--lan--short--radius);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: var(--lan--short--fontsize)
}

.lan_detail {
    font-size: var(--lan--detail--fontsize);
    text-transform: var(--upercase)
}

.mobile_auth_info_sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--mob--auth--gap);
    margin-top: var(--mob--auth--top)
}

.mob_auth_btn {
    width: var(--mob--auth--width);
    height: var(--mob--auth--height);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: var(--mob--auth--fontsize);
    color: var(--ds-white-bg);
    border-radius: var(--mob--auth--radius)
}

.mob_sign_in_btn {
    background: var(--mob--signin--bg)
}

.mob_sign_up_btn {
    background: var(--mob--signup--bg)
}

.body_text.active {
    background: rgba(26, 86, 132, .6)
}

.country_hidden {
    display: none;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, #073b65 3.72%, #27a5fc 96.63%);
    z-index: 20
}

.country_contain {
    position: relative
}

.country_contain.active .country_hidden {
    display: block
}

.body_text {
    font-weight: 400;
    font-size: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    background: rgba(10, 42, 66, .6);
    padding: 5px;
    gap: 4px;
    border-top: .5px solid #377bbb;
    display: flex
}

.slots_casino_provider_games {
    border: 1px solid #3684bc;
    padding: 10px 0 10px 0 !important;
    width: 200px;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.new_labile {
    width: 42.84px;
    height: 12.6px;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    text-transform: uppercase;
    color: #fff;
    justify-content: center;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    right: -9px;
    background: #a0c3e5
}

ul.slots_casino_provider {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    width: auto;
    gap: 0;
    padding: 0
}

ul.header_submenu.acc__panel.for_provider {
    width: auto;
    padding: 0;
    left: -79px
}

li.slots_casino_provider_games {
    margin: 0 !important
}

.text_games {
    white-space: nowrap;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #a0c3e5;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase
}

@media (min-width:1025px) {

    .close_mobile_menu,
    .mobile_icons svg,
    .mobile_right_menu,
    .welcome_header {
        display: none
    }
}

@media (max-width:1024px) {
    .header_menu {
        display: none
    }

    .mobile_right_menu .main_header_menu ul.menu_scroll_mob {
        align-items: flex-start;
        flex-direction: column;
        gap: var(--ipad--mobile--menu--sec--gap);
        padding: var(--ipad--mobile--menu--sec--pad);
        box-sizing: border-box;
        flex: 1
    }

    .mobile_right_menu .main_header_menu ul a,
    .mobile_right_menu .main_header_menu ul li {
        width: 100%;
        justify-content: space-between;
        font-size: var(--ipad--mobile--menu--font);
        height: auto
    }

    .mobile_right_menu .mobile_icons {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: var(--ipad--mobile--icon--gap)
    }

    .mobile_right_menu .main_header_menu {
        display: flex;
        flex-direction: column
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .mobile_right_menu .main_header_menu {
        width: var(--ipad--menu--width)
    }
}

@media (min-width:428px) and (max-width:767px) {
    .mobile_right_menu .main_header_menu {
        width: var(--ipad--428--menu--width)
    }
}

@media (min-width:320px) and (max-width:427px) {
    .mobile_right_menu .main_header_menu {
        width: var(--ipad--360--menu--width)
    }

    .mob_auth_btn {
        width: var(--mob--280auth--width);
        height: var(--mob--280auth--height)
    }
}

@media (max-width:319px) {
    .mobile_right_menu .main_header_menu {
        width: var(--ipad--280--menu--width)
    }

    .close_mobile_menu {
        width: var(--ipad--280--close--width);
        height: var(--ipad---280--close--height);
        left: -36px
    }

    .mob_auth_btn {
        width: var(--mob--280auth--width);
        height: var(--mob--280auth--height)
    }
}

.menulist_one.active a {
    color: #81c1ff
}

.menulist_one.active a svg path {
    stroke: #81c1ff;
    fill: #81c1ff
}

.menulist_one.active a svg {
    transform: rotate(180deg)
}

.header_submenu li a {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #a0c3e5
}

.header_submenu li .arrow {
    background: #a0c3e5;
    border-radius: 4px;
    height: 20px;
    width: 2px;
    position: absolute;
    left: 12px;
    background: #a0c3e5;
    display: inline-block;
    -moz-transition: width .4s ease-in;
    -o-transition: width .4s ease-in;
    -webkit-transition: width .4s ease-in;
    transition: width .4s ease-in;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header_submenu li:hover .arrow {
    height: 2px;
    width: 20px;
    -moz-transition: width .4s ease-in;
    -o-transition: width .4s ease-in;
    -webkit-transition: width .4s ease-in;
    transition: width .4s ease-in;
    animation: li_hover .3s ease forwards;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header_submenu li:hover .arrow:after {
    content: "";
    visibility: hidden;
    width: 6px;
    height: 6px;
    border-top: 2px solid #a0c3e5;
    border-right: 2px solid #a0c3e5;
    transform: rotate(45deg);
    top: calc(50% - 2.9px);
    position: absolute;
    right: -1px;
    animation: li_after .3s ease forwards
}

.header_submenu li:hover a {
    margin-left: 10px;
    -moz-transition: margin-left .4s ease-in;
    -o-transition: margin-left .4s ease-in;
    -webkit-transition: margin-left .4s ease-in;
    transition: margin-left .4s ease-in
}

@keyframes li_hover {
    0% {
        height: 20px;
        width: 2px;
        transform: rotate(1deg);
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    50% {
        height: 2px;
        width: 10px;
        transform: rotate(1deg);
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    100% {
        height: 2px;
        width: 10px;
        transform: rotate(1deg);
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }
}

@keyframes li_after {
    0% {
        visibility: hidden
    }

    50% {
        visibility: hidden
    }

    100% {
        visibility: visible
    }
}

@media screen and (max-width:1024px) {
    .menulist_one ul.header_submenu {
        position: initial;
        border: none;
        background: 0 0
    }

    .header_submenu li::before {
        display: none
    }

    .menulist_one ul.header_submenu {
        padding: 28px 0 20px 32px
    }
    .sec_bal{
        display: flex;
        gap: 7px;
        width: 100%;
    }
    .sec_bal1{
        padding: .3rem .5rem;
        display: flex;
        align-items: center;
        flex: 1;
        width: 100%;
        background: #00000040;

    }
}

@media (min-width:548px) {

    .head_mob_search,
    .mobile_bal_sec {
        display: none
    }
}

@media (max-width:547px) {
    :root {
        --mob--bal--h: 45px;
        --mob--bal--bg: #07263D;
        --mob--bal--padd: 0 11.89px;
        --mob--search--w: 35.67px;
        --mob--search--h: 35.67px;
        --mob--search--bg: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #00000040;
        --main--bal--padd: 0 9.91px;
        --bal--rgt--padd: 0 0 0 8px;
        --bal--lft--padd: 0 8px 0 0;
        --mobile-m-bal--h: 36.76px;
        --main--bal--font-s: 12px;
        --main--bal--lh: 14px;
        --main--bal--color: #A0C3E5;
        --amt--s: 15px;
        --amt--lh: 18px
    }

    .header .head_bal_main,
    .header .head_mob_search {
        display: none
    }

    .mobile_bal_sec {
        width: 100%;
        height: var(--mob--bal--h);
        padding: var(--mob--bal--padd);
        background: var(--mob--bal--bg);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        box-sizing: border-box;
        gap: 7.13px;
        padding: .5rem 1rem;
    }

    .head_bal_main {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex: 1;
        gap: 7.13px
    }

    .head_mob_search {
        width: var(--mob--search--w);
        height: var(--mob--search--h);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        background: var(--mob--search--bg)
    }

    .head_mob_search a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%
    }

    .main_bal_sec,
    .main_exposure_sec {
        background: var(--mob--search--bg);
        flex: 1 1 auto;
        justify-content: flex-start;
        height: var(--mobile-m-bal--h)
    }

    .main_bal_sec h4,
    .main_exposure_sec h4 {
        font-size: var(--main--bal--font-s);
        line-height: var(--main--bal--lh);
        color: var(--main--bal--color)
    }

    .main_bal_lft {
        padding: var(--bal--lft--padd)
    }

    .main_bal_lft svg {
        width: 15.85px;
        height: 15.85px
    }
}

@media (max-width:359px) {
    :root {
        --main--bal--font-s: 8px;
        --main--bal--lh: 9px;
        --amt--s: 10px;
        --amt--lh: 12px;
        --main--bal--padd: 0 6.48px
    }
}

.logout_sec {
    display: none
}

@media (max-width:1024px) {
    :root {
        --logout--fw: 500;
        --logout--fs: 14px;
        --logout--flh: 16px;
        --logout--ftt: uppercase;
        --logout--fc: #82B031;
        --logout--mt: 62px 0 0 0
    }

    .logout_sec {
        display: block;
        text-align: center;
        margin: var(--logout--mt)
    }

    .logout_sec a {
        font-weight: var(--logout--fw);
        font-size: var(--logout--fs);
        line-height: var(--logout--flh);
        text-transform: var(--logout--ftt);
        color: var(--logout--fc);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px
    }
}

@media screen and (max-width:1300px) {
    .slots_casino_provider_games {
        width: 150px
    }
}

.icon_provider img {
    min-width: 36px;
}

.slots_casino_provider_games a {
    flex-wrap: nowrap;
    gap: 0 !important;
}

.slots_casino_provider_games.active {
    background: #2c5580;
}
.lin_bal{
    border-left: 0.594px solid #A0C3E5;
    margin-left: .9rem;
    height: 100%;
}
.sec_bal1 h1{
    color: #A0C3E5;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase   ;
}
.sec_bal1 h2{
    color:#fff;
font-size: 15px;
font-weight: 500;
}
.textSecBal{
    margin-left: .9rem;
}
.sec_balSearch{
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000040;
}