body {
    background-color: #212121;
    color: #fff;
    font-size: 13px;
}

/*popup*/
.tl_popup_clr {
    background-color: #1e2128;
    color: #fff;
}

.tl_input_popup_reg,
.tl_sel_custom_popup_reg_selected,
.tl_input_popup,
.tl_input,
.tl_gh_filter,
.tl_sel_custom_popup_reg {
    background-color: #333333;
    color: #fff;
}
/*buttons*/
.primBtn,
a.primBtn {
    background-color: #1C8A07;
    color: #fff;
}

    .primBtn:hover,
    a.primBtn:hover {
        background-color: #309e1b;
        color: #fff;
    }

.btnSec,
a.btnSec {
    background-color: #1C8A07;
    color: #fff;
}

.live_tv_block {
    height: 34px;
    margin: 0 1.5vw;
}

    .live_tv_block a:hover {
        background-color: transparent;
    }

    .live_tv_block img {
        max-width: 114px;
    }
    
/*header*/
.tl_logo a,
.active .header__left__logo { 
    height: 25px;
    width: 150px;
}

.header__left__logo { 
    height: 30px;
    width: 35px;
}

.tl_logo_space_imitator {
    width: 150px;
    flex-shrink: 0;
}

.tl_btn,
a.tl_btn,
.tl_acc_lang {
    background-color: #363636;
    color: #b3b3b3;
    border-radius: 2px;
}

    .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: #444;
        color: #fff;
    }

.depositDialog.tl_deposit_button,
 .btnSec,
 .reg_btn,
 .changepass_btn,
 .forgot_btn,
 .tl_btn-accent,
 a.tl_btn-accent,
 .add_game_popup .moregame,
 .tl_gh .tl_search_button {
    background: #1C8A07;
    color: #fff;
}

    .tl_btn-accent:hover,
    a.tl_btn-accent:hover,
    .add_game_popup .moregame:hover,
    .tl_gh .tl_search_button:hover,
    .depositDialog.tl_deposit_button:hover,
    .reg_btn:hover,
    .btnSec:hover,
    .changepass_btn:hover,
    .forgot_btn:hover {
        background: #309e1b;
        color: #fff;
    }

.tl_logged_in {
    width: auto;
}
/*dropdowns*/
.tl_dropdown_style,
a.tl_dropdown_style {
    background-color: #0E0E0E;
    color: #fff;
    border-bottom: 1px solid;
    border-color: #212121;
}

    .tl_dropdown_style:hover,
    a.tl_dropdown_style:hover {
        background-color: #1e1e1e;
        color: #fff;
    }

/*header*/
.tl_header_top_row .tl_acc_lang {
    margin: 0 4px;
    padding: 0;
    min-width: 70px;
    text-transform: uppercase;
}

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

.tl_header_top_row {
    background-color: #0E0E0E;
    color: #fff;
}

.tl_time {
    color: #b3b3b3;
}

.tl_header_bot_row {
    padding-left: 16px;
    padding-right: 16px;
}

.tl_header_bot_row_fix {
    max-width: 1550px;
}

a.tl_simple_link-accent {
    background-color: #333;
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
    color: #1C8A07;
    border-radius: 2px;
}

    a.tl_simple_link-accent:hover {
        background-color: #303030;
        color: #1C8A07;
    }

.tl_main_nav .header_nav__dropdown a,
.header_nav__dropdown a {
    background-color: #0E0E0E;
    border-bottom: 1px solid #212121;
}

.links_container {
    background-color: #212121;
}

    .links_container a:hover {
        color: #fff;
        background-color: #0E0E0E;
    }

    .links_container a {
        background-color: transparent
    }

.username_cont div {
    text-transform: lowercase !important;
}
/*links*/
.icons,
.tl_simple_link {
    margin: 0 20px;
    font-size: 14px;
}

.icons {
    display: none;
    margin: 0 10px;
}

.tl_simple_link {
    transition: color 0.314s;
    color: #B3B3B3;
}

    .tl_simple_link:hover {
        color: #1C8A07;
    }

