﻿/*colors*/
:root {
    --bg-primary: transparent linear-gradient(180deg, #f1e9a9 0%, #d8d093 43%, #b2aa71 100%, #E19C37 100%);
}

body {
    --bg-level-1: #121212;
    --bg-level-2: #191919;
    --bg-level-3: #616161;
    --bg-level-4: #757575;
    --text-level-high: #FFFFFF;
    --text-level-medium: #CCCCCC;
    --text-level-low: #999999;
    --icon-level-high: #FFFFFF;
    --icon-level-medium: #CCCCCC;
    --icon-level-low: #999999;
    --btn-primary: #EBDF9D;
    --btn-secondary: #3c3c3c;
    --badge-notification: #EBDF9D;
    --badge-bonus: #EBDF9D;
    --cwPrimary: #EBDF9D;
    --btn-primary-text: #000000;
    --btn-secondary-text: #ffffff;
    --text-on-primary: #000000
}
/*-----*/

/*main styles*/
body {
    background-color: #121212;
    color: #fff;
    font-size: 13px;
}

.tl_logo a,
.active .header__left__logo {
    width: 150px;
    height: 118px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.active .header__left__logo {
    height: 42px;
}

@media only screen and (max-width: 1280px){
    .tl_logo a,
    .active .header__left__logo {
        width: 127px;
        height: 100px;
    }
    .active .header__left__logo {
        height: 42px;
    }
}

.header__left__logo {
    width: 50px;
    height: 34px;
}

.tl_logo_space_imitator {
    width: 150px;
    flex-shrink: 0;
}

.tl_btn {
    padding: 0 8px;
}

.tl_btn,
a.tl_btn,
.tl_acc_lang {
    background-color: #3c3c3c;
    color: #b3b3b3;
    border-radius: 2px;
    font-size: 12px !important;
}

.toTop.tl_btn {
    background-color: rgba(12,12,12,0.6);
}

.depositDialog {
    font-weight: 500 !important;
}

.tl_acc_lang > a {
    color: #b3b3b3;
}

.tl_acc_lang:hover > a {
    color: #b3b3b3;
}

.tl_btn:hover,
a.tl_btn:hover,
.tl_acc_lang:hover {
    background-color: #2e2d2d;
    color: #b3b3b3;
}

.changepass_btn,
.forgot_btn,
.tl_btn-accent,
a.tl_btn-accent,
.add_game_popup .moregame,
.tl_gh .tl_search_button {
    color: #000;
    background: var(--bg-primary) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #2B2B2B4D;
    font-weight: 500;
    min-width: 110px;
}

.changepass_btn:hover,
.forgot_btn:hover,
.tl_btn-accent:hover,
a.tl_btn-accent:hover,
.add_game_popup .moregame:hover,
.tl_gh .tl_search_button:hover {
    color: #000;
    background: transparent linear-gradient(180deg, #E19C37 0%, #A7823B 43%, #FFE164 100%, #A7823B 100%) 0% 0% no-repeat padding-box;
}

.btn-100k {
    height: 42px;
}

.btn-100k > img{
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1795px){
    .tl_login_container .tl_btn-accent{
        min-width: initial;
    }
}

/*dropdowns*/
.tl_dropdown_style,
a.tl_dropdown_style {
    background-color: #000000;
    color: #fff;
    border-bottom: 1px solid;
    border-color: #121212;
}

.tl_dropdown_style:hover,
a.tl_dropdown_style:hover {
    background-color: #141414;
    color: #fff;
}
/*header*/

.tl_head_promos_btns {
    margin-inline-end: auto;
}
.tl_head_promos_btns a {
    transition: 0.2s;
    margin: 0 10px
}

.tl_head_promos_btns a:hover {
    transform: scale(1.2);
}

.promo_btn {
    border-radius: 4px;
    padding: 0 8px;
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
    color: #EBDF9D;
    height: 36px;
    flex-shrink: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(42,42,42,1)), color-stop(9%, rgba(36,36,36,1)), color-stop(97%, rgba(73,73,73,1)));
    background: -o-linear-gradient(bottom, rgba(42,42,42,1) 0%, rgba(36,36,36,1) 9%, rgba(73,73,73,1) 97%);
    background: linear-gradient(0deg, rgba(42,42,42,1) 0%, rgba(36,36,36,1) 9%, rgba(73,73,73,1) 97%);
}

.promo_btn .text {
    margin-left: 5px;
}

.promo_btn .dynamic_icon {
    font-size: 38px;
    line-height: 36px;
}

.promo_btn.bonus_request .dynamic_icon {
    font-size: 36px;
}

.tl_promotions_btn .dynamic_icon {
    transform: rotate(-45deg);
}

@media only screen and (max-width: 1480px) {
    .logged-in .promo_btn .text {
        display: none;
    }

    .tl_head_promos_btns .promo_btn {
        min-width: 35px;
    }
}

@media only screen and (max-width: 1280px) {
    .tl_head_promos_btns a{
        margin: 0 5px;
    }
}

.mx-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
}

.header_gif img {
    max-width: 150px;
}

.header_gif {
    margin-bottom: 10px;
}

.tl_acc_lang {
    margin: 0 4px;
}

.tl_header_top_row {
    background-color: #121212;
    color: #fff;
    height: 120px;
}

.tl_header_top_row_fix_height {
    height: 100%;
}

.tl_time {
    color: #b3b3b3;
}

.tl_head_promos_btns .tl_simple_link {
    transition: all 0.2s ease;
    transform: scale(1);
    white-space: nowrap;
}

.tl_head_promos_btns .main_titles:hover, .tl_head_promos_btns .tl_simple_link:hover {
    transform: scale(1.1);
}


