body {
    margin: 0;

    font-family: Poppins, Helvetica, sans-serif !important;
    background-color: #f5f8fa !important;
    overflow-x: hidden !important;
}

.hero-logo {
    background-image: url(../img/bg.jpeg);
    height: 100%;
}


.fs-2 {
    font-size: 13px !important;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 7px;
    margin-top: 4%;
}

.btn-dark:focus {
    box-shadow: none !important;
}

.btn-check:focus + .btn,
.btn:focus {

    box-shadow: none !important;
}

.nav-tabs li {
    padding-right: 3%;
}

.nav-tabs .active a {
    color: #00449F;
    font-weight: 600;
    border-bottom: 2px solid #00449F;
    padding-bottom: 7px;
}

.nav-tabs li a {
    color: black;
    text-decoration: none;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0.8em 1em 0;
    color: inherit;
    font-size: 15px !important;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
    margin-top: 3% !important;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #7066e0;
    color: #fff;
    font-size: 12px !important;
}

.swal2-styled.swal2-deny {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #dc3741;
    color: #fff;
    font-size: 12px !important;
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #6e7881;
    color: #fff;
    font-size: 12px !important;
}

.toolbar {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0.5rem;
    padding-left:7.4%;
    box-shadow: 0 20px 15px 0 rgb(82 63 105 / 5%);
    height: 50px;
}

.floating-form span {
    font-size: 12px;
}

tfoot {
    position: absolute;
    width: 81%;
    background-color: #f1f1f152;
}

.row {
    margin-bottom: 2%;
}

.toolbar h1 {
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.toolbar span {
    border-left: 1px solid #eff2f5 !important;
    height: 24px !important;
}

.content0 {
    padding: 2% !important;
    background-color: white !important;
    margin-left: 7.5%;
    margin-right: 7.5%;
    margin-top: 2%;
    border-radius: 11px;
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 8%);
    margin-bottom: 4%;
}

