.btnTransferConfirm {
    border-radius: 5px;
    padding: 3px 15px;
    background-color: #37527f;
}
.btnTransferClose {
    border-radius: 5px;
    padding: 3px 15px;
    background-color: #37527f;
}
.thWallet {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
    width: 300px;
    padding: 2px;
}
.thStatus {
    text-align: center;
    border-bottom: 1px solid #fff;
}
.tdWallet {
    border-right: 1px solid #fff;
    text-align: left;
    width: 280px;
    padding: 10px;
}
.tdStatus {
    text-align: center;
}
.tblTransferAll {
    font-size: 13px;
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
}
.mb_container {
    width: 100%;
    height: auto;
}
.mb_navbar {
    background: #958a6c;
    height: auto;
    min-height: 50px;
    margin-bottom: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border-bottom: 4px solid #736b53;
}
.mb_title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-top: 12px;
}
.mb_box {
    float: left;
    margin: 3% 0;
}
.mb_col {
    width: 100%;
    float: left;
}
.mb_col_1 {
    width: 100%;
    padding: 1%;
    float: left;
}
.mb_col_1_left {
    display: inline-block;
    width: 20%;
    float: left;
}
.mb_col_1_right {
    display: inline-block;
    width: 80%;
    float: left;
    padding-right: 10px;
}
.mb_contact_logo {
    height: 48px;
    width: 48px;
    margin: 10px;
    display: block;
    -webkit-background-size: 48px 48px;
    -o-background-size: 48px 48px;
    background-size: 48px 48px;
}
.mb_info {
    height: 48px;
    width: 100%;
    text-align: left;
    font-size: 13px;
    margin: 10px;
    line-height: 18px;
    word-wrap: break-word;
    padding-top: 12px;
}
.mb_contact_logo.skype {
    background-image: url(../images/48-skype.png);
}
.mb_contact_logo.wechat {
    background-image: url(../images/48-wechat.png);
}
.mb_contact_logo.facebook {
    background-image: url(../images/48-facebook.png);
}
.mb_contact_logo.twitter {
    background-image: url(../images/48-twitter.png);
}
.mb_contact_logo.tel {
    background-image: url(../images/48-phone.png);
}
.mb_contact_logo.livechat {
    background-image: url(../images/48-livechat.png);
}
.mb_contact_logo.whatsapp {
    background-image: url(../images/48-whatapps.png);
}
.mb_contact_logo.email {
    background-image: url(../images/48-email.png);
}
#collapsible-panels div {
    width: 100%;
    margin-bottom: 0.5em;
    margin-top: 0;
}
.promo-ttl {
    margin-bottom: 0 !important;
}
.promo-ttl h3 {
    float: left;
    padding: 0.6em;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
}
#collapsible-panels h2 {
    width: 100%;
    margin: 0;
    background: #000 none repeat scroll 0% 0%;
}
#collapsible-panels ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    outline: 0;
    font-size: 100%;
}
#promo_wrap img {
    width: 100%;
}
.promo-tnc-text {
    background-color: #dfdcd2 !important;
    padding: 0.3em;
}
.promo-tnc-text p {
    color: #000;
    font-size: 13px;
    margin: 5px;
    text-align: justify;
}
.table-bordered {
    background-color: #0000008a;
    color: #fff;
}
.promo-tnc-text ol {
    color: #000;
    font-size: 13px;
    margin: 5px;
    text-align: justify;
}
.col-sm-2 p {
    text-align: left;
}
.mb_history {
    height: 312px;
    text-align: left;
    padding: 15px;
    border: none;
    background: 0 0 !important;
}
.mb_history p {
    text-align: justify;
}
.mb_history input[type="text"] {
    outline: none;
    display: block;
    padding: 5px 8px;
    border: none;
    color: #151515;
    font-family: droid sans, Tahoma, Arial, Verdana sans-serif;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 5px;
}
.mb_history select {
    height: 30px;
    line-height: 2em;
    background: #ededed;
    padding: 4px;
    border-radius: 3px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);
}
.mb_historyContainer {
    padding: 10px;
    border: 1px solid #958a6c;
    float: left;
    width: 100%;
}
.mb_hTable {
    border: 1px solid #958a6c;
    border-collapse: collapse;
    font-size: 11px;
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}
.mb_hTable tr {
    border-bottom: 1px solid #958a6c;
}
.mb_hTable td {
    border: 1px solid #b3b3b3;
    border-bottom: 1px solid #958a6c;
    padding: 3px 5px;
    background: #fff;
    color: #000;
}
.mb_hTable td.tdR {
    text-align: right;
}
.mb_hTable th {
    background-color: #958a6c;
    background-image: -moz-linear-gradient(#958a6c, #958a6c);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#958a6c), to(#958a6c));
    background-image: -webkit-linear-gradient(#958a6c, #958a6c);
    background-image: -o-linear-gradient(#958a6c, #958a6c);
    color: #fff;
    padding: 3px;
    table-layout: fixed;
    word-wrap: normal;
    font-size: 10px;
}
.mb_hTable td a {
    color: #736b53;
    font-weight: 700;
    text-decoration: none;
}
.mb_hTable tr.odd td.sorting_1 {
    background-color: #fff;
}
.mb_hTable tr.even td.sorting_1 {
    background-color: #fff;
}
div.dataTables_info {
    font-size: 11px;
    padding: 5px 5px 5px 0;
}
.mb_hPanelLeft {
    width: 100%;
}
.mb_hPanelRight {
    width: 100%;
}
.mb_tsType {
    width: 100%;
}
.mb_dfrom {
    float: left;
    width: 49%;
}
.mb_dto {
    float: right;
    width: 49%;
}
.mb_dsearch {
    padding: 5px;
    border-radius: 3px;
    width: 100%;
    border: none;
    background: #deb848;
}
.step {
    font-size: 12px;
}
.mb_dptable {
    margin-top: 15px;
    float: left;
    width: 100%;
}
.mb_dptable2 {
    margin-top: 5px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .mb_navbar {
        background: #958a6c;
        min-height: 100px;
        height: auto;
        margin-bottom: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        border-bottom: 4px solid #736b53;
    }
    .mb_title {
        color: #fff;
        font-size: 30px;
        padding-top: 25px;
    }
    .mb_contact_logo {
        height: 64px;
        width: 64px;
        margin: 10px;
        display: block;
        -webkit-background-size: 64px 64px;
        -o-background-size: 64px 64px;
        background-size: 64px 64px;
    }
    .mb_info {
        height: 64px;
        width: 100%;
        text-align: left;
        font-size: 20px;
        margin: 10px;
        line-height: 18px;
        word-wrap: break-word;
        padding-top: 20px;
    }
    .mb_contact_logo.skype {
        background-image: url(../images/64-skype.png);
    }
    .mb_contact_logo.wechat {
        background-image: url(../images/64-wechat.png);
    }
    .mb_contact_logo.facebook {
        background-image: url(../images/64-facebook.png);
    }
    .mb_contact_logo.twitter {
        background-image: url(../images/64-twitter.png);
    }
    .mb_contact_logo.tel {
        background-image: url(../images/64-phone.png);
    }
    .mb_contact_logo.livechat {
        background-image: url(../images/64-livechat.png);
    }
    .promo-ttl h3 {
        float: left;
        padding: 0.6em;
        text-shadow: none;
        color: #fff;
        font-size: 20px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .promo-tnc-text p {
        color: #000;
        font-size: 16px;
        margin-bottom: 5px;
        text-align: left;
    }
    .promo-tnc-text ol {
        color: #000;
        font-size: 16px;
        margin-bottom: 5px;
        text-align: left;
    }
    .mb_hPanelLeft {
        width: 200px;
        float: left;
    }
    .mb_hPanelRight {
        width: 500px;
        float: left;
    }
    .mb_tsType {
        width: 180px;
    }
    .mb_dfrom {
        float: left;
        width: 180px;
    }
    .mb_dto {
        margin-left: 10px;
        float: left;
        width: 180px;
    }
    .mb_dsearch {
        margin-left: 10px;
        padding: 5px;
        border-radius: 3px;
        width: 100px;
        border: none;
        background: #deb848;
    }
    .mb_hTable {
        font-size: 13px;
    }
    .mb_hTable th {
        font-size: 13px;
    }
    div.dataTables_info {
        font-size: 13px;
    }
}
button.question_accordion {
    text-align: left;
    transition: 0.4s;
    width: 100%;
}
div.answer_panel {
    padding: 0 18px;
    background-color: #fff;
    display: none;
    text-align: left;
}
div.answer_panel.show {
    display: block;
}
button.question_accordion:after {
    content: "\02795";
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
button.question_accordion.active:after {
    content: "\2796";
}
.dropdown_btn {
    font-size: 16px;
    cursor: pointer;
}
.language_dropdown_btn {
    float: right;
    margin: 5px;
    position: relative;
    display: inline-block;
}
.drop_down_content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    right: 0;
}
.drop_down_content a {
    color: #000;
    padding: 5px;
    display: block;
}
.show {
    display: block;
}
.mailunread {
    width: 40px;
    display: inline-flex;
}
.inboxread {
    background: url(../images/images-read_white.png) no-repeat center 42%;
    width: 20px;
}
.inboxunread {
    background: url(../images/images-new_white.png) no-repeat center;
    width: 30px;
    position: absolute;
}
.expend-internal-wallet {
    margin-left: 5px;
    border: 1px solid #fff;
    border-radius: 11px;
    width: 22px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    line-height: 20px;
}
.expend-internal-content {
    display: none;
}
.expend-internal-content ul {
    padding-left: 20px !important;
    margin-bottom: 0 !important;
}
.expend-internal-content ul li {
    margin: 0 !important;
}


/* ------------ top-head -------------- */
#top-head {
    background: rgb(0 0 0 / 40%);
    padding: 5px 0 7px;
}

.separator-2 {
	    background: #323232;
}

.lc-btn2 span {
    font-size: 18px;
    color: #eccb5b;
}

button.login-btn.btn.btn-primary {
    background: linear-gradient(180deg, #0091EC 0%, #027ECB 100%);
}

button.login-btn.btn.btn-primary:hover {
    background: #016fb5;
}

/* ------------ end of top-head -------------- */



/* ------------ site-header -------------- */

#site-nav li.active>a, #site-nav a:hover {
    color: #eccb5b;
    text-decoration: none;
}

#site-nav .sub-menu-wrap {
    background: #222222;
    border-bottom: 25px solid #161616;
}

#site-nav .has-children:after {
    border-bottom: 10px solid #222222;
}

#site-nav .sub-menu li span {
background-color: #161616;
}

