 @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: 15px;
 }

 ::-webkit-scrollbar {
     width: 7px;
     background: rgb(224 224 224);
     height: 5px;
     border-radius: 50px;
     cursor: pointer;
 }


 ::-webkit-scrollbar-thumb {
     background: #f57f17;
     border-radius: 50px;
 }

 .header-icon {
     width: 27px;
     height: 27px;
     font-size: 14px;
     margin: 0 auto;
     background: #368bef;
     color: white;
     border-radius: 50px;
     text-align: center;
     transition: 0.25s;
     padding-top: 7px;
 }

 .navbar-nav .nav-link {
     display: grid;
     justify-content: center;
     text-align: center;
     color: #fff !important;
     font-weight: 600;
     transition: 0.25s;
     position: relative;
     padding: 1rem 1rem !important;
 }

 li.nav-item {
     /*border-right: 1px solid #dedede;*/
 }

 li.nav-item:last-child {
     border: none;
 }

 .navbar-nav .nav-link:before {
     content: '';
     position: absolute;
     background: #ffd89d;
     height: 2px;
     width: 0%;
     border-radius: 100px;
     z-index: -1;
     transition: 0.25s;
     bottom: 10px;
     margin: 0 auto;
     left: 0;
     right: 0;
 }

 .navbar-nav .nav-link:hover:before {
     width: 27px;
 }

 .navbar-nav .nav-link:hover .header-icon {
     transform: translateY(-5px);
     box-shadow: 0px 10px 18px -5px rgba(0, 0, 0, 0.6);
 }

 .scheme-icon {
     width: 80px;
     height: 80px;
     object-fit: contain;
     margin: 0 auto;
     margin-bottom: 20px;
 }

 .section-center-green {
     padding: 2rem 0rem;
     background-color: #368c3a;
     background-image: url(../img/pattern-bg.png);
 }

 .btn-mb {
     background: #fff;
     padding: 12px 22px;
     font-weight: 700;
     border-radius: 100px;
     border: none;
 }

 .btn-mb-dark {
     /*background: linear-gradient(120deg, #f4a700 40%, #6cbe03 80%);*/
     background: #f57f17;
     padding: 12px 22px;
     font-weight: 700;
     border-radius: 100px;
     border: none;
     text-transform: uppercase;
     color: white !important;
     transition: 0.25s;
 }

 .btn-mb-dark:hover,
 .btn-mb:hover {
     box-shadow: 10px 10px 25px -5px rgba(0, 0, 0, 0.27);
 }

 .rd-navbar {
     z-index: 9;
     background-color: #368c3a;
     background-image: url(../img/pattern-bg.png);
     background-size: 54%;
     overflow: hidden;
     top: -1px;
 }

 .rd-navbar:before {
     content: "";
     position: absolute;
     background: #ffffff;
     top: 0;
     left: 0px;
     height: 100%;
     width: calc(270px - 0px);
     z-index: -1;
 }

 .rd-navbar:after {
     content: "";
     position: absolute;
     background: #ffffff;
     /* top: -1px; */
     left: 237px;
     z-index: -1;
     width: 68px;
     height: 68px;
     border-radius: 0px 10px 0px 0px;
     background-color: rgb(255 255 255) !important;
     transform: rotateZ(45deg);
     box-shadow: 20px -20px 25px -5px #0000004a;
 }



 .gis-btn .fa-arrow-up {
     transition: 0.25s;
     transform: rotate(45deg) translate(5px, -5px) !important;
 }

 .gis-btn:hover .fa-arrow-up {
     color: #dc9f57;
     transform: rotate(45deg) translate(5px, -10px) !important;
 }

 .go-to-section {
     background-image: url(../img/goto-gis.jpg);
     background-size: 100%;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0px 25px 35px -5px rgb(0 0 0 / 27%);
 }

 .go-to-parallax {
     padding: 2rem 2rem;
     background: linear-gradient(45deg, #a14b008a, #00000094, #004503b0);
 }

 .text-shadow {
     text-shadow: 2px 2px 5px #0000006b;
 }
 .mt--50{
            margin-top: -50px; 
        }
  


 /*map-css-start*/
 .center-header {
     background: #1f5c1ed1;
     border-radius: 10px;
     padding: 10px 10px;
     transform: translateY(15px);
     box-shadow: 0px 10px 15px -5px #00397042;
     display: flex;
     list-style: none;
     margin: 0 auto;
     background-image: url(../img/pattern-bg.png);
     background-size: 500px;
 }

 .center-header .nav-link {
     white-space: nowrap;
     display: grid;
     font-size: 12px;
     padding: 0px 10px;
     text-align: center;
     transition: 0.5s;
     color: #fff !important;
 }

 .center-header .nav-link .fas {
     font-size: 16px;
     width: 35px;
     height: 35px;
     color: #368c3a;
     background: #fff;
     text-align: center;
     display: grid;
     place-content: center;
     border-radius: 50px;
     padding: 5px;
     margin: 0 auto;
     transition: 0.25s;
 }

 .center-header .nav-link:hover .fas {
     background: #fff;
     color: #ff5722;
     box-shadow: 0px 9px 15px -5px #00000057;
     transform: translateY(-5px);
 }

 .center-header .nav-link.active .fas {
     background: #fff;
     color: #ff5722;
     box-shadow: 0px 9px 15px -5px #00000057;
     transform: translateY(-7px);
 }

 .center-header .nav-link.active .fas:after {
     content: '';
     position: absolute;
     width: 5px;
     height: 5px;
     border-radius: 50px;
     background: #ffffff;
     bottom: -11px;
     left: 0;
     right: 0;
     margin: 0 auto;
 }

 .tooltip {
     font-size: 10px;
 }


 .esri-view .esri-view-surface--inset-outline:focus::after {
     outline: auto 0px Highlight !important;
     outline: auto 0px -webkit-focus-ring-color !important;
 }

 .col-md-12.center-header-outer {
     position: fixed;
     z-index: 1000;
     display: flex;
     justify-content: center;
     bottom: 34px;
     left: 0;
    right: 0;
 }


 .offcanvas-start {
     top: 90px;
     left: 0px;
     bottom: 25px;
     border-radius: 0px 30px 30px 0px;
     overflow: hidden;
     border: 0px;
     padding-right: 10px;
     padding-bottom: 25px;
 }

 .offcanvas {
     background-image: url(../img/goto-gis.jpg);
 }

 #offcanvasScrolling:before {
     background: linear-gradient(137deg, #05621d8a 27%, #00000094, #004503b0);
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     z-index: -1;
 }

 .accordion-button {
     font-size: 15px;
     padding: 0.63rem 1rem;
     border-radius: 4px !important;
 }

 .accordion-button:not(.collapsed) {
     color: #000000;
     background-color: #58a160;
     box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
 }

 .accordion-button:focus {
     z-index: 3;
     border-color: #0fc00f;
     outline: 0;
     box-shadow: 0 0 0 0.25rem rgba(64, 223, 33, 0.51);
 }


 ::-webkit-scrollbar {
     width: 5px;
     background: #ffffff66;
     height: 5px;
     border-radius: 50px;
     cursor: pointer;
 }


 ::-webkit-scrollbar-thumb {
     background: #936f00;
     border-radius: 50px;
 }
.offcanvas-body::-webkit-scrollbar { 
     background: #ffffff66 !important; 
 }


.offcanvas-body::-webkit-scrollbar-thumb {
     background: #ffd080 !important; 
 }  

 .menu-bottom-box {
     position: absolute;
     z-index: 2;
     bottom: 70px;
     background: white;
     opacity: 0;
     visibility: hidden;
     margin-left: -33%;
     transition: 0.5s;
     transform: translateY(-50px);
 }

 .menu-bottom-box.active {
     opacity: 1;
     visibility: visible;
     transform: translateY(0px);
     transition: 0.5s;
 }

 .menu-bottom-box.active:before {
     content: '';
     position: absolute;
     width: 20px;
     height: 20px;
     background: white;
     transform: rotate(45deg);
     bottom: -9px;
     margin: 0 auto;
     left: 0;
     right: 0;
 }
.menu-icon {
    z-index: 1;
    font-size: 23px;
    position: fixed;
    /*top: 18px;
    left: 63px;*/
    top: 15px; 
    left: 15px;
    background: #164610;
    padding: 2px 10px;
    border-radius: 5px;
}

 .circle:before {
     content: "";
     width: 50px;
     height: 50px;
     background: #7fffd400;
     border-radius: 20px;
     box-shadow: -21px -25px 0px 0px #368c3a;
     position: absolute;
     right: -38px;
 }

 .circle:after {
     content: "";
     width: 50px;
     height: 50px;
     background: #7fffd400;
     border-radius: 20px;
     box-shadow: 21px -25px 0px 0px #fff;
     position: absolute;
     left: -38px;
     top: 0px;
     z-index: 99;
 }
   .esri-ui-top-left {
    bottom: auto !important;
    right: 0 !important;
    top: 0 !important;
    left: auto !important; 
}
        .info-popup-box{
            position: fixed;
            bottom: 27px;
            right: 15px; 
            border-radius: 10px;
            background: #52d317;  
            overflow: hidden;
            z-index: 1001;
        }
.info-popup-box-inner {
    padding: 15px;
    min-height: 150px;
    max-height: 430px;
    width: 320px;
    overflow: auto;
}


        
        
.blur-box {
    background-color: #ffffff !important;
    backdrop-filter: blur(7px);
    border-radius: 10px;
    border: 2px solid #ffffff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%) !important;
}

#change-map-layer {
    position: absolute;
    top: 90px;
    left: auto;
    right: 20px;
    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;
    border: 2px solid #00000069;
}

