.form-control:focus , .form-select:focus{
   border-color: #01a4c7; box-shadow: 0px 0px 5px #139ab5;

}
.form-control, .form-select{
    border: 1px solid #c7c7c7;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 2px;
    font-size: 13px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {color: #fff!important}
.select2-results__option--selectable {
    text-transform: capitalize;
}
.select2-dropdown.increasezindex {
    z-index:99999;
}
[id^="radio"] .col-form-label-sm {
    padding-top: 0px;
}

.formLeft{
  display: flex;
  align-items: center;
/*  gap: 1rem;
*/}

.formLeft label {
  /*width: 150px;*/
}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered,.select2-container--default .select2-selection--single .select2-selection__arrow /*, .select2-container .select2-selection--multiple, .select2-container--default .select2-selection--multiple .select2-selection__rendered*/  {
       height: 2rem !important;
    font-size: 13px;
    line-height: 33px !important;
}
.select2-container .select2-selection--multiple {
    min-height: 38px !important;
    font-size: 13px;
}
.col-form-label,.form-label {
    font-size: 14px;
    text-align: right;
}

.select2-selection { overflow: hidden; }
.select2-selection__rendered { white-space: normal; word-break: break-all; }


body #search-form span.select2.select2-container.select2-container--default {
    width: 162.5px !important;
}
body #search-form .select2-container .select2-selection--single {
    height: 2.5rem !important;
}
.cust_form span.select2.select2-container.select2-container--default {
    max-width: 100% !important;
}

hr {
    border-top: 1.5px solid;
    opacity: 1;
}

.text-right {
    text-align: right;
}

.formbuilder-btn {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 2px;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

input[readonly], input[readonly]:focus, textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

span.required-input {
    color: red;
    padding-left: 3px;
}

.select2-container--default .select2-selection--single {
    border-radius: 2px;
}

.is-invalid .select2-container--default .select2-selection--single {
    border-color: #dc3545;
}

.was-validated .custom-select:invalid + .select2 .select2-selection{
    border-color: #dc3545!important;
}
.was-validated .custom-select:valid + .select2 .select2-selection{
    border-color: #28a745!important;
}


.remove-image{
    right: 0;
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    background: #b13838;
    color: #fff;
    z-index: 4;
    border: 2px solid #fff;
    line-height: 21px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
}

#imagesSection li {
    float: left;
    width: 10%;
    list-style: none;
    margin-right: 0.5rem!important;
    display: table;
}
.file-upload {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
}

.file-upload-btn {
  margin: 0;
  color: #fff;
  border: none;
  outline: none;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  /*border: 2px solid #001e60;*/
  position: relative;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  /*text-transform: uppercase;*/
  color: #001e60;
  /*padding: 60px 0;*/
}

.file-upload-image {
  max-height: 80px;
  max-width: 80px;
  margin: auto;
  padding: 20px;
}

.skipped_files{
    width: 100%;
    display: inline-block;
}

.document_icons{
    font-size: 100px;
}