/* Override Bootstrap primary color */
/* Override Bootstrap primary color */
:root {
    --bs-primary: #4CAF50;
    /* Custom Green Color */
    --bs-nav-link-color: #000000;
    /* Set navbar link color */
}

body {
    font-family: 'Inter', sans-serif;
}

body a {
    font-family: 'Inter', sans-serif;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 1);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(90, 90, 90, 0.7);
}


/* Custom Navbar */
.navbar {
    background-color: var(--bs-primary);
    /* Use the overridden primary color */
}

/* Override nav link color */
.navbar .nav-link,
.nav-link.active,
.nav-link:hover {
    color: #000000;
    /* Ensure the nav link color is applied */
    font-size: 16px;
    font-weight: bold;
}

.header-bg {
    background: #0B6623;
}

.bg-green {
    background: #0B6623;
}

.menu-bg {
    background: #FEFFC0;
}


/* Full-Width Banner Image */
.banner-container {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.banner-container-landing {
    height: 100vh;
}

/* Banner Image Style */
.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image fully covers the container */
}

/* Overlay */
.overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
    /* Darker from top to bottom */
    z-index: 1;
}

.overlay2 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    /* Darker from top to bottom */
    z-index: 1;
}

/* Text inside the overlay */
.overlay .text-white {
    z-index: 2;
    font-weight: bold;
    /* Make the text bold */
}

/* Heading and paragraph font style */
h2.display-4,
p.lead {
    color: white;
    /* White color for text */
}

footer {
    height: 100px;
    /* Adjust the height as necessary */
}

.landing-page .card-body {
    background: #F5F5F5;
}

.landing-page .card-title {
    font-size: 24px;
    font-weight: bold;
}

.landing-page .card-text {
    font-size: 16px;
}

.landing-page .btn.bg-green {
    font-size: 18px;
}

.banner-title h2 {
    font-size: 48px;
    color: white !important;
    font-weight: bold !important;
}

.landing_page .navbar-toggler {
    background-color: #00000085 !important;
}

/* Mobile & Small Tablets  start*/
@media (max-width: 576px) {
    .banner-container {
        height: 45vh;
    }

    .logo_name {
        font-size: 18px !important;
    }

    .navbar .nav-link,
    .nav-link.active,
    .nav-link:hover {
        background: #0b6623;
        color: white !important;
        padding-left: 13px;
    }
}

/*  end */
/* Mobile  &  Tablets landscape start*/
@media (min-width: 576px) and (max-width: 992px) {
    .banner-container {
        height: 55vh;
    }

}

/*  end */
/* desktop start*/
@media (min-width: 992px) {

    .dss_mobile {
        display: none !important;
    }

    .banner-title h2 {
        font-size: 45px;
    }
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 230px;
    padding-top: 0px;
    display: inline;
}

.navbar>.container-fluid {
    align-items: normal;
    padding: 0px;
}

.sidebar .navbar-brand {
    display: block;
    text-align: center;
    margin: 0px;
    background: #08581D;
    padding: 15px;

}

.sidebar .navbar-brand img {
    /* width: 100px; */
    height: auto;
}

/* Menu Items Styling */


.sidebar .nav-link {
    color: #F7F7FB;
    font-weight: 400;
    line-height: 16px;
    padding: 17px 10px;
    padding-left: 15px !important;
}

.sidebar .nav-link img,
.sidebar .nav-link i {
    padding-right: 6px;
}

.sidebar .nav-link i {
    font-size: 20px;
}

.sidebar .nav-link.active,
.sidebar .nav-link:hover {
    background-color: #bae5c5;
    /* background-color: #004211; */
    /* Active link color */
}

.sidebar .dropdown-menu {
    background-color: #004211;
}



.sidebar .navbar-brand:hover {
    color: white;
}









/* ////////.observaton_module start */

.observaton_module .left-section {
    padding-right: 20px;
}

