@import url('https://fonts.googleapis.com/css2?family=Lato:wght@500;600;700;800&family=Nunito:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&family=Raleway:wght@500;600;700;800&family=Rubik:wght@400;500;600;700;800;900&display=swap');

/* 
font-family: 'Jost', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Rubik', sans-serif; */

:root {
    --header-height: 3rem;
    --nav-width: 68px;
    --first-color: #002244;
    --first-color-light: #fff;
    --white-color: #fff;
    --normal-font-size: 1rem;
    --z-fixed: 100;


    --bg-color1: #202b3b;
    --bg-color2: #253347;
    /* #5b5b5b */
    --bg-color-hower: #508e00;
    --theme-color: #25476a;
}

*,
::before,
::after {
    box-sizing: border-box
}

body {
    position: relative;
    margin: var(--header-height) 0 0 0;
    font-size: var(--normal-font-size);
    transition: .5s;
    font-family: 'Lato', sans-serif !important;
}

a {
    text-decoration: none !important;
}

.header {
    /* width: var(--header-height); */

    /* height: var(--header-height); */
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: var(--white-color); */
    z-index: var(--z-fixed);
    transition: .5s
}

.header_toggle {
    color: var(--first-color);
    font-size: 1.5rem;
    cursor: pointer;
    background: #fff;
    width: 48px;
    height: 48px;
    margin: 2px;
    font-size: 26px;
    border-radius: 6px;
    align-items: center;
    vertical-align: center;
    display: flex;
    justify-content: center;
    filter: drop-shadow(0 0 0.90rem rgb(192, 192, 192));
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

.header_img img {
    width: 40px
}

.l-navbar {
    position: fixed;
    top: 60px;
    left: -30%;
    width: var(--nav-width);
    height: 100vh;
    /* background-color: var(--first-color); */
    background: var(--bg-color2);
    padding: .5rem 1rem 0 0;
    transition: .5s;
    z-index: var(--z-fixed)
}



.main_navbar{
    height: 60px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color: var(--bg-color2);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15); */
}
.main_navbar .navbar_text h1{
    color: rgb(255, 255, 255);
    font-size: 26PX;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: 900;
    font-family: "Open sans", Helvetica, Arial !important;
    text-align: center;
    margin: 0px;
}
.main_navbar .logo_container{
    display: flex;
    height: 100%;
    /* width: 100%; */

}

.main_navbar .logo_container img{
    height: 100%;
    /* width: auto; */
}







 
.auth_container {
    height: calc(100vh - 60px);
    width: 100%;
  
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: whitesmoke;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
  }
  
  
  
  
  
  
  .auth_form_box {
    min-width: 380px;
    min-height: 400px;
    max-width: 500px;
    background-color: rgb(255, 255, 255);
    box-shadow: 30px 14px 28px rgba(0, 0, 5, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* opacity:0.5; */
    border-radius: 20px;
    text-align: center;
  }

  
  .auth_item {
    width: 100%;
    margin: 10px 0px;


  }
  .auth_profile {
    font-size: 80px;
    text-align: center;
    color: black;
  }

  .auth_item label{
    text-align: left;
    width: 100%;
    font-size: 16px;
  }
  .auth_item input{
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;

  }

  
  

  


  .auth_button {
    margin-top: 20px;
  }
  
  .auth_button input {
    width: 100%;
    border: none;
    padding: 10px;
    border-radius: 10px;
    background-color: #002e4c;
    color: white;
    font-weight: bold;
  
  }
  
  .auth_button input:hover {
    background-color:#011d30;
  
  }
  


  
  .btn_general {
    background-color: #202b3b;
    border: none;
    color: white;
    text-align: center;
    width: 100%;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
    border-radius: 5px;
    margin-top: 20px;
}




.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    /* padding: .5rem 0 .5rem 1.5rem; */

    position: relative;
    color: var(--first-color-light);
    /* margin-bottom: 20px; */
    transition: .3s;
    /* background-color: #0082E4; */
    height: 70px;
    width: 300px;
}

