/**
* Template Name: NiceAdmin - v2.2.2
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
    scroll-behavior: smooth;
}

.total-guest-div {
    background-color: #E7E8EB;
    color: #222222;
    background-color: 5px 15px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

.sorting-disable.sorting {
    background-image: none !important;
}

.dataTables_info {
    display: none;
}

.badge {
    font-size: 13px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #E8E6E6;
}

table tr td {
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
    margin-bottom: 5px;
}

.btn-theme {
    background-color: #0D6EFD;
    color: #fff;
}

.btn-theme-outline {
    border: 1px solid #0D6EFD;
    color: #0D6EFD;
}

.btn-green {
    background-color: #198754;
    color: #fff;
}

.btn-green-outline {
    border: 1px solid #198754;
    color: #0D6EFD;
}

.btn-red {
    background-color: #DC3545;
    color: #fff;
}

.btn-red-outline {
    border: 1px solid #DC3545;
    color: #DC3545;
}

.bottom {
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-image: none;
    color: white !important;
    background-color: #0D6EFD;
    border-color: transparent;
}

tbody, td, tfoot, th, thead, tr {
    border-color: #E8E6E6;
}

.table-custom > thead {
    background: #F6F6F6;
    border-bottom: 0;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: #E8E6E6;
}

.table-custom tr th {
    color: #012970;
    font-weight: 600;
    position: relative;
}

.border-top-left-radius {
    border-top-left-radius: 5px;
}

.border-top-right-radius {
    border-top-right-radius: 5px;
}

.border-bottom-left-radius {
    border-bottom-left-radius: 5px;
}

.border-bottom-right-radius {
    border-bottom-right-radius: 5px;
}

.table-custom tr th: first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-with-icon-left span {
    margin-left: 7px;
}

.btn-with-icon {
    display: flex;
    align-items: center;
}

    .btn-with-icon i {
        font-size: 16px;
        line-height: 1;
    }

.btn {
    font-size: 16px;
}

.badge-blue {
    background-color: #cce5ff;
    padding: 6px 9px;
    display: inline-block;
    color: #004085;
    border-radius: 5px;
    font-weight: 500;
}
.badge-red {
    background-color: #F8D7DA;
    padding: 6px 9px;
    display: inline-block;
    color: #DC3545;
    border-radius: 5px;
    font-weight: 500;
}
.badge-green {
    background-color: #D1E7DD;
    padding: 6px 9px;
    display: inline-block;
    color: #198754;
    border-radius: 5px;
    font-weight: 500;
}

.badge-yellow {
    background-color: #FFF3CD;
    padding: 6px 9px;
    display: inline-block;
    color: #664D03;
    border-radius: 5px;
    font-weight: 500;
}

.dropdown-noarrow::after {
    content: none;
}

table tbody td, table th {
    font-size: 14px;
}

.btn-secondary {
    background-color: #F6F6F6;
    color: #ccc;
}

.btn-icon {
    border: 0;
    width: 30px;
    height: 30px !important;
    min-height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.form-check-custom-lg .form-check-input {
    width: 35px !important;
    height: 35px !important;
    margin-top: 0;
    border-radius: 5px !important;
    border-color: #DC3545 !important;
}

.form-control:focus, .form-select:focus {
    outline: 0;
    box-shadow: none !important;
    background-color: #F8FAFF !important;
    border-color: rgb(13 110 253 / 70%) !important;
}

.form-check-custom-user .form-check-input:checked ~ label i {
    color: #fff !important;
}

.form-check-custom-lg .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M11.602 13.76l1.412 1.412 8.466-8.466 1.414 1.414-9.88 9.88-6.364-6.364 1.414-1.414 2.125 2.125 1.413 1.412zm.002-2.828l4.952-4.953 1.41 1.41-4.952 4.953-1.41-1.41zm-2.827 5.655L7.364 18 1 11.636l1.414-1.414 1.413 1.413-.001.001 4.951 4.951z' fill='rgba(238,102,102,1)'/%3E%3C/svg%3E");
    background-size: 24px;
}

.title-md {
    font-size: 18px;
    color: #000;
}

.text-underline {
    text-decoration: underline;
}

.link-red {
    color: #ee6666;
}

.link-theme {
    color: #084298;
}

.custom-search {
    border: 0;
    background-color: #F8FAFF;
    height: 38px;
    padding: 5px 15px;
}

.btn-red-outline {
    border-color: #DC3545;
    color: #DC3545;
}

.form-label {
    font-weight: 500;
    margin-bottom: 4px;
}

.form-group-mb {
    margin-bottom: 24px;
}

.btn-wide {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

.font-size-22px {
    font-size: 22px;
}

.font-size-18px {
    font-size: 18px;
}

.apexcharts-toolbar {
    display: none !important;
}

.table > :not(:first-child) {
    border-top: 0;
}

.form-check-custom-lg .form-check-input:checked {
    background-color: transparent;
    border-color: #ee6666;
}

.form-check-custom-lg .form-check-input:focus {
    box-shadow: none;
}

.br-theme {
    border-radius: 8px;
}

.required {
    color: red;
}

table .form-check-input[type=checkbox] {
    border-radius: 2px;
    width: 1rem;
    height: 1rem;
}

.table > :not(caption) > * > * {
    padding: 10px 18px;
}

.right-0 {
    right: 15px;
}

.form-control, .form-select {
    background-color: #f1f5f7;
    border: 1px solid transparent !important;
    /*font-weight: 600;*/
    font-size: 14px;
}