.observaton_module .header h1 {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.observaton_module .subheader {
    font-size: 16px;
    font-weight: 400;
    color: #625b71;
    margin: 8px 0 0 0;
}

.observaton_module .temperature {
    margin-top: 32px;
}

.observaton_module .temp-display {
    display: flex;
    align-items: baseline;
}

.observaton_module .temp-value,
.observaton_module .celsius {
    font-size: 64px;
    font-weight: 500;
    color: #000;
}

.observaton_module .degree {
    font-size: 64px;
    color: #000;
    position: relative;
    top: -20px;
}

.observaton_module .forecast {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 8px 0;
}

.observaton_module .current-weather {
    margin-top: auto;
}

.observaton_module .current-weather p {
    font-size: 16px;
    margin: 0;
}

.observaton_module .label {

    margin-bottom: 8px;
}

.observaton_module .timestamp {
    color: #625b71;
    font-weight: 500;
}

.observaton_module .right-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.observaton_module .weather-icon {
    width: 96px;
    height: 96px;
    background-color: #ffb31f;
    border-radius: 40.41px;
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.observaton_module .weather-icon img {
    width: 84px;
    height: 84px;
}

.observaton_module .detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.observaton_module .detail-text p {
    margin: 0;
}


.observaton_module .details-card {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    padding: 20px;
    margin: 20px;
}

.observaton_module .detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 10px;
    margin: 12px 6px;
    border-radius: 8px;
    box-shadow: 0 10px 13px 0 rgba(17, 38, 146, 0.05);

}

.observaton_module .detail-item img {
    width: 56px;
    height: 56px;
    margin-right: 12px;
}

.observaton_module .detail-text {
    display: flex;
    flex-direction: column;
}

.observaton_module .label {
    font-size: 16px;
    font-weight: 400;
    color: #625b71;
    margin: 0;
}

.observaton_module .value {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
}






.observaton_module .chart-card {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    padding: 20px;
    margin: 20px;
}

.observaton_module .header {
    margin-bottom: 20px;
}

.observaton_module .header h2 {
    font-size: 24px;
    font-weight: 600;
    color: #334155;
    margin: 0;
}

.observaton_module .chart-container {
    width: 100%;
    height: 300px;
    background-color: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
}

.observaton_module .chart-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}







.observation-map-card {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    padding: 20px;
    margin: 20px;
}


.observaton_module .header h2 {
    font-size: 24px;
    font-weight: 600;
    color: #334155;
    margin: 0;
}

.observaton_module .btn-group .btn {
    font-size: 16px;
    font-weight: 400;
    color: #0b6623;
    border-color: #0b6623;
}

.observaton_module .btn-group .btn-success {
    background-color: #0b6623;
    color: #fff;
}

.observaton_module .map-container {
    width: 100%;
    height: 700px;
    overflow: hidden;
}




.observaton_module .obs_bckgorund {
    background-color: #f5f5f5;
}

.observaton_module .wrapper-e {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 20.205px;
    /* position: relative; */
    width: 161.443px;
    height: 161.443px;
    padding: 48.491px 48.491px 48.491px 48.491px;
    background: #ffb21f;
    border: 4px solid #ffffff;
    /* z-index: 82; */
    border-radius: 40.409px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
}

.observaton_module .box-8 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
    width: 200px;
    z-index: 76;
}

.observaton_module button.nav-link.active {
    background-color: green !important;
    color: white !important;
}




.observaton_module .nav-pills .nav-link {
    color: #0b6623;
    /* Default green text */
    border: 1px solid #0b6623;
    /* Green outline */
}

.observaton_module .nav-pills .nav-link.active {
    background-color: #0b6623 !important;
    /* Green background */
    color: white !important;
    /* White text */
}

.observaton_module li.nav-item {
    margin-right: 3px;
}


.observaton_module #weatherTabsContent p.small {
    font-weight: 600;
}

.observaton_module button.nav-link.btn-outline-success.shadow-sm.border {
    color: green;
}





.map-container .info {
    padding: 6px 8px;
    font: 14px / 16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.map-container .legend {
    text-align: left;
    line-height: 18px;
    color: #555;
}

.map-container .legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}



.map-container .dss-legend {
    width: 120px;
    /* margin-right: -50px !important; 
    margin-bottom: 0px !important; */
}

.map-container .dss-legend ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.map-container .dss-legend ul li {
    line-height: 18px;
    margin-bottom: 4px;
    display: inline;
}