.nav_link:hover {
    color: var(--white-color)
}

.nav_link.active:hover {
    color: #002244;

}

.nav_link.active {
    background: #fff;
    border-radius: 15px;
    color: #002244;
}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo-icon {
    font-size: 1.5rem;
    color: var(--white-color);
    padding: .5rem 0 .5rem 1.5rem;

}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700
}





.nav_icon {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    padding: .5rem 0 .5rem 1.5rem;
}

.show {
    left: 0
}

.body-pd {
    /* padding-left: calc(var(--nav-width) + 1rem) */
    margin-left: calc(var(--nav-width) + 4rem);
}

.card-body {
    /* padding: 0.5rem 0.5rem; */
    /* width: 18vw; */
    max-height: 70vh;
    overflow-y: auto;
}

.active {
    color: var(--white-color)
}

.nav_name {
    font-weight: 500;
    line-height: 40px;
    margin-left: 0.5rem;
}

.height-100 {
    height: 100vh
}


#map {
    display: flex;
    justify-content: space-between;
    height: calc(100vh - 60px);
    background: #fff;
    display: flex;
    align-items: center;
    /* position: fixed; */
    width: 100%;
    left: 68px;
    z-index: 100;
}

.wb-button-container {
    position: fixed;
    right: 24px;
    top: 65px;
    z-index: 9900;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 4px;
    padding: 2px;
}

.wb-button i {
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    background-color: #002244;
    width: 48px;
    height: 48px;
    margin: 1px;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
}

.wb-button i:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.zoom-button-container {
    position: fixed;
    left: 100px;
    bottom: 65px;
    z-index: 9900;
}

.zoom-button {
    display: flex;
    text-align: center;
}

.zoom-button i {
    cursor: pointer;
    background-color: #002244;
    margin: 2px;
    /* padding: 10px; */
    width: 32px;
    height: 32px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
}

.modal-content {
    overflow: hidden;
    border-radius: 16px !important;
}

.modal-header {
    background-color: #002244;
    color: #fff;
}

.modal-footer {
    border-top: none !important;
}

.modal-body {
    padding: 1rem 1rem 0 1rem !important;
}

p {
    color: #002244;
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0 !important;
}

.modal #closebtn {
    background-color: #EAECEE;
    color: #002244;
    border: 1px solid #EAECEE;
    font-weight: 500;
    font-size: 16px;
}

#startTourBtn {
    font-weight: 500;
    font-size: 16px;
}

.modal #savebtn {
    background-color: #002244;
    color: #fff;
    border: 1px solid #002244;
    font-weight: 500;
    font-size: 16px;
}

.form-label {
    font-size: 16px;
    font-weight: 500;
    color: #002244;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;

}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 40px;
    color: #6c757d;
    background-color: #fff;
    border: 1px solid #eaecee;
    border-radius: 0.5rem;
    font-size: 1rem;
}

.custom-file-label::after {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.375rem 0.75rem;
    line-height: 40px;
    color: #fff;
    content: "Choose file";
    background-color: #53B3FF;
    border-left: inherit;
    border-radius: 0 0.5rem 0.5rem 0;
}

.modal-body .form-control {
    display: block;
    width: 100%;
    line-height: 40px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #EAECEE;
    border-radius: 0.5rem;
}

.modal-body span {
    position: absolute;
    right: 4px;
}

/* Submenu Style Starts */
.submenu {
    background: #fff;
    padding: 10px;
    position: absolute;
    height: calc(100vh - 60px);
    top: 0;
    left: 68px;
    width: 280px !important;
    transition: width 3s ease;
    border-right: 1px solid #002244;
    overflow-y: auto;
    /* box-shadow: 0 2px 4px 0 rgba(0,0,0,.2); */
    /* display: block !important; */
}
.logo-name{
    /* background-color: #6c757d; */
    /* display: flex;
    justify-content:space-between;
    align-items: center; */

}
.logo-name h2 {
    font-weight: bolder;
    font-size: 22px;
    font-weight: 700;
    color: #002244;
    text-align: center;
}

