p,
span,
div {
  color: #6f6f6f;
}

div.table-responsive.table-container {
  max-height: 300px;
  overflow: auto;
}

.navbar > a,
.nav-item > a,
.nav-link,
nav > div,
.btn-signout > i {
  color: #ffffff;
}

.nav-item > .active {
  background-color: #6935b8;
}

h1,
h2,
h3,
h4 {
  color: #333f48;
}

/* Style for blurred map */
#map {
  width: 100vw;
  height: 100vh;
  filter: blur(8px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

/* Style for form container */
.form-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  overflow: auto;
  max-height: 80%;
}

.riec_logo {
  height: 45px;
  /* right: 5px; */
}

.footer-container {
  padding: 15px;
}

.bg2-secondary {
  background-color: #ffffff;
}

.bg2-primary {
  background-color: #7a39df;
}

.gap-4 {
  gap: 0.25rem;
}

.gap-8 {
  gap: 0.5rem;
}

.gap-16 {
  gap: 1rem;
}