.promotions_link {
    color: #1C8A07;
    text-transform: uppercase;
}
/*badge*/
.tl_badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1C8A07;
    color: #fff;
    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: #212121;
    color: #fff;
}
/*promoted routine*/
.tl_promoted {
    position: relative;
}

    .promoted_drop:after,
    .tl_promoted:after,
    .tl_promoted:after,
    .New:after,
    .promoted: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;
    }

.promoted_drop:after {
    top: -7px;
    right: -21px;
}

.promoted.tr:after,
.promoted_drop.tr:after {
    content: 'Yeni';
}

.promoted_drop:after,
.tl_promoted:after,
.New:after,
.promoted:after {
    background-color: #1C8A07;
    color: #fff;
}

.tl_header_navigation {
    display: flex;
    align-items: center;
}

.tl_main_nav_item {
    color: #fff;
 
}

    .tl_main_nav_item:hover,
    .tl_main_nav_item-active,
    .tl_main_nav_item-active .tl_main_nav_item-inner {
        color: #1C8A07;
    }

/*banner navigation*/
.cas_nav_prev,
.cas_nav_next,
.lca-voice-icon {
    background-color: rgba(14,14,14,0.4);
    color: #fff;
    margin: 4px;
    border-radius: 4px;
}

.cas_nav_prev:hover,
.cas_nav_next:hover,
.lca-voice-icon:hover {
    color: #1C8A07;
}

/*start Deposit/Withdrawal info block*/
@media screen and (max-width: 1500px) {
    .tl_payment_block .tl_payment_head .tl_min_max_col {
        width: 175px;
    }

    .tl_payment_block .tl_payment_head .tl_info_link {
        width: auto;
    }
}

.cmtcuzdan_text {
    font-size: 15px;
    margin: 20px 0 0 50px;
    padding-bottom: 15px;
    color: #fff;
}

.envoypay {
    background-position: 0 -9941px;
}

.papara_desc {
    font-size: 15px;
    color: #999;
}

.papara {
    background-position: -269px -4653px;
}

.bitcoin {
    background-position: -268px -3509px;
}

.ethereum {
    background-position: -268px -3769px;
}

.creditcard {
    background-position: -268px -3717px;
}

#booming_games {
    width: 960px !important;
    height: 100%;
    border: none;
}

.tour__leaderboard_table_me {
    border-bottom: 2px solid #1C8A07;
}

.tr_col_me {
    color: #1C8A07;
}

.hour_minute_container {
    width: auto;
}
/*end Deposit/Withdrawal info block*/

/*popups*/
.tl_popup_header {
    background-color: #0E0E0E;
    color: #fff;
    border-radius: 2px 2px 0 0;
}

.tl_head_text,
.tl_head_close {
    color: #fff;
}

.tl_my_acc_cont .tl_head_close:hover,
.tl_my_acc_cont .tl_head_close {
    color: #b3b3b3;
}

.tl_popup_container,
.tl_popup_content {
    background-color: #1D1D1D;
    color: #b3b3b3;
    border-radius: 0 0 2px 2px;
}
/*widgets*/
.name_vidget {
    background-color: rgba(14,14,14,0.5);
    color: #fff;
    border-radius: 4px;
    padding: 0 16px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}
/*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 account*/
.tl_date_picker td .ui-state-hover,
.tl_date_picker td .ui-state-active {
    background: #1C8A07;
}

.tl_my_acc_cont_content {
    background-color: #252525;
    color: #b3b3b3;
}

.tl_messige {
    width: 100%;
    display: block;
    margin-bottom: 4px;
    margin-top: 4px;
}

.tl_messige-success {
    color: #1C8A07;
}

.tl_messige-fail {
    color: #f00;
}

.tl_btn-min-width {
    min-width: 120px;
}

a.tl_my_acc_nav_item,
a.tl_my_acc_nav_itemsp {
    background-color: #212121;
    border-bottom: 1px solid #0E0E0E;
}

.tl_my_acc_cont_nav {
    background-color: #212121;
}

.tl_my_acc_nav_itemsp:hover,
a.tl_my_acc_nav_item:hover,
a.tl_my_acc_nav_item.active {
    background-color: #0E0E0E;
}

