﻿@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

html {
    font-size: 14px;
}

body {
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, blockquote, dl, dd {
    margin: 0;
    padding: 0;
    font-family: "DM Sans", sans-serif;
}
/* ----- DSS custom select ------ */

.custom-select-wrapper select.custom-select {
    width: 100%;
    /* padding: 8px 35px 8px 10px; */
    font-size: 14px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    cursor: pointer;
    color: #fff;
    background-image: url(../images/languageicon.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 6% 50%;
    font-weight: 400;
    padding-left: 20px;
}

.custom-select-wrapper::after {
    content: "\f078"; /* FontAwesome caret-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 5px;
    top: 70%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: #ffffff;
}

.custom-select-wrapper.lang {
    width: 85px;
    position: relative;
}

.formselect_wrapper .custom-select-wrapper::after {
    font-size: 9px;
    color: #333333;
}
/* custom select end */
.navbar-brand {
    padding: 3px 0px;
}

#navbarNav a {
    color: #ffffff;
    font-weight: 400 !important;
}

#navbarNav li.nav-item {
    margin-left: 21px;
}

nav.navbar.navbar-expand-lg {
    padding: 0px;
    background-color: #ffffff;
}

body {
    background-color: #F2F8FF;
}

.search-container {
    position: relative;
    width: 250px;
}

    .search-container input[type="text"] {
        width: 100%;
        padding: 8px 35px 8px 10px; /* space for icon on right */
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .search-container .search-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        color: #888;
        font-size: 18px;
    }

.header_top {
    /* background-color: #0072BB; */
    background: linear-gradient(256deg, #1e48d2 26.22%, #09112d 95.27%), #0066b2 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0px;
}



.brand_search {
    display: flex;
    align-items: center;
}

.brand_text h6 {
    color: #fff;
    font-size: 16px;
}

.search-container input.form-control {
    height: 29px;
    padding-left: 36px;
    border-radius: 4px;
}

.search-container .search-icon {
    position: absolute;
    /* right: 10px; */
    top: 54%;
    /* transform: translateY(-63%); */
    pointer-events: none;
    color: #495057;
    font-size: 14px;
    left: 15px;
}

.search-container input::placeholder {
    font-size: 14px;
    color: #495057;
}

button.login_btn.dm-sans-text {
    font-size: 16px;
    color: #1A1A1A;
    border-radius: 4px;
    border: none;
    background-color: #ffffff;
    padding: 3px 16px;
}

section#header {
    /* background-color: #0072BB; */
    background: linear-gradient(256deg, #1e48d2 26.22%, #09112d 95.27%), #0066b2 !important;
}

.affected_wrapper .affected_item:nth-child(1) span {
    background-color: #40ADED;
    width: 50px;
    height: 50px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.affected_wrapper .affected_item:nth-child(2) span {
    background-color: #5CA271;
    width: 50px;
    height: 50px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.affected_wrapper .affected_item:nth-child(3) span {
    background-color: #B42F55;
    width: 50px;
    height: 50px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.affected_wrapper .affected_item:nth-child(4) span {
    background-color: #AD993B;
    width: 50px;
    height: 50px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.affected_wrapper {
    display: flex;
    justify-content: space-between;
}

.affected_item {
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #ffffff;
    border: 1px solid #D1DBFB;
    border-radius: 4px;
    padding: 10px;
}

.affected_text h6 {
    font-size: 14px;
    color: #6F8AB9;
    margin-bottom: 5px;
}

.affected_text h5 {
    font-size: 20px;
    color: #484848;
    font-weight: 500;
}

.affected_img {
    margin-right: 16px;
}

section#affectedarea {
    margin-bottom: 14px;
    padding-top: 14px;
}

.affected_img span img {
    height: 30px;
}
/* ---- sidebar menu ---- */
.sidebar {
    /*    background: #0072BB;*/
    color: white;
    padding-top: 0px;
    border-radius: 4px;
    height: 100%;
    background: linear-gradient(256deg, #1e48d2 26.22%, #09112d 95.27%), #0066b2;
}

    .sidebar h6 {
        font-size: 20px;
        padding: 10px 10px;
    }

    .sidebar .menu-item {
        cursor: pointer;
        padding: 6px 20px;
        border-bottom: 1px solid #3D8CBE;
        user-select: none;
        font-size: 15px;
    }

.sidebar_wrapper.scrollbar {
    max-height: 650px;
    overflow: auto;
}

.sidebar .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

    .sidebar .submenu.open {
        max-height: 200px;
    }

    .sidebar .submenu a {
        display: block;
        padding: 6px 30px;
        color: #ecf0f1;
        font-size: 14px;
        text-decoration: none;
        border-bottom: 1px solid #3D8CBE;
    }

        .sidebar .submenu a:hover {
            background: #3d566e;
        }
/* Arrow icon */
.menu-item::after {
    font-family: "Font Awesome 6 Free"; /* font family for FA 6 */
    content: "\f078"; /* Unicode for fa-chevron-down */
    float: right;
    font-weight: 900; /* needed for solid icons */
    transition: transform 0.3s ease;
}

/* Rotate arrow when open */
.menu-item.open::after {
    transform: rotate(-180deg);
}

.menu-item.open {
    background-color: #0368AA;
}

.sidebar .submenu a:hover {
    background: #0368AA;
}

.sidebar-link.active {
    background-color: #007bff; /* highlight */
    color: #fff; /* white text */
    font-weight: bold;
    border-radius: 4px;
}

/* ----- // sidebar menu end  ------ */
/* ----- Legend css ----- */
span.icon_red {
    color: transparent;
    padding: 0px 7px 0px 6px;
    border: 1px solid #bca94e;
    background: #ef233c;
    margin-right: 5px;
}

span.icon_green {
    color: transparent;
    padding: 0px 7px 0px 6px;
    border: 1px solid #bca94e;
    background: #007f5f;
    margin-right: 5px;
    margin-left: 20px;
}

span.icon_yellow {
    color: transparent;
    padding: 0px 7px 0px 6px;
    border: 1px solid #bca94e;
    background: #fdc500;
    margin-right: 5px;
    margin-left: 20px;
}

h6.LegndTxt {
    font-size: 0.9rem;
    color: #fff;
    font-weight: 600;
    color: #2e3181;
}

/* ------ map tools css ----- */
.map-tools {
    position: absolute;
    left: 11px;
    top: 80px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 1px;
    background: rgba(255, 255, 255, 0.98);
    padding: 4px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.tool-btn {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid rgba(74, 144, 226, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 6px;
    color: #4a90e2;
    font-size: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

    .tool-btn:hover {
        background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
        color: white;
        transform: translateY(-2px) scale(1.05);
        box-shadow: 0 4px 12px rgba(74, 144, 226, 0.4);
        border-color: transparent;
    }

    .tool-btn:active {
        transform: translateY(0) scale(1);
        box-shadow: 0 2px 6px rgba(74, 144, 226, 0.3);
    }

    .tool-btn[data-tooltip]:hover::after {
        content: attr(data-tooltip);
        position: absolute;
        left: 40px;
        top: 50%;
        transform: translateY(-50%);
        background: linear-gradient(135deg, #4a90e2 0%, #357abd 50%, #2a5298 100%);
        color: white;
        padding: 8px 14px;
        border-radius: 10px;
        font-size: 12px;
        font-weight: 600;
        white-space: nowrap;
        box-shadow: 0 8px 25px rgba(74, 144, 226, 0.5), 0 3px 10px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        opacity: 0;
        animation: tooltipFadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        border: 1px solid rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        letter-spacing: 0.5px;
    }

    .tool-btn[data-tooltip]:hover::before {
        content: '';
        position: absolute;
        left: 34px;
        top: 50%;
        transform: translateY(-50%);
        border: 6px solid transparent;
        border-right-color: #4a90e2;
        z-index: 1000;
        opacity: 0;
        animation: tooltipFadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        filter: drop-shadow(2px 0 4px rgba(74, 144, 226, 0.3));
    }

@keyframes tooltipFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-50%) translateX(-10px) scale(0.8);
    }

    50% {
        opacity: 0.8;
        transform: translateY(-50%) translateX(-2px) scale(1.05);
    }

    100% {
        opacity: 1;
        transform: translateY(-50%) translateX(0) scale(1);
    }
}

.map-area {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .map-area[data-tooltip]:hover::after {
        content: attr(data-tooltip);
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(135deg, #4a90e2 0%, #357abd 50%, #2a5298 100%);
        color: white;
        padding: 12px 20px;
        border-radius: 12px;
        font-size: 15px;
        font-weight: 600;
        white-space: nowrap;
        box-shadow: 0 10px 30px rgba(74, 144, 226, 0.6), 0 4px 15px rgba(0, 0, 0, 0.2);
        z-index: 1001;
        pointer-events: none;
        animation: mapTooltipFadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        border: 1px solid rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(15px);
        letter-spacing: 0.8px;
    }

    .map-area[data-tooltip]:hover::before {
        content: '';
        position: absolute;
        top: 52px;
        left: 50%;
        transform: translateX(-50%);
        border: 8px solid transparent;
        border-top-color: #4a90e2;
        z-index: 1001;
        pointer-events: none;
        animation: mapTooltipFadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        filter: drop-shadow(0 2px 4px rgba(74, 144, 226, 0.3));
    }

@keyframes mapTooltipFadeIn {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(-15px) scale(0.9);
    }

    60% {
        opacity: 0.9;
        transform: translateX(-50%) translateY(-3px) scale(1.02);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
    }
}

.map-svg {
    width: 80%;
    height: 80%;
}

.map-info {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.mini-map {
    position: absolute;
    bottom: 60px;
    right: 10px;
    width: 200px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.mini-map-content {
    height: 120px;
    background: #e3f2fd;
    position: relative;
}

.mini-map-region {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 40px;
    background: #ff9800;
    border: 1px solid #f57c00;
}

.scale-info {
    padding: 8px;
    font-size: 10px;
    text-align: center;
    border-top: 1px solid #eee;
}

/* ------ // map tools css ----- */


.selectbtn_wrapper select {
    background-color: #ffffff !important;
    color: #000000;
    border: 1px solid #D1DBFB;
}

.selectbtn_wrapper .custom-select-wrapper::after {
    content: "\f078";
    color: #405189;
}

.selectbtn_wrapper {
    display: flex;
    justify-content: space-between;
}

    .selectbtn_wrapper .custom-select-wrapper {
        position: relative;
        width: 19%;
        margin: unset;
        /*    height: 30px;*/
        /* margin-left: 30px; */
        /* margin-right: 30px; */
    }

    .selectbtn_wrapper .custom-label-wrapper {
        position: relative;
        width: 19%;
        margin: unset;
        /*    height: 30px;*/
        /* margin-left: 30px; */
        /* margin-right: 30px; */
    }

    .selectbtn_wrapper select.custom-select {
        padding-left: 16px;
    }

select:focus-visible {
    outline: none;
}

.selectbtn_wrapper select {
    background-color: #ffffff !important;
    color: #000000;
    border: 1px solid #D1DBFB;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    height: 30px;
}

.orange_btn {
    background-color: #fed01c;
    border-radius: 4px;
    font-size: 14px;
    /* padding: 3px 30px; */
    padding: 5px 12px;
    color: #000000;
    border: none;
    text-transform: capitalize;
}

    .orange_btn:hover {
        background-image: linear-gradient(#e3b501, #fed01c);
    }

.Sbmt_btn {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.4s;
    background: #1e3888;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 3px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    letter-spacing: 0.5px;
    font-family: "DM Sans", sans-serif;
}

.transparent_btn {
    background-color: transparent;
    border-radius: 4px;
    font-size: 14px;
    /* padding: 3px 30px; */
    padding: 5px 3px;
    color: #405189;
    border: 1px solid #D1DBFB;
    text-transform: capitalize;
    background-color: #fff;
    cursor: pointer;
}


    .transparent_btn:hover {
        background-color: #eee;
    }

.selectbtn_wrapper .custom-select-wrapper:last-child:after {
    display: none;
}

.selectbtn_wrapper .custom-select-wrapper:last-child {
    display: flex;
    justify-content: space-between;
    width: 20% !important;
}
/* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%!important;
    padding: 0 30px;

} */

.result_wrapper .card-header {
    background-color: #fff;
}

.card_heading {
    font-size: 17px;
    color: #495057;
    font-weight: 500;
}

.card_div {
    background-color: #ffffff;
    border-radius: 4px;
    margin-top: 0px;
    border: 1px solid #D1DBFB;
}

.mapdiv {
    padding: 7px;
    display: flex;
    justify-content: center;
}

.map_viewer img {
    width: 100%;
    height: 367px;
}

.map-style {
    position: relative;
    width: 100%;
    height: calc(100vh - 126px);
    border: 1px solid rgb(29, 192, 182);
    padding: 0px;
}

section#mapsection {
    margin-bottom: 24px;
}

.radiobtn_div label {
    display: flex;
    align-items: center;
    margin-left: 0px;
}

    .radiobtn_div label input {
        margin-right: 5px;
    }

.radiobtn_div {
    display: flex;
}

.table-container table {
    width: 100%;
}

    .table-container table thead th {
        background-color: #FBD695;
        color: #131313;
        font-size: 14px;
        border: 1px solid #0072BB;
        padding: 12px 5px;
        border-top: 0px;
        border-left: 0px;
        font-weight: 600;
        white-space: nowrap;
        height: auto;
    }

        .table-container table thead th:last-child {
            border-right: 0px;
        }

div#tbllricard_wrapper {
    padding: 10px;
    border: none;
}

.table-container table td {
    border: 1px solid #0072BB;
    border-bottom: none !important;
    border-top: none;
    font-size: 14px;
    color: #000000;
    padding: 12px 5px;
    border-left: 0px;
    white-space: nowrap;
    height: auto;
}

.result_wrapper .table {
    margin-bottom: 0;
}

section#result {
    /* margin-top: 30px; */
    margin-bottom: 24px;
}

.table-container {
    border: 1px solid #0072BB;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 11px;
}

    .table-container tbody tr td:nth-child(7) {
        /*    background-color:#ACDA89;
*/
    }

    .table-container tbody tr td:nth-child(10) a {
        color: #1F7AB1;
        text-decoration: none;
    }

    .table-container table tr td:last-child {
        border-right: 0px;
    }

.weather_alert ul {
    list-style-type: none;
}

    .weather_alert ul li span {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 14px;
        border-radius: 50%;
    }

    .weather_alert ul li:nth-child(1) span {
        background-color: #BDDFFF;
    }

    .weather_alert ul li:nth-child(2) span {
        background-color: #F1DEFE;
    }

    .weather_alert ul li:nth-child(3) span {
        background-color: #FFD8B7;
    }

    .weather_alert ul li {
        font-size: 14px;
        color: #000000;
        font-weight: 400;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #E2E8FC;
        padding: 21.5px 0px;
    }

.radiobtn_wrapper {
    display: flex;
}

.mapimg {
    position: relative;
}

.map_form {
    position: absolute;
    bottom: 21px;
    background-color: #fff;
    border: 1px solid #0072BB;
    border-radius: 4px;
    width: 386px;
    right: 16%;
    z-index: 999;
}

.div_header {
    display: flex;
    background-color: #0072BB;
    align-items: center;
    justify-content: space-between;
}

.formselect_wrapper label {
    margin-bottom: 3px;
    font-size: 13px;
    color: #000000;
}

.multi-step label {
    margin-bottom: 3px;
    font-size: 14px;
    color: #000000;
}

span.select2-container.select2-container--default.select2-container--open {
    width: 178.55px;
}

.formselect_wrapper select.custom-select {
    border: 1px solid #ACBACA;
    color: #000000;
    font-size: 14px;
    padding: 4px 7px 4px 7px;
}

.formselect_wrapper .selectbtn_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col-md-6.text-left {
    display: flex;
    justify-content: end;
}

footer {
    margin-top: auto;
    background-color: #FFFFFF;
    padding: 4px 0px;
}

    footer p {
        font-size: 15px;
        color: #405189;
    }

.result_wrapper {
    border: 1px solid #CADDF8;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    padding-top: 0px;
    margin-bottom: 20px;
}

.mobile_view {
    display: none;
}

#result .card-header {
    margin-left: -10px;
    margin-right: -10px;
}

.radiobtn_wrapper {
    font-size: 14px;
    color: #000000;
}

.mapform_input {
    padding: 10px;
}

.mapdiv.map_viewer {
    position: relative;
    height: calc(100vh - 360px);
}

.map_viewer iframe {
    width: 100%;
    height: 100%;
}

.radiobtn_wrapper {
    font-size: 14px;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.formselect_wrapper .custom-select-wrapper {
    position: relative;
    width: 49%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}

    .formselect_wrapper .custom-select-wrapper::after {
        font-size: 11px;
        color: #333333;
    }

.div_header h6 {
    color: #ffffff;
    padding: 6px 10px;
}

.div_header h6 {
    color: #ffffff;
}

.div_header img {
    width: 28px !important;
    height: 30px !important;
    object-fit: scale-down;
}

.forecast_wrapper {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2px;
}

    .forecast_wrapper h6, .forecast_wrapper h5 {
        color: #292929;
        font-size: 14px;
    }

.weather_alert .card_body {
    padding-top: 0px !important;
}

.forecast_img img {
    width: 34px;
}

.forecast_tem {
    margin-left: 59px;
    /* margin-right: 107px; */
    width: 30%;
    text-align: left;
}

h6.days_forecast {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 22px;
    color: #292929;
}

.forecast_days {
    width: 50%;
    text-align: left;
}

.weather_wrapper {
    display: flex;
    margin-bottom: 18px;
}

.weather_text h5 {
    font-size: 14px;
    color: #6F8AB9;
    font-weight: 400;
    margin-bottom: 5px;
}

.weather_text h6 {
    font-size: 14px;
    color: #232323;
    font-weight: 500;
}

.card_body {
    padding: 20px 22px;
    padding-top: 12px !important;
}

.weather_icon span {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.weather_detail .weather_wrapper:nth-child(1) span {
    background-color: #FFF5D9;
}

.weather_detail .weather_wrapper:nth-child(2) span {
    background-color: #C9FAEA;
}

.weather_icon {
    margin-right: 23px;
}

.weather_tabel table td {
    font-size: 14px;
    color: #000000;
    border-right: 1px solid #D1DBFB;
    padding: 10px 20px;
    white-space: nowrap;
}

.weather_tabel table th {
    font-size: 14px;
    color: #131313;
    font-weight: 500;
    padding: 10px 20px;
    white-space: nowrap;
}

.weather_tabel table {
    border: 1px solid #D1DBFB;
}

.weather_tabel tr th {
    background-color: #EDEDF8;
    border-right: 1px solid #D1DBFB;
}

.weathertable_wrapper {
    width: 100%;
    overflow: auto;
}

section#weatherinformation {
    margin-bottom: 30px;
    margin-top: 24px;
}

.weather_tabel {
    margin-top: 20px;
    padding-top: 0px;
}

.scrollbar::-webkit-scrollbar {
    width: 12px; /* width of the scrollbar */
    height: 12px; /* height for horizontal scrollbar */
}

.scrollbar::-webkit-scrollbar-track {
    background: #E6E6E6; /* scrollbar track background */
    border-radius: 4px;
    height: 8px;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #878484; /* scrollbar color */
    border-radius: 6px;
    border: 3px solid #f1f1f1; /* adds padding around thumb */
}

.weather_wrapper:last-child {
    margin-bottom: 0px;
}

.sidebar_wrapper.scrollbar::-webkit-scrollbar {
    width: 10px; /* width of the scrollbar */
    height: 10px; /* height for horizontal scrollbar */
}

.sidebar_wrapper.scrollbar::-webkit-scrollbar-track {
    background: #E6E6E6; /* scrollbar track background */
    border-radius: 4px;
    height: 8px;
}

.sidebar_wrapper.scrollbar::-webkit-scrollbar-thumb {
    background-color: #878484; /* scrollbar color */
    border-radius: 6px;
    border: 3px solid #f1f1f1; /* adds padding around thumb */
}

.nav-tabs .nav-link {
    font-size: 18px;
    padding: 5px 20px;
    color: #ffffff;
    background: transparent;
    border-radius: 0px;
}

    .nav-tabs .nav-link.active {
        color: #484848;
        background: #c9eaff;
        font-size: 18px;
        padding: 5px 20px;
        color: #ffffff;
    }

    .nav-tabs .nav-link:hover {
        border-color: transparent;
    }

.nav-tabs {
    border-bottom: 1px solid #7cb0d1;
}

/* --custom scrollbar--*/
.scrollbar-1 {
    scrollbar-width: thin;
    scrollbar-color: rgba(62, 61, 61, 0.93) rgba(48, 50, 116, 0);
}

    .scrollbar-1::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #e0e0e0;
    }

    .scrollbar-1::-webkit-scrollbar-track {
        background-color: #f0f0f0;
        background-clip: content-box;
        border: 2px solid transparent;
    }

    .scrollbar-1::-webkit-scrollbar-thumb {
        background-color: #5d5555;
    }

        .scrollbar-1::-webkit-scrollbar-thumb:hover {
            background-color: #141312;
        }

    .scrollbar-1::-webkit-scrollbar-corner, .scrollbar-1::-webkit-scrollbar-track {
        background-color: #b0b7c4;
    }
/* --// custom scrollbar--*/


#footer {
    background: linear-gradient(256deg, #1e48d2 26.22%, #09112d 95.27%), #0066b2 !important;
}

    #footer .text-muted {
        --bs-text-opacity: 1;
        color: rgb(255 255 255 / 75%) !important;
    }


.modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}





.session h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    opacity: 0.85;
}

.session label {
    font-size: 12.5px;
    color: #000;
    opacity: 0.8;
    font-weight: 400;
}

.session form {
    padding: 00px 15px;
    background: #fefefe;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
    width: 100%;
}

    .session form h4 {
        margin-bottom: 20px;
        color: rgba(0, 0, 0, 0.5);
    }

        .session form h4 span {
            color: black;
            font-weight: 700;
        }

    .session form p {
        line-height: 155%;
        margin-bottom: 5px;
        font-size: 14px;
        color: #000;
        opacity: 0.65;
        font-weight: 400;
        /* max-width: 200px; */
        margin-bottom: 10px;
    }

.session a.discrete {
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    border-bottom: solid 1px rgba(0, 0, 0, 0);
    padding-bottom: 4px;
    margin-left: auto;
    font-weight: 300;
    transition: all 0.3s ease;
    margin-top: 40px;
}

    .session a.discrete:hover {
        border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    }

.session button {
    -webkit-appearance: none;
    width: auto;
    min-width: 80px;
    border-radius: 10px;
    text-align: center;
    padding: 6px 16px;
    margin-top: 5px;
    background-color: #fed01c;
    color: #000;
    font-size: 14px;
    margin-left: auto;
    font-weight: 500;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.13);
    border: none;
    transition: all 0.3s ease;
    outline: 0;
}

    .session button:hover {
        transform: translateY(-3px);
        box-shadow: 0 2px 6px -1px rgba(182, 157, 230, 0.65);
    }

        .session button:hover:active {
            transform: scale(0.99);
        }

.session input {
    font-size: 16px;
    padding: 20px 0px;
    height: 56px;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 280px;
    box-sizing: border-box;
    transition: all 0.3s linear;
    color: #000;
    font-weight: 400;
    -webkit-appearance: none;
}

    .session input:focus {
        border-bottom: solid 1px #b69de6;
        outline: 0;
        box-shadow: 0 2px 6px -8px rgba(182, 157, 230, 0.45);
    }

.session .floating-label {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}

    .session .floating-label label {
        position: absolute;
        top: calc(50% - 7px);
        left: 0;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 44px;
    }

    .session .floating-label input {
        width: calc(100% - 44px);
        margin-left: auto;
        display: flex;
    }

    .session .floating-label .icon {
        position: absolute;
        top: 0;
        left: 0;
        height: 56px;
        width: 44px;
        display: flex;
    }

        .session .floating-label .icon svg {
            height: 30px;
            width: 30px;
            margin: auto;
            opacity: 0.15;
            transition: all 0.3s ease;
        }

            .session .floating-label .icon svg path {
                transition: all 0.3s ease;
            }

    .session .floating-label input:not(:-moz-placeholder-shown) {
        padding: 28px 0px 12px 0px;
    }

    .session .floating-label input:not(:-ms-input-placeholder) {
        padding: 28px 0px 12px 0px;
    }

    .session .floating-label input:not(:placeholder-shown) {
        padding: 28px 0px 12px 0px;
    }

    .session .floating-label input:not(:-moz-placeholder-shown) + label {
        transform: translateY(-10px);
        opacity: 0.7;
    }

    .session .floating-label input:not(:-ms-input-placeholder) + label {
        transform: translateY(-10px);
        opacity: 0.7;
    }

    .session .floating-label input:not(:placeholder-shown) + label {
        transform: translateY(-10px);
        opacity: 0.7;
    }

    .session .floating-label input:valid:not(:-moz-placeholder-shown) + label + .icon svg {
        opacity: 1;
    }

    .session .floating-label input:valid:not(:-ms-input-placeholder) + label + .icon svg {
        opacity: 1;
    }

    .session .floating-label input:valid:not(:placeholder-shown) + label + .icon svg {
        opacity: 1;
    }

    .session .floating-label input:valid:not(:-moz-placeholder-shown) + label + .icon svg path {
        fill: #b69de6;
    }

    .session .floating-label input:valid:not(:-ms-input-placeholder) + label + .icon svg path {
        fill: #b69de6;
    }

.floating-label input:valid:not(:placeholder-shown) + label + .icon svg path {
    fill: #b69de6;
}

.session .floating-label input:not(:valid):not(:focus) + label + .icon {
    -webkit-animation-name: shake-shake;
    animation-name: shake-shake;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

@-webkit-keyframes shake-shake {
    0% {
        transform: translateX(-3px);
    }

    20% {
        transform: translateX(3px);
    }

    40% {
        transform: translateX(-3px);
    }

    60% {
        transform: translateX(3px);
    }

    80% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes shake-shake {
    0% {
        transform: translateX(-3px);
    }

    20% {
        transform: translateX(3px);
    }

    40% {
        transform: translateX(-3px);
    }

    60% {
        transform: translateX(3px);
    }

    80% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(0px);
    }
}

.session {
    display: flex;
    flex-direction: row;
    width: auto;
    height: auto;
    margin: auto auto;
    background: #ffffff;
    border-radius: 4px;
    /* box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.12); */
}

    .session .left {
        width: 220px;
        height: auto;
        min-height: 100%;
        position: relative;
        background-image: url("https://images.pexels.com/photos/114979/pexels-photo-114979.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
        background-size: cover;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .session .left svg {
            height: 40px;
            width: auto;
            margin: 20px;
        }

.min-width-60 {
    width: 60px;
}

section#mapsection {
    margin-bottom: 24px;
    display: flex;
}

div#app {
    width: 22%;
    padding-left: 0px;
}

.map_div {
    width: 78%;
}

#app {
    display: unset !important;
}

.layer-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255,255,255,0.1);
    padding: 0px 10px;
    margin-bottom: 3px;
    border-radius: 6px;
    /* border: 1px solid rgba(255,255,255,0.3); */
    color: var(--text-light);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    opacity: 0;
    transform: translateX(-20px);
    animation: slideIn 0.3s forwards;
    height: 28px;
}

.layer-name {
    font-weight: normal;
    font-size: 11px;
}

#layerheader {
    padding: 12px;
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    flex-shrink: 0;
}

