/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
  min-height: 100vh;
  align-items: center;
  /*   height: 100vh;
  display: flex;
  align-items: center; */
}
footer {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.container-content {
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 70px;
}

#cookiebannerModal{
  z-index: 1;
}
