/**
* Template Name: NiceAdmin
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Updated: Apr 20 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    scroll-behavior: smooth;
}

html {
    min-height: 100vh;
}

body {
    /* font-family: "Open Sans", sans-serif;
    min-height: 100vh;
    background-image: linear-gradient(to bottom, rgba(27, 60, 122, 0.7), #0B1425), url('/dashboard-assets/img/cover-imhe.jpg') !important;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important; */
background-size: cover !important;
 background-position: center !important; 
    background-image: linear-gradient(to bottom, rgba(27, 60, 122, 0.7), #0B1425), url('/dashboard-assets/img/cover-imhe.jpg') !important;
     background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

a {
    color: #4154f1;
    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: 0;
    font-weight: 600;
    color: #012970;
    margin-top: 30px;
}


/*--------------------------------------------------------------
# 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;
    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: #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;
    }
.dashboard .info-card  {
    width: 100% !important;
}
}

@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: 1px solid #fff !important; */
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    background: inherit !important;
    color: #fff !important;
}

.row.indicators {
    margin: auto !important;
}

.indicators .card {
    border: 1px solid #fff !important;
}

.card-header,
.card-footer {
    border-color: #fff !important;
    background: inherit !important;
    color: #fff !important;
    padding: 15px;
    border: none;
}

.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff !important;
    font-family: "Poppins", sans-serif;
    margin-bottom: 25px;
}

.card-title span {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}

.card-body {
    padding: 0 20px 20px 20px;
    background: inherit !important;
    color: #fff !important;
    /* border-top: 1px solid #ffff; */
    
}

.card-img-overlay {
    background: inherit !important;
    color: #fff !important;
}


/* 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 #fff !important;
    background: inherit !important;
    color: #fff !important;
}

.accordion-button {
    background: inherit !important;
    color: #fff !important;
    border-color: #fff !important;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
    background: inherit !important;
    color: #fff !important;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background: inherit !important;
    border-color: #fff !important;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: inherit !important;
    color: #fff !important;
    border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #fff !important;
    background: inherit !important;
}

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #fff !important;
    font-size: 15px;
    background: inherit !important;
}

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

.collapse {
    background: inherit !important;
    color: #fff !important;
}


/* 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
--------------------------------------------------------------*/

.plant-card {
    background: #2B4568 !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 4px solid #ffffff;
    border-radius: 10px;
    /* min-height: 220px; */
}

.plant-card .card-body {
    padding: 5px 25px;
    margin-top: 45px;
    border-radius: 8px !important;
}

.plant-card-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    text-align: center !important;
    font-family: "Chakra Petch", sans-serif !important;
}

.plant-card-title:hover {
    color: #ff9f0c !important;
}

.plant-card-location {
    font-size: 13px;
    color: #b0b0b0 !important;
    text-align: center;
}

.plant-card-divider {
    margin: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.plant-card-row {
    direction: ltr !important;
}

.plant-card-top-left-img {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 60px;
    height: 30px;
    object-fit: contain;
    z-index: 10;
    border-radius: 5px;
}

.plant-card-top-right-icon {
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 1.5rem;
    color: #ffffff;
    z-index: 10;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}


/* 🔥 Vertical white divider */

.border-end-white {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.plant-card-info,
.plant-card-meta {
    font-size: 13px;
    color: #ffffff;
    text-align: center !important;
}

.plant-card i {
    margin-right: 6px;
    font-size: 14px;
}

.logo {
    line-height: 1;
}

@media (min-width: 1200px) {
    .logo {
        width: 280px;
    }
}

.logo img {
    max-height: 40px !important;
    margin-right: 6px !important;
    border-radius: 15px !important;
}

.logo span {
    font-size: 14px !important;
    margin-left: 8px !important;
    font-weight: 700 !important;
    color: #d3dced !important;
    font-family: "Chakra Petch", sans-serif !important;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1) !important;
    background: rgba(30, 97, 214, 0.1) !important;
    background: rgb(7 33 77 / 90%) !important;
    /* background-color: #18427A !important;
    background: transparent !important;
    background-color: #18427A !important; */
    padding-left: 20px;
    /* Toggle Sidebar Button */
    /* Search Bar */
}

.header .toggle-sidebar-btn {
    font-size: 32px;
    padding-left: 10px;
    cursor: pointer;
    color: #fff !important;
}

.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 {
    margin-left: auto;
    margin-right: 45px;
}

.header-nav ul {
    list-style: none;
}

.header-nav>ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #fff !important;
    margin-right: 25px;
    position: relative;
}