.filters-row.select-box > div {
    flex-grow: 1;
}

.group-header {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
    color: #ffffff;
}

.mb-3.mt-32.filterrow_btn {
    display: flex;
    justify-content: space-between;
}

    .mb-3.mt-32.filterrow_btn .transparent_btn {
        padding: 5px 15px !important;
        width: 100%;
    }

.filters-row.select-box > div {
    flex-grow: 1;
    padding-right: 15px;
}

    .filters-row.select-box > div:last-child {
        padding-right: 0px;
    }

.filters-row {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 11px;
    background-color: #f8f9fa;
    z-index: 500;
    border: 1px solid #CADDF8;
    margin-top: 5px;
    border-radius: 4px;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.info-sidebar {
    position: absolute;
    top: 118px;
    right: 28px;
    width: 220px;
    max-height: 85vh;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    padding: 15px;
    z-index: 999;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
}

.layer-select {
    margin-top: 13px;
}

.table-wrapper th, .table-wrapper td {
    white-space: nowrap;
}

.table-wrapper {
    max-height: 196px !important;
}

#collapseBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    background-color: #0056b3;
    color: var(--text-light);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: left 0.3s ease;
    right: 0px;
}

    #collapseBtn:hover {
        box-shadow: 0 6px 14px rgba(0,0,0,0.4); /* slightly stronger shadow */
    }

