
/************************************************	left Division	*/

.card_design{
	border: 1px dashed #64748b!important;
	min-width: 10rem!important;
	transition: background-color 0.05s ease-in-out;
}
.card_design:hover{
	border: 1px dashed #F8F9FA!important;
	min-width: 10rem!important;
	background-color: #F8F9FA!important;
}

.active {
    border: 1px dashed #F8F9FA!important;
	min-width: 2rem!important;
 	background-color: #F8F9FA!important;
}


.nav_card_design{
	border: 1px solid #19456B!important;
	color: #19456B!important;
	min-width: auto!important;
	transition: background-color 0.05s ease-in-out; 
}
.nav_card_design:hover{
	border: 1px solid #19456B!important;
	background-color: #19456B!important;
	color: #F8F9FA!important;
	min-width: auto!important;
}
.nav_card_design_active{
	border: 1px solid #19456B!important;
	background-color: #19456B!important;
	color: #F8F9FA!important;
	min-width: auto!important;
}










@media only screen and (max-width: 991px) {

	.card_design{ min-width: 6rem!important; }

}


/****************************** MOBILE **********************************/


@media only screen and (max-width: 576px){

	.card_design{ min-width: 4rem!important; }

}