.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;
    color: #fff !important;
}

.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: #f6f9ff;
}

.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: #f6f9ff;
}

.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: #f6f9ff;
}


/*--------------------------------------------------------------
# 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: inherit !important;
}

@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
    .sidebar {
        background: rgba(38, 51, 66, .95) !important;
    }
    /* RTL Support: Sidebar starts from right */
    [dir="rtl"] .sidebar,
    html[dir="rtl"] .sidebar,
    body[dir="rtl"] .sidebar {
        left: auto;
        right: -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 !important;
    }
    /* RTL Support: Sidebar opens from right */
    [dir="rtl"] .toggle-sidebar .sidebar,
    html[dir="rtl"] .toggle-sidebar .sidebar,
    body[dir="rtl"] .toggle-sidebar .sidebar,
    html[lang="ar"] .toggle-sidebar .sidebar,
    body[lang="ar"] .toggle-sidebar .sidebar {
        left: auto !important;
        right: 0 !important;
    }
}

@media (min-width: 1200px) {
    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0;
        margin-right: 0;
    }
    .toggle-sidebar .sidebar {
        left: -300px !important;
    }
    /* RTL Support: Sidebar closes to right */
    [dir="rtl"] .toggle-sidebar .sidebar,
    html[dir="rtl"] .toggle-sidebar .sidebar,
    body[dir="rtl"] .toggle-sidebar .sidebar {
        left: auto !important;
        right: -300px !important;
    }
}

.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: 0px !important;
}

.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: rgba(255, 255, 255, 0.75) !important;
    transition: 0.3;
    background: inherit !important;
    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: rgba(255, 255, 255, 0.75) !important;
    background: inherit !important;
}

.sidebar-nav .nav-link.collapsed i {
    color: rgba(255, 255, 255, 0.75) !important;
}

.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 {
    padding-bottom: 10px;
}

.dashboard .info-card h6 {
    font-size: 28px;
    color: #fff !important;
    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 {
    margin: auto !important;
    width: 300px !important;
    margin-bottom: 25px;
}

.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;
    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;
}

@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%;
    }
}

@media (max-width: 992px) {
    .col-md-3,
    .col-md-2 {
        margin-bottom: 8px;
    }
    .col-md-3 .btn,
    .col-md-2 .btn {
        width: 150px;
        text-align: center !important;
    }
}


/*--------------------------------------------------------------
# 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;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5 !important;
    color: #fff !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none !important;
    background: inherit !important;
    background-clip: padding-box !important;
    border: 1px solid #fff !important;
    border-radius: 0.375rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.form-control:disabled {
    background-color: #e9ecef !important;
    opacity: 1;
}

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

.filter_form {
    padding: 10px;
    border-bottom: 2px solid gray;
}

.search_box {
    border-radius: 8px !important;
    background: inherit !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.form-control.search_box {
    background: inherit !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.form-control.search_box:focus {
    background: inherit !important;
    color: #fff !important;
    border-color: #fff !important;
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}

.form-control.search_box::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

.table {
    margin-top: 15px !important;
    background: inherit !important;
    color: #fff !important;
    border-color: #fff !important;
}

.table th,
.table td {
    color: #fff !important;
    border-color: #fff !important;
    background: inherit !important;
}

.table thead th {
    background: inherit !important;
    color: #fff !important;
    border-color: #fff !important;
}

.table tbody td {
    background: inherit !important;
    color: #fff !important;
    border-color: #fff !important;
}

.table th[scope="row"] {
    background: inherit !important;
    color: #fff !important;
    border-color: #fff !important;
}

.form-select {
    border-radius: 8px !important;
    background: inherit !important;
    color: #fff !important;
    border: 1px solid #FF9F0C !important;
}

.form-select:focus {
    background: inherit !important;
    color: #FF9F0C !important;
    border-color: #FF9F0C !important;
    box-shadow: 0 0 0 0.25rem rgba(255, 159, 12, 0.25) !important;
}

.form-select option {
    background-color: #082B5A !important;
    color: #fff !important;
    text-align: center !important;

}

.avatar {
    margin: auto !important;
    border-radius: 25px;
}

.changeLang {
    width: 120px;
    background: inherit !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.language-selector {
    margin-top: 25px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.language-selector .changeLang {
    background: inherit !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 0px !important;
}

.language-selector .changeLang option {
    background-color: #082B5A !important;
    color: #FF9F0C !important;
}

.form-select select {
    text-align: center !important;
}




/* 
canvas {
  height: 100% !important;
    width: 80% !important;
} */


