:root {--secthemecolor:#fe5b18 ;}
:root {--themecolor:#fe5b18 ;}
html{
    color:#3e3f42;
}
body{
    background: #fafafa;
    color: #3e3f42;
    /*background-image: url(../j_files/j_img/slides/2.png)*/
    
}



.sT{
    display: none;
}
.sTA{
    display: block;
}
.anticon ,anticon-loading{
    display: inline-block!important;
    color:#000000 !important;
}
.j_notify{
  width:300px;  
}
@media(min-width:0px) and (max-width:400px){
   .j_notify{
      width:250px;  
    } 
}
.j_logo{
    width:100px; height:auto;   
}


.logo-center{
    margin-left:350px;
    display: none;
}

@media(min-width:0px) and (max-width:992px){
  .logo-center{
        display: inline;
        margin-left:20px;
    }     
}
@media(min-width:0px) and (max-width:400px){
  .logo-center{
        margin-left:20px;
    }     
}

@media(min-width:0px) and (max-width:358px){
  .logo-center{
        margin-left:0px;
        padding: 0px;
    }     
}

@media(min-width:0px) and (max-width:343px){
  .nav-right li a sup{
        display:none;
    }     
}
.m_none{
    display: none;
}





.dc-widget{
    float: left;
    width: 100%;
    border-radius: 4px;
    margin:0 0 30px; 
}
.dc-widgettitle{
    float: left;
    width: 100%;
    padding: 15px 20px;
    border-radius: 4px 4px 0 0;
    background: var(--themecolor);
}
.dc-widgettitle h3{
    margin:0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.dc-widgetcontent{
    float: left;
    width: 100%;
    padding: 20px;
    background: #fcfcfc;
    border-radius: 0 0 4px 4px;
}
.dc-onlinuserimg{
    margin:0; 
    float: left;
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.dc-onlinuserimg img{
    width: 100%;
    display: block;
    border-radius: 4px 4px 0 0;
}
.dc-onlinuserimg figcaption{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*position: absolute;*/
}
.dc-onlinuserimg figcaption span{
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 12px;
    min-width: 38px;
    line-height: 17px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    text-transform: uppercase;
    background: var(--secthemecolor);
}
.dc-onlineoption-content{
    width: 100%;
    float: left;
    padding: 30px 20px;
    text-align: center;
}
.dc-onlineoption-content .dc-title h3{
    margin:0 0 15px;
    font-size: 22px;
    line-height: 24px;
}
.dc-onlineoption-content .dc-title h3 span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom:4px; 
}  


.truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.two-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.three-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.f_c_box{
    width: 100%;
    height:220px;
    background: #efefef;
}
.btn-success, .btn-success:hover, .btn-success:active{
    /*background: #000080;
    border:0px;
	*/
}
.f_m_header{
    width: 100%;
    min-height:40px;
    background:  var(--themecolor);
    color:#000;
    margin-bottom:10px;
    padding:10px;
    text-transform: uppercase;
    font-size: 20px;
}

.login_logo_area{
    display: none;
}
.login_bg{
    background: rgba(193, 192, 192, 0.22) !important;
}
@media(min-width:0px) and (max-width:991px){
    .login_logo_area{
        display: block;
    }
    .login_bg{
        background: rgba(15, 1, 1, 0.86) !important;
        background-size: cover;
        background-image: url('../j_files/j_img/slides/1.png') !important;
        background-repeat: no-repeat !important;
        background-position: center!important;
        background-blend-mode: darken !important;
    }
    .login_bg .sm_white, .login_bg label{
        color:#fff !important;
    }
}


#appContent{
    display: none;
}
#appLoader{
    height:100vh;
    background: rgba(15, 1, 1, 0.86) !important;
    background-size: cover;
    background-image: url('../j_files/j_img/slides/1.png') !important;
    background-repeat: no-repeat !important;
    background-position: center!important;
    background-blend-mode: darken !important;
    padding-top:40vh;
    text-align:center;
}
#appLoader h4, #appLoader i{
    color:#fff !important;
}



.space_50{
    margin-top: 50px;
}
.text_orange{
    color: var(--themecolor) !important;
}
.text_blue{
    color: var(--themecolor) !important;
}
.block .logo img{
    width:200px !important;
    height:auto !important;
}
.text_color{
    color: var(--themecolor) !important;
}
.bg_color{
    background-color: var(--themecolor) !important;
}
.navbar-toggler{
    background: transparent;
    border: 0px;
}
.navbar{
    padding:10px 40px;
    background: #fff !important;
    -moz-box-shadow: 0px 1.0566px 10.566px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 1.0566px 10.566px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 1.0566px 10.566px rgba(0, 0, 0, 0.04);
    /*border-bottom: 1px solid var(--themecolor); /*#eaedf3*/
    z-index: 1000;
}
.navbar-brand{
    margin-right:4%;
}
.vr {
    width:1px;height:30px;background-color:rgba(0, 0, 0, 0.08);
}