#site-nav .sub-menu li:hover span {
    background-color: #eccb5b;
}

#site-nav .sub-menu.extend-menu li:hover span {
    background-color: #eccb5b;
}

/* ------------ end of site-header -------------- */


/* ------------ site-announcement -------------- */

.site-announcement span {
    background: rgb(0 0 0 / 40%);
}

/* ------------ end of site-announcement -------------- */



/* ------------ box-three -------------- */

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #eccb5b;
}

.box-three {
    padding: 30px 0;
    color: #eccb5b;
}

.box-three .row>div, .box-three .row-2>div {
    background: rgb(0 0 0 / 40%);
    height: 300px;
}

.box-list-1 li span {
background: rgb(0 0 0 / 40%);
}

.box-list-1 li:hover {
    background: rgb(236 203 91 / 40%);
}

.box-three h3 {
    color: #eccb5b;
}

.box-list-1 li {
background: rgb(0 0 0 / 40%);
border-bottom: 1px solid #323232;
}

.box-txt a {
    color: #eccb5b;
}

.dw-pg-bar {
    background: #323232;
}

.dw-pg-inner{
    background: #eccb5b;
}

.bx-wrapper .bx-pager.bx-default-pager a {
background: #4e4e4e;
}

/* ------------ end of box-three -------------- */