.dynamic_menu .tl_header_navigation {
    height: 70px;
}

.tl_main_nav_item-inner {
    padding-top: 2px;
}
/*links*/
.header-menu-wrapper {
    display: flex;
    align-items: center;
}

.header-menu-wrapper  img {
    height: auto;
}

.header-menu-wrapper a:nth-child(1) img {
    max-width: 126px;
}

.header-menu-wrapper a:nth-child(2) img {
    max-width: 88px;
}

.header-menu-wrapper a:nth-child(3) img {
    max-width: 146px;
}

a.tl_simple_link-accent {
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
    color: #EBDF9D;
    border-radius: 2px;
    margin-left: 25px;
}

@media screen and (max-width: 1740px) {
    .header-menu-wrapper img {
        width: 32px;
        object-position: left;
        object-fit: none;
        height: 31px;
    }
}

a.tl_simple_link-accent:hover {
    color: #ffffff;
    transform: scale(1) !important
}

@media screen and (max-width: 1410px) {
    .tl_simple_link {
        font-size: 14px;
        margin-right: 8px;
    }
}

/*badge*/
.tl_badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #EBDF9D;
    color: #000;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
    transform: translate(-50%, -50%);
}

.tl_badge:empty {
    display: none;
}

/*header bottom row*/
.tl_header_bot_row {
    background-color: #121212;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    height: 170px;
    padding-top: 115px;
}
.header_more_btn {
    color: #EBDF9D;
}

.header_more_btn.text-primary {
    color: #ffffff;
}
/*promoted routine*/
.tl_promoted {
    position: relative;
}

.tl_promoted:after,
.New:after,
.promoted:after,
.tl_game_tab_item.New:after {
    position: absolute;
    top: 0;
    right: 0;
    content: 'new';
    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;
}

.tl_promoted.tr:after,
.New.tr:after,
.promoted.tr:after,
.tl_game_tab_item.New.tr:after {
    content: 'yeni';
}

.tl_promoted:after,
.New:after,
.promoted:after,
.tl_game_tab_item.New:after {
    background-color: #EBDF9D;
    color: #000;
}

.tl_games {
    width: auto;
    margin: 0 -10px;
}