.nav-center{
    margin: 0px auto !important;
    padding-left:15% !important;
    padding-right:10% !important;
    /*border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);*/
}

.nav-link{
    font-size:0.94rem;
    color: #737a91 !important;
    font-weight: 300;
}
.dropdown-menu a{
  font-size:0.8rem;
    color: #747a81 !important;
    font-weight: 300;  
}
.nav-link.active, .nav-link.active i{
    color: var(--themecolor) !important;
}

.nav-link:hover, .nav-link i:hover{
    color: var(--themecolor) !important;
}

.nav-link i{
    margin-right: 5px;
}
.navbar-expand-md .navbar-nav .nav-link{
    margin-right:1.2rem !important;
}
.my_account{
    background: var(--themecolor) !important;
    color: #fff !important;
    border-radius: 30px !important;
    font-size:13px;
    font-weight: 600;
}

.my_account:hover{
    background: #F49F1C !important;
}

.scale-left .anticon-bell{
    font-size: 1.5rem;
}
.scale-left .badge-success{
    width: 4px;
    height: 4px;
}





/*   Nav resizing */
a.nav-link{
	white-space: nowrap !important;
}
.navbar-top .nav-item{
	margin-left:15px !important; 
	margin-right:15px !important; 
}
@media(min-width:0px) and (max-width:1071px){
    .nav-center{
        padding-left:10% !important;
        padding-right:5% !important;
    }

}

@media(min-width:0px) and (max-width:977px){
    .nav-center{
        padding-left:5% !important;
        padding-right:5% !important;
    }
}


@media(min-width:0px) and (max-width:925px){
    .vr {
        width:0px;height:0px;background-color:rgba(0, 0, 0, 0.08);
        display: none;
    }

    .nav-center{
        padding-left:5% !important;
        padding-right:0% !important;
        border-right: 1px solid rgba(0, 0, 0, 0.08);
    }
    .nav_user_icon{
        margin-right: 5px !important;
    }
}




@media(min-width:0px) and (max-width:877px){
    .navbar-brand{
        margin-right:2%;
    }
    .nav-link{
        font-size:0.8rem;
        color: #737a91 !important;
        font-weight: 300;
    }
}



@media(min-width:0px) and (max-width:811px){
    .nav-center{
        padding-left:2% !important;
        padding-right:0% !important;
        border-right: 1px solid rgba(0, 0, 0, 0.08);
    }
    .nav-link{
        font-size:0.7rem;
        color: #737a91 !important;
        font-weight: 300;
    }
    .nav-link i{
        margin-right: 2px;
    } 
}


.nav_top_sm, .nav_bottom{
    display: none;
}

@media(min-width:0px) and (max-width:767px){
    .nav-center{
        padding-left:0% !important;
        padding-right:0% !important;
        border: 0px;
    }
    .nav-link{
        font-size:1.2rem;
        color: #737a91 !important;
        font-weight: 300;
    }
    .nav-link i{
        margin-right: 2px;
    } 
    .navbar-toggler{
        width: 10px;
        border: 1px solid red;
        background-image:none !important;
        display: none;
    }
    .navbar-light .navbar-toggler-icon{
        background-image:none !important;
        display: none;
    }
    .nav_top_sm{
        display: inline-block;
        position: relative !important;
        top:0px !important;
        left:0px !important;
    }
    
    .nav_user_icon{
        margin-right: 25px !important;
    }
    
    .nav_bottom{
        display: block;
    }
}
.nav_bottom{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-top: 0px !important;
    background-color: #f8f8f8 !important;
}
.nav_bottom ul li a{
    font-size: 0.9rem;
}
.nav_bottom ul li a i{
    display: block !important;
}

.m_l_p{
    margin-right: 15%;
}
.li_active_border{
   border-top: 2px solid var(--themecolor); 
}
@media(min-width:0px) and (max-width:308px){
    .nav_user_icon{
        margin-right: 5px !important;
    }
}

@media(min-width:0px) and (max-width:286px){
    .nav_user_icon, .nav_notify_icon{
        display: none !important;
    }
}

@media(min-width:0px) and (max-width:604px){
    .m_l_p{
        margin-right: 9%;
    }
}