/* .canv_row {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
} */

.main-full-width {
    margin-left: 0 !important;
}

.collapse {
    visibility: visible !important;
    /* background-color: #1D4981 !important; */
    background-color: inherit !important;
    color: #fff !important;
}

.error-page {
    /* text-align: center;
  padding: 20px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.error-page img {
    height: 450px !important;
}

.error-page h1 {
    font-size: 35px;
    font-weight: 600;
}

.error-page p {
    font-size: 20px;
    font-weight: 600;
}

.sr-only {
    position: relative !important;
}


/* Button link with collapsed state - white color */

.btn.btn-link.text-decoration-none.p-0.text-center.w-100.d-flex.align-items-center.justify-content-center,
.btn.btn-link.text-decoration-none.p-0.text-center.w-100.d-flex.align-items-center.justify-content-center.collapsed {
    color: #fff !important;
}

.btn.btn-link.collapsed {
    color: #fff !important;
}

.btn-link {
    color: #fff !important;
}

.btn-link:hover,
.btn-link:focus {
    color: #fff !important;
}


/* Canvas and Charts - White Text */

canvas {
    color: #fff !important;
}

.chart-container {
    color: #fff !important;
}

.chart-container * {
    color: #fff !important;
}


/* Chart.js text elements */

.apexcharts-text,
.apexcharts-title-text,
.apexcharts-legend-text,
.apexcharts-datalabel,
.apexcharts-xaxis-label,
.apexcharts-yaxis-label,
.apexcharts-tooltip {
    color: #fff !important;
    fill: #fff !important;
}

.apexcharts-legend-text {
    color: #fff !important;
    fill: #fff !important;
}


/* Chart x and y axis labels - ApexCharts */

#old-design-root .apexcharts-xaxis-label text,
#old-design-root .apexcharts-yaxis-label text,
#old-design-root .apexcharts-xaxis text,
#old-design-root .apexcharts-yaxis text,
#old-design-root .apexcharts-xaxistooltip-text,
#old-design-root .apexcharts-yaxistooltip-text {
    fill: #fff !important;
    color: #fff !important;
}

#old-design-root .apexcharts-xaxis-label,
#old-design-root .apexcharts-yaxis-label {
    fill: #fff !important;
    color: #fff !important;
}


/* Chart x and y axis labels - Chart.js */

#old-design-root canvas {
    color: #fff !important;
}

#old-design-root .chart-container canvas {
    color: #fff !important;
}


/* Chart container text */

[class*="chart"],
[id*="chart"],
[class*="Chart"],
[id*="Chart"] {
    color: #fff !important;
}

[class*="chart"] *,
[id*="chart"] *,
[class*="Chart"] *,
[id*="Chart"] * {
    color: #fff !important;
}


/* Edit and Add Buttons */


/* .btn:has(.bi-pencil-square),
.btn:has(.bi-pencil),
a.btn:has(.bi-pencil-square),
a.btn:has(.bi-pencil),
button.btn:has(.bi-pencil-square),
button.btn:has(.bi-pencil),
.btn[href*="edit"],
a[href*="edit"].btn {
    background-color: #FF9F0C !important;
    border-color: #FF9F0C !important;
}

.btn:has(.bi-pencil-square) i,
.btn:has(.bi-pencil) i,
a.btn:has(.bi-pencil-square) i,
a.btn:has(.bi-pencil) i,
button.btn:has(.bi-pencil-square) i,
button.btn:has(.bi-pencil) i,
.btn[href*="edit"] i,
a[href*="edit"].btn i {
    color: #1E4980 !important;
} */





/* Target buttons containing edit/add icons */


/* .btn-primary:has(.bi-pencil-square),
.btn-primary:has(.bi-pencil),
.btn-warning:has(.bi-pencil-square),
.btn-warning:has(.bi-pencil) {
    background-color: #FF9F0C !important;
    border-color: #FF9F0C !important;
}

.btn-primary:has(.bi-plus),
.btn-primary:has(.bi-plus-circle),
.btn-primary:has(.bi-plus-square),
.btn-success:has(.bi-plus),
.btn-success:has(.bi-plus-circle),
.btn-success:has(.bi-plus-square) {
    background-color: #FF9F0C !important;
    border-color: #FF9F0C !important;
} */