.subsecstart {
    margin-top: 3rem;
    border: 1px dashed var(--bg-color1);
    padding: 10px;
    border-radius: 10px;
}

.heading {
    font-size: 18px;
    font-weight: bold;
    color: #002244;
    margin-bottom: .5rem;
}

.subsecstart .form-check {
    font-size: 16px;
    font-weight: 500;
    min-height: 2.5rem;
}

.form-check label {
    color: #002244;
    font-weight: 500;
}

.overlayLayers {
    margin-top: 1.5rem;
}

.overlayLayers .heading {
    font-size: 20px;
    font-weight: bold;
    color: #002244;
    margin-bottom: 20px;
}

.overlayLayers .form-check {
    font-size: 16px;
    font-weight: 500;
    color: #002244;
    min-height: 2.5rem;
}

.subsecstart .form-select {
    color: #6c757d;
    background-color: #fff;
    border: 1px solid #eaecee;
    border-radius: 0.3rem;
}

.subsecstart .form-select option {
    border: none;
}

.closeBtn {
    /* right: 10px; */
    /* position: absolute; */
    font-size: 32px;
    color: #98abb9;
    cursor: pointer;
}

.py-3 {
    padding-top: inherit;
    padding-bottom: inherit;
}

.page-footer {
    background: #16222B;
    color: #fff;
    width: 100%;
    bottom: 0;
    position: fixed;
    font-weight: 500;
    z-index: 9999;
    height: 40px;
}

/* More Features CSS -------------------------------------------------------------------------------------------------------------------------------- */
.boxes {
    z-index: 1;
    position: absolute;
    top: 100px;
    left: calc(280px + 100px) !important;
    transition: .5s ease;
    /* background-color: rgba(255,255,255,.4); */
    /* border-radius: 4px; */
    /* padding: 2px; */
}

/* .wb-button .toogleBtn{
    background-color: rgba(255,255,255,.4);
    border-radius: 8px;
    padding: 0px 2px 2px 2px ;
} */

.moreFeatures button {
    width: 32px;
    height: 32px;
    margin: 1px;
    background: #002244;
    border: none;
    border-radius: 2px;
}

/* .moreFeatures button.active {
    background-color: #002244;
    color: #fff;
    border: 2px solid;
    width: 32px;
    height: 32px;
    margin: 2px;
} */
.moreFeatures button.active:focus {
    box-shadow: none;
}

/* .moreFeatures .btn-primary:active{
    color: #fff;
    background-color: #53b3ff;
    border-color: #3f9ce9;
} */

.ol-tooltip {
    font-family: 'Font Awesome 5 Free';
    position: relative;
    background: #ffcc33;
    border-radius: 4px;
    color: black;
    padding: 2px 4px;
    opacity: 0.7;
    white-space: nowrap;
    font-size: 12px;
}

.ol-tooltip-measure {
    opacity: 1;
    font-weight: lighter;
}

.ol-tooltip-static {
    background-color: #ffcc33;
    color: black;
    border: 1px solid white;
}

.ol-tooltip-measure:before,
.ol-tooltip-static:before {
    border-top: 6px solid #ffcc33;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
}

.ol-tooltip-static:before {
    border-top-color: #ffcc33;
}

.ol-zoom {
    z-index: 1;
    position: absolute;
    top: 5px;
    left: calc(280px + 100px) !important;
    border-radius: 4px;
    padding: 2px;
    transition: .5s ease;
    /* margin-left: calc(var(--nav-width) + 158px) !important; */
}