.table>:not(caption)>*>* {

    border-bottom-width: 0px !important;

}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: -1px !important;
    display: block;
    empty-cells: show;
    border-spacing: 0;
}
.table>thead>th {
    padding: 15px !important;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {

    border-top: none;
}
.fade:not(.show) {
    opacity: 2 !important;
    background-color: #8080808a;
}
.fa-plus{    margin-left: 2.4px;}
.fa-trash{    margin-left: 2.4px;}
.fs-2{font-size: 13px !important;}
.fa-eye{    margin-left: 2px;
    font-size: 15px;}
.navbar {
    background-color: #fff !important;
    margin-bottom: 0px !important;
    border-bottom: 1px solid #eff2f5 !important;
    padding-left:7.1%;
    padding-right: 5%;
}

.asterisk:after{
    content:" *";
    color: red;
}

.notif-icon {
    width: 20px;
    margin-top: 1.4px;
}

.logout-icon {
    width: 26px;
    margin-top: -4px;
}

.ml-auto {
    float: right !important;
}

.nav-link {
    font-size: 12px;
    font-weight: 500;
    color: #5e6278 !important;
    text-decoration: none !important;
}

.navbar-nav > li {

    padding-right: 7px;
    padding-top: 7px;
}

.navbar-nav > li a:hover {
    text-decoration: unset !important;
    color: #1a5bcc !important;
}

.dropdown-item:active {
    color: #1a5bcc !important;
    text-decoration: none;
    background-color: #e9ecef !important;
}

.dropdown-menu > li > a {
    padding: 7px 20px !important;
    font-size: 12px !important;
    font-family: Poppins, Helvetica, sans-serif !important;
    font-weight: 400 !important;
}

.dropdown-menu > li > a:hover {
    font-weight: 500 !important;
}

.table-scroll th {
    flex-basis: 100%;
    flex-grow: 2;
    display: block;
    padding: 1rem;
    text-align: left;
    color: #00449F !important;
    font-size: 12px;
    font-weight: 500;
}

.table-scroll td {
    flex-basis: 100%;
    flex-grow: 2;
    display: block;
    padding: 1rem;
    text-align: left;
    color: black !important;
    font-size: 12px;
    font-weight: 500;
    border-top: 1px dotted #dee2e6 !important;
    =======
    /* font-family: "Lato", sans-serif; */
    background-color: #F5F8FA !important;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 13px !important;
    font-weight: 400;
    font-family: Poppins, Helvetica, "sans-serif" !important;
    -webkit-font-smoothing: antialiased;
}

/* begin custom style for new theme */

.text-dark {
    color: #181c32 !important;
}

.fs-3 {
    font-size: 1.35rem !important;
}

.ms-3 {
    margin-left: 0.75rem !important;
}

.h-20px {
    height: 20px !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #a1a5b7 !important;
}

.border-gray-200 {
    border-color: #eff2f5 !important;
}



@media (min-width:992px) {
    .toolbar-fixed .toolbar {
        height: var(--kt-toolbar-height);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 99;
        box-shadow: 0 10px 30px 0 rgba(82, 63, 105, .05)
    }

    .toolbar-enabled:not(.toolbar-fixed) .toolbar {
        margin-bottom: 30px
    }

    .header-fixed.toolbar-fixed .toolbar {
        padding: 0;
        top: 65px;
        border-top: 1px solid #eff2f5
    }

    .aside-enabled.aside-fixed.toolbar-fixed .toolbar {
        left: 265px;
        transition: left .3s ease
    }

    .aside-enabled.aside-fixed.toolbar-fixed[data-kt-aside-minimize=on] .toolbar {
        left: 75px;
        transition: left .3s ease
    }
}

/* End custom style for new theme */






.navbar-nav .dropdown-menu {
    width: 252px;
    margin-top: 11px;
    padding-left: 6px;
    padding-right: 6px;
}

.dropdown-menu li:hover {
    background-color: aliceblue;
    border-radius: 4px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.dropdown-menu > li > a {
    padding: 7px !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-item a:hover > .bi {
    fill: #207cca !important;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg) !important;
    position: absolute;
    right: 6px;
    top: 15px;
}

.dropdown-Submenu {

    padding-bottom: 6px !important;
    padding-top: 4% !important;
    border-radius: 4px;
    opacity: 1;
    transform: scale(1);
    transform-origin: 0 0;
    will-change: transform, opacity;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: white;
    width: 185px;
    margin-left: 10px !important;

    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    z-index: 9999999;
}

.dropdown-Submenu svg {
    margin-right: 9px;
    vertical-align: middle;
}

.dropdown-Submenu3 svg {
    margin-right: 9px;
    vertical-align: middle;
}

a:hover > .bi {
    fill: #207cca !important;
}


.dropdown {

    margin-right: 9px;
}


.navbar .collapse .navbar-nav .nav-item .nav-link:not(.btn) .material-icons {
    margin-top: -5px;
    top: 0px;
    position: relative;
    margin-right: 0px;
}

.dropdown-menu a {
    color: gray !important;
    font-size: 11px !important;
    font-family: Poppins, Helvetica, sans-serif !important;
    font-weight: 500 !important;
}

.dropdown-menu {
    width: 199px;
}


.service-icon {
    margin-left: -9px;
    width: 15px;
    margin-right: 7px;
    height: 16px;
}

.spare-icon {
    margin-left: -9px;
    width: 20px;
    margin-right: 3px;
    height: 16px;
}

.Resources-icon {
    margin-left: -9px;
    width: 17px;
    margin-right: 7px;
    height: 16px;
}

.Financials-icon {
    margin-left: -9px;
    width: 17px;
    margin-right: 7px;
    height: 16px;
}

.Satisfcation-icon {
    margin-left: -7px;
    width: 16px;
    margin-right: 7px;
    height: 15px;
}

.Security-icon {
    margin-left: -9px;
    width: 18px;
    margin-right: 6px;
    height: 20px;
}

.dropdown-menu a:hover {
    box-shadow: none !important;
    color: #207cca !important;
    background-color: transparent !important;
    border-bottom: none !important;
}

.nav-item .active {
    color: white !important;
    background-color: transparent;
    border-bottom: 2px solid white;
    font-weight: 400;
}

#hero .navbar-nav {

    font-size: 14px;
}

/*  */
@media (max-width:991.98px) {
    .toolbar-tablet-and-mobile-fixed .toolbar {
        height: var(--kt-toolbar-height-tablet-and-mobile);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 99;
        box-shadow: 0 10px 30px 0 rgba(82, 63, 105, .05)
    }

    .toolbar-enabled:not(.toolbar-tablet-and-mobile-fixed) .toolbar {
        margin-bottom: 15px
    }

    .header-tablet-and-mobile-fixed.toolbar-tablet-and-mobile-fixed .toolbar {
        padding: 0;
        top: 55px;
        border-top: 1px solid #eff2f5
    }

    .toolbar .page-title[data-kt-swapper=true] {
        display: none !important
    }

}

.rounded {
    border-radius: 0.25rem !important;
}

.bg-body {
    background-color: #fff !important;
}

.swal2-popup {
    font-size: 1.4rem !important;
}


.sidebar {
    margin: 0;
    padding: 0;
    width: 300px;
    background-color: #263238;
    position: fixed;
    height: 100%;
    overflow: auto;
}

.w3-bar {
    padding-left: 9%;
    padding-top: 14%;
}

.part2 {

    border-radius: 15px;

    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
}

.fa-arrow-down {
    font-size: 20px;
    text-align: center;
    padding-left: 2px !important;
}

.part2-title {
    padding-left: 1.5rem;
    border-left: 5px solid #00449F;
    margin-top: 2%;
}

.part2-title h4 {
    font-weight: 700;
    text-decoration-line: underline !important;
    font-size: 17px !important;
}

.div-checkbox .form-check {
    display: inline-block !important;
    /*margin-top: 3%;*/
}

.floating-label span {
    font-size: 13px;
}

.form-check label {
    position: inherit !important;
}

.checkbox1 {
    margin-right: 10%;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background-color: white;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #D7D7D7;
}

.arrow-icon {
    width: 18px;
    float: right;
    margin-top: -2%;
}

.sidebar a {
    display: block;
    color: white;
    padding: 16px;
    text-decoration: none;
}

.collapse-page {
    margin-left: 12%;
    padding: 0x
}

.logo {
    padding-top: 10% !important;
    padding-left: 11% !important;
}

.logo-icon {
        width: 130px;
    height: 47px;
    margin-top: 2px;
}

.sidebar a.active {
    background-color: #04AA6D;
    color: white;
}

.sidebar a:hover:not(.active) {
    background-color: transparent;
    color: white;
    text-decoration: none;
    cursor: pointer;
}



.reserv-div {
    padding: 2% !important;
    background-color: white !important;
    margin-left: 7.5%;
    margin-right: 7.5%;
    margin-top: 2%;
    border-radius: 11px;
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 8%);
    margin-bottom: 4%;
}



.res-icon {
    width: 24px;
    height: 21px;
    margin-top: -5px;
    margin-right: 3%;
}

.search-btn {
    border-radius: 50% !important;
    height: 40px !important;
    width: 40px !important;
    text-align: center !important;
    padding-left: 8px !important;
    background-color: black !important;
    color: white !important;
}

.search-btn img {
    width: 23px;
}

.reserv-div h3 {
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 21px;
}




=======

/* .navbar-nav {
    float: right !important;
} */
/* .log-out{
    background-color: #000000;
} */
.navbar-light .navbar-nav .nav-link {
    color: #5e6278;
    font-size: 11px;
    text-transform: none;
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 500;
}

.navbar {
    background-color: #fff;
    border-radius: 0px !important;
    margin-bottom: 0 !important;

}

.navbar .navbar-brand {
    padding: 0;
}



.logout-icon,
.notif-icon {
    width: 27px;
    height: 27px;
    margin-left: 3px;
}

.profile-icon {
    width: 26px;
    margin-left: 17px;
}

.set-icon {
    width: 19px;
    height: 18px;
    margin-top: -4px;
    margin-right: 5%;
    margin-left: 5px;
}

.btn-dark {
    border-radius: 7px !important;
    padding-left: 19px !important;
    padding-right: 19px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    text-transform: uppercase !important;

    background-color: #00449F !important;
    color: white !important;
    border-color: transparent !important;
    font-size: 13px !important;
}

.btn-dark:hover {
    border-radius: 7px !important;
    padding-left: 19px !important;
    padding-right: 19px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    text-transform: uppercase !important;
    background-color: #00449F !important;
    color: white !important;
    border-color: transparent !important;
    font-size: 13px !important;

}
.btn :focus-visible {
    outline: unset !important;
}
.btns .btn-dark {
    float: right !important;
    margin-left: 1pc;
    color: white !important;
    border: 1px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    box-shadow: none !important;
    font-family: Poppins, Helvetica, sans-serif;
    height: 36px;
    padding-top: 9px !important;
    text-transform: initial;

    background-color: #0A4BB1 !important;
}

.btn-dark:hover {
    color: white !important;
}

.floating-form {
    margin-top: 4%;
}

.floating-form .row {
    margin-bottom: 2% !important;
}

.floating-label {
    position: relative;
    margin-bottom: 20px;
}

.floating-input,
.floating-select {
    font-size: 12px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #757575;
}

.floating-input:focus,
.floating-select:focus {
    outline: none;
    border-bottom: 2px solid green;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    font-size: 12px !important;
}

.floating-form .fade:not(.show) {
    opacity: 2;
    background-color: #80808052;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
    font-size: 12px !important;
}

.hide {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
    font-size: 12px !important;
}

label {
    font-weight: normal !important;
    color: black;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: 0.6s ease all;
    -moz-transition: 0.6s ease all;
    -webkit-transition: 0.6s ease all;
    font-family: Poppins, Helvetica, sans-serif;
    background-color: transparent;
}

.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label {
    top: -18px;
    font-size: 13px;
    color: dimgray;
}

.floating-select:focus ~ label,
.floating-select:not([value=""]):valid ~ label {
    top: -18px;
    font-size: 13px;
    color: dimgrey;
}
.floating-label label{ top: -18px;
    font-size: 13px;
    color: dimgrey;}
/* active state */
.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after,
.floating-select:focus ~ .bar:before,
.floating-select:focus ~ .bar:after {
    width: 50%;
    background-color: transparent;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}

/* highlighter */
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.floating-input:focus ~ .highlight,
.floating-select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.floating-credit {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #aaa;
    font-size: 13px;
    font-family: arial, sans-serif;
}

.floating-credit a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.floating-credit a:hover {
    border-bottom: 1px dotted #f8f8f8;
}

.floating-heading {
    position: fixed;
    color: #aaa;
    font-size: 20px;
    font-family: arial, sans-serif;
}

.table-scroll {
    /*width:100%; */
    display: block;
    empty-cells: show;

    /* Decoration */
    border-spacing: 0;

}

.table-scroll thead {
   background-color: #f1f1f152;
    position: relative;
    display: block;
    width: 100%;
}

.table-scroll tbody {
    /* Position */
    display: block;
    position: relative;
    width: 100%;
    overflow-y: scroll;
    /* Decoration */

}

.table-scroll tr {
    width: 100%;
    display: flex;
    border-bottom: 1px solid gainsboro;
}

.table-scroll td,
.table-scroll th {
    flex-basis: 100%;
    flex-grow: 2;
    display: block;
    padding: 15px !important;
    text-align: left;
}

/* Other options */

.fa-edit{color: white;
    font-size: 16px !important;}
.table-scroll tbody tr:nth-child(2n) {
    background-color: transparent;
}
select.input-sm {
    height: 30px !important;
    line-height: 22px !important;
}
.body-half-screen {
    max-height: 35vh;
}

.small-col {
    flex-basis: 10%;
}

.part1 {
    margin-bottom: 8%;
}

@media screen and (max-width: 700px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }

    .sidebar a {
        float: left;
    }

    div.content {
        margin-left: 0;
    }
}

