#back-button {
  flex-grow: 1;
  background-color: rgb(3, 109, 201);
  border: none;
  border-radius: 5px;
  color: white;
  box-shadow: 1px 1px 3px black;
}

#nav-mobile-button {
  flex-grow: 1;
}

.c1 {
  margin: 10px 10px 0 10px;
  display: flex;
  gap: 0.5rem;
}

.c2 {
  border-radius: 5px;
  height: 100%;
  justify-content: center;
  gap: 0.5rem;
  background-color: #4f91e3;
  color: white;
  /* border: 1px solid rgba(59, 130, 246, 0.5); */
}

.c2:hover {
  background-color: #3d82d9;
  color: white;
}

.c3 {
  z-index: 51;
  display: none;
  position: absolute;
  margin-top: 0.5rem;
  transform-origin: top right;
  border-radius: 0.375rem;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  max-height: 60vh;
}

.c4 {
  margin: 10px 10px 0 10px;
  border-color: rgb(153, 192, 225);
  border-radius: 5px;
  color: rgb(3, 109, 201);
}