/* All Input Elements */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
textarea,
select {
    background: inherit !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

select.form-control {
    background: inherit !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

option {
    background-color: #082B5A !important;
    color: #fff !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
textarea:focus,
select:focus {
    background: inherit !important;
    color: #fff !important;
    border-color: #fff !important;
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}

input::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}


/* Textarea specific styles */

textarea.form-control {
    background: inherit !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

textarea.form-control:focus {
    background: inherit !important;
    color: #fff !important;
    border-color: #fff !important;
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}

textarea.form-control::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}


/* Search Button */

.btn.btn-primary,.btn.btn-primary[type="submit"],
button.btn.btn-primary[type="submit"],
.btn.btn-primary.search-btn,
button.btn.btn-primary.search-btn,
.btn-primary:has(.bi-search),
.btn-primary:has(.fa-search),
.btn-primary:has(.fa-magnifying-glass) {
    background: inherit !important;
    border: 2px solid #F49B13 !important;
    color: #fff !important;
}

.btn.btn-primary,.btn.btn-primary[type="submit"]:hover,
button.btn.btn-primary[type="submit"]:hover,
.btn.btn-primary.search-btn:hover,
button.btn.btn-primary.search-btn:hover,
.btn-primary:has(.bi-search):hover,
.btn-primary:has(.fa-search):hover,
.btn-primary:has(.fa-magnifying-glass):hover {
    background: inherit !important;
    border-color: #F49B13 !important;
    color: #fff !important;
}


/* Pagination Styles for old_design */

#old-design-root .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}

#old-design-root .page-item {
    margin: 0 2px;
}

#old-design-root .page-link {
    position: relative;
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    color: #fff !important;
    text-decoration: none;
    background-color: #303541 !important;
    border: 1px solid #303541 !important;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

#old-design-root .page-link:hover {
    z-index: 2;
    color: #fff !important;
    background-color: #FF9F0C !important;
    border-color: #FF9F0C !important;
}

#old-design-root .page-link:focus {
    z-index: 3;
    color: #fff !important;
    background-color: #FF9F0C !important;
    border-color: #FF9F0C !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 159, 12, 0.25) !important;
}

#old-design-root .page-item.active .page-link {
    color: #002A62 !important;
    background-color: #FF9F0C !important;
    border-color: #FF9F0C !important;
}

#old-design-root .page-item.disabled .page-link {
    color: #fff !important;
    pointer-events: none;
    background-color: #303541 !important;
    border-color: #303541 !important;
    opacity: 0.5;
}

.indicator {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.indicator:hover {
    transform: scale(1.05);
}

.spin-icon {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

circle {
    transition: stroke-dashoffset 0.3s ease;
}

.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: rgba(255, 255, 255, 0.3);
    --bs-nav-tabs-border-radius: 4px;
    --bs-nav-tabs-link-hover-border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) transparent;
    --bs-nav-tabs-link-active-color: #FFFFFF;
    --bs-nav-tabs-link-active-bg: transparent;
    --bs-nav-tabs-link-active-border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) transparent;
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: #ff9f0c;
    --bs-nav-link-hover-color: rgba(60, 210, 165, 0.5);
    --bs-nav-link-disabled-color: #798e98;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link:not(.active) {
    color: #ff9f0c;
}

.main-gas {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.card-gas {
    background: transparent;
}

.col-lg-6 {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.title-dashboard {
    color: #FFFFFF;
    font-size: 35px !important;
    margin-right: 15px;
}

.map-container {
    overflow: hidden;
}

#map {
    overflow: hidden;
}

.map-svg {
    transform: scale(1.15);
    transform-origin: center center;
    width: 100%;
    height: 100%;
}

.land {
    fill: #8d8d8d;
    stroke: #ffffff;
    stroke-width: 1px;
}

.indicator.text-center.grid-item.hovered {
    background: transparent !important;
}


/*--------------------------------------------------------------
# Dashboard Vue Component Styles
--------------------------------------------------------------*/


/* Overall border for Main Indicators and Statistics sections */

.section.dashboard {
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    /* border-radius: 8px; */
    padding: 15px;
}

.row.indicators {
    margin-bottom: 20px;
}

.card.info-card.revenue-card {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 40px;
    width: 320px;
}

.col-12 .card {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
}

.chart-container {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 15px;
}


/* Make all chart text white */

.canv_row h2,
.canv_row h3,
.canv_row span,
.canv_row strong,
.canv_row .card-title {
    color: #FFFFFF;
}


/* .canv_row canvas {
    filter: brightness(0) invert(1);
} */


/*--------------------------------------------------------------
# Plant Data In Shape component
--------------------------------------------------------------*/

.plant-data-in-shape {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    padding: 8px 6px;
}

.plant-data-in-shape .tank-dashboard {
    display: flex;
    gap: 22px;
    padding: 18px 22px;
    background: inherit;
    border-radius: 14px;
}

.plant-data-in-shape .tank-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    /* outer spacing around the tank block */
    padding: 6px;
    position: relative;
}

