.vh-100 {
  height: calc(100vh - 78px) !important;
}

.min-vh-100 {
  min-height: calc(100vh - 62px) !important;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
    margin-top: 20%;
  }
}
.btn-sky {
  background-color: #4ec1fc;
}
.btn-sky:hover {
  background-color: rgb(37, 99, 235);
}
.btn-sky:focus {
  background-color: rgb(37, 99, 235);
}

/*end error item style*/
/*  */
