.form-btn{
    padding: 5px 17px!important;
}

/* ======================================custom table====================================== */
.custom-table td{
    border: 0;
    /* padding: 10px 5px!important; */
}
.custom-table th{
    color: var(--main-color);
    font-weight: 400;
    padding: 20px 5px!important;
}
.modal-body{
    border-radius: var(--border-radius);
}
input,select{
    padding: 12px!important;
    border: 0!important;
    /* box-shadow: 0px 0px 1px 1px #ddd; */
}
/* .bottom-nav{
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 30px!important;
} */