:root {
    --main-font-size: 14px;
    --body-color: #F2F5F9;
    --btn-font-size: 16px;
    --color-dark-grey: #303030;
    --color-gold: #F9BB1F;
    --color-white: #ffffff;
    --color-light-white: #D3D3D3;
    --color-placeholder: white;
    --color-pale-blue:#9CC2FF;
    --login-bg-img: url(../img/bg_light.jpg);
    --game-grid: 6;
}

html, body{
    font-family: 'Roboto', sans-serif !important;
    color: var(--color-dark-grey) ;
    font-weight: 400;
    font-size: var(--main-font-size);
    background: var(--body-color);
}

.content-wrapper{
    background: var(--body-color);
}

#transfer_form .select2-container{
    width: 100% !important;
}

.container{
    position: relative;
}




input, 
input:hover, 
input:active, 
input:focus{
    outline:0px !important;
    outline:none !important;

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, button, input, select, span, ul, ol, li, a, label{
    font-family: 'Roboto', sans-serif;
}

a, .btn {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    cursor: pointer;
}

span.select2-selection.select2-selection--single {
    outline: none;
}

.navbar-nav {
    min-height: 100px;
    padding: 0;
}

.navbar-white {
    background-color: red;
    background-image: linear-gradient(to right, #981012 , #9E1218, #B1172A, #D12148, #B1172A, #9E1218, #981012);
    border: none;
    padding: 0 15px;
    margin-bottom: -5px;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 0;
    height: auto;
}

.navbar-light .navbar-nav .nav-link i{
    color: var(--color-gold);
}

.navbar-brand {
    margin: 0;
    padding: 0;
    margin-left: 34px;
}

.layout-top-nav .wrapper .main-header .brand-image {
    height: auto;
    width: 100%;
    max-width: 253px;
    margin: 0;
}

.main-header .navbar-nav .nav-item {
    margin: 0;
    display: flex;
    align-items: center;
}

.posRel{
    position: relative;
}

.cursor_d{
    cursor: default;
}

.btn{
    font-size: var(--btn-font-size);
    padding: 8px 10px;
    color: var(--color-white);
    font-weight: 500;
    border: none;
    opacity: 1;
}

a:hover, .btn:hover{
    opacity: 0.75;
}

.btn-gold-line, .btn-gold-line:hover, .btn-gold-line:active, .btn-gold-line:focus,  
.navbar-expand-md .navbar-nav .nav-link.btn-gold-line, .navbar-expand-md .navbar-nav .nav-link.btn-gold-line:active, .navbar-expand-md .navbar-nav .nav-link.btn-gold-line:focus, .navbar-expand-md .navbar-nav .nav-link.btn-gold-line:hover{
    /*border: 2px solid var(--color-gold);*/
    /*color: var(--color-gold);*/
    border: 2px solid #22bcbb;
    border-radius: 5px;
    padding: 11px 10px;
    font-weight: 400;
    color: white;
    background: #22bcbb;
}

.btn-gold, .btn-gold:hover, .btn-gold:active, .btn-gold:focus,  
.navbar-expand-md .navbar-nav .nav-link.btn-gold, .navbar-expand-md .navbar-nav .nav-link.btn-gold:active, .navbar-expand-md .navbar-nav .nav-link.btn-gold:focus, .navbar-expand-md .navbar-nav .nav-link.btn-gold:hover{
    /*border: 2px solid var(--color-gold);*/
    /*color: var(--color-dark-grey);*/
    /*background: var(--color-gold);*/
    border: 2px solid #ea9f13;
    background: #ea9f13;
    border-radius: 4px;
    padding: 11px 10px;
    font-weight: 400;
    color: white;
}

.btn-wallet-blue,    
.btn-wallet-blue:hover,    
.btn-wallet-blue:active,    
.btn-wallet-blue:focus{
    background: rgba(124,189,252,1);
    background: -moz-linear-gradient(top, rgba(124,189,252,1) 0%, rgba(52,115,163,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(124,189,252,1)), color-stop(100%, rgba(52,115,163,1)));
    background: -webkit-linear-gradient(top, rgba(124,189,252,1) 0%, rgba(52,115,163,1) 100%);
    background: -o-linear-gradient(top, rgba(124,189,252,1) 0%, rgba(52,115,163,1) 100%);
    background: -ms-linear-gradient(top, rgba(124,189,252,1) 0%, rgba(52,115,163,1) 100%);
    background: linear-gradient(to bottom, rgba(124,189,252,1) 0%, rgba(52,115,163,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbdfc', endColorstr='#3473a3', GradientType=0 );
    color: #fff;
}

.btn-wallet-red,    
.btn-wallet-red:hover,    
.btn-wallet-red:active,    
.btn-wallet-red:focus{
    background: rgba(243,91,91,1);
    background: -moz-linear-gradient(top, rgba(243,91,91,1) 0%, rgba(197,55,55,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,91,91,1)), color-stop(100%, rgba(197,55,55,1)));
    background: -webkit-linear-gradient(top, rgba(243,91,91,1) 0%, rgba(197,55,55,1) 100%);
    background: -o-linear-gradient(top, rgba(243,91,91,1) 0%, rgba(197,55,55,1) 100%);
    background: -ms-linear-gradient(top, rgba(243,91,91,1) 0%, rgba(197,55,55,1) 100%);
    background: linear-gradient(to bottom, rgba(243,91,91,1) 0%, rgba(197,55,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f35b5b', endColorstr='#c53737', GradientType=0 );
    color: #fff;
}

.btn-flag{
    max-height: 50px;
    min-width: 62px;
}

.btn-flag img{
    width: 100% !important;
    max-width: 28px !important;
    max-height: 23px !important;
    top: -3px!important;
    margin-left: 0.5rem!important;
}

.btn-s1{
    min-width: 175px;
    height: 50px;
}

.btn-s2:hover,
.btn-s2:focus,
.btn-s2:active,
.btn-s2{
    min-width: 223px;
    height: 40px;
    font-size: 18px;
    padding: 6px 0 0 0;
}

.mgr10i{
    margin-right: 10px !important;
}

.menuFc{
    background: #fff;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    min-width: 288px;
}

.menuFc .form-control{
    height: auto;
    width: 100%;
    border: 1.8px solid #51607d;
    font-size: 16px;
    padding-left: 15px;
    height: 100%;
}

.menuFc .input-group-append{
    display: flex;
    align-items: center;
}

.menuFc .input-group-append a{
    padding: 0 12px;
}

.menuFc .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--color-placeholder);
}
.menuFc .form-control::-moz-placeholder { /* Firefox 19+ */
    color: var(--color-placeholder);
}
.menuFc .form-control:-ms-input-placeholder { /* IE 10+ */
    color: var(--color-placeholder);
}
.menuFc .form-control:-moz-placeholder { /* Firefox 18- */
    color: var(--color-placeholder);
}

.topSubMenuAbs{
    position: absolute;
    right: 0;
    bottom: -23px;
}

.topSubMenuAbs a,.topSubMenuAbs a:focus, .topSubMenuAbs a:active, .topSubMenuAbs a:hover,
.topSubMenuAbs label{
    /*color: var(--color-light-white);*/
    color: white;
    font-weight: 400 !important;
    font-size: 12px;
}

.topSubMenuAbs .custom-control-label::before {
    /*background-color: var(--color-dark-grey);*/
    border: #545454 solid 1px;
    box-shadow: none;
    width: 15px;
    height: 15px;
    top: 2px;
    border-radius: unset!important;
}

.topSubMenuAbs .custom-control-input:checked~.custom-control-label::before {
    border-color: #545454;
    background-color: #545454;
}

.topSubMenuAbs .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #545454;
}

.topSubMenuAbs .custom-control-label::after {
    top: 3px;
    /*left: -21px;*/
    width: 13px;
    height: 13px;
    background: no-repeat 70%/70% 70%;
}

.content-header {
    height: 80px;
   /* background: var(--color-gold);*/
    background: #111111;
    display: flex;
    align-items: center;
}

.subMenuTop{
    list-style: none;
   /* padding: 0;*/
}

.subMenuTop li{
    float: left;
}

.subMenuTop li img{
    margin-top: -2px;
}

.subMenuTop a,
.subMenuTop a:active,
.subMenuTop a:focus,
.subMenuTop a:hover{
    color: var(--color-dark-grey);
    font-size: 16px;
   /* height: 62px;*/
    display: flex;
    align-items: center;
   /* padding: 0 26px;*/
    padding: 0 15px;
}

.subMenuTop li.active a{
    /*background: #E4A403;*/
    color: #9CC2FF !important;
}

.tickerPanel{
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.ticker-speaker{
    width: 50px;
}

.ticker-speaker img{
    width: 100%;
    max-width: 22px;
    position: relative;
    top: 4px;
}

.ticker-content{
    width: calc(100% - 50px);
}

#newsTicker, #newsTicker li{
    font-family: 'Roboto', sans-serif !important;
    font-size: var(--main-font-size) !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    padding: 0 !important;
}

#newsTicker li p{
    background: var(--color-white);
    margin: 0;
    padding: 7px 18px;
    border-radius: 15px;
    margin-right: 30px;
}

.tickerTxtNew{
    min-width: 38px;
    background: #CE4242;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 12px !important;
    border-radius: 5px;
    text-align: center;
    padding: 2px 0;
    margin-right: 10px;
}

.jctkr-wrapper,
.jctkr-wrapper *{
    box-sizing: border-box;
}
.jctkr-wrapper{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 45px;
    vertical-align: top;
    overflow: hidden;
}
.jctkr-wrapper ul{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    font-size: 0;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
.jctkr-wrapper.jctkr-initialized ul{
    opacity: 1;
}
.jctkr-wrapper ul li{
    display: inline-block;
    font-family: sans-serif;
    font-size: 16px;
}
.jctkr-label{
    display: inline-block;
}

.title-panel-s1{
    margin: 35px 0 18px 0;
}

.title-s1{
    font-size: 22px;
    font-weight: 600;
}

.game-box-content{
    float: left;
    width: calc(100% / var(--game-grid));
    padding: 5px 5px;
}

.game-box{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
    position: relative;
}

.game-box-img{
    overflow: hidden;
}

.game-box-img img{
    width: 40%;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    aspect-ratio: 287/200;
    /*aspect-ratio: 102/61;*/
}

.game-box-content{
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.game-box-content:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.contb-2 img:hover,
.game-box-content:hover .game-box-img img{
    -webkit-transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    -ms-transform: rotate(5deg) scale(1.2);
    -o-transform: rotate(5deg) scale(1.2);
    -ms-transform: rotate(5deg) scale(1.2);
}

.game-box-title{
    background: var(--color-white);
    height: 58px;
    overflow: hidden;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.game-box .provider-name {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 5px;
    padding: 2px 10px;
    color: #fff;
    background: grey;
    font-size: 12px;
}

.banners-app{
    margin-top: 30px;
}

.banners-app img{
    width: 100%;
}

.main-footer {
    background: none; 
    border: none; 
    color: transparent; 
    padding: 0; 
}

.sub-footer-1{
    background-image: url('../img/common/bg-footer-d.png');
    color: var(--color-white);
    padding: 100px 15px;
    background-size: cover;
    background-color: #542565;
    /*background-attachment: fixed;*/

}

.sub-footer-2{
    background: #110E16;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    height: 65px;
    text-align: center;
}

.ft-col-1-logo img{
    width: 100%;
    max-width: 268px;
}

.ft-col-1-sub-txt{
    font-size: 16px;
    font-weight: 500;
}

.ft-col-1-support{
    font-size: 17px;
    font-weight: 500;
    color: #F9BB1F;
    margin-top: 45px;
}

.ft-col-1-info{
    margin-top: 15px;
}

.ft-col-1-info a:hover,
.ft-col-1-info a:active,
.ft-col-1-info a:hover,
.ft-col-1-info a{
    color: #fff;
}

.ft-col-1-info img{
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.ft-col-4-partners{
    margin: 15px 0 0 0;
}

.ft-col-4-partners img{
    width: 100%;
    max-width: 155px;
}

.ft-col-4-social{
    margin-top: 15px;
}

.ft-col-4-social a{
    display: inline-block;
    margin-right: 5px;
}

.contb-3 img.c_ico,
.contb-2 img,
.ubfc4 a img,
.ft-col-4-social a img{
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.contb-3:hover img.c_ico,
.ubfc4 a:hover img,
.ft-col-4-social a:hover img{
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

.contactQr img{
    width: 100%;
}

#QR_IMG{
    border: 1px solid #ccc;
    display: inline-block;
}

#QR_IMG img{
    width: 100%;
    max-width: 60px;
}

.footer-col{

}

.footer-col-1{
    width: 30%;
}

.footer-col-2{
    width: 20%;
}

.footer-col-3{
    width: 20%;
}

.footer-col-4{
    width: 30%;
}

.tabs-s1 ul{
    display: inline-flex;
    background: #FFF;
}

.tabs-s1 ul li{
    min-width: 175px;
    text-align: center;
    position: relative;
}

.tabs-s1 .divider{
    border-left: 1px solid #E7E7E7;
    display: block;    
    height: 25px;
    position: absolute;
    top: 10px;
}

.tabs-s1 .nav-pills .nav-link:hover,
.tabs-s1 .nav-pills .nav-link {
    border-radius: 0.25rem;
    font-size: var(--main-font-size);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    border: 1px solid #fff;
    color: #110E16;
    padding: 11px 0px;
}

.tabs-s1 .nav-pills .nav-link.active, 
.tabs-s1 .nav-pills .show>.nav-link {
    color: #F9BB1F;
    background-color: #FFF;
    border: 1px solid #F9BB1F;
    font-weight: 600;
}

.tabs-s1 .nav-pills .nav-link.active + .divider{
    display: none;
}

.promotion-bar-panel{
    margin: 50px 0;
}

.menuFc-2{
    background: #fff;
    border: 1px solid #C5D0E2;
    min-height: 45px;
    max-width: 300px;
    width: 100%;
    min-width: 300px;
    border-radius: 5px;
    overflow: hidden;
}

.menuFc-2 .form-control{
    height: auto;
    border: none;
    font-size: var(--main-font-size);
}

.menuFc-2 img{
    margin: 14px 5px 0 15px;
}


.promo-box-content{
    float: left;
    width: calc(100% / 2);
    padding: 8px 6px;
}

.promo-box{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
    cursor: pointer;
}

.promo-box-img img{
    width: 100%;
}

.promo-box-title{
    background: var(--color-white);
    height: 58px;
    overflow: hidden;
    padding: 15px 12px 13px 15px;
    display: inline-table;
    width: 100%;
}

.promo-box-title-1{
    font-size: 18px;
    font-weight: 500;
    color: #F9BB1F;
    display: flex;
    align-items: center;
}

.promo-box-title-2{
    font-size: 16px;
    font-weight: 400;
    color: #3C3C3C;
    display: flex;
    align-items: center;
}


.banner-slider img{
    width: 100%;
}

/*slick*/
.slick-dots {
    bottom: 0px;
    width: auto;
    right: 0;
    left: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    margin: 0 -2px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #cacaca;
    border: 0;
    outline: 0;
    background: 0 0;
}

.slick-dots li button:before {
    font-size: 35px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .5;
    color: #fff;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-slide {
    outline: none;
}


.card-vip .card-body{
    padding: 35px 35px;
}

.card-title-s1{
    font-size: 18px;
    font-weight: 600;
    color: #3C3C3C;
    margin-bottom: 20px;
}

.card-title-sub-s1{
    font-size: 16px;
    color: #3C3C3C;
    margin-top: -10px;
    margin-bottom: 20px;
}

.card-content-s1{
    font-size: 16px;
    color: #3C3C3C;
}

.card-content-s1 p{
    margin-bottom: 10px;
}

.link_gold:hover,
.link_gold:active,
.link_gold:focus,
.link_gold{
    color: #F9BB1F;
    font-weight: 500;
    font-size: 16px;
}

.card-vip table{
    border: 1px solid #F2F5F9;
    width: 100%;
}

.card-vip table th{
    background: #F2F5F9;
    border: none;
    font-weight: 500;
    font-size: 16px;
}

.card-vip table td{
    border-top: 1px solid #F2F5F9;
    font-size: 16px;
}

.card-vip table th,
.card-vip table td{
    vertical-align: middle;
    text-align: center;
}

.card-vip table th{
    text-transform: uppercase;
}

.card-vip .fCol{
    text-transform: none;
    text-align: left;
}
.card-vip .fBor{
    border-left: 1px solid #F2F5F9;
}

.card-title-s2{
    font-size: 16px;
    font-weight: 600;
    color: #F9BB1F;
    margin-bottom: 20px;
}

.card-title-s2 span{
    color: #F9BB1F;
    text-transform: uppercase;
    border-bottom: 2px solid #FD9936;
    display: inline-block;
    padding: 0px 15px 7px 15px;
    letter-spacing: 3px;
}

.card-ref table{
    border: none;
}

.card-ref table td{
    text-align: left;
    font-size: 16px;
}

.card-ref table tr td:last-child{
    text-align: right;
}

.games-filer-panel{
   /* background: #fff;*/
    border-radius: 10px;
    width: 53%;
    height: 150px;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}

.games-filer-panel::-webkit-scrollbar {
    display: none;
}

.games-filer-panel::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.gf-item{
    display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.gf-item.active{
    /*border: 1px solid #F9BB1F;*/
    border-radius: 10px;
    cursor: default;
}

.gf-item-img{
    margin: 15px 0 8px 0;
    margin-bottom: 0;
}

.gf-item-img img{
    width: 100%;
    max-width: 90px;
}

.gf-item-title{

    color: #979CA3;

}

.gf-item-title.active{

    color: white!important;

}

.gf-default-color{
    color: #979CA3;
}

.gf-active-color{
    color: white;
}


.games-toolbar {
    margin: 15px 0 15px 0;
}

.dt-col-1{
    margin-right: 30px;
}

.dt-col-1 a img{
    margin-right: 5px;
}

.dt-col-1 a:hover,
.dt-col-1 a:active,
.dt-col-1 a:focus,
.dt-col-1 a{
    font-weight: 600;
    font-size: 16px;
    color: #3C3C3C;
    display: inline-block;
    margin: 5px 0 0 0;
}

.dt-col-2 .input-group {
    height: 40px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #C5D0E2;
}

.dt-col-2 .input-group-text{
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: 500;
}

.dt-col-2 .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px;
}

.dt-col-2 .select2-container .select2-selection--single{
    height: 38px;
    border: none;
    padding-left: 0;
}

.dt-col-2 .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
}

.dt-col-2 .select2-container{
    width: auto;
    min-width: 230px;
}

.dt-col-2 .input-group-prepend{
    padding-right: 0;

}

.menuFc-3{
    background: #fff;
    border: 1px solid #C5D0E2;
    min-height: 40px;
    max-width: 300px;
    width: 100%;
    min-width: 250px;
    border-radius: 5px;
    overflow: hidden;
}

.menuFc-3 .form-control{
    height: auto;
    border: none;
    font-size: var(--main-font-size);
}

.menuFc-3 img{
    margin: 10px 5px 0 15px;
    width: 15px;
}

.main-sidebar, .main-sidebar::before {
    transition: margin-left .3s ease-in-out,width .3s ease-in-out;
    width: 300px;
}

.sidebar-collapse .main-sidebar, .sidebar-collapse .main-sidebar::before {
    margin-left: -300px;
}

[class*=sidebar-dark-] {
    background-color: #FFFFFF;
    padding-top: 40px;
}


.main-sidebar ul{

}

.main-sidebar ul li{
    list-style: none;
    margin-bottom: 15px;
}

.main-sidebar ul li a:hover,
.main-sidebar ul li a:focus,
.main-sidebar ul li a:active,
.main-sidebar ul li a{
    color: #3C3C3C;
}

.sidebar_overlay{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1038;
    top: 0;
    left: 0;
}

.phpError{
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 0;
}

.menuFc.error{
    border: 2px solid red;
}

#generalModal .modal-dialog {
    width: 100%;
    max-width: 600px;
    margin: 1.75rem auto;
}

.modal-noti .modal-header,
.modal-noti .modal-footer{
    border: none;
}

.modal-noti .modal-header{
    padding: 20px 20px 0 0;
}
.modal-noti .modal-footer{
    padding: 25px 0 40px 0;
}

.modal-noti .modal-header .close{
    opacity: 1;
}

#generalTitle{
    font-size: 24px;
    font-weight: 600;
    margin: -15px 0 25px 0;
}

#generalMsg{
    font-size: 18px;
    padding: 0 35px;
}

.loader, .ajaxLoader{
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 999999;
}

.loader img, .ajaxLoader img {
    max-width: 190px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ajaxLoader{
    display: none;
}

.nu-link{
    position: relative;
    position: relative;
    padding: 0 10px 0 0;
}

.nu-link .nu-txt-1{
    font-size: 16px;
    font-weight: 400;
    color: #D3D3D3;
    margin-right: 4px;
}

.nu-link .nu-txt-2{
    font-size: 16px;
    font-weight: 500;
    color: #F9BB1F;
}

.nu-link .nu-txt-3{
    border-left: 2px solid #6E6E6E;
    position: absolute;
    height: 18px;
    right: 0;
}

.ref-bar-panel{
    background: var(--color-white);
    display: flex;
    align-items: center;
    padding: 10px 16px;
    margin-top: 25px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.04);
}

.ref-bar-code{
    border: 2px dashed #E7A604;
    padding: 10px 25px;
    margin-right: 35px;
}

.ref-bar-code span{
    color: #F9BB1F;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    top: 2px;
}

.ref-bar-code a:active,
.ref-bar-code a:focus,
.ref-bar-code a:hover,
.ref-bar-code a{
    color: #fff;
    background: #F9BB1F;
    font-size: 16px;
    border-radius: 50px;
    padding: 3px 20px;
    font-weight: 500;
    margin: 0 0 2px 25px;
    display: inline-block;
}

.ref-bar-img{
    margin-right: 20px;
}

.ref-bar-img img{
    width: 100%;
    max-width: 69px;
}

.ref-bar-desc p{
    color: #F9BB1F;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}

.ref-bar-desc p:last-child{
    color: #3C3C3C;
    font-size: 18px;
    font-weight: 400;
}

.user-bar-panel{
    background: var(--color-white);
    display: flex;
    align-items: center;
    padding: 18px 20px;
    margin-top: 25px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.04);
}

.ubf-col{
    display: inline-flex;
    align-items: center;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #979797;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 6px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #46AD4D;
}

input:focus + .slider {
    box-shadow: 0 0 1px #46AD4D;
}

input:checked + .slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.ubfc1-1 img{
    width: 100%;
    max-width: 65px;
}

.ubfc1-2{
    margin-left: 15px;
}

.ubfc1-2 p{
    font-size: 24px;
    font-weight: 600;
    color: #F9BB1F;
    margin: 0 0 -5px 0px;
}

.ubfc1-2 p:last-child{
    font-size: 20px;
    font-weight: 400;
    color: #3C3C3C;
    margin: 0;
}

.ubf-col-1{
    border-right: 1px solid #D9D9D9;
    padding-right: 25px;
    min-width: 262px;
}

.ubf-col-2{
    margin-left: 30px;
    border-right: 1px solid #D9D9D9;
    padding-right: 25px;
}

.ubfc2-1 img{
    width: 100%;
    max-width: 87px;
}

.ubfc2-2{
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
}

.ubfc2-2 p{
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
}

.ubf-col-3{
    text-align: center;
    padding: 0 25px;
    border-right: 1px solid #D9D9D9;
    margin-right: 25px;
}

.ubfc3-1{

}

.ubfc3-1 p{
    margin: 0;
}

.ubfc3-1 p:first-child{
    margin: 5px 0 5px 0;
}

.ubfc3-1 p:first-child img{
    width: 100%;
    max-width: 44px;
}

.ubfc3-1 p:last-child a:focus,
.ubfc3-1 p:last-child a:hover,
.ubfc3-1 p:last-child a:active,
.ubfc3-1 p:last-child a{
    color: #fff;
    background: #F9BB1F;
    font-size: var(--main-font-size);
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 50px;
}

.ubfc4{
    padding: 0 25px;
    border-right: 1px solid #D9D9D9;
    margin-right: 25px;
}

.ubfc4 a{
    position: relative;
    display: inline-block;
}

.verify_tick{
    position: absolute;
    right: -4px;
}

.ubfc4 p{
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
}

.ubfc4 img{
    margin-right: 8px;
    margin-top: 4px;
}

.ubfc5{
    padding: 0 25px;
    margin-right: 25px;
}

.ubfc5 p{
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
}

.ubfc5 p:first-child{
    margin-bottom: 5px;
}

.user-panel-box{
    margin-top: 25px;
}

.user-sidebar{
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.04);
    width: 350px;
    background: #fff;
}