.map-container .dss-legend ul li .dss-legend-color {
    /* // height: 25px; */
    width: 71%;
    float: left;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-container span.dss-legend-text {
    font-size: 12px;
    font-weight: bold;
}

.map-container .load_obser_days_Map .leaflet-bottom.leaflet-right {
    width: 100%;
}

.map-container .dss-obser_days_-tooltip-rf ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.map-container .dss-obser_days_-tooltip-rf ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}

.map-container .dss-obser_days_-tooltip-rf ul li i {
    padding-right: 5px;
}

/* .map-container .dss-district-label {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 9px;
    /* or whatever size you want 
    color: #dae2a5;
} */

.map-container .load_obser_days_Map {
    opacity: 0;
}

.map-container .load_obser_days_Map.active-map-tab {
    height: 99% !important;
    width: 100%;
    opacity: 1;
}

.map-container .obser_days_-map-nav {
    margin-left: 12px;
}

.map-container .obser_days_-map-nav li a {
    color: black;
    font-weight: bold;
}

.map-container .obser_days_-map-nav li a.active-map-item {
    color: #FFFFFF;
}


.observaton_module .custom-select {
    width: 100%;
    appearance: none;
    padding-right: 40px;
    /* Make space for dropdown arrow */
}

.observaton_module .form-select {
    /* width: 200px; */
    /* Fixed width for dropdown */
}

.observaton_module .dropdown-container {
    min-width: 200px;
}

.navbar span.navbar-toggler-icon {
    display: block;
}

.submenu ul.dropdown-menu.show {
    position: relative;
}

.navbar a.dropdown-item {
    color: white;
}

img.img-fluid.temp-icon {
    max-width: 25px;
    height: auto;
    background: #e2d7d7 !important;
}

/* .leaflet-popup-content {
    width: 90px !important;
} */

.main-wrapper {
    margin-left: 80px;
    margin-top: 10px;
    /* position: relative;
    z-index: 1000;
    transition-delay: 0s;
    transition: margin-left 0.3s ease-in-out; */
    overflow: hidden;
}



.custom-card {
    border-radius: 0px;
    border: none;
}

.custom-card .card-body {
    padding: 1rem;
}


.custom-card .card-header {
    background: none;
    font-size: 24px;
    color: #334155;
    font-weight: 600;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border: none;
}

.btn-primary {
    background: #0B6623;
}

.btn-primary:hover {
    background: #004211;
}

.btn-secondary {
    background: transparent;
    color: #0B6623;
    border: 1px solid #0B6623 !important;
}

.modal-header {
    background: #0B6623;
    color: white;
    font-size: 20px;
    display: block;
}


/**
custom.css
**/
.nav-list>li {
    width: 100%;
}

.leaflet-control-layers-selector { 
    /* //left side radio button */
    top: 2px;
    display: none !important; 
}

.leaflet-control-layers label {
    font-size: 13px;
}

.leaflet-popup-content {
    margin: 13px 10px 13px 10px;
}

a {
    text-decoration: none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 7px 14px !important;
    font-size: 16px !important;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-footer-custom {
    padding: 11px;
    text-align: right;
    background-color: white;
}

.modal-content {
    background-color: #FAFAFA;
}

#addAdvisoryModal .modal-dialog,
#editAdvisoryModal .modal-dialog {
    max-width: 78%;
}

.block-header {
    font-size: 14px;
    color: #334155;
    margin-bottom: 20px;
}

.fields-wrapper {
    background-color: white;
    padding: 10px;
    font-size: 14px;
    min-height: 460px;
}

.fields-wrapper .form-group {
    margin-bottom: 10px;
    color: #313030;

}

.fields-wrapper .form-group label {
    padding-bottom: 4px;
}

.ms-options-wrap>button:focus,
.ms-options-wrap>button {
    border: 1px solid #dee2e6 !important;
}

.ms-options-wrap>button {
    color: #313030 !important;
}

.custom-table>thead>tr>th {
    background: #0F172A;
    color: white;
    font-weight: 600;
    padding: 1rem;
    border: 1px solid #E4E7EC
}