@media screen and (max-width: 400px) {
    .sidebar a {
        text-align: center;
        float: none;
    }
}

.part1-title {
    padding-left: 1.5rem;
    border-left: 5px solid #03a9f4;
    margin-top: 2%;
}

.part1-title h3 {
    font-weight: 500 !important;
    font-size: 18px !important;
}

.search-btn {
    border-radius: 50% !important;
    height: 40px !important;
    width: 40px !important;
    text-align: center !important;
    padding-left: 8px !important;
    background-color: #00449F !important;
    color: white !important;
}

.search-btn:hover {
    border-radius: 50% !important;
    height: 40px !important;
    width: 40px !important;
    text-align: center !important;
    padding-left: 8px !important;
    background-color: #4045f6 !important;
    color: white !important;
}

.btn-delete {
    border-radius: 50% !important;
    height: 40px !important;
    width: 40px !important;
    text-align: center !important;
    padding-left: 12px !important;
    background-color: black !important;
    color: white !important;
}

/*.body-half-screen input{*/
/*    width:100%*/
/*}*/
#fees_receipts-table {
    width: 100%
}


.date-timepicker {
    cursor: pointer;
}

.border-radius {
    border-radius: 50% !important;
}

.modal-title {
    flex: 1;
}

.modal-header,
.modal-footer {
    background-color: #00449F !important;
}

.modal-footer {
    flex-wrap: nowrap !important;
}

.modal-content {
    min-width: 750px;
    min-height: 380px
}

.modal-body {
    padding: 35px 15px !important;
}

.select2-container .select2-selection--single {
    height: 33px !important;
}

.btn-custom {
    width: 280px;
}

.date-timepicker {
    cursor: pointer;
}

.border-radius {
    border-radius: 50% !important;
}

.modal-title {
    flex: 1;
}

.modal-header,
.modal-footer {
    background-color: #263238 !important;
}

.modal-footer {
    flex-wrap: nowrap !important;
}

.modal-content {
    min-width: 750px;
    min-height: 380px
}

.modal-body {
    padding: 35px 15px !important;
}

.select2-container .select2-selection--single {
    height: 33px !important;
}

.btn-custom {
    width: 280px;
}

.just-padding {
    padding: 15px;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
    padding: 15px;
}

.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 45px;
}

.list-group-item .glyphicon {
    margin-right: 5px;
}

.dataTables_length label {
    pointer-events: auto !important;
}

.dataTables_filter label {
    pointer-events: auto !important;
}

.dataTables_scroll {
    padding-top: 20px !important;
}