.user-panel-content{
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.04);
    width: calc(100% - 350px - 15px);
    padding: 40px 35px;
}

.user-sidebar ul{
    padding: 0;
}

.user-sidebar ul li{
    list-style: none;
    padding: 20px 10px;
    border-top: 1px dashed #969696;
}

.user-sidebar ul li a span{
    display: inline-block;
    min-width: 60px;
    text-align: center;
}

.user-sidebar ul li a img{
    filter: brightness(29) invert(52%);
}

.user-sidebar ul li a:active,
.user-sidebar ul li a:focus,
.user-sidebar ul li a:active,
.user-sidebar ul li a{
    font-size: 22px;
    color: #3C3C3C;
}

.user-sidebar ul li.active img{
    filter: none;
}

.user-sidebar ul li.active a:active,
.user-sidebar ul li.active a:focus,
.user-sidebar ul li.active a:active,
.user-sidebar ul li.active a{
    color: #F9BB1F;
}

.user-sidebar .usb-tile{
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    background: #F9BB1F;
    border: none;
    padding-left: 25px;
}


.u-title-s1{
    color: #F9BB1F;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.u-reminder-box{
    background: #F5F5F5;
    padding: 20px;
    margin: 25px 0 30px 0;
}

.urb-1{
    color: #F9BB1F;
    font-size: 20px;
    font-weight: 600;
}

