.callout {
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    background-color: #fff;
    border-left: 5px solid #e9ecef;
    margin-bottom: 1rem;
    padding: 1rem;
}

.callout.callout-alert {
    border-left-color: #117a8b !important;
    color: #212529;
}

.callout.callout-alert a {
    color: #212529;
}

.callout a:hover {
    color: #777d84 !important;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #30b9ac;
    border-color: #30b9ac;
}

.btn-undo:hover,
.btn-undo:active {
    color: #ffffff;
}

.btn-undo {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: none;
}

.btn-undo:not(:disabled):not(.disabled).active,
.btn-undo:not(:disabled):not(.disabled):active,
.show>.btn-undo.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-undo:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 5px !important;
}

.table_mt {
    margin-top: 35px;
}

.form-group.required .control-label:after {
    content: " *";
    color: red;
}

.form-group.file-required p:first-child:after {
    content: " *";
    color: red;
}

.push-top {
    padding-top: 9px;
}

.img-fit {
    height: 150px !important;
    object-fit: 'cover' !important;
}

.upload-remove {
    position: absolute;
    top: -8px;
    right: 8px;
    color: red;
    cursor: pointer;
}

/*.skin-green .main-header .logo {
    background-color: none;
    color: none;
}*/

.modal-dialog-centered {
    transform: translate(0, -50%);
    top: 40%;
    margin: 0 auto;
}

.datatable-rows-selected {
    background-color: silver !important;
    color: black !important;
    font-weight: 400;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting:after {
    display: none !important;
}

.form-horizontal .control-label {
    text-align: left !important;
}

.form-horizontal .label-text {
    padding-top: 7px;
    margin-bottom: 0;
    font-weight: normal;
}

.form-horizontal .form-group {
    margin: 0 0 15px 0;
}

.login-box-body {
    padding: 20px 20px 0 20px;
}

.login-box-body .btn-block {
    margin: 0 auto;
    width: auto;
}

.text-success {
    fill: #21b978;
}

.text-danger {
    fill: #e74444;
    color: #e74444;
}

.fill-editbtn {
    fill: #27b2a5;
}

.box-default #finflux_id {
    width: 100%;
}

.box-default .form-control {
    width: 70%;
}

.box-detail .form-group {
    margin-left: 15px;
}

.pull-center {
    text-align: center;
}

.pull-center a {
    margin-right: 5px;
    margin-left: 5px;
    color: #7c858e;
    font-weight: bold;
}

/*
.skin-green .main-header .navbar {
    background-color: #27b2a5 !important;
}

.skin-green .main-header .logo {
    background-color: #1ca598 !important;
}*/

.btn-primary:hover {
    border-color: #30b9ac;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #27b2a5;
    border-color: #27b2a5;
}

@media (min-width: 768px) {
    .confirmation-dialog {
        width: 500px !important;
    }

    .modal-dialog {
        width: 420px;
    }

    .modal-custom-width {
        width: 600px !important;
    }

    #cmt-history .modal-dialog,
    .onhold-history .modal-dialog {
        width: 600px;
    }

    .onhold-close .modal-dialog,
    .select-date .modal-dialog {
        width: 500px;
    }
}

.middle {
    margin: 80px auto;
}

.modal-content {
    border-radius: 3px !important;
}

.modal-body {
    padding: 15px;
}

.modal-dialog .form-control {
    width: 100%;
}

.modal-dialog .form-group {
    margin: 15px 0;
}

.modal-dialog label,
.modal-dialog p {
    padding: 7px 0 0;
}

.modal-header h5 {
    font-weight: bold;
}

#cmt-history .modal-header,
#previous_loan .modal-header {
    border-bottom: 0;
}

#cmt-history .modal-header h5,
#previous_loan .modal-header h5,
.onhold-history .modal-header h5,
.onhold-close .modal-header h5,
.select-date .modal-header h5 {
    font-size: 16px;
}

#cmt-history .modal-body,
#previous_loan ..modal-body {
    padding: 5px 15px;
}

/*.modal-header .close {
    margin-top: -21px;
}*/

.modal-footer {
    text-align: center;
}

.modal-body h5 {
    font-size: 14px;
}

.modal-body label {
    color: #27b2a5;
}

.onhold-close .modal-body p {
    font-size: 15px;
}

.select-date .modal-body div {
    width: 46%;
    margin: 0 auto;
}

.note-editor .close {
    margin-top: 0;
}

.sidebar-menu {
    margin-top: 15px !important;
}

.note-toolbar {
    z-index: unset;
}

/*.table-article>thead>tr>th:last-child {
    width: 20% !important;
}*/

.fa-unlock {
    color: #21b978;
}

.fa-lock {
    color: #e74444;
}

.activate-btn,
.btn-history {
    margin-left: 5px;
}

.btn-edit,
.btn-review,
.btn-approve,
.btn-reject {
    margin-right: 5px;
}

#divA {
    /*width: 60%;*/
    float: left;
}

#divA .form-group {
    margin-left: 30px;
}

#divB {
    /*width: 40%;*/
    float: right;
}

#toast-container.toast-top-center>div,
#toast-container.toast-bottom-center>div {
    width: 330px;
}

#divB button,
#divB a.btn {
    margin-bottom: 5px;
}

.login-box-body strong {
    font-weight: 500;
}

.mainheader {
    color: #444;
    display: block;
    padding-bottom: 10px;
    position: relative;
}