ul.tl_sel_custom_popup_reg_options li {
    background-color: #0E0E0E;
    color: #646464;
    border-bottom: 1px solid #212121;
}

    ul.tl_sel_custom_popup_reg_options li.active, ul.tl_sel_custom_popup_reg_options li:hover {
        background: #212121;
        color: #656565;
    }

.rslt_tbl_heading {
    background: #212121;
}
/*casino games*/
.search__input:-webkit-autofill,
.search__input:-webkit-autofill:hover,
.search__input:-webkit-autofill:focus,
.search__input:-webkit-autofill:active {
    -webkit-box-shadow: inset 0 0 0 50px #212121 !important;
    box-shadow: inset 0 0 0 50px #212121 !important;
}

.add_game_popup .search__input:-webkit-autofill,
.add_game_popup .search__input:-webkit-autofill:hover,
.add_game_popup .search__input:-webkit-autofill:focus,
.add_game_popup .search__input:-webkit-autofill:active {
    font-size: 14px;
    box-shadow: inset 0 0 0 50px #0E0E0E !important;
}

.add_game_popup .scroll__content {
    background-color: #212121;
}

/*games filter*/
.games_filter_content {
    background-color: #0E0E0E;
    color: #b3b3b3;
}

.filter_search {
    background-color: #333;
    color: #b3b3b3;
}

.search__input:-webkit-autofill,
.search__input:-webkit-autofill:hover,
.search__input:-webkit-autofill:focus,
.search__input:-webkit-autofill:active {
    -webkit-box-shadow: inset 0 0 0 50px #212121 !important;
}

.filter_search_content {
    color: #fff;
}

.games_filter_element {
    background-color: #333;
    color: #b3b3b3;
}

    .games_filter_element:hover,
    .games_filter_element.active {
        background-color: #1C8A07;
        color: #fff;
    }

/*game view*/
.game__view__header {
    background-color: rgba(14,14,14,0.877);
    color: #fff;
}

.header__left__button {
    color: #fff;
}

.game__buttons span:hover .likescount,
.game__buttons span:hover {
    color: #1C8A07;
}

.add__games_popup{
    background-color: #0E0E0E !important;
    color: #fff !important;
}

.casino_nav__providers .tl_tab_item {
    border-radius: 0;
    background-color: #0E0E0E;
    color: #fff;
}

    .casino_nav__providers .tl_tab_item.active {
        background-color: #1C8A07;
        color: #fff;
    }

.add__games_popup .search__block {
    background-color: #0E0E0E;
    color: #fff;
}

.add_game_popup .search__input {
    background-color: #0E0E0E;
    color: #fff;
    box-shadow: none !important;
}

.add_game_popup .ui-dialog-titlebar {
    background-color: #212121 !important;
    color: #fff !important;
    border: 0 !important;
}

.ui-widget-content { 
    color: #fff !important;
    border-radius: 2px;
}

/*promotions*/
.tl_news, .tl_news_single, .tl_promotions {
    background-color: #212121;
    color: #fff;
}

.tl_prom_filters {
    background-color: #333;
    color: #fff;
}

    .tl_prom_filters:hover {
        color: #fff;
    }

    .tl_prom_filters:after {
        background-color: #1C8A07;
    }

.tl_promo_news_name,
.tl_promo_news_hover {
    border-color: #1C8A07;
}

.tl_promo_news_button {
    background-color: #1C8A07;
    color: #fff;
}

.promo_clicked {
    background-color: #1C8A07 !important;
}

.tl_BG {
    background-color: #0E0E0E;
}
/*inputs*/
#Captcha,
.tl_input_popup_reg,
.tl_sel_custom_popup_reg_selected,
.tl_input_popup_reg_s {
    background-color: #333;
    color: #b3b3b3;
}

.ui-widget-content a {
    color: #b3b3b3;
}
/*casino navigation*/
.tl_casino_navigation_wrapper {
    color: #b3b3b3;
}

.tl_casino_navigation_tab {
    background-color: rgba(14,14,14,0.0);
    color: #b3b3b3;
    border-radius: 4px 4px 0 0;
}

.tl_casino_subnavigation_wrapper {
    background-color: rgba(14,14,14,0.877);
    color: #b3b3b3;
    border-radius: 4px;
}

