/* extra css write here */
.invalid-feedback {
    font-size: 10px !important;
}
.modal-fullscreen-custom {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.modal-fullscreen-custom .modal-content {
  height: 100vh;
  border-radius: 0;
}