.tl_header_navigation {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

button.tl_main_nav_item,
.tl_main_nav_item,
.dynamic_menu .tl_main_nav_item {
    font-size: 16px;
    color: #EBDF9D;
}

.tl_main_nav_item:hover,
.tl_main_nav_item-active,
.tl_main_nav_item-active .tl_main_nav_item-inner {
    color: #ffffff;
}

.tl_responsive_header_navigation .header_nav__dropdown a {
    margin-bottom: 0;
}

/*banner navigation*/
.lca-voice-icon,
.cas_nav_prev,
.cas_nav_next {
    background-color: rgba(12,12,12,0.5);
    color: #fff;
}

.cas_nav_prev:hover,
.cas_nav_next:hover {
    color: #EBDF9D;
}

/*footer*/
.tl_footer {
    background-color: #161616;
    color: #fff;
    z-index: 8;
    position: relative;
    padding: 20px 0 95px;
    margin-top: 70px;
    min-width: 1200px;
}

.footer_links_heading {
    margin-bottom: 4px;
    color: #EBDF9D;
}

.tl_footer_links_row .tl_footer_links_heading {
    font-size: 1.2em;
    display: block;
    margin-bottom: 16px;
    color: #EBDF9D;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: normal;
}

.tl_footer_links_row .tl_footer_link {
    display: block;
    margin-bottom: 4px;
    transition: all 0.314s;
    color: #b3b3b3;
    font-size: 13px;
}

.tl_footer_text {
    line-height: 1.3;
    color: #b3b3b3;
}

.tl_footer_link:hover {
    color: #fff;
}

.footer_bottom_text {
    color: #B3B3B3;
    line-height: 1.3;
    margin: 16px 0;
    max-width: 170px;
}
.licenses_block {
    margin-bottom: 30px;
}
.licenses_block img {
    margin-inline-end: 24px;
}

.licenses_block .footer_bottom_text {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.footer_bottom_text a{
    text-decoration: underline;
}

.logo_dmca.venilir img {
    max-width: initial;
}
.dmca-badge {
    display: inline-block;
    margin: 0 10px;
}
.rating_functionality {
    width: 205px;
    height: 125px;
    overflow: hidden;
    margin: 0 10px;
    flex-shrink: 0;
}
.copy {
    color: #B3B3B3;
}

.copy .partner_color {
    color: #EBDF9D;
}
.footer_logos-top {
    margin-bottom: 10px;
}


.footer__QR-code {
    width: 255px;
    padding: 7px 16px 7px 7px;
    background-color: #3a3a3a;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.2;
    cursor: default;
}

.footer__QR-code img {
    max-width: 112px;
    margin-inline-end: 20px;
}

.footer__QR-icon .dynamic_icon {
    font-size: 68px;
    margin: 0 12px 20px;
    line-height: initial;
}

.footer_logos_LGS {
    margin-inline-end: 16px;
    max-width: 388px;
}
.footer_logos_LGS img {
    max-width: 100%;
}
.rating_functionality iframe {
    width: 300px;
    height: 300px;
    border: none;
    outline: none;
}

.tl_footer_links_row {
    flex: none;
    padding: 0 20px;
}

.tl_footer_links {
    padding: 28px 0 66px;
}

.footer-logo img {
    max-width: 240px;
    margin-bottom: 80px;
}
/*top top*/
.to_top_cont {
    inset-inline-end: 40px;
}
/* start IOS and ANDROID apps*/
.toMobile {
    border: 1px solid #fff;
    background-color: #1a1a1a;
    margin: 0 8px;
    border-radius: 5px;
}

.toMobile.app {
    min-width: auto;
    padding: 0;
    border: none;
    height: 50px;
}

.toMobile.app > img {
    width: auto;
    height: 50px;
    border-radius: 6px;
}
/* end IOS and ANDROID apps*/

.f_bottom_img a img {
    margin: 20px;
}

@media screen and (max-width:1670px ) {
    .tl_container {
        width: 100%;
        padding-left: 46px;
        padding-right: 46px;
    }

    .lc_element__container {
        max-width: calc(100% - 52px);
    }

}
/* start footer social icons*/
.ml-auto {
    margin-left: auto;
}

.iconsFoot {
    margin: 0;
}

.social_icons_footer{
    margin-right: auto;
}



/*Social icons color*/


.social__facebook-icon {
    background-color: #3b5998;
}

.social__instagram-icon,
.social__threads-icon {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-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__pinterest-icon {
    background-color: #c8232c;
}

.social__reddit-icon {
    background-color: #ff4500;
}

.social__telegram-icon {
    background-color: #0088CC;
}

.social__tikTok-icon {
    background-color: #000000;
}

.social__tumblr-icon {
    background-color: #34526f;
}

.social__twitter-icon {
    background-color: #000000
}

.social__twitter-icon2 {
    background-color: #00acee
}

.social__whatsApp-icon {
    background-color: #25D366;
}

.social__youtube-icon {
    background-color: #FF0000;
}

/* end footer social icons*/


/*fixed social icons*/
.social_icons_fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    transform: rotate(-90deg) translate(-490px, 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;
    color: #000000;
    font-weight: 600;
    background: var(--bg-primary) 0% 0% no-repeat padding-box;
}

.social_icon {
    background-color: rgba(226, 213, 149, .3);
    height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_icon:before {
    content: "";
    display: block;
    transform: rotate(90deg);
    height: 90px;
    width: 90px;
    background-repeat: no-repeat;
    background-size: contain;
}

.social_icons_fixed a:hover {
    transform: translate(0, -125px);
}

@media screen and (max-height: 820px) {
    .social_icons_fixed a {
        width: 25%;
        margin-left: 1vh;
    }

    .social_icons_fixed {
        transform: rotate(-90deg) translate(-430px, 256px);
        width: 505px;
    }
}

/*footer payments*/
.footer_payments {
    border-bottom: 2px solid #252525;
    padding: 16px 0 30px;
}

.footer_payments_block {
    max-width: 770px;
}

.mobile_apps img {
    max-width: 185px;
    margin: 0 20px;
}

.mobile_apps-g img {
    max-width: 47px;
    margin: 0 20px;
}

.logo_dmca img {
    max-width: 73px;
}

/*popups*/
.tl_popup_header {
    background-color: #222222;
    color: #fff;
    border-radius: 2px 2px 0 0;
}

.tl_head_text,
.tl_head_close {
    color: #FFFFFF;
}

.tl_popup_content {
    background-color: #000000;
    color: #B8B8B8;
    border-radius: 0 0 2px 2px;
}
/*login popup*/
#loginContent .tl_head_text, #loginContent .tl_head_close {
    color: #EBDF9D;
}
#loginContent .tl_popup_link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.D_logo {
    width: 122px;
    height: 97px;
    margin: 32px auto 50px;
}

.login_form_group {
    display: flex;
    flex-wrap: wrap;
    width: 357px;
    margin: 0 auto 20px;
}

.login_form_group .form-group-label {
    width: 123px;
    background-color: #EBDF9D;
    padding-top: 0;
    min-height: 44px;
    line-height: 1;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.login_form_group .form-group-label span {
    display: none;
}

.login_form_group .tl_input_popup_reg {
    background-color: #262626;
    border-radius: 0;
    color: #B8B8B8;
    font-size: 16px;
    height: 44px;
    width: 234px !important;
}

.login_form_group .tl_btn {
    min-width: 146px;
    font-weight: bold;
    font-size: 18px !important;
    margin: auto;
    height: 44px;
    width: auto !important;
}

.login_form_group .tl_btn:hover {
    background: transparent linear-gradient(180deg, #A7823B 0%, #FFE164 43%, #A7823B 100%, #E19C37 100%) 0% 0% no-repeat padding-box;
    opacity: 0.9;
}

.captcha_block .tl_refresh_container{
    width: 100%;
}

.login_form_group .tl_refresh_container {
    margin: 0;
    width: 125px;
}

.login_form_group .tl_refresh_container .tl_input_popup_reg {
    width: 122px !important;
}

.login_form_group .login_captcha_block {
    width: 234px;
}

.login_form_group .login_captcha_block > .captchaImage {
    height: 44px;
    width: 105px;
    margin: 0 5px;
}

.login_form_group .reg_error_message {
    margin-top: 8px;
}

/*widgets*/
.name_vidget {
    background-color: rgba(12,12,12,0.5);
    color: #fff;
    border-radius: 8px;
    padding: 0 16px;
    height: 35px;
    line-height: 35px;
}
/*banners*/
.tl_games_slider_game {
    outline: 0;
}

.top_cas_games__slider img {
    border-radius: 0px;
}

.tl_games_slider_game > div {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    overflow: hidden;
}

/*my profile notification settings section*/

.notificationSettings_container .notificationSettings_btnConfirm {
    color: #000000;
}

.notificationSettings_container .notificationSettings_checkbox label input:checked + span:after {
    color: #000000;
}

.notification_confirmPopup__inner .notification_confirmPopup__btnConfirm {
    color: #000000;
}

/*My profile section update button*/
.update_button {
    margin-top: 100px;
}

/*my account*/
a.tl_my_acc_nav_item,
a.tl_my_acc_nav_itemsp {
    background: linear-gradient( 358deg,#5e5e5c,#000000f5);
}

a.tl_my_acc_nav_item.active,
a.tl_my_acc_nav_itemsp.active,
a.tl_my_acc_nav_item:hover,
a.tl_my_acc_nav_itemsp:hover {
    background: linear-gradient(358deg,#c6bf8d,#1d2211);
    color: #fff;
}

.tl_my_acc_cont_content {
    background-color: #000000;
    color: #b3b3b3;
}

.tl_messige {
    width: 100%;
    display: block;
    margin-bottom: 4px;
    margin-top: 4px;
}

.tl_messige-success {
    color: #008000;
}

.tl_messige-fail {
    color: #f00;
}

.tl_btn-min-width {
    min-width: 120px;
}

/*??????*/
.tl_game_tabs_menu .tl_game_tab_item {
    color: #fff;
}

/*games filter*/
.games_filter_content {
    background-color: #000000;
    color: #b3b3b3;
}

.filter_search {
    background-color: #292929;
    color: #b3b3b3;
}

.filter_search_content {
    color: #fff;
}

.games_filter_element {
    background-color: #292929;
    color: #b3b3b3;
}

.games_filter_element:hover,
.games_filter_element.active {
    background-color: #EBDF9D;
    color: #000;
}

/*game view*/
.game__view__header {
    background-color: rgba(12,12,12,0.877);
    color: #fff;
}

.header__left__button {
    color: #fff;
}

.game__buttons span:hover .likescount,
.game__buttons span:hover {
    color: #EBDF9D;
}

.add__games_popup,
.add__games_popup .tl_games_container .tl_game_tabs_container {
    background-color: #000000 !important;
    color: #fff !important;
}

.casino_nav__providers .tl_tab_item {
    border-radius: 0;
    background-color: #000000;
    color: #fff;
}

.casino_nav__providers .tl_tab_item.active {
    background-color: #EBDF9D;
    color: #000;
}

.add__games_popup .tl_game_tabs_menu .tl_game_tab_item {
    color: #fff;
}

.add__games_popup .tl_game_tabs_menu .tl_game_tab_item.active {
    color: #EBDF9D;
}

.add__games_popup .search__block {
    background-color: #000000;
    color: #fff;
}

.add_game_popup .search__input {
    background-color: #000000;
    color: #fff;
    box-shadow: none !important;
}

.add_game_popup .ui-dialog-titlebar {
    background-color: #121212 !important;
    color: #fff !important;
    border: 0 !important;
}

.ui-widget-content {
    color: #fff !important;
    border-radius: 2px;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    background: transparent;
    color: currentColor;
    border: 0;
    cursor: pointer;
}

.ui-dialog .ui-dialog-titlebar-close:before {
    content: '\041A';
    font-family: ProductIconsFont;
}

/*promotions*/
.promo_bg_image {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 85vh;
    margin-bottom: -70px;
    background-attachment: fixed;
}

.tl_news, .tl_news_single, .tl_promotions {
    background-color: rgba(18, 18, 18, 0.8);
    color: #fff;
}

.tl_prom_filters {
    background-color: #292929;
    color: #fff;
}

.tl_prom_filters:hover {
    color: #000;
}

.tl_prom_filters:after {
    background-color: #EBDF9D;
}

.tl_promo_news_name,
.tl_promo_news_hover {
    border-color: #EBDF9D;
}

.tl_promo_news_button {
    background-color: #EBDF9D;
    color: #000;
}
/*inputs*/
.tl_input_popup_reg,
.tl_sel_custom_popup_reg_selected,
.tl_input_popup_reg_s {
    background-color: #121212;
    color: #b3b3b3;
}

.captcha_block {
    justify-content: space-between
}
/*registration steps*/
.form-group > .D_info_box > span > span {
    color: #cc0000;
}

.reg__checkboxes .D_info_box {
    top: 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.form-group.date-birthday > .D_info_box > span::after {
    display: none;
}

#registerContent .form-group {
    margin-bottom: 32px;
}

.register_left_banner {
    width: 325px;
}

#register_container .tl_sel_popup_reg {
    background-color: #121212;
}

.tl_dd_select {
    width: 100%;
    background-color: #121212;
    padding: 0 10px;
}


.tl_mobile_code {
    margin: 0;
}

#continue_btn {
    font-weight: 900;
}

#registerContent .form-group {
    width: 320px;
}

#registerContent .form-group.reg__checkboxes {
    width: auto;
}

.D_info_box {
    top: 62px;
}

#registerContent #Second .form-group {
    margin-bottom: 10px;
}

/*.register_left_banner img {
    min-height: 600px;
}*/

.reg_btn_enter_code {
    width: max-content;
    background: transparent;
    color: #B8B8B8;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.resend_time {
    position: absolute;
    right: 10px;
    top: 32px;
}

.reg_progress_dots span.active:after,
.reg_progress_dots span.done {
    background-color: #EBDF9D;
}

.reg_progress_dots span {
    border-color: #b3b3b3;
}

.reg_progress_dots span:before {
    background-color: #b3b3b3;
}

.reg_progress_dots span:before {
    width: 327px;
}

.register_step_number {
    max-width: 373px;
    min-width: 373px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}

#register_container .register_next_step{
    margin-bottom: 0;
}

