body {
  background-color: #21D4FD;
  background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
  height: auto;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 90%;
}

.card {
  color: rgb(102, 102, 102);
  border-radius: 10px;
  padding: 20px;
  transition: all 0.5s ease-in-out;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.card2 {
  border-radius: 10px;
  border: 2px solid black;
  padding: 20px;
  transition: all 0.5s ease-in-out;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 25px;
}

.disk {
  color: white;
  height: 55%;
}

.titel {
  color: white;
}

.big-card {
  width: 75%;
  height: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.small-card {
  width: 45%;
  height: 25%;
}

.big-card2 {
  width: 75%;
  height: 50%;
}

.small-card2 {
  width: 40%;
  height: 15%;
}

.card:hover {
  cursor: pointer;
  transform: scale(1.07);
  z-index: 1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card2:hover {
  cursor: pointer;
  transform: scale(1.1);
  z-index: 1;
}

.knop {

  margin-top: 20px;
  position: fixed;
  background-color: transparent;
  border: none;
}

.Settings {
  padding-left: 50px;
  padding-right: 50px;
  text-align: right;
  font-weight: bold;
}

.knopdiv {
  width: 100%;
  justify-content: center;
  margin-bottom: 50px;
  text-align: center;
  background-color: black;
}
.btn-info:hover {
  
  background-color: transparent;
  
}

#myChartWinds,
#myChartRain {
  width: 280%;
  height: 400%;
}

.container {
  display: flex;
}

.box {
  min-width: 150px;
  height: auto;
  margin-right: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  cursor: pointer;
  color: white;
  font-size: 30px;
  text-align: center;
  margin: 10px;

}

.box:hover {
  transform: scale(1.1);
  opacity: 1;
}



.box>.box-content {
  background-color: var(--card-color);
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  inset: 1px;
  padding: 10px;
  position: absolute;
  z-index: 2;
}

.boxes {
  height: 500px;
}

.Richting {
  border-radius: 10px;
  filter: invert(1);
}

.LeftArrow {
  width: 30px;
}

.raincharts {
  height: 750px;
}

.hoofdtitel {
  font-size: 300%;
  color: white;
  text-align: center;
  margin-top: 50px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #3636d4;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #2e2ea3;
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 8px;
}

.chartt {
  height: 55vw;
}

@media (min-width: 992px) {
  .chartt {
    height: 25vw;
  }
}

.modaltime {
  margin-right: 12px;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  overflow: auto;
  display: none;
  backdrop-filter: blur(5px);
}

.modal-content {
  color: black;
  margin: auto;
  padding: 20px;
  height: auto;
  width: auto;
  min-width: 380px;
  max-width: 20%;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


.close {
  margin-left: 90%;
  width: 10px;
  color: black;
  font-size: 28px;
}

.modtit {
  padding: 3px;
}


.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}

.mb {
  color: #fff;
  border-color: white;
  border-radius: 10px;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;

}

.white {
  height: 50px;

}

.modbutex {
  background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
}

.modbutsk {
  background-image: linear-gradient(180deg, #8BC6EC 0%, #9599E2 100%);
}

.modbutpe {
  background-image: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
}

.updbut {
  background-image: linear-gradient(to right, rgb(56, 189, 248), rgb(59, 130, 246));
}

.mb:hover {
  transform: scale(1.1);
}


.maingraphs {
  height: 60vw;
  width: 80vw;
}

