@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap");

body {
    color: #212529;
    font-weight: 500;
}

a {
    color: #3a3a3a;
    text-decoration: none;
}

body .btn {
    color: #0e1426!important;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 3px;
    border: none;
    padding: 5px 6px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    box-shadow: none!important;
}

body .btn-primary, body .btn-info, body .btn-warning {
    border: 1px solid #86c9d0!important;
    background-color: #86c9d0;
}

.btn-primary:hover, .btn-primary:focus, .btn-info:hover, .btn-info:focus, .btn-warning:hover, .btn-warning:focus {
    border: 1px solid #86c9d0!important;
    background-color: #86c9d0!important;
    box-shadow: none!important;
    color: #0e1426!important;
}

.bg-success {
    background-color: #86c9d0!important;
    border-color: #86c9d0;
    color: #0e1426!important;
}

.bg-warning {
    background-color: #eac0a5!important;
    border-color: #eac0a5;
    color: #0e1426!important;
}

.bg-completed {
    background-color: #B1C871;
    border-color: #B1C871;
    color: #0e1426
}

.form-control {
    padding: 0.375rem 0.75rem;
    font-weight: 400;
}

.multiselect {
    /* font-weight: 300 !important; */
}

.form-select {
    background-repeat: no-repeat;
    background-position: right 9px bottom 45%;
    background-size: 13px;
}

.layout-boxed .footer-wrapper {
    z-index: 9;
}

/* Navbar New */
.navbar-ict {
    background: #cbe5e8;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 60px;
}

.navbar-ict .header-inner > ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 15px;
}

.navbar-ict .header-inner > ul > li.active > a {
    color: #000;
    background-color: #eac0a5;
}

.navbar-ict .header-inner > ul > li > a {
    padding: 10px 15px;
    color: #0e1426;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    position: relative;
}

.navbar-ict .header-inner > ul > li > a > svg {
    height: 18px;
}

.navbar-ict .header-inner > ul > li .dropdown-btn {
    padding-right: 40px;
}

.navbar-ict .header-inner > ul > li .dropdown-btn:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 16px;
    width: 6px;
    height: 6px;
    border-left: 2px solid #0e1426;
    border-bottom: 2px solid #0e1426;
    transform: rotate(-45deg);
}

.navbar-ict .header-inner ul ul {
    background-color: #fff;
    position: absolute;
    border-radius: 8px;
    list-style: none;
    margin: 0;
    width: 216px;
    padding: 10px 15px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    box-shadow: 0 0 5px #ddd;
    transition: all 0.2s ease-in-out;
}

@media (min-width: 992px) {
    .navbar-ict .header-inner > ul > li:hover ul {
        opacity: 1;
        visibility: visible;
        margin-top: 0px;
    }
}

.navbar-ict .header-inner ul ul li {
    margin: 2px 0;
}

.navbar-ict .header-inner ul ul li a {
    color: #172850;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    text-align: left;
}

.navbar-ict .header-inner ul ul li a:hover,
.navbar-ict .header-inner ul ul li a.active {
    background: linear-gradient(
        135deg,
        rgba(251, 159, 100, 0.5),
        rgba(251, 159, 100, 0.1)
    );
    border-radius: 5px;
}

div.dataTables_wrapper div.dataTables_info {
    color: #212529;
}

.navbar
    .navbar-item
    .nav-item.user-profile-dropdown
    .dropdown-menu
    .dropdown-item:hover
    a {
    color: #212121;
    background: #eac0a5;
}