.backBtn,
.next-button {
    min-width: 281px;
    font-size: 16px !important;
}

.next-button {
    color: #000000 !important;
    background: var(--bg-primary) 0% 0% no-repeat padding-box;
}

.reg_steps_info {
    max-width: 373px;
    margin: auto;
}

@media screen and (max-height: 795px) {
    .register_left_banner {
        width: 275px;
    }

    .register_right_part {
        width: 715px;
    }
}
/*casino navigation*/
.tl_casino_navigation_wrapper {
    color: #b3b3b3;
}

.tl_casino_navigation_tab {
    background-color: rgba(12,12,12,0.0);
    color: #b3b3b3;
    border-radius: 4px 4px 0 0;
}

.tl_casino_subnavigation_wrapper {
    background-color: rgba(12,12,12,0.877);
    color: #b3b3b3;
    border-radius: 4px;
}

.tl_casino_navigation_tab.active,
.tl_casino_navigation_tab:hover {
    background-color: rgba(12,12,12,0.877);
    color: #EBDF9D;
}

.tl_casino_subnavigation_item.active,
.tl_casino_subnavigation_item:hover {
    color: #EBDF9D;
}

.casino_nav__see_more__dropdown,
.filter_result__block {
    background-color: rgba(12,12,12,0.877);
    color: #fff;
}




