

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Barlow', sans-serif;
  font-size: min(4.5vw, 18px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #4B2D78;
  margin: 5px;
}


  @media (max-width: 1000px) {
  #cesiumContainer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    }
    
    
    .cesium-viewer,
    .cesium-viewer-cesiumWidgetContainer,
    .cesium-widget,
    .cesium-widget canvas {
    width: 100%;
    height: 100%;
    }
    
    .cesium-viewer-bottom {
    display: none !important;
    }

    .miniinfo-box {
      display: none;
      z-index: 6;
      position: absolute;
      background-color: #F0F0F0;
      color: #4B2D78;
      border: 1px solid #4B2D78;
      padding: 10px;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .miniinfo-box p {
      margin: 0;
      font-size: min(3.5vw, 14px);
    }
    
    #miniinfoBox1 {
      width: 230px;
      top: 20%;
      right: 5%;
    }
    
    #miniinfoBox2 {
      width: 200px;
      top: 120px;
      right: 0;
    }
    
    #miniinfoBox3 {
      top: 30%;
      right: 5%;
    }
    
    #miniinfoBox4 {
      top: 30%;
      right: 5%;
    }
    
    #miniinfoBox5 {
      top: 30%;
      right: 5%;
    }


  }


  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 2; /* Place it above your content */
    display: none; /* Initially hidden */
}

.tabs {
  z-index:7;
  display: flex;
  justify-content: space-between;
  background-color: #F0F0F0;
  color: #4B2D78;
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.1);
  height: 7%;
}

.tab {
  flex-grow: 1;
  font-size: min(5vw, 22px);
  text-align: center;
  cursor: pointer;
  display: flex; /* Add this line */
  align-items: center; /* Add this line */
  justify-content: center; /* Add this line */
}

.tab.active {
  font-weight: bold;
  color: #4B2D78; /* Change to the desired text color */
}

.side-menu {
  z-index: 2;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #F0F0F0;
  overflow-x: hidden;
  transition: 0.5s;
  color: #4B2D78;
  align-items: center;
  padding: 5px 
}


.timedate {
  display: none;

}

.button-checkbox:checked + .side-menu {
  display: block;
}

.button-checkbox:checked + .side-menu + .sub-menu {
  display: block;
}

@media (min-width: 1000px) {
  
  /* Adjust cesiumContainer styles */
 #cesiumContainer {
  z-index: 6;
width: 100%;
height: 100%;
position: fixed;
top: 0;
right: 0;
z-index: 1;
}


.cesium-viewer,
.cesium-viewer-cesiumWidgetContainer,
.cesium-widget,
.cesium-widget canvas {
width: 100%;
height: 100%;
}

.cesium-viewer-bottom {
display: none !important;
}



.tabs {
  z-index: 7;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  background-color: #F0F0F0;
  color: #4B2D78;
  position: flex;
  top: 0;
  right: 0;
  height: 40px;
  width: 100%;
}

.tab {
  flex-grow: 1;
  font-size: min(2.8vw, 22px);
  text-align: center;
  cursor: pointer;
  display: flex; /* Add this line */
  align-items: center; /* Add this line */
  justify-content: center; /* Add this line */
}


.side-menu {
  z-index: 4;
  display: none;
  position: fixed;
  top: 0;
  margin-top: 50px;
  left: 0;
  height: 100%;
  background-color: #F0F0F0;
  opacity: 0.9;
  overflow-x: hidden;
  transition: 0.5s;
  color: #4B2D78;
  align-items: center;
}

.info-box {
  display: none;
  z-index: 6;
  position: absolute;
  background-color: #F0F0F0;
  color: #4B2D78;
  border: 1px solid #4B2D78;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.info-box p {
  margin: 0;
  font-size: min(3.5vw, 14px);
}

#infoBox1 {
  width: 330px;
  top: 20%;
  right: 50%;
}

#infoBox2 {
  width: 250px;
  top: 15%;
  right: 2%;
}

#infoBox3 {
  top: 30%;
  right: 5%;
}

#infoBox4 {
  top: 30%;
  right: 5%;
}

#infoBox5 {
  top: 30%;
  right: 5%;
}

/* packages/widgets/Source/Geocoder/Geocoder.css */

.cesium-viewer-geocoderContainer {
top: 100px;
}

.cesium-viewer-geocoderContainer .cesium-geocoder-input {
  border: solid 1px #444;
  background-color: rgba(40, 40, 40, 0.7);
  color: white;
  display: inline-block;
  vertical-align: middle;
  top:80px;
  width: 0;
  height: 32px;
  margin: 0;
  padding: 0 32px 0 0;
  border-radius: 0;
  box-sizing: border-box;
  transition: width ease-in-out 0.25s, background-color 0.2s ease-in-out;
  appearance: none;
}
.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input {
  border-color: #aef;
  box-shadow: 0 0 8px #fff;
}
.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus {
  border-color: #ea4;
  background-color: rgba(15, 15, 15, 0.9);
  box-shadow: none;
  outline: none;
}
.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input,
.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus,
.cesium-viewer-geocoderContainer .cesium-geocoder-input-wide {
  padding-left: 4px;
  width: 250px;
}
.cesium-viewer-geocoderContainer .search-results {
  position: absolute;
  background-color: #000;
  color: #eee;
  overflow-y: auto;
  opacity: 0.8;
  width: 100%;
}
.cesium-viewer-geocoderContainer .search-results ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cesium-viewer-geocoderContainer .search-results ul li {
  font-size: 14px;
  padding: 3px 10px;
}
.cesium-viewer-geocoderContainer .search-results ul li:hover {
  cursor: pointer;
}
.cesium-viewer-geocoderContainer .search-results ul li.active {
  background: #48b;
}
.cesium-geocoder-searchButton {
  background-color: #303336;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  width: 32px;
  right: 1px;
  height: 30px;
  vertical-align: middle;
  fill: #edffff;
}
.cesium-geocoder-searchButton:hover {
  background-color: #48b;
}





  }

  

