.customAlertWrapper {
  z-index: 5;
  pointer-events: none;
  margin-top: 0.72rem !important;
}

.customAlertContainer {
  pointer-events: all;
  border-radius: 100rem;
  height: max-content;
  padding: 0.5rem 0.7rem 0.5rem 1rem;
  color: #212121;
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #e0e0e0;
  display: flex;
  gap: 0.3rem;
  font-size: 14px;
  align-items: center;
}

.btnClose {
  all: unset;
  padding: 0.3rem;
}

.btnClose svg {
  stroke: black;
  height: 20px;
}

.alert-error {
  color: #d32f2f;
  border: 2.5px solid #d32f2f;
}