/*payments*/
.tl_payment_block,
.tl_payment_block_inter,
.tl_payment_inner_block {
    background-color: #121212;
    color: #b3b3b3;
}

.tl_payment_block:hover,
.tl_payment_block_inter:hover,
.tl_payment_inner_block:hover,
.tl_payment_block.active,
.tl_payment_inner_block.active
.tl_payment_block_inter.active {
    background-color: #141414;
    color: #b3b3b3;
}

.deposit_payment,
.tl_payment_block .icon_color,
.payment_lbl, a.payment_lbl {
    color: #b3b3b3;
}

.rslt_tbl_heading {
    background: #121212;
}

.tl_payment_block .tl_deposit_button {
    color: #000;
    background: transparent linear-gradient(180deg, #A7823B 0%, #FFE164 43%, #A7823B 100%, #E19C37 100%) 0% 0% no-repeat padding-box;
}

.tl_payment_block .tl_deposit_button:hover {
    background-color: #f9db61;
    color: #000;
}

.tl_input_popup {
    background-color: #292929;
    color: #b3b3b3;
}

.tl_payment_block .tl_payment_head .tl_payment_icon {
    width: 82px;
    height: 42px;
    min-width: 82px;
    border-radius: 4px;
}

/*tl_payment_icon.transfertoaccount {
    background-position: -268px -12166px;
}

.tl_payment_icon.bitcoin {
    background-position: -266px -12227px;
}

.tl_payment_icon.ethereum {
    background-position: -267px -12477px;
}

.tl_payment_icon.papara {
    background-position: -267px -12667px;
}

.tl_payment_icon.cepbankoffline {
    background-position: -266px -12286px;
}

.tl_payment_icon.kredikartoffline1 {
    background-position: -267px -12603px;
}

.tl_payment_icon.kredikartoffline2 {
    background-position: -267px -12603px;
}

.tl_payment_icon.anindahavale {
    background-position: -266px -11912px;
}

.tl_payment_icon.anindapapara {
    background-position: -266px -12040px;
}

.tl_payment_icon.anindakredikarti {
    background-position: -266px -11977px;
}

.tl_payment_icon.anindaqr {
    background-position: -266px -12105px;
}

.tl_payment_icon.cmt {
    background-position: -266px -12353px;
}

.tl_payment_icon.payfix {
    background-position: -268px -12728px;
}

.tl_payment_icon.envoyhizlihavale {
    background-position: -266px -12415px;
}

.tl_payment_icon.envoypay {
    background-position: -266px -12415px;
}

.tl_payment_icon.paygiga {
    background-position: -267px -12791px;
}

.tl_payment_icon.expressqr {
    background-position: -266px -12544px;
}

.tl_payment_icon.rocketpay {
    background-position: -267px -12853px;
}*/
.instapayskredikarti {
    background-position: 0 -13548px;
}

/*inbox popup*/
.tl_my_inbox_container {
    background-color: #000000;
    color: #b3b3b3;
}

.tl_my_inbox_mails_cont {
    background-color: #121212;
    color: #b3b3b3;
}

.deleteAll_icon, .readAll_icon,
.tl_mail_icon,
.tl_mail_details_title {
    color: #b3b3b3;
}

.tl_mail_details {
    color: #fff;
}

.tl_mail_item {
    background-color: #000000;
    color: #b3b3b3;
}

.tl_mail_item.active,
.tl_mail_item:hover {
    background-color: #292929;
    color: #b3b3b3;
}

.tl_mail_row {
    background-color: #000000;
    color: #b3b3b3;
}

.tl_mail_msgId {
    color: #EBDF9D;
}

.tl_msg_button {
    color: #000;
    background: transparent linear-gradient(180deg, #A7823B 0%, #FFE164 43%, #A7823B 100%, #E19C37 100%) 0% 0% no-repeat padding-box;
}

.tl_msg_button:hover {
    color: #000;
    background: transparent linear-gradient(180deg, #A7823B 0%, #FFE164 43%, #A7823B 100%, #E19C37 100%) 0% 0% no-repeat padding-box;
    opacity: 0.9;
}


.add__game,
.add__game_button,
.left__menu {
    background-color: rgba(12,12,12,0.877);
    color: #fff;
}

.last__winners .item__img {
    background-color: #000000;
    color: #fff;
}

.tl_typography_accent {
    color: #EBDF9D;
}

.tl_gh .tl_gh_result .tl_gh_result_heading {
    background-color: #121212;
    color: #b3b3b3;
}

.tl_gh .tl_gh_result .tl_gh_result_item:nth-child(even) {
    background-color: #292929;
    color: #fff;
}

.tl_gh .tl_gh_result .tl_gh_result_item:nth-child(odd) {
    background-color: #262626;
    color: #fff;
}

.paging li > .pi {
    color: #b3b3b3;
}

.paging li > .pi.page {
    color: #fff;
}

.paging li > .pi.page:hover,
.paging li > .pi.active {
    background-color: #121212;
}

.reg__checkboxes.input_validation_fail span {
    color: red
}

.vip_gif img {
    max-width: 81px;
    margin-top: -12px;
}

/*27.4.21 optims*/
body .bg-primary, body .h-bg-primary {
    background-color: #EBDF9D;
    color: #000;
}

body .h-bg-primary:hover {
    background-color: #f9db61;
    color: #000;
}

body .text-primary {
    color: #EBDF9D;
}

body .bg-secondary, body .h-bg-secondary {
    background-color: #292929;
    color: #fff;
}

body .h-bg-secondary:hover {
    background-color: #262626;
    color: #fff;
}

body .bg-tert, body .h-bg-tert {
    background-color: #121212;
    color: #fff;
}

body .h-bg-tert:hover {
    background-color: #000000;
    color: #fff;
}
/*Live casino*/

.lca-navbar {
    background-color: #171717;
    color: #fff;
}

.lca-search-input:-webkit-autofill,
.lca-search-input:-webkit-autofill:hover,
.lca-search-input:-webkit-autofill:focus,
.lca-search-input:-webkit-autofill:active {
    transition: background-color 50000000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
}

.lca-nabvar-controller:before {
    color: #fff;
}

.lca-submenu-row .lca-wrapper-shadow.shadow-left:before {
    background: linear-gradient(270deg, transparent 0%, #171717 100%);
}

.lca-submenu-row .lca-wrapper-shadow.shadow-right:after {
    background: linear-gradient(90deg, transparent 0%, #171717 100%);
}


.lca-wrapper-shadow.shadow-left:before {
    background: linear-gradient(270deg, transparent 0%, #171717 100%);
}

.lca-wrapper-shadow.shadow-right:after {
    background: linear-gradient(90deg, transparent 0%, #171717 100%);
}

.lca-navbar-lin,
.lca-filter-btn,
.lca-search-input {
    color: #fff;
}

.lca-filter-btn.active {
    color: #EBDF9D;
}

.lca-filter-btn.active::before {
    border-top: 2px solid #EBDF9D;
}

.lca-navbar-link.active {
    border-top-color: #EBDF9D;
    color: #EBDF9D;
}

.lca-menu-badge {
    color: #000;
    background: #EBDF9D;
}

.lca-wrapper .search__icon {
    color: #fff;
}

.lca-wrapper .star_icon.active:after {
    color: #EBDF9D;
}

.lca-filter {
    background-color: #171717;
}

.lca-filter-wrapper .lca-wrapper-shadow.shadow-left:before {
    background: linear-gradient(270deg, transparent 0%, #171717 100%);
}

.lca-filter-wrapper .lca-wrapper-shadow.shadow-right:after {
    background: linear-gradient( 90deg, transparent 0%, #171717 100%);
}

.lca-filter-title {
    color: #fff;
    background: rgba(32, 32, 32, 0.6);
}

.lca-filter-price {
    background: #202020;
    color: #fff;
}

.lca-filter-price-input {
    color: #fff;
}

.lca-filter-no-result {
    background: #121212;
}

.lca-search-input:focus {
    border-bottom: 2px solid #EBDF9D;
}

.lca-search .search__icon:hover {
    color: #EBDF9D;
}

.lca-search-input::placeholder {
    color: #fff;
}

.lca-submenu-link, .lca-submenu-row {
    background-color: #202020;
}

.lca-submenu-link {
    color: #cccccc;
}

.lca-submenu-link.active {
    color: #EBDF9D;
}

.lca-card-body {
    background: #202020;
}

.lca-card-footer, .lca-card-hover-footer {
    background-color: #202020;
}

.lca-card-price {
    color: #EBDF9D;
}

.lca-card-likes {
    background-color: #292929;
    color: #fff;
}

.lca-card-btn {
    background: #EBDF9D;
    color: #000;
}

/*Live casino game view*/

.lca-gv-header {
    background-color: #121212;
}

.lca-gv-header-btn::before {
    color: #cccccc;
}

.lca-gv-count-icons .icon {
    color: #cccccc;
}

.lca-gv-count-icons .icon:hover,
.lca-gv-count-icons .icon.active {
    color: #fff;
}

.lca-gv-sidebar {
    background: rgba(32, 32, 32, 0.6);
}

.lca-gv-game-card {
    background: #202020;
}

.lca-gv-game-card-add-btn {
    background: #121212;
    color: #fff;
}

.lca-gv-game-card-gamelist-title {
    color: #fff;
}

.lca-gv-game-btn-block {
    background: rgba(32, 32, 32, 0.6);
    color: #fff;
}

.lca-main-wrapper .lca-submenu-link:hover, .lca-filter-item:hover, .lca-gv-game-btn-block span:hover {
    color: #EBDF9D;
}

.lca-gv-modal-content {
    background: #202020;
}

.lca-gv-modal-header {
    background: #121212;
}

.lca-gv-modal-title {
    color: #fff;
}

.lca-navbar-container {
    background: #060606;
}

.lca-gv-modal .lca-nabvar-controller:before {
    color: #fff;
}

.lca-gv-modal .lca-wrapper-shadow.shadow-left:before {
    background: linear-gradient( 90deg, #060606 0%, transparent 100%);
}

.lca-gv-modal .lca-wrapper-shadow.shadow-right:after {
    background: linear-gradient(270deg, #060606 0%, transparent 100%);
}

.lca-gv-modal .lca-navbar-link {
    color: #fff;
}

.lca-gv-modal .lca-navbar-link.active, .lca-navbar-link:hover {
    border-top-color: #EBDF9D;
    color: #EBDF9D;
}

.lca-gv-modal .search__icon:not(.search-result-icon):hover {
    color: #EBDF9D;
}

.lca-gv-modal .lca-search-input,
.lca-gv-modal .lca-search-input::placeholder {
    color: #fff;
}

.lca-gv-modal .lca-submenu-wrapper, .lca-gv-modal .lca-submenu {
    background: #2a2929;
}


.lca-gv-modal .lca-submenu-wrapper .lca-wrapper-shadow.shadow-left:before {
    background: linear-gradient( 90deg, #2a2929 0%, transparent 100%);
}

.lca-gv-modal .lca-submenu-wrapper .lca-wrapper-shadow.shadow-right:after {
    background: linear-gradient(270deg, #2a2929 0%, transparent 100%);
}


.lca-gv-card-price {
    color: #EBDF9D;
}

.lca-gv-card-add-game {
    color: #EBDF9D;
}

.lca-info-content {
    color: #fff;
    background-color: rgba(32, 32, 32, 0.6);
}

.lca-wrapper .noUi-target {
    background: #202020;
}

.lca-wrapper .noUi-connect {
    background: #EBDF9D;
}

.lca-wrapper .noUi-handle {
    border: 4px solid #202020;
    background: #EBDF9D;
}

/*register and login popup optimization */
.flex_popup_content #registerContent {
    max-width: 1155px;
}

.register_right_part {
    width: 70%;
    margin: 0 auto;
}

.flex_popup_content {
    padding-top: 10vh !important;
}

.flex_popup_content #loginContent {
    width: 478px !important;
}
/*very new bonus*/
.bn_left_card .bonus_card_body {
    background-color: #121212;
}

/* Start Live Chat*/
:root {
    --rw-red: #d8d093;
    /*	
    --rw-font-1: 'Baloo', cursive;
    --rw-font-2: 'Montserrat', sans-serif;
    */
}

.fixed_social_icons {
    position: fixed;
    bottom: 26px;
    left: calc((50%) - 787px);
    z-index: 99;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1680px) {
    .fixed_social_icons {
        left: 20px;
    }
}

#rwQuickActions.opened #rwQuickActionsMenu {
    display: none;
}

#rwQuickActions #rwQuickActionsMenuNew {
    display: block;
    position: fixed;
    bottom: 85px;
    left: -100%;
    opacity: 0;
    pointer-events: none !important;
    transition: all .3s;
    width: calc(100% - 20px);
    min-height: 325px;
    max-height: 325px;
}

#rwQuickActions.opened #rwQuickActionsMenuNew {
    opacity: 1;
    pointer-events: auto !important;
    left: 0;
}

#rwQuickActions {
    user-select: none;
}

#rwQuickActionsMenu {
    opacity: 0;
    pointer-events: none !important;
    position: fixed;
    right: 100%;
    bottom: 85px;
    right: -5px;
    transition: all .3s;
    display: flex;
    flex-direction: column;
}

#rwQuickActionsMenu a {
    color: #fff;
    font-family: var(--rw-font-1);
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 6px 35px 6px 10px;
    margin: 2px 0;
    position: relative;
    transition: all .3s;
    white-space: nowrap;
    background-color: #404256;
    border: 1px solid var(--rw-red);
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
}

#rwQuickActionsMenu a:hover {
    transform: translateX(-5px);
}

#rwQuickActionsMenu a:hover:after {
    background-color: #111;
}

#rwQuickActionsMenu a img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

#rwQuickActionsMenu a span {
    color: var(--rw-red);
}

#rwQuickActions.opened #rwQuickActionsMenu {
    opacity: 1;
    pointer-events: auto !important;
}

#rwToggleQuickActionsBtn {
    background-color: transparent;
    cursor: pointer;
    border: none;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #fff;
    transition: all .3s;
}