.urb-2{
    font-size: 18px;
}

.urb-2 span{
    color: #F9BB1F;
    font-weight: 600;
}

.u-title-s2{
    color: #F9BB1F;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 10px 0;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.deposit-option-panel,
.crypto-option-panel{
    display: inline-block;
}

.dop-box{
    width: 170px;
    margin-right: 25px;
    cursor: pointer;
    display: inline-block;
}

.dop-box.active .dop-1{
    border: 2px solid #F9BB1F;
}

.dop-box.active .dop-2{
    color: #F9BB1F;
    font-weight: 600;
}

.dop-1{
    border: 1px solid #B8B8B8;
    border-radius: 6px;
    width: 170px;
    height: 105px;
    text-align: center;
    position: relative;
}

.dop-1 .yellow-mark{
    position: absolute;
    bottom: -1px;
    right: -1px;
    left: auto;
    top: auto;
}

.dop-1 img{
    margin: auto;
    display: inline-block;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.dop-2{
    font-size: 22px;
    text-align: center;
    width: 170px;
    overflow: hidden;
    margin: 12px 0;
}

.deposit-sub-bank{
    margin: 0 0 40px 0;
}

.dsb-box{
    display: inline-flex;
    align-items: center;
    min-width: 350px;
    margin-bottom: 45px;
    cursor: pointer;
}

.dsb-box .yellow-mark{
    position: absolute;
    bottom: -1px;
    right: -1px;
    left: auto;
    top: auto;
    width: 50%;
}

.dsb-box.active .dsb-box-1{
    border: 2px solid #F9BB1F;
}

.dsb-box.active .dsb-box-2{
    color: #F9BB1F;
    font-weight: 600;
}

.dsb-box-1{
    border: 1px solid #B8B8B8;
    width: 74px;
    min-width: 74px;
    height: 74px;
    padding: 2px;
    border-radius: 5px;
    position: relative;
}

.dsb-box-1 img{
    width: 100%;
}

.dsb-box-2{
    font-size: 20px;
    margin-left: 20px;
}

.fh-label{
    font-weight: 400 !important;
    font-size: 22px;
    width: 220px;
    margin-right: 15px;
}

/*.fh-input{
    width: calc(100% - 220px - 15px);
}*/

.user-form .form-control{
    height: auto;
    border-radius: 0;
    padding-top: 9px;
    min-height: 52px;
    font-size: 20px;
}

.user-form .form-control.disabled{
    background: #E4E4E4;
    font-size: 20px;
}

.modal {
    padding-right: 0 !important;
}

.btn-gold-grad:hover,
.btn-gold-grad:active,
.btn-gold-grad:focus,
.btn-gold-grad{
    color: #fff;
    background: rgba(255,171,99,1);
    background: -moz-linear-gradient(top, rgba(255,171,99,1) 0%, rgba(250,135,34,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,171,99,1)), color-stop(100%, rgba(250,135,34,1)));
    background: -webkit-linear-gradient(top, rgba(255,171,99,1) 0%, rgba(250,135,34,1) 100%);
    background: -o-linear-gradient(top, rgba(255,171,99,1) 0%, rgba(250,135,34,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,171,99,1) 0%, rgba(250,135,34,1) 100%);
    background: linear-gradient(to bottom, rgba(255,171,99,1) 0%, rgba(250,135,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffab63', endColorstr='#fa8722', GradientType=0 );
}

.user-form .input-group .btn-gold-grad:hover,
.user-form .input-group .btn-gold-grad:active,
.user-form .input-group .btn-gold-grad:focus,
.user-form .input-group .btn-gold-grad{
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.tabs-s2{

}

.tabs-s2 .nav-pills .nav-link:hover,
.tabs-s2 .nav-pills .nav-link:active,
.tabs-s2 .nav-pills .nav-link:focus,
.tabs-s2 .nav-pills .nav-link{
    border: 2px solid #FA8824;
    color: #FA8824;
    font-size: 22px;
    font-weight: 600;
    width: 138px;
    text-align: center;    
    margin-right: 20px;
    height: 52px;
    padding: 8px 0 0 0;
    border-radius: 10px;
}

.tabs-s2 .nav-pills .nav-link.active{
    border: none;
    color: #fff;
    background: rgba(255,171,99,1);
    background: -moz-linear-gradient(top, rgba(255,171,99,1) 0%, rgba(250,135,34,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,171,99,1)), color-stop(100%, rgba(250,135,34,1)));
    background: -webkit-linear-gradient(top, rgba(255,171,99,1) 0%, rgba(250,135,34,1) 100%);
    background: -o-linear-gradient(top, rgba(255,171,99,1) 0%, rgba(250,135,34,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,171,99,1) 0%, rgba(250,135,34,1) 100%);
    background: linear-gradient(to bottom, rgba(255,171,99,1) 0%, rgba(250,135,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffab63', endColorstr='#fa8722', GradientType=0 );
    padding: 9px 0 0 0;
}

.user-form .select2-container .select2-selection--single {
    height: 52px;
    font-size: 20px;
    padding: 14px 0 0 0;
}

.user-form .select2-container--default .select2-selection--single{
    border-radius: 0;
}

.user-form .select2-container--default .select2-selection--single,
.user-form .select2-container--default.select2-container--focus .select2-selection--multiple, 
.user-form .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #ced4da;
}

.user-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px;
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus,
.btn-yellow{
    color: #fff;
    background: #FBBC1F;
}

.btn-s3:hover,
.btn-s3:focus,
.btn-s3:active,
.btn-s3{
    font-weight: 600;
    height: 58px;
    font-size: 22px;
    border-radius: 5px;
    padding: 14px 40px;
    text-transform: uppercase;
}

.wallet-tra{
    width: 250px;
    max-width: 300px;
    float: left;
}

.wallet-to-txt{
    float: left;
    font-weight: 400 !important;
    font-size: 22px;
    display: inline-block;
    padding: 10px 15px 0 15px;
}

.note-1{
    margin-top: 10px;
}

.note-1 img{
    width: 100%;
    max-width: 23px;
    margin-right: 15px;
    position: relative;    
    top: -2px;
}

.hr-user{
    border-top: 1px solid #D9D9D9;
    margin: 50px 0 40px 0;
}

.utoolb-1, .utoolb-3{
    font-size: 20px;
    margin-right: 10px;
    padding-top: 5px;
}

.utoolb-2 {
    margin-right: 30px;
}

.utoolb-2 .select2-container{
    width: auto !important;
}

.utoolb-2 .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #9B9B9B;
    border-radius: 0;
}

.utoolb-2 .select2-container .select2-selection--single{
    height: 40px;
    font-size: 20px;
}

.utoolb-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.utoolb-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #303030;
    line-height: 30px;
}

.utoolb-4 .input-group{
    max-width: 160px;
}

.utoolb-4 .form-control{
    border-radius: 0;
    border: 1px solid #9B9B9B;
    font-size: 20px;
    height: 40px;
    border-right: none;
}

.utoolb-4 .input-group-append{
    border: 1px solid #9B9B9B;
    border-left: none;
    height: 40px;
    padding: 8px 10px 0 10px;
}

.utoolb-5 a{
    display: inline-block;
}

.utoolb-5 a img{
    filter: brightness(29) invert(52%);
}

.utoolb-5 a:first-child{
    margin-right: 10px;
}

.grid-list-btn .active img{
    filter: none;
}

.filter-title-hr{
    position: relative;
    margin: 15px 0 40px 0;
}

.fth-1 {
    color: #F39900;
    font-weight: 500;
    font-size: 22px;
    /* background: #fff; */
    position: relative;
    z-index: 1;
    padding-right: 15px;
    text-transform: uppercase;
}

.fth-2{
    border-top: 1px solid #D9D9D9;
    display: block;
    position: absolute;
    width: 80%;
    top: 50%;
    left:20%;
}

.wfb-panel{
    width: 222px;
    background: #FFCB39;
    position: relative;
    border-radius: 5px;
    padding: 15px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 35px;
}

.wfbp-1{
    position: absolute;
    top: -20px;
    right: 0;
}

.wfbp-1 img{
    width: 100%;
    max-width: 61px;
}

.wfbp2-1{
    display: inline-block;
    width: 60px;
    height: 60px;
}

.wfbp2-1 img{
    width: 100%;
}

.wfbp2-2{
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 5px;
}

.wfbp-3{
    font-weight: 600;
    font-size: 24px;
    margin: 10px 0 5px 0;
}

.btn-s4{
    width: 90px;
    padding: 7px 0;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
}

.wfbp-5{
    background: #fff;
    border-radius: 5px;
    margin-top: 15px;
    padding: 10px 12px 8px 12px;
}

.wfbp-5 p{
    margin: 0;
}

.wfbp-5 p:first-child{
    font-weight: 500;
    font-size: var(--main-font-size);
}

.wfbp-5 p:last-child{
    font-weight: 600;
    font-size: 18px;
}

.wallet-filter-box.wallet-grid .wfb-panel{
    display: block;
    width: 100%;
    margin-right: 0;
}

.wallet-filter-box.wallet-grid .wfb-panel .wfbp-2{
    border-bottom: 2px solid rgba(255,255,255,0.42);
    padding-bottom: 12px;
}

.wallet-filter-box.wallet-grid .wfb-panel .btn-wallet-red.btn-s4{
    float: left !important;
    margin-left: 15px;
}

.wallet-filter-box.wallet-grid .wfb-panel .wfbp-5 p:first-child{
    margin-right: 10px;
}

.wallet-filter-box.wallet-grid .wfb-panel .wfbp-5 p {
    margin: 0;
    display: inline-block;
}

.wallet-filter-box.wallet-grid .wfb-panel .wfbp-1 {
    position: absolute;
    top: auto;
    bottom: 68px;
    right: 15px;
}

.wallet-filter-box.wallet-grid .wfb-panel .wfbp-1 img {
    width: 76px;
    max-width: 76px;
}

.pointer{
    cursor: pointer;
}

.table-s1{
    background: #F9BB1F;
    padding: 15px 20px 7px 20px;
}

.table-s1 table{
    border: none;   
}

.table-s1 .table thead th{
    border: none; 
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 15px;
}

.table-s1 .table tbody td{
    border-color: #FAFAFA; 
    font-size: 20px;
}

.table-s1 tbody{
    background: #ffffff;
}

.s-green{
    color: #009D36;
}

.s-yellow{
    color: #E4A403;
}

.s-red{
    color: #E40303;
}

.user-select-button,
.user-select-button:hover,
.user-select-button:active,
.user-select-button:focus{
    display: inline-block;
    height: 52px;
    background: #B5B5B5;
    border: 2px solid #B5B5B5;
    color: #fff;
    font-size: 22px;
    width: 172px;
    margin-left: 15px;
    text-align: center;
    padding-top: 8px;
}

div .user-select-button:first-child,
div .user-select-button:first-child:hover,
div .user-select-button:first-child:active,
div .user-select-button:first-child:focus{
    margin-left: 0;
}

.user-select-button.active,
.user-select-button.active:hover,
.user-select-button.active:active,
.user-select-button.active:focus{
    background: #fff;
    border: 2px solid #F39900;
    color: #F39900;
}

.f-date{
    border: 1px solid #9B9B9B;
}

.f-date .input-group-append {
    align-items: center;
}

.f-date img{
    width: 100%;
    max-width: 90%;
}

.f-date .form-control{
    border: none;
    background: #fff;
}

.no_record{
    padding: 15px 0 !important;
    text-align: center;
    font-weight: 500;
}

.u-user-box{
    padding: 70px 50px;
}

.u-user-box-details{
    font-size: 22px;
    margin-left: 30px;
}

.uubd-box{
    border-bottom: 1px dashed #c7c4c4;
    padding: 8px 11px;
}

.uubd-box div:first-child{
    min-width: 190px;
}

.title-s2{
    font-size: 22px;
    font-weight: 600;
}

.t-s2{
    text-align: center;
    margin: 50px 0;
}

.contb-2{
    text-align: center;
    margin-bottom: 80px;
}

.contb-3{
    display: flex;
    align-items: center;
    width: 320px;
    margin: 0 auto 60px auto;
    line-height: 26px;
}

.contbp-1{
    width: 60px;
    text-align: center;
}

.contbp-2{
    margin-left: 10px;
}

.contbp-2 p{
    margin: 0;
}

.contbp-2 p:first-child{
    font-size: 18px;
    font-weight: 600;
}

.contbp-2 p:last-child{
    font-size: 16px;
    font-style: italic;
}

.contbp-2 a,
.contbp-2 a:hover,
.contbp-2 a:active,
.contbp-2 a:focus{
    color: #F9BB1F;
    font-size: 16px;
    font-weight: 600;
}

.static-card{
    background: #FFFFFF;
    padding: 30px 0;
    border-radius: 5px;
    margin: 30px 0;
}

.btn-ref,
.btn-ref:active,
.btn-ref:focus,
.btn-ref:hover{
    min-width: 200px;
    height: 52px;
    font-size: 22px;
    padding: 10px 0;
}

.btn-ref.inactive,
.btn-ref.inactive:active,
.btn-ref.inactive:focus,
.btn-ref.inactive:hover{
    background: #B5B5B5;
    background-color: #B5B5B5;
}

.u-title-s3{
    font-size: 22px;
    font-weight: 600;
    color: #F9BB1F;
}

.u-ref-note-box .urb-2 {
    line-height: 28px;
    margin: 10px 0;
}

.ref-option-box{
    background: rgba(255,139,82,1);
    background: -moz-linear-gradient(top, rgba(255,139,82,1) 0%, rgba(253,109,55,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,139,82,1)), color-stop(100%, rgba(253,109,55,1)));
    background: -webkit-linear-gradient(top, rgba(255,139,82,1) 0%, rgba(253,109,55,1) 100%);
    background: -o-linear-gradient(top, rgba(255,139,82,1) 0%, rgba(253,109,55,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,139,82,1) 0%, rgba(253,109,55,1) 100%);
    background: linear-gradient(to bottom, rgba(255,139,82,1) 0%, rgba(253,109,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8b52', endColorstr='#fd6d37', GradientType=0 );
    border-radius: 15px;
    padding: 5px 15px 15px 15px;
    margin-top: 60px;
}

.ref-option-panel{
    font-size: 25px;
    display: inline-flex;
    margin: 10px 15px;
}

.ref-option-panel .form-check-label span{
    margin-left: 15px;
}

.ref-option-panel input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
    margin: 12px 0px 0 -8px;
}

.ref-box-img{
    display: inline-block;
    width: 210px;
    position: relative;
}

.ref-box-img img{
    width: 201px;
    position: absolute;
    top: -80px;
    left: -28px;
}

.ref-box-content{
    display: inline-block;
    width: 300px;
    margin-left: -15px;
}

.ref-box-price{
    font-size: 32px;
    text-transform: uppercase;
    color: #FFF1E0;
    font-weight: 600;
    margin-bottom: 5px;
}

.ref-box-details{
    background: #FFF1E0;
    color: #FA7D29;
    text-align: center;
    font-size: 18px;
    padding: 0 15px;
}

.line-ref{
    border-top: 1px solid #FFA96E;
}

.ref-box-details .float-left,
.ref-box-details .float-right{
    width: 50%;
    padding: 8px 0;
}

.ref-box-status{
    background: #F5F5F5;
    width: 290px;
    font-size: 18px;
    padding: 0 15px;
    margin-top: 15px;
}

.ref-box-status .line-ref{
    border-top: 1px dashed #8D8D8D;
}

.ref-box-status .float-left,
.ref-box-status .float-right{
    padding: 10px 0;
}

.spinner_menu{
    font-size: 24px;
    padding: 12px 15px 0 15px;
}

.slick-slide {
    position: relative;
}

.slide__caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(76,76,76,0.4);
    background: -moz-linear-gradient(top, rgba(76,76,76,0.4) 0%, rgba(0,0,0,0.54) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,0.4)), color-stop(100%, rgba(0,0,0,0.54)));
    background: -webkit-linear-gradient(top, rgba(76,76,76,0.4) 0%, rgba(0,0,0,0.54) 100%);
    background: -o-linear-gradient(top, rgba(76,76,76,0.4) 0%, rgba(0,0,0,0.54) 100%);
    background: -ms-linear-gradient(top, rgba(76,76,76,0.4) 0%, rgba(0,0,0,0.54) 100%);
    background: linear-gradient(to bottom, rgba(76,76,76,0.4) 0%, rgba(0,0,0,0.54) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000', GradientType=0 );
    padding: 10px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 0 4px 15px #090909;
}