.btn-sm {
    font-size: 13px;
}

.br-theme {
    border-radius: 6px;
}

.link-danger {
    color: #DC3545;
}

.color-themedark {
    color: #2F4F88;
}

.color-theme {
    color: #2F4F88;
}

.font-size-25px {
    font-size: 25px;
}

.font-semibold {
    font-weight: 500;
}

.bg-gray {
    background-color: #F1F5F7;
}

.color-green {
    color: #198754;
}

.color-red {
    color: #DC3545;
}

.nav-tabs-custom .nav-link {
    font-size: 20px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs-custom .nav-link {
    color: rgba(6, 45, 115, 0.5);
    border-color: transparent;
    font-weight: 600;
}

    .nav-tabs-custom .nav-link.active {
        color: #062D73;
        border-color: transparent;
        border-bottom: 3px solid #062D73;
    }

.modal-custom {
    padding: 15px 30px;
}

    .modal-custom .modal-content {
        border-radius: 10px;
        border: 0;
    }

.bg-lighttheme {
    background-color: #F1F5F7;
}

.font-size-20px {
    font-size: 20px;
}

.form-check-custom {
    position: relative;
    padding-left: 0;
}

    .form-check-custom .form-check-input {
        opacity: 0;
        position: absolute;
        inset: 0;
    }

        .form-check-custom .form-check-input:checked ~ label {
            background-color: #5EAB87;
            color: #0F5132;
        }

        .form-check-custom .form-check-input ~ label {
            border: 1px solid transparent;
            color: #084298;
            min-width: 90px;
        }

        .form-check-custom .form-check-input.form-check-input-bordered:checked ~ label {
            border: 2px solid #fff;
            /* transform: scale(.9); */
            outline: 1px solid #0D6EFD;
        }

    .form-check-custom .form-check-label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #CFE2FF;
        padding: 5px 15px;
        color: #084298;
        border-radius: 5px;
    }

.form-check-input-md {
    border-color: #000;
    width: 1rem;
    height: 1rem;
    border-radius: 2px !important;
}

.gurukul-check .form-check-input:checked ~ label {
    color: #fff !important;
}

.card-body .form-check-custom .form-check-label, .card-body .dropdown-toggle {
    min-height: 38px;
}

.asharam-check .form-check-input:checked ~ label {
    color: #DC3545 !important;
    background-color: #F8D7DA;
}
.cls-partialcheck .form-check-input:checked ~ label {
    color: #000000 !important;
    background-color: #feb019;
}
.cls-partialcheck .form-check-input:checked ~ label i {
    color: #121212 !important;
}
.cls-partialcheck .form-check-label {
    /*display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;*/
    background-color: #feb0195e;
    /*padding: 5px 15px;
    color: #084298;
    border-radius: 5px;*/
}
.btn-gray {
    background-color: #EBEBEB;
    color: #222222;
}