#rwQuickActions.opened #rwToggleQuickActionsBtn {
    transform: translateY(24px);
}

#rwToggleQuickActionsBtn > span {
    background: linear-gradient(0deg, rgba(36,36,36,1) 0%, rgb(60 59 59) 100%);
    border: 8px solid var(--rw-red);
    width: 55px;
    height: 56px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px -6px 3px rgba(0, 0, 0, 0.2);
}

#rwToggleQuickActionsBtn p {
    -webkit-text-stroke: .5px black;
    margin: 5px 0 0 0;
    white-space: nowrap;
    font-family: var(--rw-font-1);
    font-size: 24px;
    transition: all .3s;
}

#rwToggleQuickActionsBtn p span {
    color: var(--rw-red);
}

#rwToggleQuickActionsBtn img {
    width: 25px;
    transition: all .3s;
}

#rwToggleQuickActionsBtn:hover img {
    transform: scale(1.2) rotate(90deg) translateY(-1px);
}

#rwQuickActions.opened #rwToggleQuickActionsBtn {
    bottom: -40px;
}

    #rwQuickActions.opened #rwToggleQuickActionsBtn img {
        transform: rotate(-45deg);
    }

#rwQuickActionsOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10002;
    width: 100%;
    height: 100%;
    background-color: rgb(30, 30, 30, .9);
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
}