.acmeticker-wrap {
    height: 36px;
    overflow-x: hidden;
}

.modal-form{
    color: #3C3C3C;
}

.mf-title{
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 15px 0;
}

.modal-form .modal-footer{
    display: block;
}

.modal-form .form-control{
    border: 1px solid #C5D0E2;
    height: 40px;
    font-size: var(--main-font-size);
    border-radius: 5px;
}

.modal-form .input-group{
    border: 1px solid #C5D0E2;
    height: 40px;
    font-size: var(--main-font-size);
    border-radius: 5px;
}

.modal-form .input-group .form-control{
    border: none;
    height: 100%;
}

.modal-form .input-group-append {
    align-items: center;
    padding: 0 10px;
}

.modal-form form {
    padding: 0 40px;
}

.modal-form .modal-body {
    padding-left: 0;
    padding-right: 0;
}

.rememberMe-panel{
    margin: 10px 0 -10px 0;
}

/* The switch - the box around the slider */
.modal-form .switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 22px;
}

.txtRememberMe{
    display: inline-block;
    margin-right: 5px;
}

/* Hide default HTML checkbox */
.modal-form .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.modal-form .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #979797;
    -webkit-transition: .4s;
    transition: .4s;
}

.modal-form .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 6px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.modal-form input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.modal-form input:checked + .slider {
    background-color: #FDE9B9;
    box-shadow: none;
}