/* ------------ site-footer -------------- */

#site-footer {
background: #161616;
color: #878787;
}

.footer-links a {
    color: #eccb5b;
}

.footer-links li:before {
background: #66592a;
}

.footer-mid {
    padding: 30px 0;
    border-top: 1px dashed #323232;
    border-bottom: 1px dashed #323232;
}

.maha-prod .maha-prod-title {
    background: #878787;
    color: #161616;
}

.maha-prod ul {
border-top: 1px solid #878787;
}

.pj-txt {
color: #fff;
}

.footer-bottom hr{
    border-top:1px dashed #323232;
    }

    

.maha-prod .img-sprite {
    display: block;
    background-image: url(../images/provider-v5.png);
}

.maha-prod .img-sprite:hover {
	background-image: url("../images/provider-v3-hover.png");
}

/* ------------ end of site-footer -------------- */


/* ------------ form-box -------------- */

.lc-btn2 span {
color: #eccb5b;
}

label {
    color: #878787;
}

.arrow-up {
    border-bottom: 10px solid #161616;
}

.form-box {
    background: #161616;
    color: #f0b416;
}

/* ------------ end of form-box -------------- */


/* ------------ site-nav inner pages -------------- */
/*
.btn-theme {
    color: #000;
}

.btn.btn-theme {*/
/*    background: #eccb5b;*/
/*    color: #404040;*/
/*    border: 1px solid #c49700;*/
/*}*/
/*
.btn.btn-theme {
    border: 1px solid #4caf50;
    display: inline-block;
    color: #fff;
    height: 100%;
    line-height: 30px;
    text-decoration: none;
    border-radius: 0px;
    text-transform: uppercase;
    background: -moz-linear-gradient(top, #469c62 0%, #3b9457 40%, #2d8348 100%);
    background: -webkit-linear-gradient(top, #469c62 0%,#3b9457 40%,#2d8348 100%);
    background: linear-gradient(to bottom, #469c62 0%,#3b9457 40%,#2d8348 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#469c62', endColorstr='#2d8348',GradientType=0 );
    background-color: #469c62;
    font-size: 16px;
    padding-right: 20px;
    border-radius: 6px;
    overflow: hidden;
    text-shadow: 0px -2px #2f854a;
}

.btn-success {
    background-image: -webkit-linear-gradient(top,#1b92db 0,#027ecb 100%);
    background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3095d3),to(#027ecb));
    background-image: linear-gradient(to bottom,#2589c7 0,#027ecb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #0b89c1;
}*/