.custom-table>thead>tr>th,
.custom-table>tbody>tr>td {
    font-size: 16px;
    vertical-align: middle;
    padding: 0.8rem 1rem;
    border: 1px solid #E4E7EC
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    background: #ECFDF5;
}

.bg-gray-custom {
    background: #ddd;
    font-weight: bold;
}

.btn-action-icon {
    padding: 5px !important;
    color: #475569
}

.loader {
    display: none;
    /* Hidden by default */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    /* Semi-transparent white background */
    z-index: 2;
    /* Ensure it's above other content */
    justify-content: center;
    /* Center the loader horizontally */
    align-items: center;
    /* Center the loader vertically */
    text-align: center;
}

.loader:before {
    content: '';
    position: absolute;
    top: 50%;
    /* Center vertically */
    left: 50%;
    /* Center horizontally */
    width: 30px;
    height: 30px;
    margin-top: -15px;
    /* Offset by half the height */
    margin-left: -15px;
    /* Offset by half the width */
    border-radius: 50%;
    border-top: 3px solid rgba(0, 0, 0, 0.1);
    border-right: 3px solid rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
    border-left: 3px solid #000;
    animation: spin 1s linear infinite;
}

.sidebar-shortcuts,
.sidebar .sidebar-shortcuts {
    overflow: visible !important;
}

.dropdown-custom .dropdown-menu {
    width: 100%;
}

.dropdown-lang .dropdown-toggle .menu-text {
    padding-left: 8px;
}

.dropdown-lang .dropdown-toggle {
    padding-left: 13px;
}

.form-control {
    font-size: 14px;
}

.editable-textarea {
    height: 100px !important;
}

.template-summary .edit-icon {
    cursor: pointer;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-item {
    font-size: 13px;
}

.dropdown-item:hover {
    text-decoration: none;
}

.dropdown-item i {
    margin-right: 2px;
    font-size: 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #004211;
}

.submenu ul.dropdown-menu {
    background: transparent;
    border: none;
    border-left: 1px solid #FFF;
    border-radius: 0px;
    margin-left: 18px;
    padding: 0px;
}

body.en #addAdvisoryModal .advisory-left {
    order: 1;
}

body.en #addAdvisoryModal .advisory-right {
    order: 2;
}

body.ur #addAdvisoryModal .advisory-left {
    order: 2;
}

body.ur #addAdvisoryModal .advisory-right {
    order: 1;
}
.btn.send-advisory{
color: #fff;
}

.active>.page-link, .page-link.active{
    background-color: #0B6623;
    border-color: #0B6623;
}

.sidebar ul.navbar-nav {
    width: 100%;
    margin-right: 0px;
}

.form-group{
    margin-bottom: 5px;
}

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

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

@media (max-width: 900px) {

    .btn-action-icon {
        padding: 1px !important;
        font-size: 14px !important;
    }

    .custom-table>thead>tr>th,
    .custom-table>tbody>tr>td {
        padding: 0.5rem 0.7rem;
        font-size: 14px;
    }

    .fix_sidebar {
        transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
        /* Smooth transition */
        width: 211px !important;
        /* position: fixed;
        top: 0;
        left: 0; 
        z-index: 1047;
        overflow-y: auto; */
    }



    .fix_sidebar li.nav-item {
        background: #0b6623;
    }

    .sidebar {
        width: 70px !important;
        position: absolute;
        z-index: 1050;
    }

    .observaton_module button.nav-link.btn-outline-success.shadow-sm.border {
        background: white;
    }

    .main-wrapper {
        margin-left: 78px !important;
    }
}