.modal-form input:checked + .slider:before {
    background-color: #F9BB22;
}

.modal-form.modal-noti .modal-footer{
    padding-top: 0;
}

.modal-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #666666;
}

.modal-form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #666666;
}

.modal-form .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #666666;
}

.modal-form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #666666;
}

.m-sub-link {
    margin: 15px 0 0 0;
}

.m-sub-link a:hover,
.m-sub-link a:active,
.m-sub-link a:focus,
.m-sub-link a{
    color: #ffffff;
}

.m-sub-link a span:hover,
.m-sub-link a span:active,
.m-sub-link a span:focus,
.m-sub-link a span{
    color: #F9BB1F;
}

.jErr {
    height: 15px;
    padding-left: 5px;
    padding-top: 2px;
    clear: both;
}

.jErr, .jErr label {
    font-weight: 400 !important;
    color: red !important;
    font-size: 0.9rem;
    margin: 0;
    text-align: left;
}

.alert {
    padding: 5px 10px;
    border-radius: 50px;
    text-align: left;
}

.captcha-group .input-group{
    border: none;
    height: auto;
    border-radius: 0;
}


.captcha-group .input-group .form-control {
    border: 1px solid #C5D0E2;
    height: 40px;
    font-size: var(--main-font-size);
    border-radius: 5px;
}

.txtRequestTac{
    font-size: 18px;
    margin: 40px 0 10px 0;
}

.txtContentTac{
    font-size: 32px;
}

.txtEnterTac{
    font-size: 18px;
    margin: 25px 0 15px 0;
}

.iptEnterTac{
    margin-bottom: 15px;
}

.iptEnterTac input,
.iptEnterTac input:focus,
.iptEnterTac input:active,
.iptEnterTac input:hover{
    color: #222222;
    background: #DBDBDB;
    border-radius: 50px !important;
    border: none !important;
    text-align: left;
    font-size: 42px !important;
    font-weight: 900;
    letter-spacing: 30px;
    padding: 0px 0 0px 65px;
    height: auto !important;
    max-width: 430px;
}

.btn-green,
.btn-green:focus,
.btn-green:active,
.btn-green:hover{
    background: #A2CE2D;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 220px;
    border-radius: 5px;
    padding: 12px 0;
}


#requestTacMobileModal .modal-footer{
    border-top: 2px solid #ccc;
    padding-top: 30px;
    margin: 25px 0 0px 0;
}

#requestTacMobileModal .modal-dialog {
    max-width: 550px;
}

.btn-s5,
.btn-s5:focus,
.btn-s5:active,
.btn-s5:hover{
    min-width: 170px;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
}

.txtDidntReceive{
    font-size: 18px;
    padding-top: 10px;
}

#newsTickerModal .modal-dialog {
    max-width: 600px;
}

#newsTickerModal .modal-body{
    padding: 30px;
}

.ticker-annouce-panel{
    height: 100%;
    max-height: 500px;
    overflow: auto;
    margin-bottom: 30px;
}

.tab-box{
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 30px;
}

.ticker-annouce-panel .tap-b1{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.ticker-annouce-panel .tap-b2{
    font-size: 16px;
    margin-bottom: 30px;
}

.ticker-annouce-panel::-webkit-scrollbar {
    width: 6px;
    position: relative;
}

.ticker-annouce-panel::-webkit-scrollbar-track {
    background: #D9D9D9; 
    border-radius: 10px;
}

.ticker-annouce-panel::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #666666; 
}

#promotionModal .modal-dialog{
    width: 100%;
    max-width: 800px;
}

#promotionModal .modal-content{
    padding-left: 20px;
    padding-right: 20px;
}

.m-promo-image{
    margin: 10px 0 25px 0;
    border-radius: 10px;
    overflow: hidden;
}

.m-promo-image img{
    width: 100%;
}

.m-promo-title{
    color: #000000;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
}

.m-promo-time{
    color: #F9BB1F;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.m-promo-time img{
    position: relative;
    top: -3px;
    margin-right: 10px;
    width: 2.5%;
}

.m-promo-time span{
    color: #303030;
    font-weight: 400;
    font-size: 1.4rem;
}

.m-promo-content{
    margin-top: 10px;
}

.m-promo-btn{
    margin: 90px 0 30px 0;
}

#languageModal .modal-dialog {
    max-width: 350px

}

#languageModal .modal-body{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
}
.modal-noti .modal-content{
    border-radius: 10px;
}

.m_lang_title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.m_lang_box{
    padding: 20px 0;
    cursor: pointer;
}

.m_lang_box.active{
    cursor: default;
}

.mlb-flag{
    margin-right: 15px;
    position: relative;
    top: -1px;
}

.mlb-title{
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
}

.mlb-check{
    display: none;
}

.m_lang_box.active .mlb-check{
    display: inline-block;
}

.lang_divider{
    border-top: 1px solid #D9DEE4;
}

.register-panel{
    background: #000000;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 40px;
    /*min-height: 820px;*/
    border: 1px solid yellow;
}

.reg-image img{
    width: 100%;
    max-width: 180px;
}

.reg_createTxt{
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
}

.reg_congratTxt{
    font-weight: 600;
    text-align: center;
    font-size: 21px;
    margin-top: 15px;
}

.reg_itsTxt{
    text-align: center;
    font-size: 20px;
}

.reg_tqTxt{
    text-align: center;
    font-size: 18px;
}

.reg_itsTxt span{
    color: #F9BB1F;
    font-weight: 600;
    text-transform: uppercase;
}

.register-step{
    width: 100%;
    max-width: 290px;
    margin: 35px auto -15px auto;
    position: relative;
}

.register-panel form{
    padding: 0;
    width: 100%;
    max-width: 290px;
    margin: 50px auto 40px auto;
}

.register-step span{
    background: #D5D5D5;
    color: #ffffff;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    z-index: 3;
}

.register-step span.active{
    background: #F9BB1F;
}

.reg_step_line_bg{
    background: #D5D5D5;
    height: 5px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 45%;
    z-index: 1;
}

.reg_step_line_prog{
    background: #F9BB1F;
    height: 5px;
    position: absolute;
    left: 0;
    width: 50%;
    top: 45%;
    z-index: 2;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.form_reg_step_2 .dd-reg .select2-container{
    width: auto !important;
}

.dd-reg .select2-container .select2-selection--single {
    height: 38px;
    border: 1px solid #C5D0E2 !important;
}

.form_reg_step_2 .dd-reg .select2-container .select2-selection--single {
    border: none !important;
}

.dd-reg .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.dd-reg .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.dd-reg .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}

.select2-container--default .select2-results>.select2-results__options{
    min-width: 250px;
    background: #fff;
}

.none{
    display: none;
}

#quickTransferModal .modal-dialog {
    max-width: 800px;
}

#quickTransferModal .modal-body {
    padding-left: 40px;
    padding-right: 40px;
}

.qtc-wallet{
    font-size: 26px;
    font-weight: 500;
    margin: 60px 0 52px 0;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 30px;
}

.qtc-wallet a,
.qtc-wallet a:hover,
.qtc-wallet a:active,
.qtc-wallet a:focus{
    display: inline-block;
}

.qtc-wallet a img,
.qtc-wallet a img:hover,
.qtc-wallet a img:active,
.qtc-wallet a img:focus{
    position: relative;
    top: -2px;
}

.dd-fc .select2-container{
    width: 100% !important;
}

.qtc-b1,
.qtc-b2,
.qtc-b3{
    float: left;
}

.qtc-b1{
    background: #C9C9C9;
    border: 1px solid #9B9B9B;
    width: 215px;
    height: 100px;
    display: inline-block;
    padding-top: 18px;
    padding-left: 18px;
    font-size: 22px;
}

.qtc-b3{
    background: #C9C9C9;
    border: 1px solid #9B9B9B;
    width: 215px;
    height: 100px;
    display: flex;
    padding-left: 18px;
    font-size: 22px;
    align-items: center;
}

.qtc-b1 p{
    margin: 0;
}

.qtc-b1 p:last-child{
    font-weight: 600;
}

