 @font-face {
      font-family: "Mukta";
      src: url("../fonts/Mukta-Regular.ttf") format("ttf");
      font-weight: normal;
      font-style: normal;
    }
    @font-face {
      font-family: "MuktaBold";
      src: url("../fonts/Mukta-Bold.ttf") format("ttf");
      font-weight: normal;
      font-style: normal;
    }
    body{font-family: 'MuktaBold'}
.input-group-text {
    display: flex;
    align-items: center;
    padding: .215rem .8rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.25;
    color: #2b79c1;
    text-align: center;
    white-space: nowrap;
    background-color: #f0f3f9;
    border: 1px solid #e4e7ea;
    border-radius: .25rem;
}

.btn-primary,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff;
    background-color: #467fcf;
    border-color: #467fcf
}

.btn {
    border: 1px solid transparent;
    padding: .215rem .5rem;
    font-size: 0.9rem;
    margin-top: 3px;
    /* line-height: 1.5; */
}



.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    /* margin-right: 660px; */
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.2;
    border-radius: .2rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus {
    border-color: rgba(241, 241, 241, 0.66);
    border-bottom: 2px solid #467fcf
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #0d67ec;
    background-color: #fefefe;
    border: 1px solid #548adf91;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    background-color: #d7dce4;
    margin-right: 3px;
}

.nav-tabs {
    border-bottom: 2px solid #77b4e257;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select,
.form-control {
    display: block;
    width: 100%;
    /* height: 2.15rem;
    padding: .075rem .75rem; */
    height: 1.85rem;
    padding: .1rem .75rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 40, 100, .12);
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-warning {
    color: #ffffff;
    background-color: #ffc107;
    border-color: #ffc107;
}
.edit-btn {
    margin-left: 2px;
    padding: 0px 2px 0px 3px;
    border-radius: 4px;
    font-size: 16px;
}

.delete-btn {
    margin-left: 2px;
    padding: 0px 2px 0px 2px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
}
.revision-btn {
    margin-left: 2px;
    padding: 0px 2px 0px 2px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
}


.form-center {
    display: flex;
    flex-flow: column;
    /* flex-direction: column; */
    align-items: center;
}


/* css for sidebar*/

.sidebar .nav-link.active {
    color: orange;
}

.sidebar .nav-link {
    color: black;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
    padding-right: 2px;
}

.sidebar .nav-dropdown.open .nav-link.active {
    color: orange;
    font-weight: bold;
}

.sidebar .nav-dropdown.open .nav-link {
    color: black;
}

.sidebar .nav-dropdown-items .nav-item {
    color: white;
    /* margin-left: 15px; */
    font-size: 14px;
}

.sidebar .nav-dropdown-toggle {
    font-weight: bold;
}


/* .sidebar .sidebar-nav,
.sidebar .sidebar-scroll,
.sidebar .nav {
    width: 230px;
} */


/* css for current focus element */

.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length select:focus,
.form-control:focus,
.select2-container.select2-container--bootstrap:focus,
.select2-container--bootstrap .select2-search--dropdown .select2-search__field:focus {
    background-color: #def9be;
    box-shadow: 0 0 0 3px rgba(70, 127, 207, 0.88);
}

.radio-inline input[type="radio"]:focus,
.checkbox input:focus,
.form-check input:focus {
    box-shadow: 0 0 0 6px rgba(75, 230, 139, 0.88);
}

.select2-search__field:focus,
.select2-selection.select2-selection--multiple:focus,
.select2-selection.select2-selection--single:focus {
    background-color: #def9be;
    box-shadow: 0 0 0 3px rgba(70, 127, 207, 0.88) !important;
}


/* DataTable related customization */

.dataTables_scrollFoot,
.DTFC_RightFootWrapper {
    display: none;
}

.DTFC_RightBodyLiner td {
    vertical-align: middle;
}

.DTFC_RightBodyLiner {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.DTFC_RightBodyLiner {
    left: -12px;
}

td p {
    margin-top: .3rem;
    margin-bottom: .3rem;
}

.table th {
    /* padding: 0.4rem !important; */
    border-top: none;
    background-color: #c8ced3;
}

.table td {
    padding-top: 0.15rem !important;
    padding-bottom: 0.15rem !important;
    border-top: none;
}


/* form controls */

.form-control.amount-field {
    max-width: 150px;
}

textarea[readonly],
input[readonly] {
    background-color: #e2e2e2 !important;
}

.amount-field {
    min-width: 80px !important;
    max-width: 120px !important;
}

.quantity-field {
    min-width: 50px !important;
    max-width: 80px !important;
}

.date-field {
    min-width: 50px !important;
    max-width: 125px !important;
}

.date-en-field {
    min-width: 50px !important;
    max-width: 170px !important;
}

.form-inline {
    justify-content: space-between;
}

.hr-field {
    min-width: 10px !important;
    max-width: 80px !important;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 2px;
    margin-bottom: -5px;
    margin-top: 15px;
    font-size: 1.3rem;
    line-height: inherit;
    color: #9C27B0;
    background-color: #c4d8e2;
}

.empty-group {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 0.45rem;
}

label {
    display: inline-block;
    margin-bottom: .15rem;
}

.bg-header {
    background-color: #c4d8e2!important;
    color: rebeccapurple;
    font-weight: 600;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    text-align: center;
    /* background-color: #f0f3f9;
    border-bottom: 1px solid #c8ced3; */
}

.nav-tabs .nav-link {
    color: #3a83ea;
}

.nav-tabs .nav-link.active {
    color: #da4040;
    font-weight: 550;
}
.btn-success:hover{
    background-color: #17a2b8 !important;
}