﻿:root {
    --mainTheme: #090909;
}

.promo-font-color {
    color: #e6ce83 !important;
}

.afb-dark-blue {
    background-color: #151515 !important;
}

.afb-title-h1 .h1 {
    color: #eeda9d !important;
}

.afb-title-h1 a span {
    color: #ffffff80 !important;
}

    .afb-title-h1 a span:hover {
        color: #b18f35 !important;
    }

.megamenu {
    background: rgb(9 9 9) !important;
    border-bottom: 2px solid transparent;
    border-image: #977931;
    border-image: -moz-linear-gradient(left, #977931 1%, #f4e194 25%, #bf8e31 48%, #f4e497 70%, #886722 100%);
    border-image: -webkit-linear-gradient(left, #977931 1%,#f4e194 25%,#bf8e31 48%,#f4e497 70%,#886722 100%);
    border-image: linear-gradient(to right, #977931 1%,#f4e194 25%,#bf8e31 48%,#f4e497 70%,#886722 100%);
    border-image-slice: 1;
}

    .megamenu .megamenu-nav .nav-link:hover {
        background: rgb(28,28,28) !important;
    }

.main.nav-wrapper .nav-item-content {
    background: linear-gradient( 90deg, rgba(0,0,0,1) 0%, rgba(38,38,38,1) 50%, rgba(0,0,0,1) 100%);
}

.nav-link span {
    color: #eeda9d !important;
    padding-left: 0 !important;
}

.dropdown-single:hover .dropbtn-single {
    background: #b79f61;
    background: -moz-linear-gradient(top, #eeda9d 0%,#b18f35 48%,#b79f61 100%);
    background: -webkit-linear-gradient(top, #eeda9d 0%,#b18f35 48%,#b79f61 100%);
    background: linear-gradient(to bottom, #eeda9d 0%,#b18f35 48%,#b79f61 100%);
}

.btn-color {
    background: #eeda9d;
    background: -moz-linear-gradient(top, #eeda9d 0%, #b79f61 48%, #886e31 100%);
    background: -webkit-linear-gradient(top, #eeda9d 0%,#b79f61 48%,#b18f35 100%);
    background: linear-gradient(to bottom, #eeda9d 0%,#b79f61 48%,#b18f35 100%);
}

    .btn-color:hover {
        background: #b79f61;
        background: -moz-linear-gradient(top, #eeda9d 0%,#b18f35 48%,#b79f61 100%);
        background: -webkit-linear-gradient(top, #eeda9d 0%,#b18f35 48%,#b79f61 100%);
        background: linear-gradient(to bottom, #eeda9d 0%,#b18f35 48%,#b79f61 100%);
    }

.btn-white {
    color: #927001 !important;
    background-color: #fff !important;
    border: 2px solid #b79f61 !important;
}

btn-white:hover {
    background: rgb(205,156,0) !important;
    background: linear-gradient(180deg, rgba(205,156,0,1) 0%, rgba(217,170,21,1) 100%) !important;
}

button.afb {
    background: rgb(72,72,72) !important;
    background: linear-gradient(180deg, rgba(72,72,72,1) 0%, rgba(59,59,59,1) 100%) !important;
}

button.afb01.xs {
    background-image: linear-gradient(to right, #dca90b, #d7a812) !important;
}

button.afb01 {
    background: #b18f35 !important;
}

    button.afb01:hover {
        background: rgb(217,170,22) !important;
        background: linear-gradient( 180deg, rgba(217,170,22,1) 0%, rgba(205,156,0,1) 100%) !important;
    }

button.afb04 {
    background: #298929 !important;
}

    button.afb04:hover {
        background: #42B742 !important;
    }

    button.afb03 {
    background: #b18f35 !important;
}

    button.afb03:hover {
        background: #b18f35 !important;
        background: linear-gradient( 180deg, rgba(217,170,22,1) 0%, rgba(205,156,0,1) 100%) !important;
    }


button.afb:hover {
    background: rgb(72,72,72) !important;
    background: linear-gradient(180deg, rgba(72,72,72,1) 37%, rgba(105,105,105,1) 100%) !important;
}

/*Lite version button*/
.btn-lite {
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border: 2px solid #b79f61;
    border-radius: 2px 2px;
    font-size: 1em;
    margin-right: 1em;
    background-image: linear-gradient(to right, #d6bb74, #c2a65d);
    color: white;
}

    .btn-lite:hover {
        background-image: linear-gradient(to left, #d6bb74, #c2a65d);
        color: white;
    }

.inside .h1, .searchgamewidget .h1 {
    color: #eeda9d !important;
}

.inside p, .inside .h2 {
    color: white !important;
}

.inside > div > div > a {
    color: #ffffff80;
}

    .inside > div > div > a:hover {
        color: #b18f35 !important;
        text-decoration: underline;
    }

.inside a p:hover {
    color: white !important;
}

button.afb-m-menu {
    border: 1px solid #c3952a !important;
    background-color: #000 !important;
}

    button.afb-m-menu:hover {
        background: #c3952a !important;
    }

.btn-icontop-lg {
    background-color: #b18f35 !important;
}

 

img.megamenu-icon {
     filter: sepia(100%) hue-rotate( 0deg ) saturate(150%)!important;
}


a.btn-icontop-lg:hover {
    background: #b79f61;
    background: -moz-linear-gradient(top, #eeda9d 0%,#b18f35 48%,#b79f61 100%);
    background: -webkit-linear-gradient(top, #eeda9d 0%,#b18f35 48%,#b79f61 100%);
    background: linear-gradient(to bottom, #eeda9d 0%,#b18f35 48%,#b79f61 100%);
}

.btn-light {
    background-color: #595959 !important;
}

    .btn-light:hover {
        background: rgb(82,82,82) !important;
        background: linear-gradient(180deg, rgba(82,82,82,1) 0%, rgba(48,48,48,1) 100%) !important;
    }

.mobile-col {
    background-color: #2c2c2c !important;
}

/*.text-wrap {
    border-top: 3px solid transparent;
    border-image: #977931;
    border-image: -moz-linear-gradient(left, #977931 1%, #f4e194 25%, #bf8e31 48%, #f4e497 70%, #886722 100%);
    border-image: -webkit-linear-gradient(left, #977931 1%,#f4e194 25%,#bf8e31 48%,#f4e497 70%,#886722 100%);
    border-image: linear-gradient(to right, #977931 1%,#f4e194 25%,#bf8e31 48%,#f4e497 70%,#886722 100%);
    border-image-slice: 1;
    border-radius: 0 0 8px 8px;
}*/

#slideout p {
    background: #b18f35 !important;
}

.afb-medias a {
    background: #b18f35;
}

    .afb-medias a:hover {
        background: #b79f61;
        background: -moz-linear-gradient(top, #eeda9d 0%,#b18f35 48%,#b79f61 100%);
        background: rgb(217,170,22);
        background: rgb(217,170,22);
    }
/* saerch bar */
.search-btn, .searchgamewidget .search-btn {
    background: #eeda9d;
    background: -moz-linear-gradient(top, #eeda9d 0%, #b79f61 48%, #886e31 100%);
    background: -webkit-linear-gradient(top, #eeda9d 0%,#b79f61 48%,#b18f35 100%);
    background: #b18f35;
}

    .search-btn:hover {
        background: rgb(217,170,22);
        color: white;
    }

.button-afb.one {
    background: linear-gradient( 195deg, rgb(161 99 0) 0%, rgba(231,148,16,1) 100%) !important;
    background: #b18f35 !important;
}

    .button-afb.one:hover {
        background: rgb(217,170,22) !important;
        background: linear-gradient( 180deg, rgba(217,170,22,1) 0%, rgba(205,156,0,1) 100%) !important;
    }

.button-afb-deposit {
    background: #0d6f11 !important;
    padding: 5px 5px;
    text-align: center;
    height: 30px;
    border-radius: 2px;
}
.button-afb-deposit:hover {
    background: #0f9315  !important;
}
    .button-afb:hover {
        background: #de4756 !important;
    }

.button-afb-withdraw {
    background: #890b0b !important;
    padding: 5px 5px;
    text-align: center;
    height: 30px;
    border-radius: 2px;
}
.button-afb-withdraw:hover {
    background: #b30d0d  !important;
}
.button-afb a {
    color: #fff;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    background-color: #b18f35 !important;
    border-color: #b18f35;
}

/*@media (min-width: 64rem) {
    .cd-tabs__list {
        background-color: hsl(0deg 0% 18%) !important;
    }
}

@media (min-width: 64rem) {
    .js .cd-tabs__item--selected {
        box-shadow: inset 0 3px 0 #dea506 !important;
    }
}*/

.inside-tab-item > a.active {
    border: 2px solid #464646 !important;
    color:#fff;
}

.game-part .h3 {
    background: #2e2e2e !important;
}

ul.gamesHs-title li {
    background-color: #434959 !important;
}

.rank-part .h4 {
    color: #efb910 !important;
}

/*
.card-header {
    background: #434959 !important;
}
*/
.user-names a span:hover {
    color: #d5a50e !important;
}
/* Delete Button */
button.afb02 {
    background: #b18f35 !important;
}
/* number page */
.paginationjs-page.J-paginationjs-page.active {
    background: #b18f35 !important;
    background-image: none !important;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background: rgb(217,170,22) !important;
    background: linear-gradient( 180deg, rgba(217,170,22,1) 0%, rgba(205,156,0,1) 100%) !important;
}

.notif-hd-title {
    background: #b18f35 !important;
}

.gold-faq a {
    color: #dadada !important;
}

    .gold-faq a:hover {
        color: #e2c360 !important;
    }

/*.nav-bottom img.megamenu-icon {
    filter: brightness(0) invert(1) !important;
}*/
/* User Profile */
.afb-blue-bar {
    background: #b18f35 !important;
}

    .afb-blue-bar a.toggleLeft-profile {
        background: #b18f35 !important;
    }
/* Navigation Bar */
.afb-main_nav .nav-item:hover {
    background: rgb(28,28,28) !important;
    background: linear-gradient( 180deg, rgba(28,28,28,1) 0%, rgba(51,51,51,1) 100%) !important;
}
/* Daily Lucky Spin | Free spin Button */
.button-afb.one:hover.free-spin-btn:hover {
    background: rgb(217,170,22) !important;
}

.luckspin_logo {
    background: rgb(28,28,28) !important;
    background: linear-gradient( 180deg, rgba(28,28,28,1) 0%, rgba(51,51,51,1) 100%) !important;
    box-shadow: 3px 3px 13px black; /*border: 2px solid gold;*/
}

.filter-button.active, .filter-button:hover {
    background: #b18f35 !important;
    background-image: none !important;
}

.btn-primary {
    background-color: #d2a20a !important;
}

.modal-content.oned {
  
    border-bottom: 5px solid rgb(220 170 11) !important;
     background: linear-gradient(180deg, rgba(28,28,28,1) 0%, rgba(51,51,51,1) 100%) !important;
}

.dls-title .h1 {
    background-color: #d2a20a !important;
}

.bonus-dls-bg {
    background: #2e2e2e66 !important;
}

.modal, .modal2 {
    background-color: rgb(76 76 76 / 60%) !important;
    z-index: 999999;
    padding-right:24.9875px;
}

.pagination a.active {
    background-image: linear-gradient(to right, #b18f35, #b18f35) !important;
    color: white !important;
    display: block !important;
}


.btn-icontop-lg img {
    filter: sepia(100%) hue-rotate( 0deg ) saturate(150%) !important;
}



.btn-white:hover {
    color: #fff !important;
    background: #b79f61;
    background: -moz-linear-gradient(top, #eeda9d 0%,#b18f35 48%,#b79f61 100%);
    background: -webkit-linear-gradient(top, #eeda9d 0%,#b18f35 48%,#b79f61 100%);
    background: linear-gradient(to bottom, #eeda9d 0%,#b18f35 48%,#b79f61 100%);
}



/*.inside-tab {
    background-color: hsl(0deg 0% 18%)!important;
}*/


.paginationjs-page.J-paginationjs-page.active {
     background-image: linear-gradient(to right, #b99431, #b18f35) !important;
    color: white !important;
}


.cd-tabs__list li {
     background: hsl(0deg 0% 14%)!important;
}

.cd-tabs__navigation {
    background: hsl(0deg 0% 14%) !important;
}

.modal-header button.close {
    background: #b18f35;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle, .btn-light.focus, .btn-light:focus {
    background: rgb(82,82,82) !important;
    background: linear-gradient( 180deg, rgba(82,82,82,1) 0%, rgba(48,48,48,1) 100%) !important;
}

.faq-nav .nav-link.active {
    background-color: #b18f35 !important;
}

.nav-pills-qr .nav-link {
    background: #b18f35;
}

#dls-mobile {
    background-color: #d2a20a;
}


/* DLS */
.dls-pop-bg {
    background: linear-gradient( 195deg, rgb(220 170 11) 0%, rgb(207 125 3) 100%) !important;
}
.dls-pop-button {
    background: #b18f35 !important;
}
.dls-pop-button:hover {
    background: rgb(217,170,22) !important;
    background: linear-gradient( 180deg, rgba(217,170,22,1) 0%, rgba(205,156,0,1) 100%) !important;
}



input, textarea, select {
    border: 1px solid #b18f35 !important;
}

    input:focus,
    textarea:focus,
    select:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #efb631 !important;
        outline-width: 0;
        font-weight: 400;
    }

.from-date:focus-within input, .end-date:focus-within input {
    background: #b18f35 !important;
    color: #fff !important;
}
.from-date:focus-within, .end-date:focus-within {
    background: #b18f35;
    color: #fff;
}
.ui-datepicker .ui-datepicker-header {
    background: #b18f35;
    color: #fff;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #b18f35;
    background: #b18f35;
    font-weight: normal;
    color: #ffffff;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #b18f35;
    background: #b18f35;
    font-weight: normal;
    color: #ffffff;
}
#mainContent {
    min-height: 350px;
}

.nav-bottom {
    --backgroundColor: #151515;
}
.nav-bottom .nav-link {
    color: #eeda9d;
}
    .nav-bottom .nav-bottom-home::after {
        background: #b18f35;
    }


.top5game .afb-title-h1, .jackpotpool .afb-title-h1 {
    color: #eeda9d !important
}
.top5game .photobox__previewbox .action_overlay a div, .jackpotpool .photobox__previewbox .action_overlay a div {
    background: linear-gradient(to right, #dca90b, #d7a812) !important;
}
.top5game .photobox__previewbox .action_overlay a div:hover, .jackpotpool .photobox__previewbox .action_overlay a div:hover {  
    background: rgb(217,170,22) !important;
    background: linear-gradient( 180deg, rgba(217,170,22,1) 0%, rgba(205,156,0,1) 100%) !important;
}


.megamenu .container .toggleRight i, .megamenu .container .toggleLeft i {
    color: #eeda9d !important;
}

.faq-card {
    background-color: #b18f35;
    color: white;
}

@media (max-width: 429px) {

    button.afb-m-menu {
        
        background: rgb(28,28,28) !important;
    }
}



.rgstButton {
    background: linear-gradient( 180deg, rgba(217,170,22,1) 0%, rgba(205,156,0,1) 100%) !important;
}

    .rgstButton:hover {
        background: linear-gradient( 90deg, rgba(217,170,22,1) 0%, rgba(205,156,0,1) 100%) !important;
    }


#registerModal .bottom a {
    color: #b18f35 !important;
}

    #registerModal .bottom a:hover {
        color: #333 !important;
    }


.h_nav-item > a, .h_nav-item > span, .payment-item {
    background-color: #656565 !important;
}

.inside-tab-item > a.active {
    color: var(--cd-color-1) !important;
    border: 2px solid #fff !important;
    background-color: white !important;
}

.toast-body {
    border-bottom: 6px solid #eeda9d;
}

.loyalprogram-info .table-title {
    color: rgba(177,143,53,.8);
}
.item-content .item-content-overlay {
    background: rgb(27,0,71);
    background: rgb(99,73,6,56%);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    /* z-index: 99; */
}

.top5game .afb-title-h1:before {
    content: '';
    position: absolute;
    width: 6px;
    background: #b18f35;
    height: 17.5px;
    left:0px;
}

.jackpotpool .afb-title-h1:before {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    background: #b18f35;
    height: 17.5px
}

.footer-bottom .h1 {
    font-size: 18px;
    color: #eeda9c;
}

.footer-bottom p {
    color: #ffffff80;
    font-size: 12px;
    margin: 5px 0 auto;
}

    .footer-bottom p:hover {
        color: #b18f35;
    }

.under-m {
    color: white;
    background-color: red;
    padding: 5px;
    font-size: .8em;
    font-weight: 500;
    position: absolute;
    border-radius: 0 0 10px 10px;
    left: 0;
    top: 0;
    z-index: 1;
}

.under-n {
    color: white;
    background-color: #b18f35;
    padding: 5px;
    font-size: .8em;
    font-weight: 500;
    position: absolute;
    border-radius: 0 0 10px 10px;
    left: 0;
    top: 0;
    z-index: 1;
}

.hotnew-container .under-n {
    background-color: #b18f35;
}

.did-floating-label-content svg {
    position: absolute;
    width: 18px;
    color: #b18f35;
    left: 20px;
    top: 5px;
}

.text-light{
    color: #fff !important;
}

#primary-menu-trigger .btn {
    color: #b18f35 !important
}

.phoneRegisterBorder {
    border: 1px solid #b18f35 !important;
    border-radius: 2px !important;
    box-sizing: border-box;
}
.tournament_category.selectCustom .custom-select-dd, .promo_category.selectCustom .custom-select-dd {
    padding: 0 20px 0 20px;
}
.custom-select-dd {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    color: #b18f35;
    border: 1px solid #b18f35;
    border-radius: 5px;
    height: 35px;
    padding: 0 40px 0 55px;
    display: flex;
    align-items: center;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.custom-select-dd:active, .custom-select-dd.active{
    border: 1px solid #efb631 !important;
}
.selectCustom .select-options li:hover {
    background: #b18f35;
}
.selectCustom svg {
    width: 24px;
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 17px;
    color: #b18f35;
}

.did-floating-label {
    color: #b18f35 !important;  
}

.bg-gold {
    background-color: #141004;
}

.company_list-overlay a {
    background: #b18f35;
}

.company_list-overlay a:hover {
        background-color: rgb(217,170,22);
}

.vl {
    border-left: 6px solid #b18f35;
    height: 20px;
    display: inline;
    margin-right: 10px;
    margin-left: 5px;
}

.afb-title-h1 span {
    color: #eeda9d;
    margin-left: 0px;
}

.btn-sharebox-gray {
    background-color: #b18f35;
    color: #fff !important;
}

.modal-header {
    background: #b18f35;
    color: #ffffff;
}

.cd-tabs__item .icon {
    margin-bottom: 5px !important;
    color: #b18f35;
}

.cd-tabs__list span {
    color: #b18f35;
    word-break: break-word;
}

@media (min-width: 48rem) {
    .js .cd-tabs__item--selected {
    
        box-shadow: inset 2px 0 0 #b18f35;
    }
}

.cd-tabs__item:hover {
    color: hsl(225, 31%, 23%);
    color: #b18f35;
    background-color: hsla(54, 42%, 84.55%, 0.3);
    background-color: hsla(var(--cd-color-2-h), var(--cd-color-2-s), calc(var(--cd-color-2-l)*0.89), 0.3);
}

.js .cd-tabs__item--selected span {
  
    color: #b18f35;
}

.js .cd-tabs__item--selected .icon {
    color: #b18f35; 
}

.h_nav-item1 > a, .h_nav-item > span {
    display: block;
    padding: 0 10px;
    z-index: 0;
    color: #bebebe;
    font-weight: 500;
    font-size: 12px;
    line-height: 35px;
    border-radius: 5px;
    background-color: var(--cd-color-1);
    margin-right: 5px;
    border: 2px solid var(--cd-color-1);
}

.h_nav-item1 > a, .h_nav-item > span, .payment-item {
    background-color: hsl(0deg 0% 14%) !important;
}

.h_nav-item > a, .h_nav-item > span {
    display: block;
    padding: 0 10px;
    z-index: 0;
    color: #bebebe;
    font-weight: 500;
    font-size: 12px;
    line-height: 35px;
    border-radius: 2px 2px 0px 0px;
    background-color: var(--cd-color-1);
    margin-right: 5px;
    border: 2px solid #656565;
}

.wallet-top-left {
    width: 35%;
    float: left;
    padding: 0 10px;
    background: #b18f35;
    border-bottom: solid 1px hsl(0deg 0% 22%);
    color: #ff6a00;
    text-align: center;
    position: relative;
    line-height: 34px;
}

    .wallet-top-left:before {
        content: "";
        position: absolute;
        right: -15px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-left-color: #b18f35;
        top: 0;
        bottom: 0;
        margin: auto;



    }

.sharebox-container {
    border-radius: 2px;
    background-color: #b18f35;
}

.btn-sharebox-grey {
    background-color: #5b5b5b;
    width: 35px;
    color: #fff !important;
    height: 35px;
    padding:0;
}

.promotion-rules-page.dark-theme .CalculationTable td {
    border-color: #b18f35 !important;
}

.custom-select-dd:after {
    transform: rotateZ(0deg);
   
    content: "";
    display: block;
    position: absolute;
    right: 12px;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center center;
    width: 15px;
    height: 15px;
    filter: invert(54%) sepia(75%) saturate(371%) hue-rotate(6deg) brightness(90%) contrast(89%) !important;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 19.3 18.7' xml:space='preserve'%3E%3Cpolygon points='9.6 18.6 4.8 9.3 0 0 9.6 0 19.3 0 14.4 9.3 '/%3E%3C/svg%3E");
}

#my_offcanvas1 a.btn-icontop-lg span {
    float: left;
    line-height: 2rem;
    margin-left: 13px;
    font-weight: bold;
    color: #eeda9d;
}

#my_offcanvas1 a.btn-icontop-lg[data-toggle="collapse"].collapsed:after {
    position: absolute;
    right: 10px;
    content: url(https://d2lcoivv20vty7.cloudfront.net/Content/img/LG88/angle-down-solid.svg);
    width: 20px;
    height: 20px;
    filter: invert(89%) sepia(12%) saturate(876%) hue-rotate(2deg) brightness(96%) contrast(97%);
    transform: scale(.7) translate(0%,30%);
    transition: transform .25s,-webkit-transform .25s;
}

#my_offcanvas1 a.btn-icontop-lg[data-toggle="collapse"]:not(.collapsed):after {
    position: absolute;
    right: 10px;
    content: url(https://d2lcoivv20vty7.cloudfront.net/Content/img/LG88/angle-down-solid.svg);
    width: 20px;
    height: 20px;
    filter: invert(89%) sepia(12%) saturate(876%) hue-rotate(2deg) brightness(96%) contrast(97%);
    transform: rotate(180deg) scale(.7) translate(0%,-30%);
    transition: transform .25s,-webkit-transform .25s;
}

.provider-color{
    color:#c1c1c1;
}

#gotoTop {
    background-color: #b18f35;
}
#gotoTop:hover {
    background: #b79f61;
    background: rgb(217,170,22);
    background: rgb(217,170,22);
    background: rgb(217,170,22);
}

.s006 form .suggestion-wrap span {
    background: #b18f35 !important;
}
    .s006 form .suggestion-wrap span:hover {
        background: rgb(217,170,22) !important;
        background: linear-gradient( 180deg, rgba(217,170,22,1) 0%, rgba(205,156,0,1) 100%) !important;
    }

text-wrap {
    text-align: center;
    background-color: #b18f35;
    margin-bottom: 10px;
    border-radius: 2px;
}

    text-wrap:hover {
        text-align: center;
        background-color: rgb(217,170,22);
        margin-bottom: 10px;
        border-radius: 2px;
    }

@media screen and (max-width: 767px) {
    #gotoTop {
        position: relative;
        bottom: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 40px;
        margin-top: 0;
        background-color: #b18f35;
        width: 100%;
    }
}

#active-member-list .h3,
.user-profile .h3 {
    width: 100%;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    color: #eeda9d;
    /*margin: 1rem 0 0 0;*/
}

.promo_preview .h4 a {
    font-size: 16px;
    color: #eeda9d;
    margin-top: 10px;
}

.btn-sharebox {
    background-image:linear-gradient(to right, #b18f35, #b18f35);
    color: #fff;
}

    .btn-sharebox:hover {
        background-image: linear-gradient(to right, #b18f35, #b18f35);
        color: #fff;
    }

.downline-details .h3 {
    font-size: 12px;
    border-bottom: 1px solid transparent;
    padding: 0;
    margin-bottom: 15px;
}

.popup-footer button {
    background: #b18f35;
    border: #b18f35;
    width: 100%;
    border-radius: 2px;
    padding: 8px 0;
    font-size: 12px;
    text-transform: uppercase;
 
    margin-top: 5px;
    font-weight: bold;
}

    .popup-footer button span {
        color: white;
    }

.btn-success:hover {
    color: #fff;
    background-color: rgb(217,170,22) !important;
    border-color: rgb(217,170,22) !important;
}

.js .cd-tabs__item--selected {
    background-color: var(--color-user-bg);
    box-shadow: inset 0 2px 0 #b18f35;
    color: var(--cd-color-1);
}

.footer-separator hr {
    border-top: 1px solid #eeda9d;
}

.a-top-text-block {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: inherit !important;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}
    .a-top-text-block:hover:before {
        content: '';
        width: 4px;
        background: #b18f35;
        left: 0;
        top: 0;
        bottom: 0;
        position: absolute;
    }

.sidebar-box .read-more a.button {
    background: #b18f35;
}

.sidebar-box .read-more a.button:hover,
.sidebar-box .read-more-btn a.button:hover {
    background: rgb(217,170,22);
}

.btn-gray {
    color: #fff;
    background-color: #959595 !important;
    border-color: #959595 !important;
}

.btn-gold {
    color: #fff;
    background-color: #b18f35;
    border-color: #b18f35;
}

.text-gold {
    color: #b18f35 !important;
}

#DepoConfModal .btn-primary {
    background-image: linear-gradient(to right, #dca90b, #d7a812) !important;
    border-color: #d7a812 !important;
    color: #fff !important;
}

#DepoConfModal .modal-header {
    background: #d7a812 !important;
}

    #DepoConfModal .modal-header h5 {
        color: #fff !important;
    }


#DepoConfModal .fa-clone,
#DepoConfModal .text-primary {
    color: #d7a812 !important;
}

.universal_hamburger_menu {
    --subtheme: #201c12;
    --contrasttheme: #b18f35;
    --main_text: #fff;
}

.universal_hamburger_menu .aside_content-login .login-button button.btn-login {
  background: linear-gradient(180deg, #484848 0%, #3b3b3b 100%);
} 
.universal_hamburger_menu .aside_content-login .login-button button.btn-login:hover {
  background: linear-gradient(180deg, #484848 37%, #696969 100%);
} 

.universal_hamburger_menu .aside_content-login .login-button button.btn-register {
  color: #fff;
  background: var(--contrasttheme);
} 

.universal_hamburger_menu .aside_content-login .login-button button.btn-register:hover {
  background: linear-gradient( 180deg, #d9aa16 0%, #cd9c00 100%);
}

.universal_hamburger_menu .aside_content-account_box .account_box-dashboard .btn#burgermenu-Deposit-Btn {
  background: #0d6f11;
} 
.universal_hamburger_menu .aside_content-account_box .account_box-dashboard .btn#burgermenu-Deposit-Btn:hover {
  background: #0f9315;
} 

.universal_hamburger_menu .aside_content-account_box .account_box-dashboard .btn#burgermenu-Withdraw-Btn {
  color: #fff;
  background: #890b0b;
} 
.universal_hamburger_menu .aside_content-account_box .account_box-dashboard .btn#burgermenu-Withdraw-Btn:hover {
  background: #b30d0d;
}

.universal_hamburger_menu .aside_content-login .did-floating-label-content .toggle-password {
    filter: invert(1) brightness(0.6);
}

.game-overlay-DetailBottom .bottom-container,
.game-overlay-DetailBottom .top-container .fav-rtp-container .favourite-game-container {
    background: hsl(0deg 0% 14%);
}

.game-overlay-DetailBottom .top-container .game-img-container .hover-content .btn-play, .casinoug-overlay-ui .hover-content .btn-play {
    background: #b18f35;
    color: #FFF
}

    .game-overlay-DetailBottom .top-container .game-img-container .hover-content .btn-play:hover {
        filter: none;
        background: linear-gradient( 180deg, rgba(217,170,22,1) 0%, rgba(205,156,0,1) 100%);
    }

.game-overlay-DetailBottom .top-container .game-img-container .hover-content .btn-demo {
    background: linear-gradient(180deg, rgba(72,72,72,1) 0%, rgba(59,59,59,1) 100%);
    color: #fff;
}

    .game-overlay-DetailBottom .top-container .game-img-container .hover-content .btn-demo:hover {
        filter: none;
        background: linear-gradient(180deg, rgba(72,72,72,1) 37%, rgba(105,105,105,1) 100%);
        color: #fff;
    }

.dot3-popup.ui-widget.ui-widget-content {
    border-color: #b18f35;
}

    .game-overlay-DetailBottom .bottom-container .game-attribute .game-attribute-details:after {
        border-top: 0px solid #b18f35;
        border-right: 0.5px solid #b18f35;
        border-bottom: 0.5px solid #b18f35;
        border-left: 0px solid #b18f35;
    }

button#depositBtn, button#withdrawBtn, button#WICKET9WithdrawBtn,
button#depositBtn:hover, button#withdrawBtn:hover, button#WICKET9WithdrawBtn:hover,
button#playnowBtn, button#playnowBtn:hover,
.transferModal #playnowBtn, .updatepassword, .transferModal #playnowBtn:hover, .updatepassword:hover,
#NRebateClaim .button-claim-rebate, #NRebateClaim .button-claim-rebate:hover {
    background: linear-gradient(to right, #b18f35, #b18f35) !important;
}

    #NRebateClaim .button-claim-rebate, #NRebateClaim .button-claim-rebate:hover{
        color: white;
    }


.casinoug-overlay-ui .bottom-container .rtp-provider-container .rtp-circle-container .rtp-circle {
    border-color: hsl(0deg 0% 14%);
}

.casinoug-overlay-ui .bottom-container,
.casinoug-overlay-ui .top-container .fav-gametag .favourite-game-container {
    background: hsl(0deg 0% 14%);
}