.qtc-b2{
    width: 50px;
    height: 100px;
    display: inline-block;
    text-align: center;
    text-transform: lowercase;
    font-weight: 500;
    font-size: 22px;
    padding-top: 32px;
}

.qtc-b3 img{
    width: 60px;
    height: 60px;
    border-radius: 50px;
}

.btn-s6,
.btn-s6:focus,
.btn-s6:active,
.btn-s6:hover{
    height: 50px;
    display: inline-flex;
    vertical-align: middle;
    justify-content: end;
    align-items: center;
    padding: 4px 22px 0 22px;
    font-size: 18px;
}

.table-purple .text-white{
    color: #3c3c3c !important;
}

.table-purple td{
    color: #3c3c3c !important;
}

.paginationPanel{
    min-height: 48px;
}

.pagination li .current.prev,
.pagination li .current.next,
.pagination .ellipse.clickable,
.pagination li.active .current{
    position: relative;
    display: block;
    margin-left: -1px;
    color: #324eba;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: .875rem;
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
}

.pagination li.active .current {
    background-color: #303030;
    color: #fff;
    border: 1px solid #303030;
    padding: 0.47rem 0.75rem;
}

.pagination .ellipse.clickable{
    padding: 0.48rem 0.74rem;
}

.pagination li.disabled .current,
.pagination li.disabled .prev,
.pagination li.disabled .next{
    color: #333;
    background: #f1f1f1;
    padding: 0.47rem 0.75rem;
}

.pagination .ellipse.clickable input{
    border: none;
    outline: none;
    padding: 0;
}

.page-link {
    color: #333;
}

.modalNoti .m-promo-title,
.modalNoti .m-promo-time{
    color: #303030;
    margin-bottom: 15px;
}

.modalNoti .m-promo-btn{
    margin: 30px 0;
}

.fw600{
    font-weight: 600;
}

.btn-search-history,
.btn-search-history:hover,
.btn-search-history:active,
.btn-search-history:focus{
    height: 54px;
    padding: 11px 0;
    border-radius: 0;
    margin-left: 16px;
    min-width: 172px;
    text-align: center !important;
}

.back_bank p{
    text-align: center;
    font-size: 20px;
}

.staticContentStyle{
    text-align: left;
    padding: 0 45px;
    font-weight: 400;
    font-size: 18px;
}

.staticContentStyle .qa-lbl{
    font-weight: 500;
    margin-bottom: 10px;
}

.staticContentStyle .qa-lbl-2{
    margin-bottom: 25px;
}

.dt_qtc_wallet span{
    /*display: inline-flex;*/
    width: 130px;
    /*height: 118px;*/
    /*position: absolute;*/
}

.previewBox{
    width: 100px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-top: 10px;
}

.previewBox img{
    width: 100%;
    border: 1px solid #ccc;
}

.hide{
    display: none;
}

.hide-i{
    display: none !important;
}

.qrBox{
    display: inline-block;
    width: 185px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 15px;
}

.qrBox-img img{
    width: 100%;
    height: auto;
    padding: 5px;
}

.qrBox-name a:active,
.qrBox-name a:focus,
.qrBox-name a:hover,
.qrBox-name a{
    color: #595757;
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 500;
    background: #e4e4e4;
    padding: 4px 0;
}

.qr-warn{
    display: inline-block;
    margin: 0 0 0 25px;
    max-width: 580px;
    position: absolute;
}

#commonContentM, #annContentM{
    font-size: 18px;
    text-align: center;
}

#ads_time{
    color: #3c3c3c;
    font-style: italic;
    margin: 5px 0 20px 0;
}

#ads_content {
    font-size: 16px;
}

.m-annx-btn {
    margin: 60px 0 30px 0;
}

.ann-border{
    border-bottom: 1px solid #D9D9D9;
    margin: 60px 0 60px;
}

.reg-pass{
    width: 20px;
}

.ico_hot_new{
    position: absolute;
    top: 2px;
    right: 0;
    width: 30px;
}

.prov-arr,
.prov-arr:active,
.prov-arr:focus{
    color: #6D6D6D;
    font-size: 18px;
    position: absolute;
    z-index: 1;
    top: 40px;
    display: inline-block;
    padding: 10px;
} 

.pr-left{
    left: 10px
}

.pr-right{
    right: 10px
}

.prov-arr:hover{
    color: #303030;;
}

.fa, .fas{
    font-weight: 600;
}

.no_rec_panel{
    font-size: 14px;
    font-weight: 500;
    width: calc(100vw - 30px);
    text-align: center;
    padding: 10px 0;
}

.chg-pass .input-group img{
    width: 20px;
}

.chg-pass .input-group-append{
    background: none;
    border-left: none;
}

.chg-pass .input-group .form-control{
    border-right: none;
}

.modal-backdrop.show {
    opacity: .7;
}

.promo_eligible{
    font-size: 16px;
    margin: 30px 0 10px 0;
    font-weight: 500;
}