.modal-header-toolbar {
    display: flex;
    justify-content: flex-end; /* moves button to right */
    align-items: center;
    /*  background: #0078d7; */
    padding: 8px 16px;
}

.btn_pdf {
    background: #ffffff;
    color: #0078d7;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    display: flex; /* this only aligns 📄 + text */
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    margin-right: 10px;
}

#lricard table td, #lricard table th {
    height: auto !important :
}

div#app {
    width: 22%;
    padding-left: 0px;
    position: relative;
}

.level1group .layer-card {
    padding: 2px 10px;
}

#nav-tabContent .level1group .layer-card {
    height: 24px;
}

#nav-tabContent .layer-card {
    height: 24px;
}

button#header_theme {
    display: none;
}
/*Sakshee*/
.info-sidebar.hidden {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
}

.info-header {
    /*     display: flex;
 */ justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .info-header h3 {
        font-size: 15px;
        font-weight: 600;
        color: #1f2937;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 6px;
    }

.layer-select {
    width: 100%;
    padding: 8px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 13px;
    outline: none;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
    transition: border 0.2s ease;
}

    .layer-select:focus {
        border-color: #3b82f6;
    }
/* Content */
.info-content {
    flex: 1;
    overflow-y: auto;
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 13px;
    color: #374151;
}

/* Placeholder text */
.info-placeholder {
    color: #6b7280;
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
}

/* Tables */
.info-table {
    width: 100%;
    border-collapse: collapse;
}

    .info-table th,
    .info-table td {
        padding: 6px 8px;
        border-bottom: 1px solid #eee;
    }

    .info-table th {
        background: #f9fafb;
        font-weight: 600;
        color: #111827;
    }

/* Optional close button */
#closeInfoBtn {
    background: none;
    border: none;
    font-size: 18px;
    color: #9ca3af;
    cursor: pointer;
    transition: color 0.2s ease;
}

    #closeInfoBtn:hover {
        color: #111;
    }