.progress-custom {
    height: 5px;
}

.progress-pink .progress-bar {
    background-color: #FD0DAB;
}

table.dataTable.dtr-inline.collapsed tbody .dtr-control:before {
    top: 50%;
    z-index: 1;
    transform: translateY(-50%) rotate(180deg);
    left: -4px;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    color: white;
    border: 0;
    border-radius: 100%;
    text-align: center;
    /*line-height: 12px;*/
    /*box-shadow: 0 0 3px #444;*/
    box-sizing: content-box;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
    background-color: #0d6efd;
    background-size: 10px;
    background-position: center;
}

table.dataTable.dtr-inline.collapsed tbody .dt-hasChild .dtr-control:before {
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    left: -4px;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    color: white;
    border: 0;
    border-radius: 100%;
    text-align: center;
    /*line-height: 12px;*/
    /*box-shadow: 0 0 3px #444;*/
    box-sizing: content-box;
    content: '';
    background-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 11px
}

td.child li {
    margin-bottom: 6px;
}

.table-custom {
    width: 100% !important;
}

tbody tr {
    position: relative;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    margin-top: 4px !important;
    width: 1rem;
    height: 1rem;
    border-radius: 2px;
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    margin-top: -14px !important;
    margin-left: -6px !important;
}

.form-control, .form-select {
    min-height: 38px;
}

.font-size-12px {
    font-size: 12px;
}

.form-check-input-md ~ label {
    margin-left: 7px;
}

.color-darkgray {
    color: #2F4F88;
}

.color-green {
    color: #198754;
}

.color-red {
    color: #DC3545;
}

.color-gray {
    color: #899BBD;
}

.sorting-0 {
    background-image: none !important;
}
/*
@media(min-width: 992px){
  .table-top-right-div{
  position: absolute;
    right: 15px;
}
}*/

body {
    font-family: 'Work Sans', sans-serif;
    background: #f6f9ff;
    color: #222222;
    font-size: 14px;
}

a {
    color: #4154f1;
    text-decoration: none;
}

    a:hover {
        color: #717ff5;
        text-decoration: none;
    }


/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
    margin-top: 60px;
    padding: 20px 30px;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    #main {
        padding: 20px;
    }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
    margin-bottom: 10px;
}

    .pagetitle h1 {
        font-size: 24px;
        margin-bottom: 0;
        font-weight: 600;
        color: #012970;
    }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #6776f4;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    -webkit-animation-name: dropdown-animate;
    animation-name: dropdown-animate;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

    .dropdown-menu .dropdown-header, .dropdown-menu .dropdown-footer {
        text-align: center;
        font-size: 15px;
        padding: 10px 25px;
    }

        .dropdown-menu .dropdown-footer a {
            color: #444444;
            text-decoration: underline;
        }

            .dropdown-menu .dropdown-footer a:hover {
                text-decoration: none;
            }

    .dropdown-menu .dropdown-divider {
        color: #a5c5fe;
        margin: 0;
    }

    .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 3px 15px;
        transition: 0.3s;
    }

        .dropdown-menu .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: #f6f9ff;
        }

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

@-webkit-keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}
/* Light Backgrounds */
.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

/* Card */
.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header, .card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
}

    .card-title span {
        color: #899bbd;
        font-size: 14px;
        font-weight: 400;
    }

.card-body {
    padding: 0 20px 20px 20px;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
    font-weight: 500;
    font-size: 20px;
}

/* Close Button */
.btn-close {
    background-size: 100%;
    opacity: 1;
    position: absolute;
    right: -30px;
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
}

    .btn-close:focus {
        outline: 0;
        box-shadow: none;
    }

/* Accordion */
.accordion-item {
    border: 1px solid #ebeef4;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

    .accordion-flush .accordion-button:not(.collapsed) {
        box-shadow: none;
        color: #4154f1;
    }

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
}

    .breadcrumb a {
        color: #899bbd;
        transition: 0.3s;
    }

        .breadcrumb a:hover {
            color: #51678f;
        }

    .breadcrumb .breadcrumb-item::before {
        color: #899bbd;
    }

    .breadcrumb .active {
        color: #51678f;
        font-weight: 600;
    }