.promo_provider img{
    display: inline-block;
    width: 30px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.btn_add_receipt,
.btn_add_receipt:hover,
.btn_add_receipt:focus,
.btn_add_receipt:active,
.btn_minus_receipt,
.btn_minus_receipt:hover,
.btn_minus_receipt:focus,
.btn_minus_receipt:active{
    color: #fa8a27;
    font-weight: 500;
}

.second_recp{

}

/*font size*/
.fs-0-20 {
  font-size: calc(2rem + 1.5vw) !important;
}

/*font size*/
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-5-5 {
  font-size: 1.1rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fs-6-5 {
  font-size: 0.9rem !important;
}

.fs-7 {
  font-size: 0.85rem !important;
}

.fs-7-2 {
  font-size: 0.8rem !important;
}

.fs-7-5 {
  font-size: 0.75rem !important;
}

.fs-8 {
  font-size: 0.7rem !important;
}

.fs-9 {
  font-size: 0.65rem !important;
}

.topmenu_img{

    height: 1.8rem;
    width: 1.8rem;

}

.bg-black {
    background-color: #000000!important;
}

.no-border-right {
    border-right: 0 !important;
}

.topbar-pass-border {
    background-color: #000000;
    border: 1.8px solid #51607d;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.height-40 {
    height: 40px !important;
}

.p-un {
    padding: 0 12px;
}

.img-15 {
    width: 15px !important;
}

.mt-2-5{
     margin-top: 0.8rem!important;
}

.mt-m-1-5 {
    margin-top: -1.5rem !important;
}

.mt-m-btn {
    margin-top: -2.2rem !important;
}

.mt-m-flag {
    margin-top: -2.1rem !important;
}

.topbar-btn {
    min-width: 125px !important;
    padding: 3px 15px !important;
}

.no-mr {
    margin-right: 0 !important;
}

.text-white {
    color: white;
}

.flag-text {
    position: relative;
    display: flex;
}

.mr-1-5 {
    margin-right: 1.5rem!important;
}

.mr-3 {
    margin-right: 3rem!important;
}

.ml-2 {
    margin-left: 2rem!important;
}


.ml-3 {
    margin-left: 3rem!important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400!important;
}

.fw-700 {
    font-weight: 700!important;
}

.ml-0-5 {
    margin-left: 0.5rem!important;
}

.mt-n-0-1 {
    margin-top: -0.1rem;
}

.flag-arrow {
    color: white !important;
    margin-left: 0.25rem !important;
    margin-top: 0.25rem !important;
}


.cursor-pointer {
    cursor: pointer;
}

.w-mb {
    width: 75% !important;
}

.df {
    display: flex !important;
}

.ml-1-5 {
    margin-left: 1.5rem !important;
}

.mr-logout {
    margin-right: -1.5rem !important; 
}

.mr-time {
    margin-right: -0.5rem !important; 
}

.text-top-menu{
    color: #9CC2FF !important;
}

.pl-6{
    padding-left: 4rem !important;
}

.pr-6{
    padding-right: 4rem !important;
}

.social-icon-size{
    width: 2.8rem !important;
    height: 2.8rem !important;
}

.align-center{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}

.horizontal-center{
      display: block;   
      margin-left: auto;
      margin-right: auto;

}
.end1{
    display: flex;
    justify-content: end;
    gap:1%;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #efb723;
  border-radius: 50%;
  display: inline-block;
}

.width-100 {
    width: 100% !important;
}

.width-50 {
    width: 50% !important;
}

.text-center {
    text-align: center;
}

.mt-new-feature {
    margin-top: 3rem;
}

.max-width {
    max-width: 100%;
    height: auto;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.optionWrapper {
    width: 100%;
    position: relative;
    flex-direction: row;
    display: flex;
}


.pb-6 {
    padding-bottom: 5rem!important;
}


.background-gradient-web{

    background: linear-gradient(0deg, #542565, #462B63, #3C3061, #243656, #141D2D);

}
.mt-box-1 {
    margin-top: 1.5rem!important;
}

.mt-m-6 {
    margin-top: -6rem;

}

.relative {
    position: relative;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    /*border: 1px solid yellow;*/
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 50%);
    outline: 0;
    color:#000000;
}

.btn-main-grad:hover,
.btn-main-grad:active,
.btn-main-grad:focus,
.btn-main-grad{
    color: #fff;
    background: rgba(255,171,99,1);
    background: -moz-linear-gradient(top, rgba(255,171,99,1) 0%, rgba(250,135,34,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,171,99,1)), color-stop(100%, rgba(250,135,34,1)));
    background: -webkit-linear-gradient(top, rgba(255,171,99,1) 0%, rgba(250,135,34,1) 100%);
    background: -o-linear-gradient(top, rgba(255,171,99,1) 0%, rgba(250,135,34,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,171,99,1) 0%, rgba(250,135,34,1) 100%);
    background: linear-gradient(to bottom, rgba(255,171,99,1) 0%, rgba(250,135,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffab63', endColorstr='#fa8722', GradientType=0 );
}

.user-form .input-group .btn-main-grad:hover,
.user-form .input-group .btn-main-grad:active,
.user-form .input-group .btn-main-grad:focus,
.user-form .input-group .btn-main-grad{
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.btn-main-line, .btn-main-line:hover, .btn-main-line:active, .btn-main-line:focus,  
.navbar-expand-md .navbar-nav .nav-link.btn-main-line, .navbar-expand-md .navbar-nav .nav-link.btn-main-line:active, .navbar-expand-md .navbar-nav .nav-link.btn-main-line:focus, .navbar-expand-md .navbar-nav .nav-link.btn-main-line:hover{
    /*border: 2px solid var(--color-gold);*/
    /*color: var(--color-gold);*/
    border: 2px solid #22bcbb;
    border-radius: 5px;
    padding: 11px 10px;
    font-weight: 400;
    color: white;
    background: #22bcbb;
}

.btn-main, .btn-main:hover, .btn-main:active, .btn-main:focus,  
.navbar-expand-md .navbar-nav .nav-link.btn-main, .navbar-expand-md .navbar-nav .nav-link.btn-main:active, .navbar-expand-md .navbar-nav .nav-link.btn-main:focus, .navbar-expand-md .navbar-nav .nav-link.btn-main:hover{
    /*border: 2px solid var(--color-gold);*/
    /*color: var(--color-dark-grey);*/
    /*background: var(--color-gold);*/
    border: 2px solid #22BBBB;
    background: #22BBBB;
    border-radius: 4px;
    /*padding: 11px 10px;*/
    font-weight: 400;
    color: white;
}

.sub-background1{
    background-image: url('../img/common/uea-background.jpg');
    color: var(--color-white);
    background-size: cover;
    background-attachment: local;
}

.dd-fc-desktop .select2-container {
    width: 70% !important;
}

.img-cycle{
    width: 40px;
    margin-right: 1rem;
}

.width-sport-left {
    width: 16vh;
    max-width: 115px;
}

.width-sport-right {
    width: 100%;
}

.close-set {
    /* padding: 1rem; */
    /* margin-top: 1rem; */
    margin: -1rem -1.5rem 1rem auto;
    padding-top: 2rem!important;
    padding-left: 1rem;
}

.img-close{
    width:40px!important;
}


.modal-content1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #000000;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 50%);
    outline: 0;
    border: 1px solid yellow;
}


.btn-orange{

    border: 2px solid #EA9F13;
    background: #EA9F13!important;
    border-radius: 4px;
    font-weight: 400;
    color: white;
}

.mr-game-menu {
    margin-right: 1.1rem !important;
  }

.bg-luckyu{
    background-color: #981012;
}

.color-luckyu{
    color: #981012;
}

.h-100{
    height: 100%;
}

.align-middle{
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-1-8 {
    -ms-flex: 0 0 14.333333%;
    flex: 0 0 14.333333%;
    max-width: 12.333333%
}

.col-sm-1-8 {
    -ms-flex: 0 0 14.333333%;
    flex: 0 0 14.333333%;
    max-width: 14.333333%
}
.col-md-1-8 {
    -ms-flex: 0 0 14.333333%;
    flex: 0 0 14.333333%;
    max-width: 14.333333%
}

.col-lg-1-8 {
    -ms-flex: 0 0 14.333333%;
    flex: 0 0 14.333333%;
    max-width: 14.333333%
}

.col-xl-1-8 {
    -ms-flex: 0 0 14.333333%;
    flex: 0 0 14.333333%;
    max-width: 14.333333%
}

.row{
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;

}


.overflowWrapper {
  
    overflow-x: auto;
    min-width: 100%;
    
    
}

/*==========================================Count Down Css==========================================*/

.clock {
    position:relative;
    font-family:monaco,consolas,"courier new",monospace;
    font-size:4rem;
    line-height:1.375;
    
}




.clock:before {
    position:absolute;
    padding-top: 1.5rem;
    content:':';
    z-index:2;
    line-height:1.15;
    color:white;
}
.clock:after {
    position:absolute;
    padding-top: 1.5rem;
    content:':';
    z-index:2;
    line-height:1.15;
    color:white;
}

.clockDot {
    position:relative;
    font-family:monaco,consolas,"courier new",monospace;
    font-size:4rem;
    line-height:1.375;

}

.clockDot:after{
    position:absolute;
    padding-top: 1.5rem;
    content:':';
    z-index:2;
    line-height:1.15;
    color:white;
     right: 3em;
}

.clock:before {
    left:3.02em;
}

.clock:after {
    /*right:3.02em;*/
    right: 6.62em;
}





.clock span {
    position:relative;
    display:inline-block;
    
    margin:0 .06125em;

    padding-right: .6em;
    padding-left: .6em;
    padding-top: 0.8em;

    z-index:1;

    -webkit-transform:perspective(750);
    -moz-transform:perspective(750);
    -ms-transform:perspective(750);
    transform:perspective(750);

    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    transform-style:preserve-3d;
}

.clock span:first-child {
    margin-left:0;
}

.clock span:last-child {
    margin-right:0;
}

.clock span:nth-child(2),
.clock span:nth-child(4),
.clock span:nth-child(6) {
    margin-right:.3em;
}




.clock span:nth-child(3),
.clock span:nth-child(5),
.clock span:nth-child(7)
 {
    margin-left:.3em;
}

.clock span:before,
.clock span:after {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    color:#eee;
    text-shadow:0 1px 0 #fff;
    background:rgba( 255, 255, 255, 0.5 );
    border: 1px solid white;
    border-radius:.125em;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    outline:1px solid transparent; /* fix jagged edges in ff */

    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    backface-visibility:hidden;

    -webkit-transition:-webkit-transform .75s, opacity .75s;
    -moz-transition:-moz-transform .75s, opacity .75s;
    -ms-transition:-ms-transform .75s, opacity .75s;
    transition:transform .75s, opacity .75s;
}

.clock span:before {
    opacity:1;
    z-index:1;
    content:attr(data-old);

    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;

    -webkit-transform:translate3d(0,0,0) rotateX(0);
    -moz-transform:translate3d(0,0,0) rotateX(0);
    -ms-transform:translate3d(0,0,0) rotateX(0);
    transform:translate3d(0,0,0) rotateX(0);
}

.clock span:after {
    opacity:0;
    z-index:2;
    content:attr(data-now);

    -webkit-transform-origin:0 100%;
    -moz-transform-origin:0 100%;
    -ms-transform-origin:0 100%;
    transform-origin:0 100%;

    -webkit-transform:translate3d(0,-102.5%,0) rotateX(90deg);
    -moz-transform:translate3d(0,-102.5%,0) rotateX(90deg);
    -ms-transform:translate3d(0,-102.5%,0) rotateX(90deg);
    transform:translate3d(0,-102.5%,0) rotateX(90deg);
}

.clock .flip:before {
    opacity:0;
    -webkit-transform:translate3d(0,102.5%,0) rotateX(-90deg);
    -moz-transform:translate3d(0,102.5%,0) rotateX(-90deg);
    -ms-transform:translate3d(0,102.5%,0) rotateX(-90deg);
    transform:translate3d(0,102.5%,0) rotateX(-90deg);
}

.clock .flip:after {
    opacity:1;
    -webkit-transform:translate3d(0,0,0) rotateX(0);
    -moz-transform:translate3d(0,0,0) rotateX(0);
    -ms-transform:translate3d(0,0,0) rotateX(0);
    transform:translate3d(0,0,0) rotateX(0);
}

/*============================================================================================*/

.modal-header .close, .modal-header .mailbox-attachment-close {
    padding: 1rem;
    margin: -3.5rem -2.8rem -1rem auto!important;
}

.modal-noti .modal-header .close:hover {
    opacity: 1;
}

.color-huat{
            color:#AD2148!important;
        }

.ml-0-5{
    margin-left: 0.5rem!important;
}

.mt-7{
    margin-top: 7rem!important;
}

.modal-noti .modal-footer .close{
    padding: 25px 220px 40px;
}

.close, .mailbox-attachment-close,.congra {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-align: center;
    display: flow-root;
    margin-top: 3rem;
}
.img-close1 {
    width: 6%!important;
    position: absolute;
    left: 46%;
    top: 96%;
}

.card1-tt1 {
    color: #ffffff;
    z-index: 100;
    font-size: 1.7vw;
    margin-top: -65%;
    padding-right: 1rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width:60%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.card1-tt2 {
    color: #ffffff;
    z-index: 100;
    /*font-size: calc(10px + 1.4vw);*/
    margin-top: -57%;
    padding-right: 1rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width:70%;
    text-align: center;
    font-size: 1.15vw;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card1-tt3 {
    color: #D4AC00;
    z-index: 100;
    /* font-size: calc(10px + 1.4vw); */
    margin-top: -30%;
    padding-right: 1rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38%;
}

.card1-tt4 {
    color: #AD2148;
    z-index: 100;
    /* font-size: calc(10px + 1.4vw); */
    margin-top: -93%;
    padding-right: 1rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align:center;
    font-size: 3.5vw;
    font-weight: 1000;
    width:88%;
}

.card1-tt5 {
    color: #AD2148;
    z-index: 100;
    /* font-size: calc(10px + 1.4vw); */
    margin-top: -69%;
    padding-right: 1rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
    text-align: center;
    font-size: 2.1vw;
    
}
.card1-tt6 {
    color: #D4AC00;
    z-index: 100;
    /* font-size: calc(10px + 1.4vw); */
    margin-top: -33%;
    /*padding-right: 1rem;*/
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38%;
}

.card1-tt7{
    color: #ffffff;
    z-index: 100;
    font-size: 1.7vw;
    margin-top: -67%;
    padding-right: 1rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width:70%;

}
.card1-tt8 {
    color: #D4AC00;
    z-index: 100;
    /* font-size: calc(10px + 1.4vw); */
    margin-top: -50%;
    padding-right: 1rem;
    position: absolute;
    left: 28%;
    transform: translate(-50%, -50%);
    width: 17%;
}

.card1-tt9 {
    color: #D4AC00;
    z-index: 100;
    /* font-size: calc(10px + 1.4vw); */
    margin-top: -50%;
    padding-right: 1rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17%;
}

.card1-tt10 {
    color: #D4AC00;
    z-index: 100;
    /* font-size: calc(10px + 1.4vw); */
    margin-top: -50%;
    padding-right: 1rem;
    position: absolute;
    left: 73%;
    transform: translate(-50%, -50%);
    width: 17%;
}

.card1-tt11 {
    color: #D4AC00;
    z-index: 100;
    /* font-size: calc(10px + 1.4vw); */
    margin-top: -25%;
    padding-right: 1rem;
    position: absolute;
    left: 28%;
    transform: translate(-50%, -50%);
    width: 17%;
}

.card1-tt12 {
    color: #D4AC00;
    z-index: 100;
    /* font-size: calc(10px + 1.4vw); */
    margin-top: -25%;
    padding-right: 1rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17%;
}

.card1-tt13 {
    color: #D4AC00;
    z-index: 100;
    /* font-size: calc(10px + 1.4vw); */
    margin-top: -25%;
    padding-right: 1rem;
    position: absolute;
    left: 73%;
    transform: translate(-50%, -50%);
    width: 17%;
}


.card1-tt14  {
    color: #D4AC00;
    z-index: 100;
    /* font-size: calc(10px + 1.4vw); */
    margin-top: -45%;
    padding-right: 1rem;
    position: absolute;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 40%;
}

.card1-tt15  {
    color: #AD2148;
    z-index: 100;
    /*font-size: calc(10px + 1.4vw);*/
    margin-top: -14%;
    padding-right: 1rem;
    position: absolute;
    left: 55%;
    transform: translate(-50%, -50%);
    width:70%;
    text-align: center;
    /* font-size: 1.5vw; */
    font-size: 25px;
    font-weight: 600;
}

.card1-tt16  {
    color: #D4AC00;
    z-index: 100;
    /* font-size: calc(10px + 1.4vw); */
    margin-top: -40%;
    padding-right: 1rem;
    position: absolute;
    left: 51%;
    transform: translate(-50%, -50%);
    width: 37%;
}

.card1-tt17  {
    color: #AD2148;
    z-index: 100;
    /*font-size: calc(10px + 1.4vw);*/
    margin-top: -12%;
    padding-right: 1rem;
    position: absolute;
    left: 51%;
    transform: translate(-50%, -50%);
    width:50%;
    text-align: center;
    /* font-size: 1.5vw; */
    font-size:25px;
    font-weight: 600;
}
.card1-tt18  {
    color: #D4AC00;
    z-index: 100;
    /* font-size: calc(10px + 1.4vw); */
    margin-top: -40%;
    padding-right: 1rem;
    position: absolute;
    left: 49%;
    transform: translate(-50%, -50%);
    width: 37%;
}

.card1-tt19  {
    color: #AD2148;
    z-index: 100;
    /*font-size: calc(10px + 1.4vw);*/
    margin-top: -12%;
    padding-right: 1rem;
    position: absolute;
    left: 49%;
    transform: translate(-50%, -50%);
    width:50%;
    text-align: center;
    font-size: 1.5vw;
    font-weight: 600;
}

.card1-tt30 {
    color: #D4AC00;
    z-index: 100;
    /* font-size: calc(10px + 1.4vw); */
    margin-top: -12%;
    padding-right: 1rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18%;
}

.card1-tt31 {
    color: #D4AC00;
    z-index: 100;
    /* font-size: calc(10px + 1.4vw); */
    margin-top: -12%;
    padding-right: 1rem;
    position: absolute;
    left: 73%;
    transform: translate(-50%, -50%);
    width: 18%;
}
.card1-tt32 {
    color: #D4AC00;
    z-index: 100;
    /* font-size: calc(10px + 1.4vw); */
    margin-top: -12%;
    padding-right: 1rem;
    position: absolute;
    left: 26%;
    transform: translate(-50%, -50%);
    width: 18%;
}


.img-close2 {
    width: 8%!important;
    position: absolute;
    left: 46%;
    top: 96%;
}

.mt-6 {
  margin-top: 5rem !important;
}

.mb-6 {
  margin-bottom: 5rem !important;
}
.overflow-auto::-webkit-scrollbar {
    display: none;
}


/*pagination style*/
.pagination li.active .current {
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid white !important;
    padding: 0.8rem 1rem !important;
    font-size: 1rem !important;
}

.page-link {
   
    padding: 0.8rem 1rem !important;
    margin-left: -1px;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    font-size: 1rem !important;
    border: 1px solid white !important;
}

.pagination li{

    padding-left: 5px!important;
    padding-right: 5px!important;
}


.prev{


    background-color: transparent !important;
        border: 0 !important;
    
}


.next{


    background-color: transparent !important;
        border: 0 !important;
    
}

.pagination li.disabled .current, .pagination li.disabled .prev{

        padding: 0.8rem 1rem !important;

}






.prev-span{

    padding: 0.7rem 1rem !important;
    line-height: 0.2;
    font-size: 1rem !important;
    color: white !important;


} 


.next-span{

    padding: 0.7rem 0.8rem !important;
    line-height: 0.2;
    font-size: 1rem !important;
    color: white !important;


}

.premium{
    position: absolute;
    top:40%;
}

.fa-lg1 {
    font-size: 3.333em;
    line-height: .75em;
    vertical-align: -0.0667em;
}

.btn-red,
.btn-red:focus,
.btn-red:active,
.btn-red:hover{
    background: red;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 220px;
    border-radius: 30px;
    padding: 12px 0;
}

.line-height-2 {
    line-height: 2;
}

.mr-2r {
    margin-right: 2rem
}

#howToPlayModal .modal-body {
    padding-top: 0.1rem;
}

.text-subMsg {
    margin-top: -1rem;
    margin-bottom: 1rem;
    text-align: center;
}

.text-red {
    color: red;
    text-decoration: underline;
    cursor: pointer;
}

.btn-ok{
    background-color: #AD2148;
    width:30%;
    border-radius:10px;
    box-shadow: 1px 1px 4px#AD2148;
    border:1px solid #AD2148;
    font-size:1.2rem;
    color:#fff!important;
}

.btn-cancel{
    background-color: #fff;
    color:#AD2148;
    width:30%;
    border:1px solid #AD2148;
    border-radius:10px;
    box-shadow: 1px 1px 4px#AD2148;
    font-size:1.2rem;
}


.modal-dialog-reward {
    max-width: 1050px;
    min-width: 740px;
    padding: 10px 20px;
}


.modal-dialog-reward .modal-content {
    border-radius: 30px;
    background: transparent !important;
    box-shadow: unset !important;
    border: unset !important;
}


.close_modal_reward {
    opacity: 1;
    right: -15px;
    position: absolute;
    top: -17px;
    margin-top: 0 !important;
}

.close_modal_reward:hover, .close_modal_reward:focus, .close_modal_reward:active {
    opacity: 1 !important;
}


.table_active_reward_details {
    background: linear-gradient(to right, rgba(203,168,137) 0%, rgba(213,179,147) 8%,rgba(231,199,164)18%,rgba(245,213,177)45%,rgba(252,221,184)60%,rgba(255,224,187) 100%) !important;
    border-radius: 30px !important;
    border-collapse: collapse;
    height: auto;
    margin: auto;
    max-width: 100%;
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    animation: float 5s infinite;
}

.no-border-right {
    border-right: unset !important;
}

.status-modal-reward {
    border-left: 1px solid #343a45;
}

.first-capital {
    text-transform: capitalize;
}

.pagination2 {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination2 li {
    padding-left: 5px!important;
    padding-right: 5px!important;
}

.pagination2 li.disabled .current, .pagination li.disabled .prev{

        padding: 0.8rem 1rem !important;

}


.pagination2 li .current.prev,
.pagination2 li .current.next,
.pagination2 .ellipse.clickable,
.pagination2 li.active .current{
    position: relative;
    display: block;
    margin-left: -1px;
    color: #324eba;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: .875rem;
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
}

.pagination2 li.active .current {
    background-color: #303030;
    color: #fff;
    border: 1px solid #303030;
    padding: 0.47rem 0.75rem;
}

.pagination2 .ellipse.clickable{
    padding: 0.48rem 0.74rem;
}

.pagination2 li.disabled .current,
.pagination2 li.disabled .prev,
.pagination2 li.disabled .next{
    color: #333;
    background: #f1f1f1;
    padding: 0.47rem 0.75rem;
}

.pagination2 .ellipse.clickable input{
    border: none;
    outline: none;
    padding: 0;
}

.pagination2 li.active .current {
    background-color: #AD2148 !important;
    color: #fff !important;
    border: 1px solid white !important;
    padding: 0.8rem 1rem !important;
    font-size: 1rem !important;
}

.table-sortable th::after {
    content: "\25be";
    margin-left: 5px;
}

.table-sortable .pointer-none::after {
    content: "" !important;
}


/* Prediction Modal */
#predictionMsgModal {
    background: rgba(0, 0, 0, .5);
}
#predictionMsgModal .modal-header {
    display: flex;
    padding: 0;
    border-bottom: none;
}
#predictionMsgModal .modal-footer {
    border: none;
    padding: 0;
    justify-content: space-around;
    z-index: 10;
}
#predictionMsgModal .reward-won-modal {
    background: transparent!important;
    border: 0!important;
    padding: 10px 10px 20px;
}
#predictionMsgModal .reward-won-modal-body-content {
    background: transparent!important;
}
#predictionMsgModal .gift-box {
    margin: auto;
    z-index: 999;
    max-width: 180px;
}
#predictionMsgModal .coin-tick-img .star-light-lottie {
    left: unset !important;
}
#predictionMsgModal .you-have-won-text {
    color: white;
}
#predictionMsgModal .you-have-won-text span {
    font-size: 18px;
    color: #FFCE00;
    font-weight: 700;
}
#predictionMsgModal .reward-won-modal-body-content {
    padding-bottom: 0;
}
#predictionMsgModal .prediction-modal-container {
    padding-top: 20px;
}
#predictionMsgModal .btn-prediction-success {
    background: linear-gradient(to bottom, #BC862B, #FDE87B);
    color: #3F0212;
    padding: 10px 4rem !important;
    margin-top: 1rem;
    border-radius: 8px;
    text-transform: uppercase;
}
#predictionMsgModal.modal .modal-body {
    background: transparent;
}
#predictionMsgModal #prediction-modal-msg-content {
    padding-top: 3rem;
    z-index: 10;
    text-align: center;
}
#predictionMsgModal .text-prediction-success {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: #FFFD00;
}
#predictionMsgModal .modal-content {
    background-color: transparent !important;
}
#predictionMsgModal #prediction-modal-msg-title {
    text-align: center;
}
#predictionMsgModal .text-prediction-error {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: #FFFD00;
}
#predictionMsgModal .text-prediction-failed {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: white;
}
#predictionMsgModal .prediction-lottie-football {
    margin: auto;
}
#predictionMsgModal .prediction-lottie-failed {
    margin: auto;
}
#predictionMsgModal .prediction-lottie-bg {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: -42px;
}
.prediction-lottie-bg-success {
    top: 52px !important;
}
.prediction-msg-modal-dialog {
    max-width: 500px !important;
}
    .prediction-close-img {
        width: 28px;
        height: 28px;
    }



/********************************MIN WIDTH SECTION********************************************/
@media screen and (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1630px;
    }
    
}

@media (min-width: 992px){
.modal-mdlg {
    max-width: 580px;
}
.modal-mdllg {
    max-width: 700px;
}
}

@media screen and (min-width: 1920px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
}