@media(min-width:0px) and (max-width:506px){
    .navbar.nav_bottom{
        margin: 0px !important;
        padding: 0px !important;
    }
}

@media(min-width:0px) and (max-width:430px){
    .m_l_p{
        margin-right: 7%;
    }
    .nav_bottom ul li a{
        font-size: 0.8rem;
    }
}


@media(min-width:0px) and (max-width:420px){
    .m_l_p{
        margin-right: 3%;
    }
    .nav_bottom ul li a{
        font-size: 0.8rem;
    }
}


@media(min-width:0px) and (max-width:348px){
    .m_l_p{
        margin-right: 1%;
    }
    .nav_bottom ul li a{
        font-size: 0.8rem;
    }
}


@media(min-width:0px) and (max-width:310px){
    .m_l_p{
        margin-right: 0px;
    }
    .nav_bottom ul li a{
        font-size: 0.7rem;
    }
}


@media(min-width:0px) and (max-width:280px){
    .m_l_p{
        margin-right: 0px;
    }
    .nav_bottom ul li a{
        font-size: 0.7rem;
    }
}

@media(min-width:0px) and (max-width:270px){
    .m_l_p{
        margin-right: 0px;
    }
	.nav_bottom ul li{
        width: 40%;
    }
    .nav_bottom ul li a{
        font-size: 0.6rem;
    }
}







/* end navber resizing */

.card .collapse, .card-body{
	/*border:1px dotted var(--themecolor);*/
}

.app_body{
    margin-top:100px;
}
.app_body p{
    color: #3e3f42;
}
.text_sm_gray{
    font-size:1.0rem !important;
    color: #222 !important; /* 737a91 */
    font-weight: 300;
}

.welcome{
    word-wrap: break-word;
}
@media(min-width:0px) and (max-width:393px){
    .avB{
        font-size:0.6rem !important;
    }
    .avB_show{
        font-size:0.7rem !important;
    }
}

@media(min-width:0px) and (max-width:337px){
    .avB{
        font-size:0.6rem !important;
    }
    .avB_show{
        display:none !important;
    }
}



a.app_btn{
    min-width:120px;
    height:auto;
    padding:5px 15px;
    background-color: var(--themecolor);
    text-align: center;
    color:#fff !important;
    border-radius: 10px;
    font-size:13px;
    cursor: pointer;
    display: inline-block;
}

a.app_btn.download_slip{
	padding:5px 15% !important;
}
.app_btn i{
    color:#fff !important;
}
.bal_box i{
    font-size:1.5rem;
}
.bal_off{
    display: inline-block;
    display: none;
    font-size: 1.5rem;
    font-weight: 500;
}


@media(min-width:0px) and (max-width:340px){
    .bal_box i{
        font-size:0.6rem !important;
    }
}


@media(min-width:0px) and (max-width:461px){
    .bal_off{
        font-size: 1.2rem;
        font-weight: 500;
    }
}




/*f6f6f8*/ 
.accordion > .card > .card-header > .card-title > a{
    background-color: var(--themecolor) !important;
    color: #fff !important;
}

a.quick_box{
    width: 40%;
    padding: 10px;
    flex: auto;
    background: #fff;
    border: 1px solid #eaedf3;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    font-size:1.0rem;;
    text-align: center;
    color:#737a91;
    padding: 13% 0px;
    margin-bottom: 15px;
}

a.quick_box:hover{
    color:var(--themecolor) !important;
    background: #f6f6f8;
    border: 1px solid var(--themecolor) !important;
}

.quick_box i{
    font-size:1.5rem;
    color: var(--themecolor) !important;
}

.quick_box span{
    font-size:0.8rem;
}

.accordion{
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
}

.q_actions_list li{
    font-size:0.9rem;
}

.q_actions_list .list-group-item a{
    color:#575762;
}

.q_actions_list .list-group-item a i{
    margin-right:5px;
}



@media(min-width:0px) and (max-width:1124px){
    .q_actions_list li{
        font-size:0.8rem;
    }
}


@media(min-width:0px) and (max-width:767px){
    .q_actions_list li{
        font-size:0.9rem;
    }
}
@media(min-width:0px) and (max-width:319px){
    .q_actions_list li{
        font-size:0.9rem;
    }
}

.page-container{
    /*padding-left: 230px;*/
    padding-left: 0px;
}
.page-header{
    padding-left: 5%;
}
/* Dark Mode this shoud be added at the last part of the code so it can overwrite others*/
/*
body, div, .navbar, .accordion > .card > .card-header > .card-title > a, .list-group-item{
    background: #000 !important;
    color: #fff !important;
}
*/
.go-back{
    cursor: pointer !important;
}
.card{
    /*
    background: none;
    */
}

