.custom-fields .custom-fields-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 25px;
}
.custom-fields .custom-fields-title img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.custom-fields .custom-fields-item {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.custom-fields .custom-fields-item .custom-fields-label,
.custom-fields .custom-fields-item .custom-fields-value {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .custom-fields .custom-fields-item .custom-fields-label,
  .custom-fields .custom-fields-item .custom-fields-value {
    flex: 0 0 auto;
    width: 50%;
  }
}
.custom-fields .custom-fields-item .custom-fields-label .form-label,
.custom-fields .custom-fields-item .custom-fields-value .form-label {
  position: relative;
  width: 100%;
}
.custom-fields .custom-fields-item .custom-fields-label .custom-fields-delete,
.custom-fields .custom-fields-item .custom-fields-value .custom-fields-delete {
  position: absolute;
  right: 0;
  top: 0;
}
.form-group.control-custom > .form-label {
  display: none;
}
.form-group.control-custom,
.form-group.control-custom .controls {
  margin: 0;
}
.form-group.control-custom.disabled,
.form-group.control-custom .controls.disabled {
  display: none;
}
.form-group .form-label {
  height: 20px;
  line-height: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  display: flex;
}
.form-group .form-label .text-danger {
  margin-left: 5px;
}
.form-group .controls {
  min-height: 45px;
  margin-top: 28px;
  margin-bottom: 30px;
}
.form-group .controls.controls-has-feedback {
  margin-bottom: 8px;
}
.form-group .controls #field-image-upload #file-upload-button {
  display: none;
}
.form-group.hidden-label > .form-label {
  display: none;
}
.form-group .form-label + .controls,
.form-group.hidden-label .controls {
  margin-top: 0;
}
.form-group .form-label + .controls .input-group .input-group-addon,
.form-group.hidden-label .controls .input-group .input-group-addon {
  align-self: center;
}
.form-group .form-label + .controls input::placeholder,
.form-group.hidden-label .controls input::placeholder {
  color: #999 !important;
}
.form-group .form-label + .controls .form-control,
.form-group.hidden-label .controls .form-control {
  width: 100%;
  min-height: 45px;
  padding: calc(0.375rem + 3.5px) 0.75rem;
  border: 1px solid #FFFFFF;
  order: 1;
}
.form-group .form-label + .controls .form-control.select2-container.select2-container-disabled,
.form-group.hidden-label .controls .form-control.select2-container.select2-container-disabled {
  background-color: #e9ecef;
}
.form-group .form-label + .controls .form-control.select2-container .select2-choice,
.form-group.hidden-label .controls .form-control.select2-container .select2-choice,
.form-group .form-label + .controls .form-control.select2-container .select2-choices,
.form-group.hidden-label .controls .form-control.select2-container .select2-choices {
  transition-duration: 0s;
  height: 24px;
  min-height: 24px;
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}
.form-group .form-label + .controls .form-control.select2-container .select2-choice .select2-chosen,
.form-group.hidden-label .controls .form-control.select2-container .select2-choice .select2-chosen,
.form-group .form-label + .controls .form-control.select2-container .select2-choices .select2-chosen,
.form-group.hidden-label .controls .form-control.select2-container .select2-choices .select2-chosen {
  height: 100%;
  line-height: 24px;
  vertical-align: middle;
}
.form-group .form-label + .controls .form-control.select2-container .select2-choice .select2-search-choice-close,
.form-group.hidden-label .controls .form-control.select2-container .select2-choice .select2-search-choice-close,
.form-group .form-label + .controls .form-control.select2-container .select2-choices .select2-search-choice-close,
.form-group.hidden-label .controls .form-control.select2-container .select2-choices .select2-search-choice-close {
  top: 50%;
  transform: translateY(-50%);
}
.form-group .form-label + .controls .form-control.select2-container .select2-choice .select2-arrow,
.form-group.hidden-label .controls .form-control.select2-container .select2-choice .select2-arrow,
.form-group .form-label + .controls .form-control.select2-container .select2-choices .select2-arrow,
.form-group.hidden-label .controls .form-control.select2-container .select2-choices .select2-arrow {
  background: transparent;
  border: 0;
}
.form-group .form-label + .controls .form-control.select2-container .select2-choice .select2-arrow b,
.form-group.hidden-label .controls .form-control.select2-container .select2-choice .select2-arrow b,
.form-group .form-label + .controls .form-control.select2-container .select2-choices .select2-arrow b,
.form-group.hidden-label .controls .form-control.select2-container .select2-choices .select2-arrow b {
  background-position-x: 2px;
  background-position-y: -1px;
}
.form-group .form-label + .controls .form-control.select2-container .select2-choice .select2-input,
.form-group.hidden-label .controls .form-control.select2-container .select2-choice .select2-input,
.form-group .form-label + .controls .form-control.select2-container .select2-choices .select2-input,
.form-group.hidden-label .controls .form-control.select2-container .select2-choices .select2-input {
  padding: 0;
  margin: 0;
}
.form-group .form-label + .controls .form-control.select2-container .select2-choice .select2-search-choice,
.form-group.hidden-label .controls .form-control.select2-container .select2-choice .select2-search-choice,
.form-group .form-label + .controls .form-control.select2-container .select2-choices .select2-search-choice,
.form-group.hidden-label .controls .form-control.select2-container .select2-choices .select2-search-choice {
  margin: 2.5px 20px 2.5px 0;
  padding: 3px 0 3px 29px;
  border: 0;
  background: none;
  box-shadow: none;
}
.form-group .form-label + .controls .form-control.select2-container .select2-choice .select2-search-choice .select2-search-choice-close,
.form-group.hidden-label .controls .form-control.select2-container .select2-choice .select2-search-choice .select2-search-choice-close,
.form-group .form-label + .controls .form-control.select2-container .select2-choices .select2-search-choice .select2-search-choice-close,
.form-group.hidden-label .controls .form-control.select2-container .select2-choices .select2-search-choice .select2-search-choice-close {
  background-image: url("/icons/tag-remove.svg") !important;
  background-size: 25px 25px !important;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: unset;
}
.form-group .form-label + .controls .form-control:disabled,
.form-group.hidden-label .controls .form-control:disabled {
  background-color: transparent;
  border-color: transparent;
}
.form-group .form-label + .controls .error-block,
.form-group.hidden-label .controls .error-block {
  order: 2;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  min-height: 22px;
  display: block;
  color: #dc3545;
  text-align: left;
}
.form-group .form-label + .controls .slug-preview,
.form-group.hidden-label .controls .slug-preview {
  order: 3;
  margin-top: 8px;
}
.form-group.select-image .select-image-content {
  position: relative;
}
.form-group.select-image .select-image-content .select-image__background {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  display: flex;
  flex-direction: column;
}
.form-group.select-image .select-image-content .select-image__background .select-image__icon {
  margin: 42px auto 5px auto;
  height: 30px;
  width: 30px;
}
.form-group.select-image .select-image-content .select-image__background .select-image__icon + span {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
.form-group.select-image label.select-image-content {
  background: #F2F4F9;
  border: 1px dashed #D9D9D9;
  padding: 5px;
  height: 150px;
  width: 150px;
  cursor: pointer;
}
.form-group.select-image label.select-image-content > img.image-preview {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-color: #fff;
}
.form-group.select-image .field-image-description {
  margin: 10px 0 20.5px 0;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
}
.select2-drop.select2-with-searchbox.select2-drop-active {
  border: 0;
}
.theme-select-file .controls .action-link,
.theme-select-file .controls .action-upload,
.theme-select-file .controls .action-remove {
  margin-top: 15px;
  margin-left: 20px;
  color: #001D85;
  display: inline-flex;
  cursor: pointer;
  margin-bottom: 10px;
}
.theme-select-file .controls .action-link > img,
.theme-select-file .controls .action-upload > img,
.theme-select-file .controls .action-remove > img {
  width: 15px;
  height: 15px;
  margin-right: 9px;
}
.theme-select-file .controls .action-link > .action__title,
.theme-select-file .controls .action-upload > .action__title,
.theme-select-file .controls .action-remove > .action__title {
  line-height: 15px;
  cursor: pointer;
}
.theme-select-file .controls .action-link > .fa,
.theme-select-file .controls .action-upload > .fa,
.theme-select-file .controls .action-remove > .fa {
  margin-right: 9px;
}
.theme-select-file .controls .action-remove-file {
  margin-top: 10px;
  margin-left: 20px;
}
