body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    /* font-size: 1rem;
    font-weight: 400; */
    /* line-height: 1.5; */
    color: #212529;
    background-color: #fff;
    /* -webkit-text-size-adjust: 100%; */
    /* -webkit-tap-highlight-color: transparent; */
    overflow: hidden;
  }

  a {
    color: #0d6efd;
  }

  .link- {
    color: #0d6efd;
    cursor: pointer;
  }

  #map {
    height: 100vh;
    width: 100vw;
  }

  #map .ol-zoom {
    top: 250px;
    left: auto;
    right: 10px;
    background-color: blue;
    color: antiquewhite;
  }

  #map .ol-full-screen {
    top: 200px;
    left: auto;
    right: 10px;
    background-color: blue;
    color: antiquewhite;
  }


  #pac-card-copyright {
    position: absolute;
    right: 0px;
    bottom: 10px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: bold;
    /*line-height: 1.5;*/
    color: #212529;
    font-size: .6em;
    margin: .5em;
    margin-bottom: .8em;
    /*padding: .2em;*/
    /* -webkit-box-sizing: border-box; */
    /* -moz-box-sizing: border-box; */
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
  }

  #pac-card-copyright p {
    background-color: #DEEDF8;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0px;
  }

  #pac-card-copyright img {
    display: inline-block;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    /* -moz-box-sizing: border-box; */
  }

  #top-text{
    margin-right: 0px; margin-left: 12px; position: absolute; left: 0px; top: -15px;
  }
  #top-text-div2{
    padding: 12px;text-align: center;max-width: 250px;min-width: 250px;width: 250px;
  }
  #top-text-div2 > p {
    font-size: 12px;
  }
  #top-text-div2 > a {
    font-size: 11px;
  }

  .ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 400px;
    /* max-height:109px ; */
    /* overflow:; */
    color: #343a40;
    font-size: 13px;
  }

  .ol-popup p {
    padding: 1px;
    margin: 0px;
  }

  .ol-popup:after,
  .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
  }

  .ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
  }

  .ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
  }

  .ol-popup-closer:after {
    content: "✖";
    color: #6c757d;
  }



  /* loader */

  #loader {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }

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

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

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

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

  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
  }

  @-webkit-keyframes animatebottom {
    from {
      bottom: -100px;
      opacity: 0;
    }

    to {
      bottom: 0px;
      opacity: 1;
    }
  }

  @keyframes animatebottom {
    from {
      bottom: -100px;
      opacity: 0;
    }

    to {
      bottom: 0;
      opacity: 1;
    }
  }

  .pac-card{
        margin: 10px 10px 0 0;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: none;
        box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
        background-color: #fff;
        font-family: Roboto;
          display: none;
         height: 50px;
  }
  #title {
    color: #fff;
  background-color: #4d90fe;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 12px;

  }

  .minimize,
  .maximize {
  float: right;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  }

  #pac-container {
    padding-bottom: 12px;
    text-align: center;
    max-width: 300px;
    min-width: 300px;
    width: 300px;
  }

  .minimize {
  background-image: url(/2024eclipse/graphics/icons/minimize.png);
  }
  #pac-container {
  /*padding-bottom: 12px;*/
  text-align: center;
  max-width: 300px;
  min-width: 300px;
  width: 300px;
  }

  #pac-input,
  #searchqry {
      background-color: #fff;
      font-family: Roboto;
      font-size: 15px;
      font-weight: 300;
      margin-left: auto;
      margin-right: auto;
      margin-top: 12px;
      padding: 10 11px 10 13px;
      text-overflow: ellipsis;
      width: 75%;
      height: 24px;
  }

  #pac-input:focus,
  #searchqry:focus {
  border-color: #4d90fe;
  }



  .autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
    font-family: 'Assistant', sans-serif;
  }

  .autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;;
  }



  
  .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
  }

  .animated-super-fast {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  

  .btn-close {
    color: black;
    position: absolute;
    right: 10px;
  }

  .text-center p{
    font-family: "Roboto";
    font-weight: 300;
  }
  .text-center {
    color: #212529;
    text-align: center;
    font-family: "Roboto";
    font-weight: 500;
    /*padding: 0px;*/
      margin: 0px;
      margin-bottom: 10px;
      margin-top: 7px;
  }

  strong {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  }

  .text-inside {
    font-weight: 400;
    color: #212529;
    line-height: 1.5;

  }

  .text-strong {
    font-weight: 600;
    color: #212529;
    line-height: 1.5;


  }

  
  .explanation_text {
    font: 400 11px "Roboto";

  }

  #instructions {
    overflow-y: scroll;
    width: auto;
    background: #0000000d;
    padding: 5px;
    height: 70vh;
    text-align: left;
    display: none;

  }

  #title-minimized {
    left: 42vw;
    bottom: 5vh;
    position: fixed;
    color: #fff;
    background-color: #4d90fe;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 12px;
    display: none;
    border-bottom: 3px solid white;
  }

  .maximize {
    background-image: url(/2024eclipse/graphics/icons/restore.png);
  }


  #autocomplete-suggestions-id {
    position: absolute;
    max-height: 300px;
    z-index: 9999;
    top: 80px;
    right: 29px;
    width: 80.5%;
    display: block;
    /* overflow: scroll */
  }

  .autocomplete-strong{
    color: #4d90fe;
}

b{
    font-weight: bold;
}






@media only screen and (max-width: 1035px)   {
    #title-minimized {
      left: 30%;
    }
    }
    @media only screen and (max-width: 900px) {
      #title-minimized {
        left: 25%;
      }
    }
    @media only screen and (max-width: 800px)   {
    #title-minimized {
      left: 20%;
    }
    }
    @media only screen and (max-width: 700px) {
    #title-minimized {
      left: 15%;
    }
    }
    @media only screen and (max-width: 600px) and  {
    #title-minimized {
      left: 10%;
    }
    }
    @media only screen and (max-width: 500px) {
    #title-minimized {
      left: 5%;
    }
    }
    @media only screen and (max-width: 400px) {
    #title-minimized {
      left: 0;
    }
    }
	
	