/*-----------------------------------------------SIDEBAR------------------------------------------*/
/*=====================
SIDEBAR
=====================*/
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold {padding: 12px 0!important;}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a.open {color: #14988a;
	background: #bba8d438!important;}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active{color: #14988a;
	background: #d8cce530!important;}
.nav-item a:active{color: #14988a;background: #d8cce530!important;}
/*=====================
Tabs : Common
=====================*/
.product_logo img{width: 60%;}
.nav-tabs .nav-item .nav-link.active {background: #3fb39d!important;color: #fff;}
.tab-pane .card-body {padding: 0.25rem;}
.tab-content {padding: 0.1rem;}
.table .checkbox, .table .radio {display: inline-block!important;}
.pull-right{float: right;}
/*-----------------------------------------------DASHBOARD------------------------------------------*/
/*=====================
TOP BOXES
=====================*/
.card-icon-bg .card-body .content { max-width: fit-content;}
/*-----------------------------------------------ADD PG------------------------------------------*/
/*===========================
Tab_PaymentGatewayIn : Cards
===========================*/
.Tab_PaymentGatewayInfo .card {box-shadow: none!important;}
.Tab_PaymentGatewayInfo .card-body {padding: 0;}
.Tab_PaymentGatewayInfo .card-header {/*width: 30%!important;*/ padding: 0.25rem 1rem!important;
	margin-bottom: 0!important;background-color: #3fb39d24!important;
	border-bottom: 1px solid rgba(0, 0, 0, .125)!important;}

.Tab_Details.card {box-shadow: none!important;}
.Tab_Details .card-body {padding: 0;}
.Tab_Details .card-header {/*width: 30%!important;*/ padding: 0.25rem 1rem!important;
	margin-bottom: 0!important;background-color: #3fb39d24!important;
	border-bottom: 1px solid rgba(0, 0, 0, .125)!important;}
.Tab_Details .table {width: 100%;margin-bottom: 0rem;}

/*-----------------------------------------------MEDIA QUERIES----------------------------------*/

@media (max-width:812px){
	/*=====================
	Tabs : Common
	=====================*/
	.nav-tabs .nav-item {margin-bottom: -1px;width: 50%;border-right: 1px solid #3fb39d45;
    background: #3fb39d0a;text-align: center;}
	.nav-tabs .nav-item .nav-link {padding: 0.30rem;font-size: small;}
	.nav-tabs .nav-item .nav-link.active {padding: 0.30rem;font-size: small;border:0;}
}
@media (min-width: 1024px) {
	.auth-layout-wrap .auth-content {min-width: 460px!important;}
}
}