.custom-error {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

.custom-error > p {
  margin: 16px;
  padding: 16px;
  border: 1px solid var(--bs-danger);
  border-radius: 20px;
  background-color: var(--primary-color);
}

.custom-error > p > span {
  font-weight: 600;
}
