.btn-group-vertical .btn {
  padding: .75rem 1rem;
  font-size: .85rem;
  font-weight: 500;
  transition: all .3s;
  border-radius: .5rem !important;
}

.btn-group-vertical .btn:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 12px #0000001a;
}

.info-icon {
  color: #fff;
  cursor: pointer;
  background-color: #003a7c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
}

.info-icon:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

#date-container {
  color: #000;
  z-index: 9999;
  background: #ffffff73;
  border-radius: 0;
  padding: 0;
  font-size: 12px;
  position: fixed;
  bottom: 22px;
  right: 6px;
}

.modal-backdrop {
  z-index: 9998 !important;
}

.modal-fade {
  z-index: 9999;
  background: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-dialog {
  z-index: 9999;
  background: #fff;
  border: 2px solid #003a7c;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  padding: 10px;
  box-shadow: 0 4px 10px #0000004d;
}

.step-number {
  color: #fff;
  text-align: center;
  background-color: #003a7c;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.custom-modal-btn, .custom-modal-content .contact-button {
  cursor: pointer;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
  color: #fff;
  background-color: #003a7c;
  border: none;
  border-radius: 4px;
  width: 100%;
  padding: 10px 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 10px #0000004d;
}

.form-check-label {
  font-size: 14px;
}
/*# sourceMappingURL=app.8bb48e15.css.map */
