.simple-form .modal-content {
  height: 100vh;
}
.simple-form .modal-header {
  border-bottom: 0;
}
.simple-form .modal-dialog-right {
  margin-left: auto;
  margin-right: 0;
}
.simple-form h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.simple-form p {
  margin: 10px 0;
  font-size: 16px;
}
.simple-form input,
.simple-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.simple-form input:focus,
.simple-form textarea:focus {
  border: 1px solid rgb(28, 145, 255);
  box-shadow: 0 0 0 0 rgb(28, 145, 255);
}
.simple-form button {
  background-color: rgb(28, 145, 255);
  border: none;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}
.simple-form button:hover {
  background-color: rgb(28, 145, 255);
  color: white;
}
.simple-form .file-drop-area {
  border: 2px dashed #ccc;
  border-radius: 4px;
  padding: 40px;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #444;
  cursor: pointer;
  transition: border-color 0.3s;
}
.simple-form .file-drop-area:hover {
  border-color: #666;
}
.simple-form .file-drop-area input[type=file] {
  display: none;
}
.simple-form .file-drop-area .label {
  color: rgb(28, 145, 255);
  text-decoration: underline;
  cursor: pointer;
}
.simple-form label {
  font-weight: 700;
  margin-bottom: 5px;
}
.simple-form .is-invalid {
  border: 1px solid #dc3545 !important;
}
.simple-form .is-valid {
  border: 1px solid #2aeb2a !important;
}
.simple-form .blue-spinner {
  color: rgb(28, 145, 255);
}/*# sourceMappingURL=simple-form.css.map */