﻿.modal-form {
  padding: 1rem !important;
}
.modal-form .form-group {
  margin-bottom: 0.5rem !important;
}
.modal-form .selectize-input {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #ced4da;
  padding: 6px 8px;
}
.modal-form select,
.modal-form input:not([type='file']):not([type='select-one']),
.modal-form textarea {
  display: block;
  width: 100%;
  font-weight: 400;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.modal-form select:not(:disabled),
.modal-form input:not([type='file']):not([type='select-one']):not(:disabled),
.modal-form textarea:not(:disabled) {
  background-color: #fff;
}
.modal-form select:disabled:not(.custom-control-input),
.modal-form input:not([type='file']):not([type='select-one']):disabled:not(.custom-control-input),
.modal-form textarea:disabled:not(.custom-control-input) {
  opacity: 1;
  background-color: #F8F9FA;
}
.modal-form select:focus,
.modal-form input:not([type='file']):not([type='select-one']):focus,
.modal-form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80dbff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.modal-form .selectize-control .selectize-input.disabled {
  opacity: 1;
  border-color: #ced4da;
  background-color: #F8F9FA;
  box-shadow: none;
}
.modal-form .selectize-control.multi .selectize-input.disabled > div,
.modal-form .selectize-control.multi .selectize-input.disabled > div.active {
  background-color: #fff;
}
.modal-form textarea {
  height: 115px;
}
.modal-form.indicators label:not(.no-indicator):after {
  float: right;
  font-size: 80%;
  font-weight: 400;
}
.modal-form.indicators label:not(.no-indicator).req:after {
  content: "(required)";
  color: #dc3545 !important;
}
.modal-form.indicators label:not(.no-indicator):not(.req):after {
  content: "(optional)";
  color: #6c757d !important;
}
.modal-form label {
  display: block;
  color: #333;
  font-weight: 500;
  margin: 0;
}
.modal-form small {
  color: #6c757d;
  display: block;
  margin-top: 0.25rem;
  font-size: 80%;
  font-weight: 400;
}
.modal-form .hierarchy {
  padding: 1rem !important;
  margin-bottom: 1rem !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 0.25rem !important;
  border: 1px solid #dee2e6 !important;
  background: #f8f9fa;
}
.modal-form .hierarchy .form-group {
  margin: 0;
}
.modal-form .hierarchy .form-group:not(:nth-of-type(1)) label::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3bf";
  font-weight: 900;
  transform: rotate(90deg);
  width: 1.25em;
  text-align: center;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.modal-form .hierarchy .form-group:nth-of-type(2) {
  padding-left: 15px;
}
.modal-form .hierarchy .form-group:nth-of-type(3) {
  padding-left: 30px;
}
.modal-form .hierarchy .form-group:nth-of-type(4) {
  padding-left: 45px;
}
.modal-form .hierarchy .form-group:nth-of-type(5) {
  padding-left: 60px;
}
.modal-form .hierarchy .form-group:nth-of-type(6) {
  padding-left: 75px;
}