.tl_casino_navigation_tab.active,
.tl_casino_navigation_tab:hover {
    background-color: rgba(14,14,14,0.877);
    color: #1C8A07;
}

.tl_casino_subnavigation_item.active,
.tl_casino_subnavigation_item:hover {
    color: #1C8A07;
}

.casino_nav__see_more__dropdown,
.filter_result__block {
    background-color: rgba(14,14,14,0.877);
    color: #fff;
}

.form-group {
    margin-bottom: 24px;
}



/*payments*/
.tl_payment_block,
.tl_payment_block_inter,
.tl_payment_inner_block {
    background-color: #212121;
    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: #1e1e1e;
        color: #b3b3b3;
    }

    .deposit_payment,
    .tl_payment_block .icon_color,
    .payment_lbl,
    a.payment_lbl {
        color: #b3b3b3;
    }

    .tl_payment_block .tl_deposit_button {
        background-color: #1C8A07;
        color: #fff;
    }

        .tl_payment_block .tl_deposit_button:hover {
            background-color: #309e1b;
            color: #fff;
        }

.tl_input_popup {
    background-color: #333;
    color: #b3b3b3;
}

/*inbox popup*/
.tl_my_inbox_container {
    background-color: #1A1A1A;
    color: #b3b3b3;
}

.tl_my_inbox_msg_box,
.tl_my_inbox_mails_cont {
    background-color: #262626;
    color: #b3b3b3;
}

.deleteAll_icon, .readAll_icon, .tl_mail_icon, .tl_mail_details_title {
    color: #b3b3b3;
}

.tl_mail_details {
    color: #b3b3b3;
}

.tl_mail_item {
    background-color: #0E0E0E;
    color: #b3b3b3;
}

    .tl_mail_item.active,
    .tl_mail_item:hover {
        background-color: #333;
        color: #b3b3b3;
    }

.tl_mail_row {
    background-color: #fff;
    color: #666;
}

.tl_mail_msgId {
    color: #1C8A07;
}

.tl_mail_row.head .tl_mail_msgId,
.tl_mail_rows_cont .tl_mail_msgId {
    color: #666;
}

.tl_msg_button {
    background-color: #1C8A07;
    color: #fff;
}

    .tl_msg_button:hover {
        background-color: #309e1b;
        color: #fff;
    }

.greyBtn:hover,
.greyBtn {
    background-color: #0E0E0E;
    color: #b3b3b3;
    border-radius: 2px;
}

.tl_mail_send_area, .tl_mail_send_input, .tl_mail_message_body {
    background: #333333;
    color: #fff;
}


.add__game,
.add__game_button,
.left__menu {
    background-color: rgba(14,14,14,0.5);
    color: #fff;
}
.last__winners .item__img {
    background-color: #0E0E0E;
    color: #fff;
}

.tl_typography_accent {
    color: #1C8A07;
}

.tl_gh .tl_gh_result .tl_gh_result_heading {
    background-color: #212121;
    color: #b3b3b3;
}

.tl_gh .tl_gh_result .tl_gh_result_item:nth-child(even) {
    background-color: #333;
    color: #fff;
}

.tl_gh .tl_gh_result .tl_gh_result_item:nth-child(odd) {
    background-color: #303030;
    color: #fff;
}

.paging li > .pi {
    color: #b3b3b3;
}

    .paging li > .pi.page {
        color: #fff;
    }

        .paging li > .pi.page:hover,
        .paging li > .pi.active {
            background-color: #212121;
        }


#register_container input::-webkit-input-placeholder {
    color: #999;
}

#register_container input::-moz-placeholder {
    color: #999;
}

#login_container input::-webkit-input-placeholder {
    color: #999;
}

#login_container input::-moz-placeholder {
    color: #999;
}

#recover_pass_container input::-webkit-input-placeholder {
    color: #999;
}

#recover_pass_container input::-moz-placeholder {
    color: #999;
}

/*footer*/
.tl_footer {
    background-color: #0E0E0E;
    color: #fff;
    overflow: hidden;
    z-index: 10;
    position: relative;
    padding-bottom: 50px;
}

.footer_links_heading {
    margin-bottom: 4px;
    color: #1C8A07;
}

.tl_footer_links_heading {
    font-size: 16px;
    display: block;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #1C8A07
}