.more_options_bottom{
    height:auto;
    background: #efefef;
    display: none;
}
@media(min-width:767px){
    .more_options_bottom{
        display: none !important;
    }
}

.more_options_bottom li{
    border-left:0px !important;
    border-right:0px !important;
    background: #fff;
    border-top-color: #f6f6f8 !important;
    border-bottom-color: #f6f6f8 !important;
}

.currencyBox{
    width: 60px;
    height: 60px;
    border: 1px solid #575762;
    display: inline-block;
    vertical-align: top;
    padding:0px !important;
    margin-bottom: 10px;
    margin-right: 10%;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
}
.currencyBox_active{
    border: 2px solid green;
}
@media(min-width:0px) and (max-width:402px){
    .currencyBox{
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
        margin-right: 3%;
        border-radius: 50%;
    }
    
    .currencyBox i{
        padding-top:5px; margin:0px; font-size:30px !important;
    }
    
    .currencyBox img{
        width:30px !important; padding-top:2px;
    }  
}

.crypto_bal h2{
  font-size: 13px;
}

.crypto_bal p{
    font-size: 12px;
}


@media(min-width:0px) and (max-width:402px){
   
    .crypto_bal h2{
      font-size: 11px;
    }

    .crypto_bal p{
        font-size: 10px;
    }
    
}


@media(min-width:0px) and (max-width:348px){
    a.app_btn.withdraw_cash{
        display: none !important;
    }
}

.t_box{
    width: 100%;
    min-height: 50px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding:10px;
    font-size: 12px;
    box-shadow: 1px 1px #efefef;
}

@media(min-width:0px) and (max-width:400px){
    .t_box{
        font-size: 11px;
    }
}

a .t_box{
    color:#333;
}

.t_box.danger{
    border-left:3px solid red;
}

.t_box.success{
    border-left:3px solid green;
}

.t_box{
    width: 100%;
    min-height: 50px;
    border-left:2px solid var(--themecolor);
    border-radius: 5px;
}


.t_box .date, .t_box .amount{
    display: inline-block;
}

.t_box .amount{
    float: right;
}

.responseBox{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    padding:10px;
    font-size: 12px;
    box-shadow: 1px 1px #efefef;
    margin: auto;
    text-align: center;
}

.responseBox.success{
    border-bottom:1px solid green;
}
.responseBox i{
    font-size:50px;
    margin-top: 50%;
}
.responseBox.success i{
    color: green !important;
}

.responseBox.danger{
    border-bottom:1px solid red;
}
.responseBox.danger i{
    color: red !important;
}

.responseBox.warning{
    border-bottom:1px solid orange;
}
.responseBox.warning i{
    color: orange !important;
}

.trans_info li .subject{
    font-size:0.7rem;
}
.trans_info li .desc{
    font-size:0.9rem;
}

input.form-control,select.form-control{
    border:1px solid #777;
    border-radius:0px !important;
    height: 50px !important;
}

.li_for_mobile{
    display: none !important;
}
@media(min-width:0px) and (max-width:767px){
    .li_for_mobile{
        display: inline-block !important;
    }
}

.go-back{
    color:#000 !important;
}

.nSender span{
    color: #fff;
}
.nSender{
    background: var(--themecolor);
}

.card-header h4{
	padding-top:10px;
}

#loading{
	width:0%;
	height: 3px !important;
	background-color: orange;
	color: #fff;
	margin: 0px;
	padding:0px;
	font-size: 5px;
	text-align: right;
	display: none;
}

#loading span{
	color: #fff;
	margin: 0px;
	padding:0px;
	font-size: 5px;
	text-align: right;
	display: none;
}
.verify_box{
	width:100%;
	height:40px;
	margin:0px auto;
	background-color:#fafafa;
	font-size:15px;
	text-align:center;
	padding-top:8px;
	color:red;
}

.link_box{
	width:100%;
	min-height:240px;
	border-radius:2px;
	padding:40px 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-color: var(--themecolor);
}
.link_box.color1{ background-color: rgb(3 27 255 / 21%) !important; }
.link_box.color2{ background-color: rgb(254 91 24 / 19%) !important; }
.link_box p{
	color:#222 !important;
	
}
.mr5{
	margin-right:5%;
}
.btn-primary{
	background-color: var(--themecolor) !important;
	border-color: var(--themecolor) !important;
}
.btn-primary:disabled {
  color: #efefef !important;
}
@media(min-width:0px) and (max-width:770px){
	.col_show{
	}
	.col_hide{
		display:none;
	}
}