#rwQuickActionsOverlay.opened {
    opacity: 1;
    pointer-events: auto;
}

#declineReason {
    text-align: center;
    padding: 10px;
    border: 1px solid var(--rw-red);
    border-radius: 5px;
    margin: 10px 0;
}

#rwQuickActionsWindow {
    position: fixed;
    border-radius: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 500px;
    max-height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 10004;
    padding: 40px;
    color: #fff;
}

#rwQuickActionsWindow:after {
    background: linear-gradient(180deg, #404256 0%, #222907 100%);
    border-radius: 40px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#rwQuickActionsWindow:before {
    background: linear-gradient(180deg, #BB120A 0%, #222907 100%);
    border-radius: 40px;
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
}

#rwQuickActionsWindow.opened {
    opacity: 1;
    pointer-events: auto;
}

#rwQuickActionsWindowCloseBtn {
    background-color: transparent;
    border: none;
    color: var(--rw-red);
    padding: 3px 10px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 15px;
    padding: 10px 20px;
    z-index: 10005;
}

#rwQuickActionsMenuNew {
    background: linear-gradient(0deg, rgb(50 49 38) 0%, rgba(142,135,87,1) 100%);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.18);
    border-radius: 6px;
    width: calc(100% - 20px);
    max-width: 350px;
    height: auto;
    position: relative;
}

