.yja-forms button.choices__button {
  background-color: transparent;
  border: none;
  padding: 0.25em;
  box-shadow: none;
}
.yja-forms .alert-danger,
.yja-forms .alert-error,
.yja-forms .portlet-msg-error,
.yja-forms .alert-error legend {
  background-color: #fee5e2 !important;
  border-color: #fcaca5 !important;
  color: #b50303 !important;
  padding: 0.5em;
}
.yja-forms input[type=text].alert-error,
.yja-forms input[type=number].alert-error,
.yja-forms input[type=date].alert-error,
.yja-forms input[type=datetime].alert-error,
.yja-forms input[type=password].alert-error,
.yja-forms input[type=email].alert-error,
.yja-forms textarea.alert-error {
  background: white !important;
}
.yja-forms .help-block {
  padding: 1em 2em;
}
.yja-forms .error-block {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  width: 100%;
}
.yja-forms span.alert-error {
  background: transparent;
  padding: 0;
}
.yja-forms input[type=text],
.yja-forms input[type=number],
.yja-forms input[type=date],
.yja-forms input[type=number],
.yja-forms input[type=radio],
.yja-forms input[type=checkbox] {
  margin-bottom: 0;
  vertical-align: unset;
}
.yja-forms input[type=text],
.yja-forms input[type=number],
.yja-forms input[type=date],
.yja-forms input[type=number] {
  min-height: 36px;
}
.yja-forms input[type=text],
.yja-forms input[type=email],
.yja-forms input[type=password] {
  width: 100%;
}
.yja-forms .form-check input[type=radio] {
  vertical-align: top;
  margin-top: 7px;
}
.yja-forms label,
.yja-forms legend {
  font-weight: 700;
}
.yja-forms label > span.form--required,
.yja-forms legend > span.form--required {
  color: #b50303;
  margin-left: 0.25em;
  font-size: 120%;
}
.yja-forms .form-group input + label,
.yja-forms .form-check input + label {
  margin-left: 0.375rem;
}
.yja-forms textarea {
  width: 100%;
}
.yja-forms input[type=text].flatpickr-input {
  font-size: 14px;
  width: 10em;
  max-width: 100% !important;
}
.yja-forms input[type=date].flatpickr-mobile {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  max-width: 200px;
  width: 100%;
}
.yja-forms .flatpickr-months .flatpickr-month {
  min-height: 45px;
}
.yja-forms .file__list {
  position: relative;
  margin-bottom: 10px;
}
.yja-forms .file__list > ul {
  margin: 0 !important;
  padding: 0 !important;
}
.yja-forms .file__list .file__details {
  list-style-type: none !important;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.yja-forms .file__list .file__details:nth-child(odd) {
  background-color: #f2f2f2;
}
.yja-forms .file__list .file__details span {
  width: 75%;
}
.yja-forms .file__list .file__details button {
  width: 3em;
}
.yja-forms .file__list .file__details::before, .yja-forms .file__list .file__details::after {
  display: none !important;
  content: "" !important;
}
.yja-forms input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.yja-forms input[type=file] + label {
  display: block;
  padding: 10px;
  border: 1px dashed #1E71D4;
  cursor: pointer;
}
.yja-forms input[type=file] + label i {
  color: #1E71D4;
  margin-right: 1em;
}
.yja-forms input[type=file]:focus + label, .yja-forms input[type=file]:focus + label:hover {
  background-color: #9ac2f1;
}
.yja-forms .input-prepend,
.yja-forms .input-append {
  width: 100%;
}
.yja-forms .input-prepend .form-control,
.yja-forms .input-append .form-control {
  display: inline-block;
  max-width: 80%;
  min-height: 36px;
}
.yja-forms .input-prepend .add-on,
.yja-forms .input-append .add-on {
  min-height: 36px;
}
.yja-forms .form-group {
  margin-bottom: 0;
}
.yja-forms .form__element--label {
  font-size: 15px;
  border-bottom: none;
  margin: 0;
  margin-bottom: 10px;
  line-height: 20px;
  padding: 0;
}
.yja-forms div[class^=form__element] {
  margin-bottom: 1.5em;
}
.yja-forms select {
  width: 100%;
}
.yja-forms .v-select .vs__dropdown-toggle {
  border: none;
}
.yja-forms .v-select > ul {
  margin-left: 0;
}
.yja-forms .v-select > ul > li {
  border: none;
}
.yja-forms .v-select .vs__selected {
  border-radius: 5px;
  background-color: #1E71D4;
  color: white;
  padding: 0.313rem 0.625rem;
}
.yja-forms .v-select .vs__selected > button {
  color: white;
  margin-left: 5px;
}
.yja-forms .v-select .vs__selected > button > svg {
  fill: currentColor;
}
.yja-forms .choices__list--multiple .choices__item,
.yja-forms .choices__list--multiple .choices__item.is-highlighted {
  border-radius: 2px;
  background-color: #1E71D4;
  border-color: #1859a7;
}
.yja-forms div.control-group {
  padding: 0.5em 1em;
}
.yja-forms .help-block {
  padding: 0.5em;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}

.flatpickr-months .flatpickr-month {
  height: 40px;
}

.flatpickr-current-month {
  font-size: 16px;
}

.flatpickr-mobile {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  max-width: 200px;
}

.status--loading {
  position: fixed;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999999;
  text-align: center;
}
.status--loading .info__content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  padding: 60px;
  padding-bottom: 40px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 34px 6px rgba(0, 0, 0, 0.34);
}
.status--loading .info__content img {
  margin-bottom: 20px;
}
.status--loading .info__content p {
  font-size: 13px;
  color: #959595;
}

.yja-form-portlet.portlet-configuration textarea {
  height: 100px;
  max-width: 500px;
  width: 100%;
}
.yja-form-portlet .portlet .portlet-header:not(.use-custom-title) {
  display: none;
}
.yja-form-portlet .auto-width-select {
  width: auto !important;
  max-width: max-content;
}