/* Feature Info Section */
.info-content h4 {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    margin: 8px 0 6px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 4px;
}

.info-layer-header {
    font-size: 13px;
    font-weight: 600;
    color: #2563eb;
    background: #eff6ff;
    border-radius: 6px;
    padding: 6px 10px;
    margin-bottom: 8px;
    display: inline-block;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

    .info-table th {
        background: #f1f5f9;
        font-weight: 600;
        color: #111827;
        text-transform: capitalize;
        text-align: left;
        padding: 8px;
        border-bottom: 1px solid #e5e7eb;
    }

    .info-table td {
        padding: 8px;
        color: #374151;
        border-bottom: 1px solid #f3f4f6;
        background: #fff;
        transition: background 0.2s;
    }

    .info-table tr:nth-child(even) td {
        background: #f9fafb;
    }

    .info-table tr:hover td {
        background: #eef2ff;
    }

.info-highlight {
    background: #dbeafe;
    font-weight: 600;
    color: #1e3a8a;
    border-radius: 4px;
    padding: 2px 4px;
}
/* Vertical key-value style table */
.info-table-vertical {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

    .info-table-vertical th {
        width: 40%;
        background: #f1f5f9;
        text-align: left;
        font-weight: 600;
        color: #111827;
        padding: 6px 8px;
        border-bottom: 1px solid #e5e7eb;
        /*                 vertical-align: top;
*/
    }

    .info-table-vertical td {
        padding: 6px 8px;
        color: #374151;
        border-bottom: 1px solid #f3f4f6;
        background: #fff;
        word-break: break-word;
    }

    .info-table-vertical tr:nth-child(even) td {
        background: #f9fafb;
    }

    .info-table-vertical tr:last-child th,
    .info-table-vertical tr:last-child td {
        border-bottom: none;
    }


.filters-row.select-box select.form-select {
    width: 100% !important;
    padding: 6px 9px;
}

.dropdown.ms-2.usrprofile {
    background-color: #fff;
    /* padding: 5px 0px; */
    border-radius: 4px;
    height: 32.6px;
    display: flex;
    align-items: center;
}

a#userDropdown {
    background-color: #ffffff !important;
}

.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -3px !important;
    left: 0;
    right: 0;
    bottom: -4px !important;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 4px;
}