/* Bordered Tabs */
.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

    .nav-tabs-bordered .nav-link {
        margin-bottom: -2px;
        border: none;
        color: #2c384e;
    }

        .nav-tabs-bordered .nav-link:hover, .nav-tabs-bordered .nav-link:focus {
            color: #4154f1;
        }

        .nav-tabs-bordered .nav-link.active {
            background-color: #fff;
            color: #4154f1;
            border-bottom: 2px solid #4154f1;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
    line-height: 1;
}

@media (min-width: 1200px) {
    .logo {
        width: 248px;
    }
}

.logo img {
    max-height: 26px;
    margin-right: 6px;
}

.logo div {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    /*font-family: "Nunito", sans-serif;*/
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    padding-left: 20px;
    /* Toggle Sidebar Button */
    /* Search Bar */
}

    .header .toggle-sidebar-btn {
        font-size: 32px;
        padding-left: 10px;
        cursor: pointer;
        color: #012970;
    }

    .header .search-bar {
        min-width: 360px;
        padding: 0 20px;
    }

.search-custom {
    position: relative;
    min-height: 38px;
}

    .search-custom:focus {
        outline: none;
        box-shadow: none;
    }

.search-custom {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617zm-2.006-.742A6.977 6.977 0 0 0 18 11c0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7a6.977 6.977 0 0 0 4.875-1.975l.15-.15z' fill='rgba(130,143,163,1)'/%3E%3C/svg%3E");
    ;
    padding-left: 30px;
    background-size: 20px;
    background-position: 5px;
    background-repeat: no-repeat;
}

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form {
    width: 100%;
}

    .header .search-form input {
        border: 0;
        font-size: 14px;
        color: #012970;
        border: 1px solid rgba(1, 41, 112, 0.2);
        padding: 7px 38px 7px 8px;
        border-radius: 3px;
        transition: 0.3s;
        width: 100%;
    }

        .header .search-form input:focus, .header .search-form input:hover {
            outline: none;
            box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
            border: 1px solid rgba(1, 41, 112, 0.3);
        }

    .header .search-form button {
        border: 0;
        padding: 0;
        margin-left: -30px;
        background: none;
    }

        .header .search-form button i {
            color: #012970;
        }

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
}

.header-nav > ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 20px;
    color: #012970;
}

.header-nav .nav-profile {
    color: #012970;
}

    .header-nav .nav-profile img {
        max-height: 36px;
    }

    .header-nav .nav-profile span {
        font-size: 14px;
        font-weight: 600;
        display: flex !important;
        align-items: center;
    }
    .header-nav .nav-profile .material-symbols-rounded{
        font-size: 20px;
    }
.header-nav .badge-number {
    position: absolute;
    inset: 4px 6px auto auto;
    font-weight: normal;
    font-size: 11px;
    padding: 3px 6px;
}

.header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}

    .header-nav .notifications .notification-item i {
        margin: 0 20px 0 10px;
        font-size: 24px;
    }

    .header-nav .notifications .notification-item h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .header-nav .notifications .notification-item p {
        font-size: 13px;
        margin-bottom: 3px;
        color: #919191;
    }

    .header-nav .notifications .notification-item:hover {
        background-color: #f6f9ff;
    }

.header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
}

    .header-nav .messages .message-item a {
        display: flex;
    }

    .header-nav .messages .message-item img {
        margin: 0 20px 0 10px;
        max-height: 40px;
    }

    .header-nav .messages .message-item h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #444444;
    }

    .header-nav .messages .message-item p {
        font-size: 13px;
        margin-bottom: 3px;
        color: #919191;
    }

    .header-nav .messages .message-item:hover {
        background-color: #f6f9ff;
    }

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
}
.header-nav .profile .dropdown-header{
    text-align: left;
}
    .header-nav .profile .dropdown-header h6 {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        color: #444444;
    }

    .header-nav .profile .dropdown-header span {
        font-size: 14px;
    }

    .header-nav .profile .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .header-nav .profile .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .header-nav .profile .dropdown-item:hover {
            background-color: #f6f9ff;
        }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 250px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}

