:root {
    --main-color: #0078bf;
    --main-bg-color: #edf6fc;
    --main-color-hover: color-mix(in srgb,var(--main-color),#0000 30%);
    --circle-bg-color: #d2dbdf;
}

/* Google Translate Control */
.topHeader {
    background-color: #f3f3f3;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--main-color);
    --bs-btn-border-color: var(--main-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--main-color-hover);
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--main-color);
    --bs-btn-disabled-border-color: var(--main-color);
}

.btn-outline-primary {
    --bs-btn-color: var(--main-color);
    --bs-btn-border-color: var(--main-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--main-color);
    --bs-btn-hover-border-color: var(--main-color);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--main-color);
    --bs-btn-active-border-color: var(--main-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--main-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--main-color);
    --bs-gradient: none;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.required-field::after {
    content: "*";
    color: red;
    margin-left: 2px
}

.header .title {
    font-size: 24px;
    font-weight: bold;
    padding: 15px;
}

.pagetitle h3 {
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
}

.nav-item-pages {
    padding-left: 0px;
}

.error {
    /* .invalid-feedback */
    /*width: 100%;*/
    font-size: 0.875em;
    color: var(--bs-form-invalid-color);
}

.area-border {
    text-align: center;
    border: 2px dashed var(--main-color);
    border-radius: 5px;
}

.list-group {
    border: solid 1px var(--main-bg-color) !important;
}

    .list-group li:hover {
        background-color: #0d6efd !important; /* bootstrap bs-list-group-active-bg */
        color: #fff !important;
        cursor: pointer !important;
    }

    .list-group li:nth-child(odd) {
        background-color: var(--main-bg-color);
    }

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color) !important;
    background-color: var(--bs-list-group-active-bg) !important;
    border-color: var(--bs-list-group-active-border-color) !important;
}

.bg-grey {
    background-color: lightgrey;
}

.row-border {
    border: 1px solid black !important;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #0d6efd;
}

.form-check-input {
    border: var(--bs-border-width) solid grey;
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-image: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: none;
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: none;
}

input[readonly],
input[readonly]:focus,
input[readonly].is-valid,
input[readonly].is-valid:focus,
textarea[readonly],
textarea[readonly]:focus,
textarea[readonly].is-valid,
textarea[readonly].is-valid:focus
textarea[disabled],
textarea[disabled]:focus,
textarea[disabled].is-valid,
textarea[disabled].is-valid:focus {
    background-color: #e9ecef;
    border-color: var(--bs-border-color);
    box-shadow: none;
}

body.swal2-height-auto {
    /* Force footer to bottom of page */
    height: inherit !important;
}