.close-button {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: min(3vw, 16px);
  cursor: pointer;
}

.close-button:hover {
  color: #D2C3FF
}

.tab-content {
  padding: 20px;
  text-align: center;
}


.open-menu {
  display: block;
}

.close-menu {
  display: none;
}

.menu-button {
  font-size: min(3vw, 14px);
  cursor: pointer;
  display: none;
}



.infoclose-button {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: min(5vw, 26px);
  cursor: pointer;
  line-height: 1;
  
  
}

.infoclose-button:hover {
  color: #D2C3FF
}

.arrow-button {
  font-size: min(5vw, 16px);
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  border: none;
  background: none;
  color: #4B2D78; /* Change the color if needed */
  outline: none;
}

.arrow-button:hover {
  color: #D2C3FF
}


.prev-button {
  left: 5px; /* Position on the left */
}

.next-button {
  right: 5px; /* Position on the right */
}

.title-container {
  display: flex;
  align-items: center;
  justify-content: center; /* Center horizontally */
}

.title {
  font-family: 'Barlow', sans-serif; /* Set Barlow as the font-family */
  font-weight: 700; /* Use a bold font weight for emphasis */
  font-size: min(7vw, 32px); /* Adjust the font size as needed */
  color: #333; /* Set the color of the title */
  margin-bottom: 10px; /* Add some space below the title */
  color:#4B2D78;
}

.button-container {
  display: inline-block;
  align-items: center;
  position: relative;
  margin-bottom: 5px; /* Add margin between buttons */
}

.button {
  display: flex;
  align-items: center;
  justify-content: left;
  font-family: 'Arial', sans-serif;
  text-align: center;
  text-decoration: none;
  border: none;
  width: 150px;
  line-height: 1; /* Align the text vertically */
  height: 50px;
  max-height: 50px;
  border-radius: 5px;
  background-color: #F0F0F0;
  color: #4B2D78;
  border: 1px solid #4B2D78;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: min(5vw, 18px);
}

.button:hover {
  background-color: #4B2D78;
  color: #D2C3FF;
}


.button:checked + .button-label:hover {
  background-color: #4B2D78; /* Change to the desired color */
  color: #D2C3FF;
}


.button a {
  color: #4B2D78; /* Text color for the link inside the button */
  text-decoration: none;
  padding: 5px;
}

.button-checkbox-container {
  display: inline-block;
  align-items: left;
  position: relative;
  margin-bottom: 5px; /* Add margin between buttons */
}

.button-checkbox {
  display: none;
}

.button-label {
  display: flex;
  align-items: center;
  justify-content: left;
  font-family: 'Arial', sans-serif;
  text-align: right;
  text-decoration: none;
  border: none;
  width: 150px;
  line-height: 1; /* Align the text vertically */
  height: 50px;
  max-height: 50px;
  border-radius: 5px;
  background-color: #F0F0F0;
  color: #4B2D78;
  border: 1px solid #4B2D78;
  cursor: pointer;
  font-size: min(4.5vw, 18px);
}

.button-checkbox:checked + .button-label {
  background-color: #D2C3FF;
}

.button-label:hover {
  background-color: #4B2D78;
  color: #D2C3FF;
}

.button-checkbox:checked + .button-label:hover {
  background-color: #4B2D78; /* Change to the desired color */
  color: #D2C3FF;
}

.checkbox-link-container {
  display: inline-block;
  align-items: right;
  position: relative;
  margin-bottom: 5px;
}

.checkbox-link {
  display: none;
}

.checkbox-link-label {
  display: flex;
  align-items: right;
  justify-content: left;
  font-family: 'Arial', sans-serif;
  text-align: right;
  text-decoration: none;
  border: none;
  width: 150px;
  line-height: 1;
  height: 50px;
  max-height: 50px;
  border-radius: 5px;
  background-color: #F0F0F0;
  color: #4B2D78;
  border: 1px solid #4B2D78;
  cursor: pointer;
  font-size: min(5vw, 20px);
}

.checkbox-link:checked + .checkbox-link-label {
  background-color: #D2C3FF;
}

.checkbox-link-label:hover {
  background-color: #4B2D78;
  color: #292929;
}


.image-box {
  z-index: 20;
  position: fixed;
  bottom: 35px;
  right: 10px;
  display: none; /* Initially hide the image box */
}


.purple-text {
  font-family: 'Barlow', sans-serif; /* Barlow font for purple text */
  color: #4B2D78; /* Purple color */
  display: flex;
  height: 100vh;
}


.google-form-container {
  display: none;
  position: fixed;
  top: 40%;
  right: 10%;
  width: 500px;
  height: 700px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 5;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.google-form-container iframe {
  width: 100%;
  height: 100%; /* Adjust the height as needed */
  border: none;
  margin-bottom: 10px;
}

.close-button {
  cursor: pointer;
  background-color: #F0F0F0;
  color: #4B2D78;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
}

