@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');



body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000000;
}

::-webkit-scrollbar {
    width: 7px;
    background: rgb(224 224 224);
    height: 5px;
    border-radius: 50px;
    cursor: pointer;
}


::-webkit-scrollbar-thumb {
    background: #2384c6;
    border-radius: 50px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.text-black {
    color: #000 !important;
}

.main-heading {
    font-size: 25px;
    color: #0067ad;
    text-shadow: -1px -1px 0px #003970, 2px 2px 0px #003970, 3px 3px 0px #2196f3;
}

.form-select {
    background-color: #fff;
    background-size: 16px 12px;
    border: 1px solid #fff;
    border-radius: 4px;
}

.nic-logo-bottom {
    position: absolute;
    bottom: 20px;
    right: 20px;
}


.s-header {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 81px;
}

.india-wise-box {
    width: 400px;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 1;
    background-color: #ffffff7d !important;
    border-radius: 36px;
    padding: 9px;
    border: 2px solid #ffffffa8;
}

.india-wise-box h6 {
    padding: 9px;
    font-size: 14px;
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
    font-weight: 700;
}

.font-12 {
    font-size: 12px;
}

.blur-box {
    /*background-color: #ff9800 !important;*/
    backdrop-filter: blur(7px);
    border-radius: 10px;
    /*border: 2px solid #ff9800;*/
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%) !important;
}

#change-map-layer {
    position: absolute;
    top: 90px;
    left: auto;
    right: 70px;
    z-index: 999;
}

#change-map-layer ul li img {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.25s;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

#change-map-layer ul li:hover img {
    transform: translateY(-5px);
}

#change-map-layer ul {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0;
}

#change-map-layer ul li {
    margin: 0px 10px;
    text-align: center;
}

#change-map-layer ul li a {
    text-decoration: none;
    color: #000;
    display: block;
}

#change-map-layer ul li a p {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 700;
}

.blur-box.bb2 {
    right: 165px !important;
    transform: translateX(40px);
    transition: 0.45s;
    opacity: 0;
    visibility: hidden;
    display: block;
}

.blur-box.bb2.show {
    transform: translateX(0px) !important;
    transition: 0.45s;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.gm-style .place-card-large {
    padding: 9px 4px 9px 11px;
    display: none;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #2384c6;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    transform: rotate(-180deg);
    filter: grayscale(1) invert(1) brightness(2.5);
}

.cursor-disabled {
    opacity: .72;
    cursor: not-allowed;
}

button.accordion-button.collapsed:disabled {
    opacity: 0.5;
    background: #cceaff;
    cursor: not-allowed;
}

.menu-icon {
    font-size: 23px;
    position: fixed;
    top: 92px;
    left: 22px;
    background: #008eff;
    padding: 2px 10px;
    border-radius: 5px;
}

.center-header {
    gap: 9px;
    background: #008eff;
    border-radius: 10px;
    padding: 0px 10px;
    transform: translateY(15px);
    box-shadow: 0px 10px 15px -5px #00397042;
}

.offcanvas-start {
    top: 90px;
    left: 20px;
    bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
    border: 0px;
}

.navbar-nav .nav-link {
    white-space: nowrap;
    display: grid;
    font-size: 12px;
    text-align: center;
    transition: 0.5s;
    color: #fff !important;
}

.navbar-nav .nav-link .fas {
    font-size: 16px;
    width: 35px;
    height: 35px;
    background: #005ab0;
    text-align: center;
    display: grid;
    place-content: center;
    border-radius: 50px;
    padding: 5px;
    margin: 0 auto;
    transition: 0.25s;
}

.navbar-nav .nav-link:hover .fas {
    background: #ff9800;
    box-shadow: 0px 9px 15px -5px #00000057;
    transform: translateY(-5px);
}

.offcanvas {
    background-color: #003970 !important;
}

.accordion-button {
    font-size: 15px;
    padding: 0.63rem 1rem;
    border-radius: 4px !important;
}

.center-footer {
    position: fixed;
    bottom: 10px;
    left: auto;
    right: 10px;
}

.center-footer h6 small {
    background: #003970;
    font-size: 12px;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
}
 

@media screen and (max-width: 768px) {
    .menu-icon {
        position: inherit;
        top: auto;
        left: auto;
        background: transparent;
    }

    .center-header {
        display: flex;
        flex-direction: inherit;
        justify-content: space-between;
        position: fixed;
        bottom: 0px;
        left: 10px;
        right: 10px;
        transform: translateY(-5px);
    }

    .navbar-nav .nav-link {
        font-size: 9px;
    }

    .offcanvas-start {
        top: 80px;
        left: 10px;
        bottom: 90px;
    }

    .blur-box.bb2 {
        transform: translateY(-40px);
        right: 10px !important;
        left: auto !important;
        top: 171px !important;
    }

    .blur-box.bb2.show {
        transform: translateY(0px) !important;
    }

    #change-map-layer ul li img {
        width: 40px;
        height: 40px;
    }

    #change-map-layer ul li a p {
        margin-top: 5px;
        margin-bottom: 7px !important;
        padding-bottom: 5px;
        border-bottom: 1px solid #fff;
        font-size: 9px;
        font-weight: 700;
    }

    #change-map-layer ul li:last-child a p {
        margin-bottom: 0px !important;
        padding-bottom: 0px;
        border-bottom: 0px solid #fff;
    }

    #change-map-layer #basmaps_click li a p {
        margin-bottom: 0px !important;
        padding-bottom: 0px;
        border-bottom: 0px solid #fff;
    }

    .india-wise-box {
        width: 300px;
        top: auto;
        bottom: 6rem;
        border-radius: 20px;
        right: 0.54rem;
        padding: 10px;
    }
    .india-wise-box img {
         border-radius: 10px !important;
    }

    #change-map-layer {
        right: 10px;
        top: 80px;
    }

}

.esri-ui-top-left {
    bottom: auto !important;
    right: 0 !important;
    top: 8px !important;
    left: auto !important;
}

.esri-view .esri-view-surface--inset-outline:focus::after {
    outline: auto 0px Highlight !important; 
    outline: auto 0px -webkit-focus-ring-color !important;
}

#basemapBox {
    margin: 1px !important; 
    border-radius: 7px !important;
}
/*loader css*/
#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

    #loading-bar-spinner.spinner .spinner-icon {
        width: 50px;
        height: 50px;
        border: solid 5px #ffffff00;
        border-top-color: #0098ff !important;
        border-left-color: #000000 !important;
        border-radius: 50%;
    }

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-bg {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff9e;
    z-index: 9;
}

/*loader css end*/