.prod-desc {
    background: rgb(0 0 0 / 40%);
}

.bg-gd-overlay {
	background: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
}

/* ------------ end of site-nav inner pages -------------- */

.secondary-nav {
    background: rgb(236 203 91 / 29%);
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: rgb(44 40 28 / 100%);
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: rgb(236 203 91);
}

.secondary-nav .sub-menu {
    background-color: rgb(69 52 5);
}

.secondary-nav .sub-menu li:hover a, .secondary-nav .sub-menu li.active a {
    background: rgb(148 132 17);
}

.promo-nav, .mabosway-nav, .secondary-nav {
    background: rgb(236 203 91 / 29%);
    margin-bottom: 20px;
}



/*modal welcome-modal fade*/

.welcome-modal.modal-dialog {
    display: flex;
     align-items: center;
     justify-content: center;
     min-height: 100%;
     pointer-events: none;
}
.welcome-modal.modal-dialog {
    z-index: 1050;
     width: auto;
     padding: 10px;
     margin-right: auto;
     margin-left: auto;
}
.welcome-modal.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
     -ms-transform: translate(0,0);
     transform: translate(0,0);
}
 .welcome-modal.modal-header .modal-title {
    font-size: 15px;
}
 .welcome-modal.modal-header {
     border-top-left-radius: inherit;
     border-top-right-radius: inherit;
     border-bottom: 0;
     min-height: 30px;
     text-transform: uppercase;
}
 .welcome-modal.modal-content{
     border: 1px solid rgb(37 71 112);
}
 .welcome-modal .modal-content {
     background: #0a3769;
     padding-top: 0;
}
 .welcome-modal .modal-header {
     padding: 10px 0;
     background: #085ab6;
     color: #fff;
     padding: 10px 0;
     / background: #ff9800; /
     color: #fff;
     background: #eab92d;
     background: -moz-linear-gradient(top, #eab92d 0%, #c79810 100%);
     background: -webkit-linear-gradient(top, #eab92d 0%,#c79810 100%);
     background: linear-gradient(to bottom, #eab92d 0%,#c79810 100%);
}
 .welcome-modal .modal-title{
     font-size: 16px;
     color: #fff;
     padding: 0 10px;
}
 .welcome-modal .modal-header .close {
     padding: 3px 15px;
     color: #fff!important;
     top: 10px!important;
}
 ol img{
     display:block;
     margin: 10px auto;
}
 .form-group{
     position: relative;
     padding: 10px 0;
     margin-bottom: 0!important;
}
 .setting-box {
     background-color: rgba(4,34,66,.4);
     padding: 18px 20px;
     margin: 15px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
}
 .form-group input {
     position: relative;
     width: 100%;
     height: 32px;
     line-height: 32px;
     background-color: #f5f5f5;
     border-color: #C0C0C0;
     vertical-align: top;
}
 .form-group label:not(.file-input) {
     display: inline-block;
     width: 80%;
     line-height: 16px;
     font-weight: 700;
     vertical-align: top;
     font-size: 0.875rem;
}
#regForm .form-group{
     position: relative;
     padding: 0px 15px;
     margin-bottom: 15px!important;
}
#regForm .form-group input {
     position: relative;
     width: 100%;
     height: 32px;
     line-height: 32px;
     vertical-align: top;
	 color: #fff;
}
 .form-group input, .form-group select {
     background-color: #505050;
     border-color: #707070;
 	 color: #fff;
}
 .switch-btn {
     width: 54px;
     height: 26px;
     display: inline-block;
}
 .switch-btn input {
     display: none;
}
 .switch-btn label.switch {
     width: 100%;
     height: 100%;
     display: block;
     border-radius: 15px;
     background-color: #868686;
     -webkit-transition: all 0.2s ease-in;
     transition: all 0.2s ease-in;
     position: relative;
     cursor: pointer;
}
 .switch-btn input:checked + .switch {
     background-color: #18aa79;
}
 .switch-btn label.switch::after {
     content: "";
     display: block;
     width: 24px;
     height: 24px;
     border-radius: 50%;
     background-color: #ececec;
     position: absolute;
     top: 0;
     left: 0;
     -webkit-transition: all 0.2s ease-in;
     transition: all 0.2s ease-in;
     border: solid 1px #868686;
}
 .switch-btn input:checked + .switch::after {
     border-color: #18aa79;
     background-color: #ffffff;
     -webkit-transform: translateX(28px);
     transform: translateX(28px);
}
 .con_item ul{
     list-style: none!important;
}
 .con_item ul li {
     float: left;
}
 .con_item ul li {
     border-color: #707070;
}
 .btn_type li:last-child {
     margin-right: 0;
}
 .align-items-center {
     display: table;
     margin: 0 auto;
}
 .btn_type {
     margin-top: 20px;
     padding: 0;
     list-style: none;
}
 input[type=submit], input[type=button], input[type=reset] {
     width: 204px;
     height: 34px;
     line-height: 34px;
     margin-right: 0;
     color: #fff;
     font-weight: 600;
     background-image: linear-gradient(to bottom,#f5bc13 0,#d7a205 100%);
     border: 0;
     cursor: pointer;
     -webkit-box-shadow: 0 2px 0 0 #003147;
     box-shadow: 0 2px 0 0 #003147;
     font-size: 0.875rem;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
}
 input[type=submit], input[type=button], input[type=reset] {
     color: #000;
     background-color: #ccb766;
     -webkit-box-shadow: 0 2px 0 0 #6d521b;
     box-shadow: 0 2px 0 0 #6d521b;
}
 .promo-btn, .depo-btn{
     background: #0E437F;
     box-shadow: 0px 4px 10px rgb(0 0 0 / 50%);
     border-radius: 5px;
     width: 155px;
     margin: 0 10px;
     text-align: center;
     height: 125px;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
}
 .promo-btn i, .depo-btn svg{
     color: #f5ba0f;
     font-size: 40px;
}
 .promo-btn p, .depo-btn p{
     font-weight: 700;
     font-size: 16px;
     margin: 10px 0;
     color: #444;
}
     

.modal-body {
    padding: 25px;
    background-color: #161616;
    background-image: url(https://depo.mahakita.org/desktop/images/bg.jpg);
    background-repeat: repeat;
    background-size: 900px 491px;;
}

.promo-btn, .depo-btn {
    background: #ffc107;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 50%);
    border-radius: 5px;
    width: 155px;
    margin: 0 10px;
    text-align: center;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.promo-btn i, .depo-btn svg {
    color: #32312f;
    font-size: 40px;
}
.welcome-modal .setting-box {
    background-color: rgb(114 87 4);
}
.promo-btn p, .depo-btn p {
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0;
    color: #444;
}


.modal.welcome-modal.fade.in {
    display: none;
}



.promo-box {
    background: rgb(0 0 0 / 40%);
    color: #f5ba0f;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
}

.promo-wrap {
    border: 1px solid rgb(42 42 42 / 40%);
}

.promo-wrap:hover {
    border-color: #f5ba0f;
}

.modal-content {
    background: radial-gradient(ellipse at 30% 30%, #f5bc13 0%, #5e3000 100%);
}

.modal-title {
    color: #fff;
}