#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: 109px !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;
}
 /*map-css-end*/

/*Loader css start*/
.loader-fixed {
            position: fixed;
            height: 100vh;
            width: 100%;
            z-index: 1032;
            display: grid;
            place-content: center;
            background: #000637a6;
        }

        .loader {
            width: 120px;
            height: 75px;
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
        } 
        .ball {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            background-color: #ff9507;
            animation: bounce .5s alternate infinite;
        }

        .ball:nth-child(2) {
            animation-delay: .16s;
            background-color: #fff;
        }

        .ball:nth-child(3) {
            animation-delay: .32s;
            background-color: #1cc122;
        }

        @keyframes bounce {
            from {
                transform: translateY(0px);
            }

            to {
                transform: translateY(-50px);
            }
        }
    
/*Loader css end*/

.esri-attribution{
    display: none !important;
}

.btnDisabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.table-hover > tbody > tr:hover {
    background-color: #e9852c;
    color: #fff;
    cursor:pointer;
}
.trBufferActive {
    background-color: #368c3a;
    color: #fff;
}

/*.esri-sketch__section.esri-sketch__tool-section {
    display:none !important;
}*/

.esri-sketch__tool-section:last-child {
    display:none !important;
}

/*media query Start*/
@media screen and (max-width: 768px) {
    .mt--50{
        margin-top: 18px; 
    }
    .rd-navbar:before { 
        width: calc(214px - 0px); 
    }
    .rd-navbar:after { 
        left: 180px; 
    }
    .rd-navbar { 
        background-size: 150%;
    }
    .navbar-nav .nav-link:before {
        content: '';
        position: absolute;
        background: #ffd89d;
        height: 2px;
        width: 0%;
        border-radius: 100px;
        z-index: -1;
        transition: 0.25s;
        bottom: 10px;
        margin: 0 auto;
        left: 16px;
        right: auto;
    }
    .rd-offcanvas{
        top: 90px;
        left: 0px;
        bottom: 0px;
        border-radius: 0px;
        overflow: hidden;
        border: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        background: #4a4a4a;
    }
    .rd-offcanvas:before {
        background-image: url(../img/pattern-bg.png) !important; 
        background-size: 200% !important;
    }
    .menu-bottom-box { 
    margin-left: 0%; 
        left: 0;
    right: 0;
}
    .menu-bottom-box.active:before{
        display: none;
    }

    
}
/*media query End*/