.table>tbody>tr>td, .table>tbody>tr>th{
    padding: 0px 24px;
}
.table-primary{ 
    --bs-table-color : #fff;
    --bs-table-bg: #6395e3 !important;
}
/* Hide the sorting icons */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after {
    display: none !important;
}

.btn-success,
.btn-back {
    font-size: 12px;
}
.btn-back,
.btn-back:hover,
.btn-back:focus {
    background-color: #a0a591 !important;
    color: #fff !important;
}

.section-header {
    padding: 4px 10px 4px 20px;
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #111;
    background-color: #d5e4e9;
    color: #010c43;
    position: relative;
}
.section-header::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 4px;
    background-color: #3e52b2;
    border-radius: 5px;
}
.form-section {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
    border-radius: 10px !important;
}
.select2-container {
    width: 100% !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
} 
.card .card-body, .card-light .card-body {
    padding: 0 1.25rem 1.25rem 1.25rem;
}