@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {
    #main, #footer {
        margin-left: 250px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {
    .toggle-sidebar #main, .toggle-sidebar #footer {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        left: -300px;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .sidebar-nav li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sidebar-nav .nav-item {
        margin-bottom: 5px;
    }

    .sidebar-nav .nav-heading {
        font-size: 11px;
        text-transform: uppercase;
        color: #899bbd;
        font-weight: 600;
        margin: 10px 0 5px 15px;
    }

    .sidebar-nav .nav-link {
        display: flex;
        align-items: center;
        /*font-size: 15px;*/
        font-weight: 600;
        color: #4154f1;
        transition: 0.3;
        background: #f6f9ff;
        padding: 10px 15px;
        border-radius: 4px;
    }

        .sidebar-nav .nav-link i {
            font-size: 16px;
            margin-right: 10px;
            color: #4154f1;
        }

        .sidebar-nav .nav-link.collapsed {
            color: #012970;
            background: #fff;
        }

            .sidebar-nav .nav-link.collapsed i {
                color: #899bbd;
            }

        .sidebar-nav .nav-link:hover {
            color: #4154f1;
            background: #f6f9ff;
        }

            .sidebar-nav .nav-link:hover i {
                color: #4154f1;
            }

        .sidebar-nav .nav-link .bi-chevron-down {
            margin-right: 0;
            transition: transform 0.2s ease-in-out;
        }

        .sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
            transform: rotate(180deg);
        }

    .sidebar-nav .nav-content {
        padding: 5px 0 0 0;
        margin: 0;
        list-style: none;
    }

        .sidebar-nav .nav-content a {
            display: flex;
            align-items: center;
            font-size: 14px;
            font-weight: 600;
            color: #012970;
            transition: 0.3;
            padding: 10px 0 10px 40px;
            transition: 0.3s;
        }

            .sidebar-nav .nav-content a i {
                font-size: 6px;
                margin-right: 8px;
                line-height: 0;
                border-radius: 50%;
            }

            .sidebar-nav .nav-content a:hover, .sidebar-nav .nav-content a.active {
                color: #4154f1;
            }

                .sidebar-nav .nav-content a.active i {
                    background-color: #4154f1;
                }

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
}

    .dashboard .filter .icon {
        color: #aab7cf;
        padding-right: 20px;
        padding-bottom: 5px;
        transition: 0.3s;
        font-size: 16px;
    }

        .dashboard .filter .icon:hover, .dashboard .filter .icon:focus {
            color: #4154f1;
        }

    .dashboard .filter .dropdown-header {
        padding: 8px 15px;
    }

        .dashboard .filter .dropdown-header h6 {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            color: #aab7cf;
            margin-bottom: 0;
            padding: 0;
        }

    .dashboard .filter .dropdown-item {
        padding: 8px 15px;
    }

/* Info Cards */

    .dashboard .info-card h6 {
        font-size: 28px;
        color: #012970;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

.dashboard .sales-card .card-icon {
    color: #4154f1;
    background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}

/* Activity */
.dashboard .activity {
    font-size: 14px;
}

    .dashboard .activity .activity-item .activite-label {
        color: #888;
        position: relative;
        flex-shrink: 0;
        flex-grow: 0;
        min-width: 64px;
    }

        .dashboard .activity .activity-item .activite-label::before {
            content: "";
            position: absolute;
            right: -11px;
            width: 4px;
            top: 0;
            bottom: 0;
            background-color: #eceefe;
        }

    .dashboard .activity .activity-item .activity-badge {
        margin-top: 3px;
        z-index: 1;
        font-size: 11px;
        line-height: 0;
        border-radius: 50%;
        flex-shrink: 0;
        border: 3px solid #fff;
        flex-grow: 0;
    }

    .dashboard .activity .activity-item .activity-content {
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .dashboard .activity .activity-item:first-child .activite-label::before {
        top: 5px;
    }

    .dashboard .activity .activity-item:last-child .activity-content {
        padding-bottom: 0;
    }

/* News & Updates */
.dashboard .news .post-item + .post-item {
    margin-top: 15px;
}

.dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
}

.dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px;
}

    .dashboard .news h4 a {
        color: #012970;
        transition: 0.3s;
    }

        .dashboard .news h4 a:hover {
            color: #4154f1;
        }