@media (max-width: 768px) {

    .observaton_module .chart-card {
        padding: 10px;
    }

    .observaton_module .chart-container {
        height: 200px;
    }

    .observaton_module .observation-map-card {
        padding: 10px;
    }

    .observaton_module .header {
        flex-direction: column;
        align-items: flex-start;
    }

    .observaton_module .header h2 {
        margin-bottom: 10px;
    }

    .observaton_module .map-container {
        height: 750px;
    }

    .leaflet-right {
        /* top: 511px !important;
        left: 257px !important; */

    }

    .info.legend.dss-legend.leaflet-control {
        /* display: inline-flex        ;
            top: 621px;
            width: 373px; */

    }

    .leaflet-control-layers.leaflet-control-layers-expanded.leaflet-control {
        /* top: 482px !important;
        right: 17px; */

    }






    .observaton_module .weather-card {
        padding: 16px;
    }

    .observaton_module .left-section {
        padding-right: 10px;
    }

    .observaton_module .header h1 {
        font-size: 24px;
    }

    .observaton_module .temp-value,
    .celsius {
        font-size: 48px;
    }

    .observaton_module .degree {
        font-size: 48px;
        top: -15px;
    }

    .observaton_module .details-card {
        padding: 10px;
    }

    .observaton_module .detail-item {
        margin-bottom: 10px;
    }

    .observaton_module .detail-item img {
        width: 40px;
        height: 40px;
    }
}


/* Common styles for legends */
.dss-legend {
    background: white;
    padding: 8px 12px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    line-height: 18px;
}

/* Desktop Legend (Full Text) */
.dss-legend.desktop {
    max-width: 200px;

}

.dss-legend.desktop ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dss-legend.desktop ul li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.dss-legend.desktop ul li i {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    display: inline-block;
}

/* Mobile Legend (Line-Based) */
.dss_mobile {
    display: flex !important;
    justify-content: center !important;
    padding: 5px !important;
    width: 77% !important;
    position: fixed !important;
    bottom: 10px;
    left: 58%;
    transform: translateX(-50%);
    border-radius: 15px !important;
    font-size: 11px !important;
    overflow-x: clip;
}

.dss_mobile i {
    width: 25px !important;
    height: 5px !important;
    margin: 0 3px !important;
    display: inline-block;
    border-radius: 2px !important;
}

.dss_mobile .legend-list li {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 5px !important;
}

.dss_mobile .legend-label {
    font-size: 11px !important;
    font-weight: bold !important;
    margin-top: 5px !important;
}

.dss_mobile.legend-line {
    width: 40px !important;
    /* Adjust as needed */
    height: 8px !important;
    /* Adjust thickness */
    display: block !important;
    border-radius: 4px !important;
}



.dss_mobile li {
    list-style: none !important;
}


.dss_mobile {
    display: none !important
}

@media screen and (min-width: 768px) {
    .dss-legend.desktop {
        display: block;
    }
}

@media screen and (max-width: 577px) {
    
        /* Enable only for mobile */
    .dss-legend.desktop {
        display: none;
    }

    .dss_mobile {
        display: flex !important;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

    /* Show when scrolled to the bottom */
    .dss_mobile.visible {
        opacity: 1;
    }
}



/* ////////.observaton_module end */



/* ////////forcast start */


.forecast-map-nav li a.active-map-item {
    color: #FFFFFF;
}

.dss-obser_days_-tooltip-rf ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dss-obser_days_-tooltip-rf ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}


.dss-legend.maxTemperature .dss-legend-color,
.dss-legend.minTemperature .dss-legend-color {
    width: 25%;
}

.dss-legend.rainFall .dss-legend-color {
    width: 20%;
}

.dss-legend ul li .dss-legend-color {
    height: 25px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.dss-legend-text {
    font-size: 12px;
    font-weight: bold;
}

.foreCastMap .leaflet-bottom.leaflet-right {
    width: 100%;
}

.dss-forecast-tooltip-rf ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dss-forecast-tooltip-rf ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}

.dss-forecast-tooltip-rf ul li i {
    padding-right: 5px;
}

.dss-district-label {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 9px !important;
    /* or whatever size you want */
    color: #666;
}

.foreCastMap {
    opacity: 0;
}

.foreCastMap.active-map-tab {
    height: 90%;
    width: 100%;
    opacity: 1;
}

.forecast-map-nav {
    margin-left: 12px;
}

.forecast-map-nav li a {
    color: black;
    font-weight: bold;
}

.foreCastMap .leaflet-bottom.leaflet-right {
    /* width: 100%; */
}

.dss-forecast-tooltip-rf ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}





/* ////////forcast  end*/

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.3rem 0.75rem;
    margin: 0 2px;
    border-radius: 5px;
    border: 1px solid #dee2e6;
    color: #495057;
    background-color: #f8f9fa;
    transition: all 0.3s ease-in-out;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #007bff;
    color: white;
}
.leaflet_oberva_main{
    position: relative;
    left: 36%;
  }




