body{
    font-family: "Anek Bangla", sans-serif;
    font-size:16px;
}
.content-header h1 {
    color: grey;
    border-bottom: 1px dashed lightgrey;
}
.align-item-center{
    align-items: center;
}
.nav-sidebar .nav-header {
    text-transform: uppercase;
    font-size: 1.25rem;
    margin: .75rem 0;
    font-weight: 700;
    color: #3f6ad8;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid;
    padding: 0px;
}
.bs-stepper .step-trigger {
    padding: 5px;
}
.bs-stepper .nav-header {
    text-transform: uppercase;
    font-size: 1.25rem;
    margin: .75rem 0;
    font-weight: 700;
    text-align: center;
    color: #3f6ad8;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid;
    padding: 0px;
}
.form-control {
    border-radius: 0;
    /* border: 1px dashed grey; */
}
.select2-container--bootstrap4 .select2-selection {
    border-radius: 0;
    /* border: 1px dashed grey; */
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.card{
    border-radius: 0px !important;
}
.card-header {
    padding: .25rem .5rem;
}
.form-group {
    margin-bottom: .75rem;
}
.custom-select.form-control-border, .form-control.form-control-border {
    padding-left: 0;
}
label {
    margin-bottom: 0;
}
.card-sm .card-body {
    max-height: 370px;
    overflow-y: auto;
}
.page-link {
    padding: .15rem .5rem !important;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
}
.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.table-sm td, .table-sm th {
    padding: 0 .3rem;
}
.btn-group-xs>.btn, .btn-xs {
    padding: .02rem .5rem;
    font-size: .675rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.table-xs td, .table-xs th {
    padding: 0 .3rem;
    font-size: 12px;
    vertical-align: bottom;
}
.snow-items:nth-child(odd){
    background: snow;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 3px;
}
.snow-items:nth-child(even){
    background: #e0ffe4;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 3px;
}
.table-xs {
    margin-bottom: .1rem !important;
}
.text-primary-400 {
    --tw-text-opacity: 1;
    color: rgb(39 39 39/var(--tw-text-opacity));
}
.bg-secondary-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(105 213 255/var(--tw-bg-opacity));
}
.rounded-2xl {
    border-radius: .5rem;
}
.max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
}
.bg-\[\#AEEFCE\] {
    --tw-bg-opacity: 1;
    background-color: rgb(174 239 206/var(--tw-bg-opacity));
}
.select2-search--dropdown .select2-search__field {
    padding: 0rem;
    border: 1px solid #ced4da;
    border-radius: 0rem;
}
.select2-container--default .select2-selection--single {
    border-radius: 0px;
}