.reset_btn {
    background-color: var(--white-text);
    color: var(--blue-primary);
    border: 2px solid var(--blue-primary);
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    text-decoration: none;
    transition: all 0.4s;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 3px;
    cursor: pointer;
    letter-spacing: 0.5px;
    font-family: "DM Sans", sans-serif;
    height: 31px;
}

.form-container {
    margin: 0 auto;
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
    border: 1px solid #CADDF8;
    margin-bottom: 19px !important;
}

    .form-container.location_div {
        padding: 0px;
        overflow: hidden;
    }

        .form-container.location_div h3 {
            background: linear-gradient(135deg, #0062cc, #0096ff) !important;
            padding: 7px 10px;
            color: #fff;
            margin-bottom: 2px !important;
            font-size: 21px;
        }

form#ddlsection {
    padding: 15px;
}

    form#ddlsection label {
        text-align: left;
    }

.resetbtn {
    background-color: var(--white-text);
    color: var(--blue-primary);
    border: 2px solid var(--blue-primary) !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    text-decoration: none;
    transition: all 0.4s;
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 3px;
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    height: 37px;
    display: flex;
    align-items: center;
}

    .resetbtn:hover {
        background-color: var(--blue-hover) !important;
        color: var(--white-text) !important;
        border-color: var(--blue-hover) !important;
        box-shadow: 0 8px 15px rgba(0, 123, 255, 0.4) !important;
    }