/*--------------------------------------------------------------
# datepicker
--------------------------------------------------------------*/
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
    border: 1px solid #4297d7;
    border-radius: 5px;
}
    /*--------------------------------------------------------------
# SWAL Dialog CSS Modified
--------------------------------------------------------------*/
    div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: var(--main-color) !important;
} div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    background-color: #6c757d !important; /* match btn-secondary */
}
    /*--------------------------------------------------------------
# Syncfusion CSS Modified
--------------------------------------------------------------*/
    i .fa-download {
    transform: scale(0.8);
    opacity: 100.00;
    font-size: 80px;
    transition: all .2s ease-in-out;
    color: #5f6982;
    /* display: flex !important; */
    margin-top: 10px;
    justify-content: center;
} .fileupload {
    margin: 20px auto;
    width: 400px;
} #droparea {
    /*  padding: 50px 25px;
                margin: 30px auto;
                border: 1px solid #c3c3c3; */
    text-align: center;
    /*  width: 20%;
                display: inline-flex; */
} .e-upload {
    border: none;
} .e-file-select-wrap {
    border-bottom: 1px solid #edebe9;
    padding: 16px !important;
} .e-file-select, .e-file-drop {
    display: none;
} body .e-upload-drag-hover {
    outline: 2px solid #198754; /* --bs-success */
} #uploadfile {
    width: 100%;
    /*display: inline-flex;*/
    /* margin-left: 5%;*/
} .e-file-container {
    margin-right: 0px !important;
} .e-file-name {
    float: none !important;
} .e-file-type {
    display: inline-block !important;
}
    /*--------------------------------------------------------------
# Progress Bar Circle
--------------------------------------------------------------*/
    .progress-circle {
    font-size: 20px;
    margin: 10px;
    position: relative; /* so that children can be absolutely positioned */
    padding: 0;
    width: 5em;
    height: 5em;
    background-color: #F2E9E1;
    border-radius: 50%;
    line-height: 5em;
    float: left;
} .progress-circle:after {
        border: none;
        position: absolute;
        top: 0.35em;
        left: 0.35em;
        text-align: center;
        display: block;
        border-radius: 50%;
        width: 4.3em;
        height: 4.3em;
        background-color: var(--circle-bg-color);
        content: " ";
    } .progress-circle span {
        /* Text inside the control */
        position: absolute;
        line-height: 5em;
        width: 5em;
        text-align: center;
        display: block;
        color: black;
        z-index: 2;
    } .left-half-clipper {
    /* a round circle */
    border-radius: 50%;
    width: 5em;
    height: 5em;
    position: absolute; /* needed for clipping */
    clip: rect(0, 5em, 5em, 2.5em); /* clips the whole left half*/
}
    /* when p>50, don't clip left half*/
    .progress-circle.over50 .left-half-clipper {
    clip: rect(auto,auto,auto,auto);
} .value-bar {
    /*This is an overlayed square, that is made round with the border radius,
                                                    then it is cut to display only the left half, then rotated clockwise
                                                    to escape the outer clipping path.*/
    position: absolute; /*needed for clipping*/
    clip: rect(0, 2.5em, 5em, 0);
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: 0.45em solid #28a745; /*The border is 0.35 but making it larger removes visual artifacts */
    box-sizing: border-box;
}
    /* Progress bar filling the whole right half for values above 50% */
    .progress-circle.over50 .first50-bar {
    /*Progress bar for the first 50%, filling the whole right half*/
    position: absolute; /*needed for clipping*/
    clip: rect(0, 5em, 5em, 2.5em);
    background-color: #28a745;
    border-radius: 50%;
    width: 5em;
    height: 5em;
} .progress-circle:not(.over50) .first50-bar {
    display: none;
}
    /* Progress bar rotation position */
    .progress-circle.p0 .value-bar {
    display: none;
} .progress-circle.p1 .value-bar {
    transform: rotate(4deg);
} .progress-circle.p2 .value-bar {
    transform: rotate(7deg);
} .progress-circle.p3 .value-bar {
    transform: rotate(11deg);
} .progress-circle.p4 .value-bar {
    transform: rotate(14deg);
} .progress-circle.p5 .value-bar {
    transform: rotate(18deg);
} .progress-circle.p6 .value-bar {
    transform: rotate(22deg);
} .progress-circle.p7 .value-bar {
    transform: rotate(25deg);
} .progress-circle.p8 .value-bar {
    transform: rotate(29deg);
} .progress-circle.p9 .value-bar {
    transform: rotate(32deg);
} .progress-circle.p10 .value-bar {
    transform: rotate(36deg);
} .progress-circle.p11 .value-bar {
    transform: rotate(40deg);
} .progress-circle.p12 .value-bar {
    transform: rotate(43deg);
} .progress-circle.p13 .value-bar {
    transform: rotate(47deg);
} .progress-circle.p14 .value-bar {
    transform: rotate(50deg);
} .progress-circle.p15 .value-bar {
    transform: rotate(54deg);
} .progress-circle.p16 .value-bar {
    transform: rotate(58deg);
} .progress-circle.p17 .value-bar {
    transform: rotate(61deg);
} .progress-circle.p18 .value-bar {
    transform: rotate(65deg);
} .progress-circle.p19 .value-bar {
    transform: rotate(68deg);
} .progress-circle.p20 .value-bar {
    transform: rotate(72deg);
} .progress-circle.p21 .value-bar {
    transform: rotate(76deg);
} .progress-circle.p22 .value-bar {
    transform: rotate(79deg);
} .progress-circle.p23 .value-bar {
    transform: rotate(83deg);
} .progress-circle.p24 .value-bar {
    transform: rotate(86deg);
} .progress-circle.p25 .value-bar {
    transform: rotate(90deg);
} .progress-circle.p26 .value-bar {
    transform: rotate(94deg);
} .progress-circle.p27 .value-bar {
    transform: rotate(97deg);
} .progress-circle.p28 .value-bar {
    transform: rotate(101deg);
} .progress-circle.p29 .value-bar {
    transform: rotate(104deg);
} .progress-circle.p30 .value-bar {
    transform: rotate(108deg);
} .progress-circle.p31 .value-bar {
    transform: rotate(112deg);
} .progress-circle.p32 .value-bar {
    transform: rotate(115deg);
} .progress-circle.p33 .value-bar {
    transform: rotate(119deg);
} .progress-circle.p34 .value-bar {
    transform: rotate(122deg);
} .progress-circle.p35 .value-bar {
    transform: rotate(126deg);
} .progress-circle.p36 .value-bar {
    transform: rotate(130deg);
} .progress-circle.p37 .value-bar {
    transform: rotate(133deg);
} .progress-circle.p38 .value-bar {
    transform: rotate(137deg);
} .progress-circle.p39 .value-bar {
    transform: rotate(140deg);
} .progress-circle.p40 .value-bar {
    transform: rotate(144deg);
} .progress-circle.p41 .value-bar {
    transform: rotate(148deg);
} .progress-circle.p42 .value-bar {
    transform: rotate(151deg);
} .progress-circle.p43 .value-bar {
    transform: rotate(155deg);
} .progress-circle.p44 .value-bar {
    transform: rotate(158deg);
} .progress-circle.p45 .value-bar {
    transform: rotate(162deg);
} .progress-circle.p46 .value-bar {
    transform: rotate(166deg);
} .progress-circle.p47 .value-bar {
    transform: rotate(169deg);
} .progress-circle.p48 .value-bar {
    transform: rotate(173deg);
} .progress-circle.p49 .value-bar {
    transform: rotate(176deg);
} .progress-circle.p50 .value-bar {
    transform: rotate(180deg);
} .progress-circle.p51 .value-bar {
    transform: rotate(184deg);
} .progress-circle.p52 .value-bar {
    transform: rotate(187deg);
} .progress-circle.p53 .value-bar {
    transform: rotate(191deg);
} .progress-circle.p54 .value-bar {
    transform: rotate(194deg);
} .progress-circle.p55 .value-bar {
    transform: rotate(198deg);
} .progress-circle.p56 .value-bar {
    transform: rotate(202deg);
} .progress-circle.p57 .value-bar {
    transform: rotate(205deg);
} .progress-circle.p58 .value-bar {
    transform: rotate(209deg);
} .progress-circle.p59 .value-bar {
    transform: rotate(212deg);
} .progress-circle.p60 .value-bar {
    transform: rotate(216deg);
} .progress-circle.p61 .value-bar {
    transform: rotate(220deg);
} .progress-circle.p62 .value-bar {
    transform: rotate(223deg);
} .progress-circle.p63 .value-bar {
    transform: rotate(227deg);
} .progress-circle.p64 .value-bar {
    transform: rotate(230deg);
} .progress-circle.p65 .value-bar {
    transform: rotate(234deg);
} .progress-circle.p66 .value-bar {
    transform: rotate(238deg);
} .progress-circle.p67 .value-bar {
    transform: rotate(241deg);
} .progress-circle.p68 .value-bar {
    transform: rotate(245deg);
} .progress-circle.p69 .value-bar {
    transform: rotate(248deg);
} .progress-circle.p70 .value-bar {
    transform: rotate(252deg);
} .progress-circle.p71 .value-bar {
    transform: rotate(256deg);
} .progress-circle.p72 .value-bar {
    transform: rotate(259deg);
} .progress-circle.p73 .value-bar {
    transform: rotate(263deg);
} .progress-circle.p74 .value-bar {
    transform: rotate(266deg);
} .progress-circle.p75 .value-bar {
    transform: rotate(270deg);
} .progress-circle.p76 .value-bar {
    transform: rotate(274deg);
} .progress-circle.p77 .value-bar {
    transform: rotate(277deg);
} .progress-circle.p78 .value-bar {
    transform: rotate(281deg);
} .progress-circle.p79 .value-bar {
    transform: rotate(284deg);
} .progress-circle.p80 .value-bar {
    transform: rotate(288deg);
} .progress-circle.p81 .value-bar {
    transform: rotate(292deg);
} .progress-circle.p82 .value-bar {
    transform: rotate(295deg);
} .progress-circle.p83 .value-bar {
    transform: rotate(299deg);
} .progress-circle.p84 .value-bar {
    transform: rotate(302deg);
} .progress-circle.p85 .value-bar {
    transform: rotate(306deg);
} .progress-circle.p86 .value-bar {
    transform: rotate(310deg);
} .progress-circle.p87 .value-bar {
    transform: rotate(313deg);
} .progress-circle.p88 .value-bar {
    transform: rotate(317deg);
} .progress-circle.p89 .value-bar {
    transform: rotate(320deg);
} .progress-circle.p90 .value-bar {
    transform: rotate(324deg);
} .progress-circle.p91 .value-bar {
    transform: rotate(328deg);
} .progress-circle.p92 .value-bar {
    transform: rotate(331deg);
} .progress-circle.p93 .value-bar {
    transform: rotate(335deg);
} .progress-circle.p94 .value-bar {
    transform: rotate(338deg);
} .progress-circle.p95 .value-bar {
    transform: rotate(342deg);
} .progress-circle.p96 .value-bar {
    transform: rotate(346deg);
} .progress-circle.p97 .value-bar {
    transform: rotate(349deg);
} .progress-circle.p98 .value-bar {
    transform: rotate(353deg);
} .progress-circle.p99 .value-bar {
    transform: rotate(356deg);
} .progress-circle.p100 .value-bar {
    transform: rotate(360deg);
}
    /**
* Template Name: NiceAdmin
* Updated: Jan 09 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
    /*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
    :root {
    scroll-behavior: smooth;
} body {
    font-family: "Open Sans", sans-serif;
    background: var(--main-bg-color);
    color: #444444;
} a {
    color: var(--main-color);
    text-decoration: none;
} a:hover {
        color: #717ff5;
        text-decoration: none;
    } h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito", sans-serif;
}
    /*--------------------------------------------------------------
# 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: 10px;
        font-weight: 600;
        color: #012970;
    }
    /*--------------------------------------------------------------
# Modal Title
--------------------------------------------------------------*/
    .modal-title {
    font-size: 20px;
    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: var(--main-color);
    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;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    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: 10px 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: var(--main-bg-color);
        } @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;
    }
} @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: 0px 0 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--main-color);
    font-family: "Poppins", sans-serif;
} .card-title span {
        color: #899bbd;
        font-size: 14px;
        font-weight: 400;
    } .card-body {
    padding: 20px;
} .card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}
    /* Alerts */
    .alert-heading {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}
    /* Close Button */
    .btn-close {
    background-size: 25%;
} .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: var(--main-bg-color);
} .accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
} .accordion-flush .accordion-button:not(.collapsed) {
        box-shadow: none;
        color: var(--main-color);
    } .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: var(--main-color);
        } .nav-tabs-bordered .nav-link.active {
            background-color: #fff;
            color: var(--main-color);
            border-bottom: 2px solid var(--main-color);
        }
    /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
    .logo {
    line-height: 1;
} @media (min-width: 1200px) {
} .logo img {
    max-height: 26px;
    margin-right: 6px;
} .logo span {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-color);
    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;
    } @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: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
} .header-nav .nav-profile {
    color: var(--main-color);
} .header-nav .nav-profile img {
        max-height: 36px;
    } .header-nav .nav-profile span {
        font-size: 14px;
        font-weight: 600;
    } .header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
} .header-nav .notifications {
    inset: 8px -15px auto auto !important;
} .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: var(--main-bg-color);
        } .header-nav .messages {
    inset: 8px -15px auto auto !important;
} .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: var(--main-bg-color);
        } .header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
} .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: var(--main-bg-color);
        }
    /*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
    .sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 300px;
    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: 300px;
    }
} @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: var(--main-color);
        transition: 0.3;
        background: var(--main-bg-color);
        padding: 10px 15px;
        border-radius: 4px;
    } .sidebar-nav .nav-link i {
            font-size: 16px;
            margin-right: 10px;
            color: var(--main-color);
        } .sidebar-nav .nav-link.collapsed {
            color: #012970;
            background: #fff;
        } .sidebar-nav .nav-link.collapsed i {
                color: #899bbd;
            } .sidebar-nav .nav-link:hover {
            color: var(--main-color);
            background: var(--main-bg-color);
        } .sidebar-nav .nav-link:hover i {
                color: var(--main-color);
            } .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: var(--main-color);
            } .sidebar-nav .nav-content a.active .bi-circle {
                    background-color: var(--main-color);
                }
    /*--------------------------------------------------------------
# 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: var(--main-color);
        } .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 {
    padding-bottom: 10px;
} .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: var(--main-color);
    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: var(--main-color);
        } .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: var(--main-color);
} .faq .basic p {
    color: #6980aa;
}
    /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
    .contact .row-header {
    background-color: var(--main-bg-color);
}
    /*.contact .info-box {
    padding: 28px 30px;
}*/
    .contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: var(--main-color);
} .contact .info-box h3 {
    font-size: 20px;
    color: #012970;
    font-weight: 600;
    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;
        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: var(--main-color);
    } .contact .php-email-form input {
    padding: 10px 15px;
} .contact .php-email-form textarea {
    padding: 12px 15px;
} .contact .php-email-form button[type=submit] {
    background: var(--main-color);
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
} .contact .php-email-form button[type=submit]:hover {
        background: #5969f3;
    } @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: var(--main-color);
        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;
    }
