@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/* #loader {
          
 --d: 55px;
  width: 10px;
  height: 8px;
  background-color: red;
  font-size: 40px; 
  color: black;
  border-radius: 100%;
  color: #f710be;
  box-shadow: 
    calc(1*var(--d))      calc(0*var(--d))     0 0,
    calc(0.707*var(--d))  calc(0.707*var(--d)) 0 1px,
    calc(0*var(--d))      calc(1*var(--d))     0 2px,
    calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px,
    calc(-1*var(--d))     calc(0*var(--d))     0 4px,
    calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5px,
    calc(0*var(--d))      calc(-1*var(--d))    0 6px;
  animation: l27 1s infinite steps(8);
}

        .center {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
           
        }
   

@keyframes l27 {
  100% {transform: rotate(1turn)}
}
*/
#loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
 .center {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
           
        }
   

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

* {
  box-sizing: border-box;
}

.menu {
  float: left;
  width: 30%;
  text-align: center;
}

.menu a {
  background-color: rgba(245, 240, 240, 1);
  padding: 8px;
  margin-top: 7px;
  display: block;
  width: 100%;
  color: black;
}

.main {
  float: left;
  width: 60%;
  padding: 0 20px;
  
}

.right {
  background-color: #f3f1f1ff;
  float: right;
  width: 10%;
  text-align: center;
}
h3 {
  font-size: 12px; 
  font-weight: bold; 
  padding: 5px; 
  color: white; 
 text-align: center;
  background: linear-gradient(to right, #472209ff, #ff9900ff); 
  border-radius: 4px; 
}
#p1 {
  font-size: 1em; /* Makes the text 2 times the base font size */
  font-weight: bold; /* Makes the text bold */
  padding: 8px; /* Adds space inside the paragraph around the text */
  color: white; /* Sets the text color to white */
  background: linear-gradient(to right, #472209ff, #ff9900ff); /* Creates a horizontal gradient from dark brown to orange */
  border-radius: 4px; /* Rounds the corners of the paragraph box */
  width: 100%;

}
select {
  width: 100%; /* Set a specific width */
  float:left;
  padding: 10px; /* Add padding inside the select box */
  border: 1px solid #ccc; /* Customize the border */
  border-radius: 5px; /* Add rounded corners */
  background-color: #be7756ff; /* Set a background color */
  color: #0a0909ff; /* Set text color */
  font-family: Arial, sans-serif; /* Change font family */
  font-size: 14px; /* Adjust font size */
  appearance: none; /* Remove default browser styling (important for custom arrows) */
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>'); /* Add a custom arrow */
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
    margin: 0px; /* Add vertical margin (top and bottom) */

}
option {
  background-color: #f1ab8aff; /* Background color for options */
  color: #0e0d0dff; /* Text color for options */
 font-weight: bold;
  font-size: 14px; /* Adjust font size for options */
}
.gradient-text {
  background: #f0f0f0; /* fallback background color */
  background-image: linear-gradient(90deg, #ff7e5f, #feb47b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 24px;
  font-family: Arial, sans-serif;
  display: inline-block; /* needed for background color to show */
  padding: 5px; /* optional */
}
  #up{
			font-size:12px;
			color:#FFFFFF ;
			text-align: right;
		left:200%;
		}
    #map   {
						
					  opacity:0.9;
                        left:15px;
                        top: 0%;
					  width:50%;
					  background-color: #f1f1f1;
					  height: 600px; /* only for demonstration, should be removed */
					}
          .info-cards {
                  display: flex;
                  flex-wrap: wrap;
                  gap: 12px;
                  margin: 20px 0;
                  justify-content: center;
        }

.info-card {
  background: linear-gradient(to right, #e0f7fa, #80deea);
  padding: 10px 18px;
  border-radius: 10px;
  font-family: Arial, sans-serif;
  color: #000;
  text-align: center;
  min-width: 160px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
          }

.info-card h2 {
  font-size: 16px;
  margin: 0;
  color: #004d40;
}

.info-card span {
  font-size: 13px;
}

.info-card p {
  font-size: 11px;
  margin-top: 4px;
}
#display {
            margin: 4px, 4px;
            padding: 3px;
            background-color: #ADBBBD;
            width: 400px;
            height: 50px;
            overflow-x: auto;
            overflow-y: auto;
            text-align: justify;
			      font-size: 14px;
		        color: #0000;
			      display: none;
        }

@media only screen and (max-width: 620px) {
  /* For mobile phones: */
  .menu, .main, .right, .sel, #map {
    width: 100%;
  }
}
.logo-small {
    width: 70px;
    height: auto;
}
.leaflet-tooltip.my_styleed {
	
  background-color: transparent;
  border: transparent;
  border-radius: 3px;
  box-shadow: none;
  font-weight: bold;
  color: 	#FAFA05;
  font-size: 14px;
  }
 
 label {
  display: flex;
  align-items: center;
  font-family: 'Roboto', sans-serif; /* Change this to your preferred font */
  font-size: 14px;
  color: #333; /* Dark gray text */
  background-color: #f9f9f9; /* Light background */
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

label:hover {
  background-color: #eaeaea;
}

  input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    cursor: pointer;
  }
.date-container {
      display: flex;
      gap: 10px;
    }

    .date-container input[type="date"] {
      flex: 1;
      font-family: 'Roboto', sans-serif; /* Change this to your preferred font */
  font-size: 14px;
  color: #333; /* Dark gray text */
  background-color: #f9f9f9; /* Light background */
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
    }
   .button {
      background-color: #4CAF50; /* Green background */
      border: none;
      color: white;
      padding: 12px 24px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 14px;
      border-radius: 4px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .button:hover {
      background-color: #45a049;
    }
.header {
  padding: 0px;
  text-align: center;
  background: #8d7351ff;
  color: white;
  font-size: 30px;
}   
  