.Sbmtbtn {
    text-decoration: none;
    transition: all 0.4s;
    background-color: var(--blue-primary);
    color: var(--white-text);
    /* box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3); */
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 12px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    letter-spacing: 0.5px;
    font-family: "DM Sans", sans-serif;
}

    .Sbmtbtn:hover {
        background-color: var(--blue-hover);
        box-shadow: 0 8px 15px rgba(0, 123, 255, 0.4);
        color: #ffffff !important;
    }

.filterrow_btn button {
    width: 100%;
    height: 31px;
}

button.zoom_btn {
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    button.zoom_btn i {
        font-size: 15px;
    }

.attribute-table-container {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 10px;
    padding: 8px 10px;
    font-family: 'DM Sans', sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    max-height: 300px; /* Fixed height */
    overflow: hidden;
    height: 250px;
}

.attribute-header {
    background: #345ae0;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px 6px 0 0;
}

.close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
}

.sort-icon {
    margin-left: 6px;
    font-size: 12px;
    color: #555;
}

.close-btn:hover {
    color: #ffcc00;
}

.table-container {
    border: none;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 11px;
}
/* Scrollable table area */
.table-wrapper {
    max-height: 230px;
    overflow-y: auto;
    border-radius: 0 0 6px 6px;
}

.attribute-table th {
    position: sticky;
    top: 0;
    background-color: #f1f3ff;
    color: #333;
    font-weight: 600;
}

