/* =====================================
   HEADER CARD
===================================== */

.elmart-header{
    background:#163b65 !important;
    color:#fff !important;
}


/* =====================================
   HEADER ALIGN
===================================== */

.elmart-header{
    display:flex;
    align-items:center;
    min-height:50px;
}

/* =====================================
   BUTTON STYLE
===================================== */

.btn-elmart{
    background:#e9ecef !important;
    color:#333 !important;
    border:1px solid #d0d0d0 !important;
}


.btn-elmart:hover{
    background:#dfe3e7 !important;
    color:#000 !important;
}

.btn-primary {
    min-height: 38px !important;
	border-radius: 12px !important;
	

.dt-button{
    border-radius:12px !important;
    overflow:hidden;
}	

.dt-button:hover{
    opacity: .9;
}


/* =====================================
   TABLE HEADER
===================================== */

.table thead th {
    vertical-align:middle !important;
    text-align:center;    
    border: none;
    color: #64748b;
    font-weight: 600;
    font-size: 14px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}


/* =====================================
   CARD STYLE
===================================== */

.elmart-card{
    border:1px solid #dfe3e7 !important;
    border-radius:18px;
    overflow:hidden;

}