.plant-data-in-shape .tank-wrapper-inner {
     background: url('/dashboard-assets/img/tank_vert.png') no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 10px;
    width: 130px;
    height: 300px;
    box-sizing: border-box;
}

.space_bottom {
    margin-bottom: 47px !important;
}

.plant-data-in-shape .tank {
    /* fill the inner wrapper (after its padding) */
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #123c78;
    overflow: hidden;
    position: relative;

}


.plant-data-in-shape .tank-level {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    transition: height 1.2s ease-out;
    background: #8D8D8D;
    border-radius: 15px;
    box-sizing: border-box;
    /* margin-bottom: 55px; */
}


/* يمكن إزالة الكلاسات القديمة أو تركها بدون استخدام، الآن نستخدم CSS variable --tank-level */

.plant-data-in-shape .tank-lines span {
    position: absolute;
    width: 66%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5px;
    height: 3px;
    background: rgba(255, 255, 255, 0.4);
}

.plant-data-in-shape .tank-lines span:nth-child(1) {
    background: #C64747;
    bottom: 13%;
}

.plant-data-in-shape .tank-lines span:nth-child(2) {
    bottom: 21%;
    background: #FF9F0C;
}

.plant-data-in-shape .tank-lines span:nth-child(3) {
    bottom: 30%;
    background: #C1C14D;
}

.plant-data-in-shape .gauge-container {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 103px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.plant-data-in-shape .gauge-container canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.plant-data-in-shape .gauge-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    pointer-events: none;
    z-index: 10;
    margin-top: 10px;
}

.plant-data-in-shape .gauge::after {
    content: "";
    position: absolute;
    inset: 8px;
    background: #0a1f33;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.plant-data-in-shape .info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 220px;
}

.plant-data-in-shape .info .item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.plant-data-in-shape .info .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #f39c12;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #071c34;
    overflow: hidden;
}

.plant-data-in-shape .plant-data-icon-img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}

.plant-data-in-shape .info .text strong {
    font-size: 24px;
    display: block;
    color: #fff;
    font-weight: 700;
    font-family: "Chakra Petch", sans-serif;
}

.plant-data-in-shape .info .text strong:hover{
color: #f39c12 !important;
}

.plant-data-in-shape .info .text span {
    font-size: 18px;
    opacity: 0.8;
    color: #fff;
}

.plant-data-in-shape .plant-volume-text {
    display: block;
    font-size: 11px;
    opacity: 0.75;
}

.plant-data-in-shape .report {
    margin-top: 6px;
    font-size: 13px;
    color: #f39c12;
    cursor: pointer;
    text-decoration: underline;
}


/* ================ hospital-card =================== */

.card.hospital-card {
    background: rgba(98, 120, 148, 0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    min-height: 140px;
    transition: box-shadow 0.2s ease;
}

.card.hospital-card:hover {
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.15);
}

.hospital-card .card-body {
    padding: 10px 15px;
    border-radius: 8px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 120px;
    padding-top: 25px;
}

.hospital-card-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
    text-align: center !important;
    font-family: "Chakra Petch", sans-serif !important;
    margin-bottom: 8px;
    width: 100%;
    cursor: pointer !important;
}

.hospital-card-title:hover {
    color: #ff9f0c !important;
}

.hospital-card-cluster,
.hospital-card-beds {
    font-size: 14px;
    color: #CDDAEB !important;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hospital-card i {
    margin-right: 6px;
    font-size: 12px;
}

.modal-content {
    background-color: #3F525E !important;
}

.bi-chevron-down {
    color: #FF9F0C;
}
 
.multiselect__content-wrapper {
    background: #112E5E !important;
}

.multiselect__tag {
    background: #fff !important;
    color: #000 !important;
} 

.multiselect__tags{
  background:   #112E5D !important;
}

/* Date Input Calendar Icon Styling - White Icon */
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}

input[type="date"]::-moz-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}