.subheader {
    padding: 0 15px 10px;
}

.subheader h4 {
    font-size: 16px;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
}

/*Accordion*/
.md-accordion .card:first-of-type,
.md-accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #e0e0e0;
}

.md-accordion .card .card-header {
    padding: 1rem 0;
    background: transparent;
    border-bottom: 0;
}

.md-accordion .card .fa-angle-down {
    float: right;
}

.card-header h5 {
    font-size: 18px;
}

.card-loop {
    border-bottom: 1px solid #f3f2f2;
    margin-top: 5px;
}

#datatable-filters .form-control {
    width: 100%;
}

.btn-filter {
    margin-top: 25px;
}

.btn-export {
    margin-top: 25px;
    float: right;
}

.sidebar-menu i {
    margin-right: .5rem;
    text-align: center;
    width: 1.6rem;
}

.alert-theme {
    background-color: #27b2a5;
}

.modal-body .form-group.first {
    margin-top: 0;
}

#reviewed-popup p,
#approve-popup p {
    padding: 0;
    margin: 0;
}

#savingModal .modal-dialog {
    transform: translate(0, 95px) scale(1);
}

#savingModal .modal-body i {
    padding: 5px;
    color: #00a65a;
}

@media(min-width: 768px) {
    .col-1-5 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.badge {
    padding: 4px 9px;
    line-height: 1.375;
    border-radius: 50rem !important;
    background-color: #e2e2e2;
    color: #4b4b4b;
}

.app-block {
    padding: 16px 10px !important;
}

.confirmation-dialog .modal-header {
    text-align: center;
    background: #f7f7f747;
    padding: 30px;
}

.confirmation-dialog .modal-title {
    font-size: 20px;
    font-weight: normal;
}

.confirmation-dialog .confirmText {
    font-size: 15px;
    padding: 10px;
}

.confirmation-dialog .confirmText p {
    font-size: 16px;
    text-align: center;
}

.interview-box {
    margin-top: 15px;
}

.interview-box .tab-content {
    background: #FFFFFF;
}

.interview-box .nav-link {
    font-size: 15px;
    font-weight: bold;
}

.ca-assessment-form {
    width: 50%;
    margin: auto;
}

/** processing popup loader **/
@media print {
    a[href]:after {
        content: none !important;
    }
}

.loader {
    color: gray;
    font-size: 10px;
    margin: 40px auto 60px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

/*** interview status multi-select dropdown **/
.multiselect-native-select .btn-group {
    width: 100%;
}

.multiselect-native-select .multiselect.dropdown-toggle {
    width: 100%;
    background: none;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .125);
    text-align: left;
}

.multiselect-native-select .open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    background: none;
}

.multiselect-native-select .dropdown-menu {
    min-width: 177px;
}

.multiselect-native-select .checkbox input[type=checkbox] {
    position: absolute;
}

/* .multiselect-native-select .multiselect-container li a label.checkbox input[type=checkbox] {
    margin-left: 20px;
} */

.multiselect-native-select .multiselect-container label.checkbox {
    padding: 5px 20px 5px 33px !important;
}

.multiselect-native-select .dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: transparent;
    color: #000;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #e6f7d9 !important;
    color: #56ca00 !important;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #fff4d9 !important;
    color: #ffb400 !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #ffe2e3 !important;
    color: #ff4c51 !important;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #daf3ff !important;
    color: #16b1ff !important;
}

.bg-custom-blue,
.callout.callout-custom-blue,
.alert-custom-blue,
.label-custom-blue,
.modal-custom-blue .modal-body {
    background-color: #d6e9f3 !important;
    color: #0077b5 !important;
}

.bg-custom-primary,
.callout.callout-primary,
.alert-primary,
.label-primary,
.modal-primary .modal-body {
    background-color: #ede4ff;
    color: #8c57ff;
}

.table>thead>tr>th {
    border-bottom-color: #f6f7fb;
    padding: 2rem 1.25rem;
}

.table th {
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: .2px;
    color: #433c50;
    font-weight: 600;
}

.table:not(.table-dark):not(.table-light) thead:not(.table-dark):not(.table-light) tr th {
    background-color: #f6f7fb;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.table>tbody>tr>td,
.table>tfoot>tr>td,
.table>thead>tr>td {
    color: #6d6777;
}

small .fa-solid,
small .fas {
    padding-right: 7px;
}

.sidebar-menu li>a>.fa-angle-right,
.sidebar-menu li>a>.pull-right-container>.fa-angle-right {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}

.sidebar-menu .menu-open>a>.fa-angle-right,
.sidebar-menu .menu-open>a>.pull-right-container>.fa-angle-right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.box-body {
    margin-bottom: 50px;
}

/** disbursement approval popul **/
.disbursal_popup .modal-title {
    font-weight: 600;
    font-size: 20px;
}

.no-padding {
    padding: 0;
}

.item-text {
    padding: 0 15px 15px 15px;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.border-slate-200 {
    --tw-border-opacity: 1;
    border-bottom: 1px solid #e5e7eb;
}

.font-semibold {
    font-weight: 600;
}

#confirm-data {
    margin-bottom: 1.5rem;
}

#confirm-data .short-note {
    padding-bottom: 10px;
}

#confirm-data .p {
    padding-bottom: 5px;
}

#passcode-data {
    text-align: center;
}

#passcode-data p {
    font-size: 16px;
    padding-bottom: 10px;
}