.tl_footer_links_row a {
    transition: all 0.314s;
    color: #B3B3B3;
}

.tl_footer_links {
    padding: 15px 150px 55px;
    border-bottom: 2px solid #404747;
    margin-bottom: 30px;
}

.tl_footer_text {
    line-height: 1.3;
    color: #b3b3b3;
}

.tl_footer_link:hover {
    color: #fff;
}

.copy {
    color: #1C8A07;
    margin-top: 5px;
    font-size: 11px;
}

.links-content {
    padding: 45px 11% 25px;
    border-top: 2px solid #252525;
    border-bottom: 2px solid #252525;
}

.tl_login_container a {
    font-size: 12px;
}

.portbet-is-licensed {
    width: 90px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: 30px;
}

.portbet-is-licensed-text {
    color: #999;
    font-size: 13px;
    text-align: justify;
    width: 60%;
    float: left;
}

.iconsFoot .frow {
    height: auto;
    justify-content: space-between;
    margin: 0;
}

.iconsFoot {
    margin: 0;
}

.tl_footer_links_wrapper {
    flex: 1;
}

.providers_block {
    padding: 25px 0;
    border-top: 2px solid #252525;
    margin-top: 20px;
}
/*footer provider icons*/
.payment_title {
    font-size: 14px;
    text-transform: uppercase;
    color: #1C8A07;
    text-align: center;
    letter-spacing: 1px;
    font-family: roboto;
    max-width: 300px;
    margin: 28px auto;
    text-decoration: underline;
}

.footer_payments {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 50px;
}
.footer-Payments {
    border-bottom: 2px solid #404747;
    padding-bottom: 15px !important;
}
.new_pay {
    margin: 7px;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: all 0.3s ease;
    background-position-x: 0;
}

.leap.new_pay {
    background-position-y: -397px;
    height: 32px;
    width: 78px;
}

.evolution.new_pay {
    background-position-y: -442px;
    height: 25px;
    width: 73px;
}

.luckysteak.new_pay {
    background-position-y: -479px;
    height: 22px;
    width: 148px;
}

.vivogaming.new_pay {
    background-position-y: -516px;
    height: 25px;
    width: 120px;
}

.ezugi.new_pay {
    background-position-y: -558px;
    height: 24px;
    width: 55px;
}

.betsoft.new_pay {
    background-position-y: -600px;
    height: 25px;
    width: 75px;
}

.gaming1x2.new_pay {
    background-position-y: -643px;
    height: 24px;
    width: 62px;
}

.booming.new_pay {
    background-position-y: -686px;
    height: 18px;
    width: 62px;
}

.pragmatic-play.new_pay {
    background-position-y: -722px;
    height: 14px;
    width: 118px;
}

.redrake.new_pay {
    background-position-y: -751px;
    height: 29px;
    width: 48px;
}

.wazdan.new_pay {
    background-position-y: -799px;
    height: 18px;
    width: 79px;
}

.habanero.new_pay {
    background-position-y: -836px;
    height: 14px;
    width: 108px;
}

.evoplay.new_pay {
    background-position-y: -869px;
    height: 25px;
    width: 98px;
}

.kiron.new_pay {
    background-position-y: -913px;
    height: 28px;
    width: 91px;
}

.reelnrg.new_pay {
    background-position-y: -960px;
    height: 23px;
    width: 84px;
}

.worldmatch.new_pay {
    background-position-y: -1003px;
    height: 29px;
    width: 67px;
}

.tombala.new_pay {
    background-position-y: -1050px;
    height: 18px;
    width: 86px;
}

.irondog.new_pay {
    background-position-y: -1090px;
    height: 41px;
    width: 37px;
}

.betgamestv.new_pay {
    background-position-y: -1152px;
    height: 23px;
    width: 100px;
}

.betsolutions.new_pay {
    background-position-y: -1196px;
    height: 24px;
    width: 148px;
}

.bcongo.new_pay {
    background-position-y: -1241px;
    height: 27px;
    width: 108px;
}

.fazi.new_pay {
    background-position-y: -1288px;
    height: 37px;
    width: 78px;
}

.flg.new_pay {
    background-position-y: -1346px;
    height: 21px;
    width: 61px;
}