.dashboard .news p {
    font-size: 14px;
    color: #777777;
    margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
    font-size: 14px;
}

    .dashboard .recent-sales .table thead {
        background: #f6f6fe;
    }

        .dashboard .recent-sales .table thead th {
            border: 0;
        }

    .dashboard .recent-sales .dataTable-top {
        padding: 0 0 10px 0;
    }

    .dashboard .recent-sales .dataTable-bottom {
        padding: 10px 0 0 0;
    }

/* Top Selling */
.dashboard .top-selling {
    font-size: 14px;
}

    .dashboard .top-selling .table thead {
        background: #f6f6fe;
    }

        .dashboard .top-selling .table thead th {
            border: 0;
        }

    .dashboard .top-selling .table tbody td {
        vertical-align: middle;
    }

    .dashboard .top-selling img {
        border-radius: 5px;
        max-width: 60px;
    }

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    padding-top: 15px;
}

    .iconslist .icon {
        background-color: #fff;
        border-radius: 0.25rem;
        text-align: center;
        color: #012970;
        padding: 15px 0;
    }

    .iconslist i {
        margin: 0.25rem;
        font-size: 2.5rem;
    }

    .iconslist .label {
        font-family: var(--bs-font-monospace);
        display: inline-block;
        width: 100%;
        overflow: hidden;
        padding: 0.25rem;
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #666;
    }

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
    max-width: 120px;
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
}

.profile .profile-card h3 {
    font-size: 18px;
}

.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

    .profile .profile-card .social-links a:hover {
        color: #012970;
    }

.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}

.profile .profile-overview .card-title {
    color: #012970;
}

.profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
    max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
    font-size: 18px;
    font-weight: 600;
    color: #4154f1;
}

.faq .basic p {
    color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    padding: 28px 30px;
}

    .contact .info-box i {
        font-size: 38px;
        line-height: 0;
        color: #4154f1;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #012970;
        font-weight: 700;
        margin: 20px 0 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

    .contact .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        -webkit-animation: animate-loading 1s linear infinite;
        animation: animate-loading 1s linear infinite;
    }

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

    .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
        border-color: #4154f1;
    }

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #4154f1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

    .contact .php-email-form button[type=submit]:hover {
        background: #5969f3;
    }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
    padding: 30px;
}

    .error-404 h1 {
        font-size: 180px;
        font-weight: 700;
        color: #4154f1;
        margin-bottom: 0;
        line-height: 150px;
    }

    .error-404 h2 {
        font-size: 24px;
        font-weight: 700;
        color: #012970;
        margin-bottom: 30px;
    }

    .error-404 .btn {
        background: #51678f;
        color: #fff;
        padding: 8px 30px;
    }

        .error-404 .btn:hover {
            background: #3e4f6f;
        }