.ol-control button {
    display: block;
    margin: 1px;
    padding: 0;
    color: #fff;
    font-size: 1.14em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: .6em;
    background: #002244;
    border: none;
    border-radius: 2px;
    width: 32px;
    height: 32px;
}

.ol-control button:focus, .ol-control button:hover {
    background: #002244;
}

.ol-control button {
    background: #002244;
}

.ol-control button:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.moreIcons {
    background-color: rgba(255, 255, 255, .4);
    padding: 2px;
    border-radius: 4px;
}

.coordinates {
    z-index: 1000;
    position: absolute;
    right: 24px;
    color: #002244;
    font-weight: 500;
    bottom: 6rem;
    background: #ffffff60;
    padding: 4px;
    border-radius: 4px;
}
.legend_img_container{
    z-index: 1000;
    position: absolute;
    right: 24px;
    bottom: 8rem;
    width: 180px;

}
.legend_img_container img{
    width: 100%;
}


.ol-scale-line {
    z-index: 1000;
    background: #002244;
    border-radius: 4px;
    bottom: 4rem;
    right: 24px;
    padding: 2px;
    position: absolute;
}

.ol-scale-line-inner {
    border: 1px solid #eee;
    border-top: none;
    color: #eee;
    font-size: 12px;
    text-align: center;
    margin: 1px;
    will-change: contents, width;
    transition: all .25s;
}

.ol-attribution {
    text-align: right;
    bottom: 8rem;
    right: 24px;
    max-width: calc(100% - 1.3em);
}

.ol-control:hover {
    color: #002244;
}

/* --------------------------------------------------------------------------------------------------- */
.step1 h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0082E4;
}

.step1 p {
    font-size: 15px;

    color: #023053;
    line-height: 28px;
}

/* 
.tooltipClass {
    background-color: rgba(255, 255, 255) !important;
    position: fixed !important;
    max-width: 100% !important;
}
.introjs-tooltip{
    padding: 0 !important;
}
.introjs-tooltip-header{
    background-color: #002244;
    color: #fff;
    padding: 20px !important;
}
#modalContent{
    border: none !important;
}
#modalDialog{
    margin: 0px !important;
}
#modalBody{
    margin: 0px !important;
    padding: 0px !important;
} */

.introjs-tooltip {
    background-color: #fff !important;
    /* left: 5rem !important; */
    /* top: 5rem !important; */
    color: #023053 !important;
    min-width: 300px !important;
}

.introjs-tooltip-header {
    padding-top: 0px !important;
}

.introjs-tooltip-title {
    color: #0082E4 !important;
    font-size: 20px !important;
    padding-top: 1.5rem !important;

}

.introjs-tooltiptext {
    color: #023053 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.75rem !important;
    padding: 20px 20px 0px 20px !important;
}

.introjs-tooltipbuttons {
    background-color: #fff !important;
    bottom: -24px !important;
}

.introjs-nextbutton {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    text-shadow: none !important;
    padding: 0.5rem 1rem !important;
    margin: 0.5rem !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 4px !important;
}

.introjs-button:hover {
    color: #0d6efd !important;
}

.introjs-nextbutton:hover {
    color: #0d6efd !important;
    background-color: #fff !important;
    border: 1px solid #0d6efd !important;
}

.introjs-skipbutton {
    color: #023053 !important;
    text-decoration: underline !important;
    text-shadow: none !important;
    bottom: 20px;
    position: absolute;
    left: 10px;
    font-size: 14px !important;
    text-decoration: underline !important;
}

.introjs-prevbutton {
    display: none !important;
}

.introjs-tooltip .step-4-tooltip a {
    display: none;
}

.step-highlight {
    width: 48px !important;
    box-shadow: rgb(33 33 33 / 80%) 0px 0px 0px 5000px !important;
}

.side-icons-highlight {
    width: 56px !important;
    height: 56px !important;
    box-shadow: rgb(33 33 33 / 80%) 0px 0px 0px 5000px !important;

}