.fugaso.new_pay {
    background-position-y: -1388px;
    height: 17px;
    width: 77px;
}

.genii.new_pay {
    background-position-y: -1425px;
    height: 26px;
    width: 60px;
}

.inbet.new_pay {
    background-position-y: -1472px;
    height: 29px;
    width: 57px;
}

.tvbet.new_pay {
    background-position-y: -1518px;
    height: 33px;
    width: 97px;
}

.tomhorn.new_pay {
    background-position-y: -1572px;
    height: 39px;
    width: 44px;
}

.gmw.new_pay {
    background-position-y: -1629px;
    height: 25px;
    width: 63px;
}

.august.new_pay {
    background-position-y: -1676px;
    height: 31px;
    width: 93px;
}

.gamefish.new_pay {
    background-position-y: -1728px;
    height: 42px;
    width: 67px;
}

.espressogames.new_pay {
    background-position-y: -1790px;
    height: 29px;
    width: 128px;
}

.njoy.new_pay {
    background-position-y: -1842px;
    height: 22px;
    width: 111px;
}

.conceptgaming.new_pay {
    background-position-y: -1887px;
    height: 25px;
    width: 75px;
}

.af_gaming.new_pay {
    background-position-y: -1934px;
    height: 48px;
    width: 48px;
}

.leander.new_pay {
    background-position-y: -2004px;
    height: 33px;
    width: 105px;
}

.ka_gaming.new_pay {
    background-position-y: -2059px;
    height: 39px;
    width: 120px;
}

.nucleus.new_pay {
    background-position-y: -2122px;
    height: 29px;
    width: 93px;
}

.aninda_papara.new_pay {
    background-position-y: -2170px;
    height: 24px;
    width: 79px;
}

.payfix.new_pay {
    background-position-y: -2215px;
    height: 25px;
    width: 80px;
}

.paycell.new_pay {
    background-position-y: -2261px;
    height: 29px;
    width: 78px;
}

.akbank.new_pay {
    background-position-y: -2316px;
    height: 12px;
    width: 100px;
}

.aninda_havale.new_pay {
    background-position-y: -2350px;
    height: 22px;
    width: 78px;
}

.bitcoin.new_pay {
    background-position-y: -2392px;
    height: 19px;
    width: 83px;
}

.cepbank.new_pay {
    background-position-y: -2431px;
    height: 34px;
    width: 40px;
}

.cmtcuzdan.new_pay {
    background-position-y: -2489px;
    height: 34px;
    width: 35px;
}

.denizbank.new_pay {
    background-position-y: -2545px;
    height: 26px;
    width: 113px;
}

.ethereum.new_pay {
    background-position-y: -2593px;
    height: 32px;
    width: 112px;
}

.garanti.new_pay {
    background-position-y: -2647px;
    height: 29px;
    width: 87px;
}

.ing.new_pay {
    background-position-y: -2695px;
    height: 26px;
    width: 90px;
}

.ripple.new_pay {
    background-position-y: -2739px;
    height: 30px;
    width: 99px;
}

.vakifbank.new_pay {
    background-position-y: -2788px;
    height: 36px;
    width: 108px;
}
.papara.new_pay {
    background-position-y: -2842px;
    height: 25px;
    width: 74px;
}
.envaysoft.new_pay {
    background-position-y: -2884px;
    height: 26px;
    width: 105px;
}
.qnb.new_pay {
    background-position-y: -2936px;
    height: 32px;
    width: 100px;
}
.ziraatbankasi.new_pay {
    background-position-y: -2993px;
    height: 30px;
    width: 122px;
}
.turkiyebankasi.new_pay {
    background-position-y: -3043px;
    height: 41px;
    width: 128px;
}
.yapikredi.new_pay {
    background-position-y: -3102px;
    height: 34px;
    width: 106px;
}
.kuveytbank.new_pay {
    background-position-y: -3152px;
    height: 31px;
    width: 122px;
}
.frow {
    margin: 15px 0;
    min-height: initial;
    padding: 0;
}

.footer_social-list{
    margin: 20px 0;
}

.footer_logo {
    width: 235px;
    height: 46px;
    margin-top: 24px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain; 
}