@media (min-width: 992px) {
    .error-404 img {
        max-width: 50%;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
}

    .footer .copyright {
        text-align: center;
        color: #012970;
    }

    .footer .credits {
        padding-top: 5px;
        text-align: center;
        font-size: 13px;
        color: #012970;
    }
.field-validation-error {
    width: 100%;
    margin-top: 0.25rem;
    font-size:14px;
    color: #dc3545;
}

.was-validated :invalid ~ .field-validation-error {
    display: block;
}

.was-validated :invalid ~ .field-validation-error {
    display: block;
}

.form-check-inline .form-check-input ~ .field-validation-error {
    margin-left: 0.5em;
}
/* Change request css start here */
.register .enter-email{
    font-size: 14px;
}
.register .login-title{
    font-weight: 600;
}
.password-input{
    position: relative;
}
.password-input i{
    position: absolute;
    right: 23px;
    top: 39px
}
.modal-title{
    font-size: 18px;
}
.modal-dialog{
    max-width: 100%;
}
.modal-content .btn-close{
    right: 5px;
    mix-blend-mode: difference;
    transform: scale(.8);
    top: 5px;
    opacity: .5;
    z-index: 999;
}
@media screen and (min-width:768px) {
    .modal-dialog{
        max-width: calc(100vw - 250px);
    }
}
@media screen and (min-width:1024px) {
    .modal-dialog{
        max-width: calc(100vw - 400px);
    }
}
@media screen and (max-width:767px) {
    .modal-content .modal-body .bg-lighttheme .row{
        flex-wrap: nowrap;
        overflow: auto;
    }
}
.btn.btn-theme:hover {
    color: white;
}
.btn:hover{
    background-color: #0c4faf;
    border-color: #0c4faf;
    color: white;
}
.sidebar-nav .nav-item .nav-link .material-symbols-rounded {
    font-size: 22px;
    margin-right: 5px;
}
.dashboard .list-button{
    display: inline-flex;
    padding: 7px;
}
.dashboard .list-button .material-symbols-rounded{
    font-size: 22px;
}
.table-filter{
    padding: 8px 9px;
    display: inline-flex;
}
.table-filter .material-symbols-rounded{
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    font-size: 22px;
}
.btn-red-outline:hover {
    background: #DC3545;
    border: 1px solid #DC3545;
}
.btn{
    padding: 5px 12px !important;
}
.btn.btn-wide{
    padding: 5px 40px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: rgb(13 110 253 / 50%);
    border-color: rgb(134 182 254);
}
.btn.dropdown-toggle{
    /* width: 35px !important; */
    height: 35px !important;
    border-radius: 4px;
}
/* .btn.dropdown-toggle.ivd_btn {
    width: auto !important;
} */
table.dataTable thead .sorting,
table.dataTable .sorting_disabled{
    vertical-align: middle;
}
.btn.btn-green,
.btn.btn-red{
    padding: 5px 40px !important;
    border: 1px solid transparent;
}
.btn.btn-green:hover{
    background: #0e6c40;
}
.btn.btn-red:hover{
    background: #c71022;
}
.dropdown-toggle::after{
    display: none;
}
.form-check.form-check-custom .form-check-label span:first-child{
    font-weight: 700;
}
.room-allocation-list {
    list-style: none;
    display: flex;
    margin: 20px 0 0 0;
  }
  .room-allocation-list li {
    margin-right: 50px;
    display: flex;
    align-items: center;
  }
  .room-allocation-list li .box {
    width: 40px;
    height: 25px;
    background: #cfe2ff;
    border-radius: 4px;
    margin-right: 10px;
  }
  .room-allocation-list li:nth-child(2) .box{
    background:#5eab87;
  }
  .room-allocation-list li:nth-child(3) .box{
    background:#feb019;
  }
  .room-allocation-list li:nth-child(4) .box{
    background:#ffc5b8;
  }
  @media screen and (max-width:767px){
    .room-allocation-list{
        flex-wrap: wrap;
    }
    .room-allocation-list li{
        margin-bottom: 10px;
    }
  }
  #divRoomFacilities p{
    margin-bottom: 0;
  }
  .dashboard .sales-card .card-icon .material-symbols-rounded {
    font-size: 35px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    line-height: 64px;
}
.dashboard .sales-card .card-icon .material-symbols-rounded.user {
    position: relative;
    top: -1px;
    left: 1px;
}
.dashboard .sales-card .card-icon .material-symbols-rounded.bed{
    font-size: 40px;
}
.dashboard .dashboard-list-box{
    width: 100%;
}
@media screen and (min-width:767px) {
    .dashboard .dashboard-list-box{
        width: 33.33%;
    }
}
@media screen and (min-width:1400px) {
    .dashboard .dashboard-list-box{
        width: 25%;
    }
}
.header-nav .nav-item .search-bar-toggle .bi-search {
    display: none;
}
.btn-yellow-outline {
    border-color: #ffc107;
    color: #ffc107;
}