._button_1k4fa_1 {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}
._button_1k4fa_1:hover {
  background: rgba(2, 66, 81, 0.1);
}
._button_1k4fa_1:active {
  background: rgba(2, 66, 81, 0.2);
}
._open_1k4fa_21 {
  background: rgba(2, 66, 81, 0.25);
  border: 2px solid #fff;
}
._container_1f5ps_1 {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin-top: 4px;
  padding: 8px;
  position: absolute;
  width: 362px;
}
._container_18w2q_1 {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  font-weight: 400;
  line-height: 16px;
}
._ul_18w2q_8 {
  display: grid;
  font-size: 12px;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  padding: 8px;
  text-align: center;
}
._link_16rct_1 {
  align-items: center;
  border-radius: 8px;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
  text-decoration: none;
}
._link_16rct_1:hover {
  background: #f7f5f3;
}
._link_16rct_1:active {
  background: #f1eeeb;
}
._text_16rct_20 {
  margin-top: 8px;
}
@keyframes _pulse_1q9l9_1 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
._container_1q9l9_16 {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 32px;
}
._dot_1q9l9_23 {
  animation: _pulse_1q9l9_1 0.8s infinite;
  background-color: #024251;
  border-radius: 50%;
  display: inline-block;
  height: 6px;
  margin: 0 6px;
  width: 6px;
}
._dot_1q9l9_23:first-child {
  animation-delay: 0s;
}
._dot_1q9l9_23:nth-child(2) {
  animation-delay: 0.3s;
}
._dot_1q9l9_23:nth-child(3) {
  animation-delay: 0.6s;
}
._error_ooiye_1 {
  align-items: center;
  color: #d73900;
  display: flex;
  font-size: 14px;
  justify-content: center;
  padding: 32px 16px;
}