.introjs-tooltipReferenceLayer {
    width: 72px !important;
}





/* ------------------------ */
/* Preloader */
/* ------------------------ */
.main_preloader {
    justify-content: center;
    align-items: center;
    height: calc(100vh - 60px);
    width: 100vw;
    position: fixed;
    top: 60px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    flex-direction: column;
    background-color: rgba(231, 231, 231, 0.5);
    z-index: 100000;
  }
  
  .loading_text {
    text-align: center;
    margin-top: 50px;
  }
  
  .main_loader {
    color: #002244;
    font-size: 45px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    transform: translateZ(0);
    animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
  }






#alert_container {

    position: fixed;
    top: 12vh;
    right: 0px;
    min-width: 20vw;
    /* color: rgb(0, 43, 63);
        background-color: #6ed5f7; */
    color: rgb(0, 0, 0);
    background-color: #FFC107;
    padding: 15px 25px;
    border-radius: 5px 0px 0px 5px;
    opacity: 1;
    visibility: visible;
    animation: fade-in 0.5s ease-out forwards;
    z-index: 1000000000;
  }
  .show_alert{
      display: block;
      animation: fade-in 0.5s ease-out forwards;
  
  }
  .hide_alert{
      display: none;
      animation: fade-out 0.5s ease-in forwards;
  }
  
  @keyframes fade-in {
      from {
        opacity: 0;
        transform: translateX(50px);
      }
    
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }
    
    @keyframes fade-out {
      from {
        opacity: 1;
        transform: translateX(0);
      }
    
      to {
        opacity: 0;
        /* transform: translateX(50px); */
      }
    }
    
    
  
  
  
    
  
  

  


  
  @keyframes mltShdSpin {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em,
        0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em,
        0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em,
        -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em,
        -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
  
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
        -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
        -0.749em -0.34em 0 -0.477em;
    }
  
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
        -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
        -0.82em -0.09em 0 -0.477em;
    }
  
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em,
        0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  
  @keyframes round {
    0% {
      transform: rotate(0deg)
    }
  
    100% {
      transform: rotate(360deg)
    }
  }


@media only screen and (min-width:320px) and (max-width:768px){
    .main_navbar .navbar_text h1{
        font-size: 18px;

    }
    .header {
        top: 70px;
    }

    .l-navbar {
        padding: 0;
    }

    .ol-zoom {
        left: 1rem;
    }

    .boxes {
        left: 1rem;
        padding-top: 1rem;
    }

    .toogleBtn {
        /* position: fixed; */
        right: 0.5rem;
    }

    .coordinates {
        z-index: 1;
    }

    .wb-button-container {
        z-index: 1;
    }
}

@media only screen and (min-width:769px){
    /* body {
        margin: calc(var(--header-height) + 1rem) 0 0 0;
        padding-left: calc(var(--nav-width) + 2rem)
    } */


    .header {

        height: calc(var(--header-height) + 1rem);
        /* padding: 0 2rem 0 calc(var(--nav-width) + 2rem); */
        margin-left: calc(var(--nav-width) + 2rem);
    }
    .show {
        width: calc(var(--nav-width) + 156px);
    }

    .body-pd {
        margin-left: calc(var(--nav-width) + 166px);

    }

    .body-nd {
        margin-left: calc(var(--nav-width) + 256px);
    }

    .box-pd {
        margin-left: calc(var(--nav-width) + 70px);
        transition: .5s ease;
    }

    .box-nd {
        /* margin-left: calc(var(--nav-width) + 174px); */
        transition: .5s ease;
    }

    .header_img {
        width: 40px;
        height: 40px
    }

    .header_img img {
        width: 45px
    }

    .l-navbar {
        left: 0;
        padding: 0;
    }

    .header {
        top: 70px;
    }

    .toogleBtn {
        right: 1rem;
    }
    .l-navbar{
        left: 0%; 
    }
}