#rwQuickActionsMenuWrapperNew {
    position: absolute;
    margin: 12px;
    left: 0;
    top: 0;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
    display: grid;
}

#rwQuickActionsMenuNew a {
    border: 1px solid #d8d093;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-family: var(--rw-font-1);
    font-size: 14px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(219deg, rgba(0,0,0,1) 31%, rgb(54 52 36) 69%, rgb(86 79 28) 96%, rgba(255,255,255,1) 125%, rgba(242,241,236,1) 63%, rgb(255 234 74) 100%);
    line-height: 1.1;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

#rwQuickActionsMenuNew img {
    margin-bottom: 5px;
}

#rwQuickActionsMenuNew a:nth-child(1) img {
    height: 24px;
}

#rwQuickActionsMenuNew a:nth-child(2) img {
    height: 24px;
}

#rwQuickActionsMenuNew a:nth-child(3) img {
    height: 24px;
}

#rwQuickActionsMenuNew a:nth-child(4) img {
    height: 24px;
}

#rwQuickActionsMenuNew a:nth-child(5) img {
    height: 24px;
}

#rwQuickActionsMenuNew a:nth-child(6) img {
    height: 24px;
}

#rwQuickActionsMenuNew a:nth-child(7) img {
    height: 24px;
}

#rwQuickActionsMenuNew a:nth-child(8) img {
    height: 16px;
}

#rwQuickActionsMenuNew a:nth-child(9) img {
    height: 24px;
}

#rwQuickActionsMenuNew a:nth-child(10) img {
    height: 24px;
}

#rwQuickActionsMenuNew a:nth-child(11) img {
    height: 24px;
}

#rwSupportOptionsToggleBtnNew small {
    position: absolute;
    background: #D1B430;
    transform: rotate(-45deg);
    right: -11px;
    top: -11px;
    padding: 8px 12px 8px 1px;
}

    #rwSupportOptionsToggleBtnNew small img {
        transform: rotate(45deg);
        height: 8px !important;
    }

#openTrialBonus {
    line-height: .8;
}

#rwFriendAff {
    flex-direction: row !important;
    display: none !important;
}

    #rwFriendAff img {
        margin-right: 5px;
    }

#rwQuickActionsMenuNew #rwShowEventsBtn {
    display: none;
}

#rwQuickActionsMenuNew a#btcWithdraw {
    grid-row: span 3;
    font-size: 26px;
    text-align: left !important;
    justify-content: flex-start !important;
    align-content: flex-start !important;
    align-items: flex-start !important;
    padding: 10px;
    order: -1;
    text-decoration: none;
    line-height: 45px;
}

#btcWithdraw i {
    color: var(--rw-red);
    font-weight: bold;
    font-size: 32px;
}

#rwQuickActionsMenuNew a#btcWithdraw img {
    height: 90px;
    right: 10px;
    bottom: 10px;
    position: absolute;
}

#rwSupportOptionsNew {
    right: -150%;
    display: flex;
    position: absolute;
    background-color: #222907;
    bottom: 0;
    width: 330px;
    height: 90px;
    flex-wrap: wrap;
    margin: 5px;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 5px;
}

#rwSupportOptionsNew.opened {
    right: 5px;
}

#rwSupportOptionsNew a {
    width: 70px;
    margin: 5px;
    height: 70px;
}

#rwSupportOptionsNew a img {
    height: 25px !important;
}

.whatsapp_top {
    width: 55px;
    height: 56px;
    color: #000000;
    background: var(--bg-primary) 0% 0% no-repeat padding-box;
    border-radius: 50%;
}

.whatsapp_top:after {
    content: "";
    display: block;
    height: 40px;
    width: 40px;
    background-size: 62px auto;
    background-position: 0px -304px;
}

@media screen and (max-width: 1680px) {
    .whatsapp_top {
        left: 20px;
    }
}

.instapaysviphavale {
    background-position: -352px -13029px;
}


/* End Live Chat*/

/* Welcome popup */
.welcome_login_popup_close {
    color: #000 !important;
    background-color: #fff;
    font-weight: bold;
}
@media screen and (max-width: 1450px) {

    .footer_logos_LGS {
        max-width: 300px;
    }
    .logo_dmca {
        width: 130px;
    }
    .logo_dmca.venilir img {
        max-width: 100%;
    }
    .dmca-badge img{
        max-width: 65px;
    }
    .rating_functionality {
        width: 200px;
        height: 116px;
    }
    .footer__QR-code {
        width: 220px;
        font-size: 12px;
    }
    .footer__QR-icon .dynamic_icon {
        font-size: 55px;
        margin: 0 8px 12px;
    }
    .footer__QR-code img {
        max-width: 100px;
        margin-inline-end: 5px;
    }
}

/*Website Homepage Redesign, Lobbies*/
.lobbyFilter_fixed .lobbyFilter_wrapper {
    top: 120px;
}

.lobbyFilter_fixed .notification_static_content ~ .content-wrapper .lobbyFilter_wrapper {
    top: 164px;
}