/* Base sidebar style */
.sidebar {
    width: 60px !important; /* collapsed width */
    transition: width 0.3s ease !important;
    /* overflow-x: hidden !important; */
    background-color: #f9f7f7 !important; /* adjust as needed */
    /* height: 100vh !important;  */ 
  }
  
  /* On hover, expand the sidebar */
  .sidebar:hover {
    width: 220px !important; /* expanded width */
    position: absolute !important;
    z-index: 99999 !important;
     

  } 

  .sidebar span{ 
    font-size: 12px !important;
  }
  
  .sidebar .nav-link:hover {
  /* color: #fff !important; */
  
}

  /* Style links inside */
  .sidebar .nav-link {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    
    color: #000 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 5px 9px !important;
    transition: all 0.3s !important;
  }
  
  .sidebar .nav-link img {
    width: 52px !important;
    height: 42px !important;

  }
  
  /* Hide text by default */
  .sidebar:not(:hover) .nav-link {
    justify-content: center !important;
  }
  
  /* Hide text on collapse */
  .sidebar:not(:hover) .nav-link span {
    display: none !important;
    font-size: 12px;
  }
  
  /* Optional: better dropdown behavior */
  .sidebar:hover  .dropdown-menu {
    position: static !important;
    float: none !important;
  }

  .observaton_module li.nav-item{
    background: #ffff;
  }
  .leaflet_oberva_main{
    position: absolute;
    left: 36%;
    z-index: 1000;
  }
   .navbar-toggler-icon {
      background: #b9aeae;
}

@media (max-width: 576px) {
.leaflet_single_day_option  .leafletobser__right{
    /* position: relative;  */
    display: none;
}
}


.leaflet_single_day_option .shadow-sm .leafletobser__right{
    font-size: 12px;

}
.leaflet_single_day_option{
    position: absolute;
    top: 41%; 
    width: 25%;
    left: 1%;  
    z-index: 1000;
    opacity: 0.9;
}

.leafletobser__right{
    position: absolute;
    top: 40%;
    width: 24%;
    right: 1%; 
    z-index: 1000;
    opacity: 0.9;
}

.observaton_module .form-select {
    height: 34px;
}


.tooltip-container_obser {
    position: relative;
    display: inline-block;
  }
  
  .tooltip-container_obser .tooltip-text {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    bottom: 110%; /* Above the image */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
  }
  
  .tooltip-container_obser:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }

/* //ground option */
.leaflet-popup-content-wrapper{
     width: 250px;
}

  .custom_ground_observ {
    margin: 13px 14px 13px 13px  !important;
    line-height: 0.1 !important;
    font-size: 11px !important; 
    min-height: 1px !important;
}

.custom_ground_observ .shadow-lg, .shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.w-1\/2 {
    width: 50%;
}

.custom-popup {
    /* display: flex;
    flex-direction: row; */
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.popup-image-container {
    /* width: 40%; Takes 1/3 of the width */
    padding: 5px;
}

.popup-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.popup-details {
    /* width: 67%; Takes 2/3 of the width */
    padding: 10px;
}

.popup-details h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2d3748; /* Gray-800 */
}

.popup-details .space-y-1 p {
    margin-bottom: 4px;
    font-size: 0.875rem; /* Text smaller */
    color: #4a5568; /* Gray-600 */
}

.popup-details .font-medium {
    font-weight: 500;
}

.popup-details .text-gray-700 {
    color: #4a5568;
}

.popup-details .text-gray-600 {
    color: #718096;
}

.popup-details .text-xs {
    font-size: 0.75rem;
}

 


.leaflet_single_day_option button{
    font-size: 12px !important;
    padding: 9px 7px !important
}
.leafletobser__right button{
    font-size: 12px !important;
    padding: 9px 7px !important
}

/* .leafletobser__right .navbar .nav-link, .nav-link.active{
    font-size: 12px !important;
    padding: 9px 7px !important
} */

.topmenu   .nav-link:hover{
    
    background-color: green !important;
    color: white !important;

}