.toMobile_block {
    margin: -18px 0 35px;
}

.footer-copy-box {
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    flex-direction: column;
    line-height: 30px;
    position: relative;
}

.cw_footer_18_wrapper {
    color: red;
}
.licence_logo {
    margin: 0 10px 0;
}  

.footer_text {
    color: #B3B3B3;
    font-size: 11px;
    text-align: center;
    margin: 15px auto
}

.luqapayjetoncrypto {
    background-position: -266px -13821px;
}

.reg_footer {
    padding-bottom: 5px;
    margin-bottom: 0;
}
/*27.4.21 optims*/
body .bg-primary, body .h-bg-primary {
    background: #1C8A07;
    color: #fff;
}

    body .h-bg-primary:hover {
        background: #309e1b;
        color: #fff;
    }

body .text-primary {
    color: #1C8A07;
}

body .bg-secondary, body .h-bg-secondary {
    background-color: #363636;
    color: #fff;
}

    body .h-bg-secondary:hover {
        background-color: #444;
        color: #fff;
    }

body .bg-tert, body .h-bg-tert {
    background-color: #0E0E0E;
    color: #fff;
}

    body .h-bg-tert:hover {
        background-color: #0E0E0E;
        color: #fff;
    }

.registerDialog {
    min-width: 116px;
}

    /*Live casino*/

.lca-navbar {
    background-color: #0E0E0E;
    color: #fff;
}

.lca-nabvar-controller:before {
    color: #fff;
}