.attribute-table td, .attribute-table th {
    padding: 6px;
    font-size: 12.5px;
    /*             border: 0px solid #000;
 */ height: 5px;
}

#container {
    display: flex;
    flex-direction: column;
}


.sidebar_wrap {
    position: relative;
}

.card.shadow-sm.rounded-4.w-100.alertdiv {
    min-height: 376px;
}
/*#sakshee*/
.card_header {
    /* padding: 6px 17px; */
    min-height: 46px;
    display: flex;
    align-items: center;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
}
#defaultStyleSection d-flex {
    align-items: center;
}

input#simpleWidth {
    border: 1px solid #e9e3e3 !important;
    border-radius: 4px;
    padding-left: 5px;
}

#defaultStyleSection label {
    min-width: 122px;
    FONT-WEIGHT: NORMAL;
    color: #000000 !important;
}

#stylePanel .panel-body {
    background: #f2f8ff !important;
}

button#loadValuesBtn {
    background: #ffffff !important;
    border: 1px solid #007bff !important;
}

.preview_btn button {
    background: #ffffff !important;
    border: 1px solid #007bff !important;
}
footer {
    margin-top: auto;
}

.stat-cards .stat-cards-item {
    margin-bottom: 16px;
}
/* Pagination */
.pagination {
    padding: 15px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.pagination button {
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.pagination button:hover {
    background: #f3f3f3;
}

/* Submenu positioning */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -5px;
    display: none;
}

/* Show submenu on hover */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
#districtTable td {
    border-bottom: 1px solid #CADDF8 !important;
    padding: 6px;
    text-align: left;
    border: none;
}

.left-section #districtTable th {
    border-right: 1px solid #CADDF8 !important;
    border: none;
}

#districtTable {
    border: 1px solid #CADDF8;
    border-radius: 4px;
    overflow: hidden;
}

#districtTable select.form-select.form-select-sm.clsCluster {
    border: 1px solid #ccc !important;
    color: #555;
}