@media (max-width: 990px) {
    .header-container .navbar {
        justify-content: space-between;
    }
    .sidebar-wrapper #sidebar {
        overflow: auto;
        background: linear-gradient(
            270deg,
            rgba(252, 252, 253, 0.25),
            #fcfcfd 59.65%
        );
        padding: 10px;
    }

    .sidebar-wrapper #sidebar .dropdown-menu {
        position: unset !important;
        display: none !important;
        background: transparent;
        border: 0;
    }

    .sidebar-wrapper #sidebar .dropdown-menu.show {
        display: block !important;
    }

    .avatar-online img {
        width: 35px;
    }

    /* .sidebar-wrapper #sidebar .menu-categories li.menu {
        margin: 5px 0;
    }

    .sidebar-wrapper #sidebar .menu-categories li.menu .dropdown-toggle {
        color: #0e1426;
        font-size: 14px;
        padding: 7px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        gap: 10px;
        position: relative;
        font-weight: 500;
        font-style: normal;
        white-space: nowrap;
        font-family: 'Montserrat', sans-serif;
    }

    .sidebar-wrapper #sidebar .menu-categories li.active .dropdown-toggle {
        background: linear-gradient(135deg, rgba(251, 159, 100, .5), rgba(251, 159, 100, .1));
    }

    .sidebar-wrapper #sidebar .menu-categories li.menu .dropdown-toggle > div {
        flex: 0 0 100%;
    }

    .sidebar-wrapper #sidebar .menu-categories li.menu .dropdown-toggle > div span ~ svg {
        float: right;
    }

    #sidebar ul.menu-categories li.menu.active a:before {
        opacity: 0;
    }

    #sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded=true], #sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded=true] span, #sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded=true]:hover, #sidebar ul.menu-categories li.menu.active > .dropdown-toggle[aria-expanded=true] svg.feather, #sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded=true]:hover svg, #sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded=true] svg {
        color: unset!important;
        fill: unset;
    }

    .dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu a.dropdown-item {
        font-size: 15px;
    }

    .dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu a.dropdown-item.active, .dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu a.dropdown-item:active {
        color: #EAC0A5;
        font-weight: 500;
    } */

    .header .toggle-button svg {
        height: 22px;
    }

    .navbar-ict {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        background: #fcfcfd;
        right: 5px;
        width: 220px;
        top: 0;
        bottom: 0;
        padding: 20px 0;
        transition: all 0.3s linear;
        box-shadow: 0 0 0 rgba(27, 39, 77, 0.14);
        z-index: 1200;
        box-shadow: 4px 0 15px rgba(27, 39, 77, 0.14);
    }

    .menu-hide-toggle {
        width: 25px;
        height: 25px;
        background: rgb(203 227 229);
        padding: 1px 5px;
        position: absolute;
        top: 10px;
        right: -24px;
        /* border-radius: 2px; */
    }

    .navbar-ict.active {
        opacity: 1;
        visibility: visible;
    }

    .navbar-ict .header-inner > ul {
        flex-direction: column;
        gap: 5px;
    }

    .navbar-ict .header-inner > ul .ict-logo {
        display: none;
    }

    .navbar-ict .header-inner > ul > li .dropdown-btn:before {
        top: 13px;
        right: 14px;
    }

    .navbar-ict .header-inner > ul > li > a {
        padding: 7px;
        font-size: 14px;
        text-align: left;
        border-radius: 5px;
    }

    .navbar-ict .header-inner > ul > li.active > a {
        background: linear-gradient(
            135deg,
            rgba(251, 159, 100, 0.5),
            rgba(251, 159, 100, 0.1)
        );
    }

    .navbar-ict .header-inner > ul > li ul {
        position: unset;
        width: 100%;
        padding: 5px;
        padding-left: 10px;
        background: transparent;
        box-shadow: 0 0 0;
        display: none;
    }

    .navbar-ict .header-inner > ul > li.show ul {
        opacity: 1;
        visibility: visible;
        margin-top: 0px;
        display: block;
    }

    .navbar-ict .header-inner ul ul li a {
        border: 0;
        font-size: 14px;
        position: relative;
    }
}

@media (max-width: 500px) {
    .dropdown-menu1 {
        max-width: 350px;
    }

    .filter-bg {
        max-width: 100%;
    }
    .multiselect {
        width: 100% !important;
    }

    .page-link,
    .page-item:first-child .page-link,
    .page-item:last-child .page-link {
        width: 24px;
        height: 24px;
    }
}

.datepicker th {
    font-weight: 600;
}

.datepicker td,
.datepicker th {
    font-size: 13px;
}

.dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu {
    max-width: 100%;
}

.multiselect-container .multiselect-option .form-check-label,
.multiselect-container .multiselect-group .form-check-label,
.multiselect-container .multiselect-all .form-check-label {
    margin: 0;
    font-size: 14px;
}

.form-check-input:checked {
    background-color: #82c3c9;
    border-color: #82c3c9;
}

.multiselect-container .multiselect-option:hover,
.multiselect-container .multiselect-group:hover,
.multiselect-container .multiselect-all:hover,
.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-all:focus {
    background-color: #f1f1f1 !important;
}

.datepicker td,
.datepicker th {
    width: 32px;
    height: 26px;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background: rgba(234, 192, 165, 0.6);
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
    background: rgba(234, 192, 165, 0.6);
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background: #86c9d0;
}

@media (max-width: 500px) {
    div.dataTables_wrapper .table-responsive {
        height: calc(100vh - 370px);
    }

    .btn_modal_close {
        top: 8px;
        right: 8px;
    }
}

/* Custom CSS */

.grid-button {
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #86C9D0;
    border-radius: 3px;
    border: none;
    padding: 6px 8px;
    align-items: center;
    display: inline-flex;
    gap: 5px;
    text-shadow: none;
    white-space: nowrap;
    font-weight: normal;
}

.grid-button i {
    font-size: 13px;
}

.default-button {
    color: #0E1426;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    border: 3px solid #86C9D0;
    background-color: #86C9D0;
    border-radius: 3px;
    border: none;
    padding: 5px 6px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    text-shadow: none;
}

.table-outer-wrapper {
    height: 100vh;
    max-height: calc(100vh - 270px);
    overflow: auto;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    width: auto;
    padding-inline: 5px;
}

.inner-fix-card {
    height: 100vh;
    max-height: calc(100vh - 214px);
    overflow-x: auto;
    padding-inline: 15px;
}

table tbody tr:nth-child(odd) {
    background-color: #ededf0;
}

table tbody tr:nth-child(even) {
    background-color: #f4f4f6;
}

body table tbody tr td,
body table tbody tr th {
    background-color: transparent!important;
    border-top: 1px solid #dee2e6!important;
    font-weight: 500;
}

body table tbody tr th {
    background-color: transparent!important;
    border-top: 1px solid #dee2e6!important;
}

.pagination-main {
    padding: 10px 0px; border-top: 1px solid #dee2e6; background: #f8f9fa; display: flex; justify-content: space-between; align-items: center;
}

.pagination-main label {
    margin: 0; 
    font-size: 14px;
}

@media (max-width: 500px) {
    .pagination-main {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .pagination-main label {
        font-size: 14px;
    }
}

.inner-main-title {
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 999;
    padding: 0 !important;
    font-weight: 700;
    font-size: 20px !important;
    color: #0E1426;
    margin: 0;
}