.lca-submenu-row .lca-wrapper-shadow.shadow-left:before {
    background: linear-gradient(270deg, transparent 0%, #363636 100%);
}

 .lca-submenu-row .lca-wrapper-shadow.shadow-right:after {
    background: linear-gradient(90deg, transparent 0%, #363636 100%);
}


.lca-wrapper-shadow.shadow-left:before {
    background: linear-gradient(270deg, transparent 0%, #0E0E0E 100%);
}

.lca-wrapper-shadow.shadow-right:after {
    background: linear-gradient(90deg, transparent 0%, #0E0E0E 100%);
}

.lca-navbar-lin,
.lca-filter-btn,
.lca-search-input {
   color: #fff;
}

.lca-filter-btn.active {
    color: #1C8A07;
}

.lca-filter-btn.active::before {
    border-top: 2px solid #1C8A07;
}

.lca-navbar-link.active {
    border-top-color: #1C8A07;
    color: #1C8A07;
}

.lca-menu-badge {
    color: #fff;
    background: #1C8A07;
}

.lca-wrapper .search__icon {
    color: #fff;
}

.lca-wrapper .star_icon.active:after {
    color: #1C8A07;
}

.lca-filter {
    background-color: #404040;
}

.lca-filter-wrapper .lca-wrapper-shadow.shadow-left:before {
    background: linear-gradient(270deg, transparent 0%, #404040 100%);
}

.lca-filter-wrapper .lca-wrapper-shadow.shadow-right:after {
    background: linear-gradient( 90deg, transparent 0%, #404040 100%);
}  

.lca-filter-title {
    color: #fff;
    background: rgba(14, 14, 14, 0.6);
}

.lca-filter-price {
    background: #0e0e0e;
    color: #fff;
}

.lca-filter-price-input {
    color: #fff;
}

.lca-filter-no-result {
    background: #212121;
}

.lca-search-input:focus {
    border-bottom: 2px solid #1C8A07;
}

.lca-search .search__icon:hover {
    color: #1C8A07;
}

.lca-search-input::placeholder {
    color: #fff;
}

.lca-submenu-link, .lca-submenu-row {
    background-color: #363636;
}

.lca-submenu-link {
    color: #cccccc;
}

.lca-submenu-link.active {
    color: #1C8A07;
}

.lca-card-body {
    background: #0e0e0e;
}

.lca-card-footer, .lca-card-hover-footer {
    background-color: #0e0e0e;
}

.lca-card-price {
    color: #1C8A07;
}

.lca-card-likes {
    background-color: #363636;
    color: #fff;
}

.lca-card-btn {
    background: #1C8A07;
    color: #fff;
}

/*Live casino game view*/

.lca-gv-header {
    background-color: #0E0E0E;
}

.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(14, 14, 14, 0.6);
}

.lca-gv-game-card {
    background: #0e0e0e;
}

.lca-gv-game-card-add-btn {
    background: #272727;
    color: #fff;
}

.lca-gv-game-card-gamelist-title {
    color: #fff;
}

.lca-gv-game-btn-block {
    background: rgba(14, 14, 14, 0.6);
color: #fff;
}

.lca-main-wrapper .lca-submenu-link:hover, .lca-filter-item:hover, .lca-gv-game-btn-block span:hover {
    color: #1C8A07;
}

.lca-gv-modal-content {
    background: #0e0e0e;
}

.lca-gv-modal-header {
    background: #363636;
}

.lca-gv-modal-title {
    color: #fff;
}

.lca-navbar-container {
    background: #272727;
}

.lca-gv-modal .lca-nabvar-controller:before {
    color: #fff;
}

.lca-gv-modal .lca-wrapper-shadow.shadow-left:before {
    background: linear-gradient( 90deg, #272727 0%, transparent 100%);
}

.lca-gv-modal .lca-wrapper-shadow.shadow-right:after {
    background: linear-gradient(270deg, #272727 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: #1C8A07;
    color: #1C8A07;
}

.lca-gv-modal .search__icon:not(.search-result-icon):hover {
    color: #1C8A07;
}

.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: #414141;
}


.lca-gv-modal .lca-submenu-wrapper .lca-wrapper-shadow.shadow-left:before {
    background: linear-gradient( 90deg, #414141 0%, transparent 100%);
}

.lca-gv-modal .lca-submenu-wrapper .lca-wrapper-shadow.shadow-right:after {
    background: linear-gradient(270deg, #414141 0%, transparent 100%);
}


.lca-gv-card-price {
    color: #1C8A07;
}

.lca-gv-card-add-game {
    color: #1C8A07;
}

.lca-wrapper .noUi-target {
    background: #0e0e0e;
}

.lca-wrapper .noUi-connect {
    background: #1C8A07;
}

.lca-wrapper .noUi-handle {
    border: 4px solid #0e0e0e;
    background: #1C8A07;
}

/*registration steps*/
.reg_progress_dots span.active:after,
.reg_progress_dots span.done {
    background-color: #1C8A07;
}

.reg_progress_dots span {
    border-color: #b3b3b3;
}

.reg_progress_dots span:before {
    background-color: #b3b3b3;
}

.chackbox_blocks {
    min-height: 35px;
}

.reg_fast_full_block_btn {
    height: 52px;
    width: 50%;
    max-width: 211px;
    margin: 0 20px;
    background-color: #fbcf0c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.reg_fast_full_block_btn:hover {
    background-color: #1c8906;
    color: #fff;
}
.reg_fast_full_block {
    padding: 60px 60px 71px;
    background-color: #1a1a1a;
}

.registration_logo {
    width: 325px;
    height: 55px;
    margin: 0 auto 79px; 
    background-size: cover;
}
#registerContent.ui-widget-content { 
    margin-top: 13vh;
}
#registerContent .tl_popup_header {
    background-color: #262626;
}
.larg_content #registerContent {
    margin-top: 0;
}
.larg_content{
    width: 810px !important;
}
.small_content #registerContent {
    margin-top: 5vh;
}
.small_content {
    width: 388px !important;
}

#reg_btn {
    min-width: 146px;
}
#reg_btn,
#reg_btn:hover {
    background-color: #fbcf0c;
    color: #000;
}
.gender_block {
    min-height: 35px;
}
.reg_footer .checkbox_item:hover + .reg_err_mess.reg_err_mess_conf:not(.hidden) {
    display: block;
    top: 28px;
    left: -4px;
    max-width: 518px;
} 
.tl_sel_custom_popup_reg_selected.disabled {
    background-color: #1d1d1d;
}
/*very new bonus*/
.bn_left_card .bonus_card_body {
    background-color: #313131;
}

/*register and login popup optimization */
.flex_popup_content #registerContent {
    max-width: 626px;
}
.flex_popup_content.larg_content #registerContent {
    max-width: 810px;
}

.flex_popup_content #loginContent {
    width: 360px !important;
}

