.inner-advanced_fields {
    padding: 17px;
}
.main_fl,.main_fl .inner_div {
    display: flex;
}
.main_fl div, .main_fl .inner_div div {
    flex: 1;
}
.main_fl div .form-group{
   width: 98%;
}

.select2-results__option--disabled {
    display: none;
}
.select2-results__option--selected,.select2-container--default .select2-results__option[aria-selected=true] {
    background: #008475 !important;
    color: #fff;
    
}
.select2-hidden-accessible{
  display: none;
}
.select2-results__option{
  margin-bottom: 8px;
}
.select2-container--open {
    z-index: 999999 !important;
}
.edit_fieldmodal span.select2.select2-container {
    width: auto;
    display: block;
    height: 37px;
}
body .edit_fieldmodal input,body .edit_fieldmodal select{
   height: 40px !important;
}
.edit_fieldmodal .select2-container .select2-selection {
    background: #f5f8fa;
    border: none;
    color: #000;
    height: 40px;
    background-color: #F5F8FA !important;
    border: 1px solid #F5F8FA;
    box-shadow: 0 1px 3px 0px rgb(0 0 0 / 6%);
    border-radius: 10px;
    font-weight: 700;
}  
.edit_fieldmodal .select2-container input {
    width: auto !important;
    height: 26px !important;
}

.inner-advanced_fields {
    position: relative;
    background: #ffffff;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;

}
.main_fl {
    margin-bottom: 21px;
}
.delete_field_div {
    position: absolute;
    right: 17px;
    top: 9px;
    z-index: 99;
}
.delete_field_div .delete_field {
    color: red;
    z-index: 99;
    cursor: pointer;
}

.add_field_btn {
    background-color: #008474 !important;
    display: inline-block;
    margin: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    user-select: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
   
}

.about_fields {
    margin-top: 20px;
}


.common_modal  {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top:  40px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.common_modal  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.common_modal  .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.common_modal  .close:hover,
.common_modal  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.common_modal  .modal-header {
    padding: 8px 16px;
    background-color: #008474;
    color: white;
}
.common_modal  .modal-header h2{
    color: #fff;
}

.common_modal  .modal-body {padding: 2px 16px;}
.alert_error_message {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
    margin: 12px 0px;
    border-radius: 5px;
}
.alert_success_message {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 10px;
    margin: 12px 0px;
    border-radius: 5px;
}
.close_filter {
    position: absolute;
    top: 33%;
    right: 5px;
    color: #e50b29 !important;
    font-size: 18px;
    z-index: 99999999;
}

/* Tips */
.custom_fields_booking .tip_app {
   font-style: normal;
    position: relative;
    top: 2px;
    left: 2px;
    cursor: help;
    font-size: 11px;
    line-height: 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 0 !important;
    font-weight: 500;
    margin-left: 3px;
}

.custom_fields_booking .tip-content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 20px));
    -ms-transform: translate(-50%, -100%);
    color: #fff;
    padding: 13px 15px;
    min-width: 200px;
    max-width: 200px;
    font-size: 13px;
    border-radius: 4px;
    line-height: 19px;
    pointer-events: none;
    z-index: 999;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.custom_fields_booking .tip_app:hover .tip-content {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, calc(-100% - 13px));
    -ms-transform: translate(-50%, -115%);
}

.custom_fields_booking .tip_app:after {
    font-weight: 900;
    line-height: 19px;
    display: inline-block;
    position: relative;
    text-align: center;
    -moz-transform: translateY(-1px);
    font-size: 22px;
    
}
.custom_fields_booking .info-icon:after{
   font-family: "Font Awesome 5 Pro"; 
   content: "\f059";
   color: #008474;
   font-size: 16px;
   margin-left: -8px;
}
.custom_fields_booking .important-icon:after{
   font-family: "Font Awesome 5 Pro";  
   content: "\f05a"; 
   color: #F9C200;
   font-size: 16px;
   margin-left: -28px;
}
.custom_fields_booking .tip-content:after {
    font-family: "Font Awesome 5 Pro"; font-weight: 900;
    content:"\f0dd";
    position: absolute;
    bottom: 3px;
    left: 50%;
    font-size: 22px;
    color: #333;
    transform: translate(-50%,50%);
}
.custom_fields_booking .tip_app.important-icon {
    margin-left: 9px;
}


.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding: 6px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none;
    font-weight: 400;
    padding-right: 35px;
  }
  
  .select2-container--default .select2-selection--single {
    background-color: #f5f8fa;
    border: 1px solid #f5f8fa;
    box-shadow: 0 1px 3px 0 rgb(0 0 0/6%);
  
    border-radius: 4px;
    outline: none;
    font-weight: 400;
    border-radius: 10px;
    min-width: 200px;
    display: block;
  }

  .delete-account-section a, button.button, input[type=button], input[type=submit], button.button.border, a.button.border, a.button {
    background-color: #008474;
    top: 0;
    padding: 12px 20px;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    border-radius: 10px;
}
.common_modal .modal-header {
    padding: 2px 16px;
    background-color: #fff;
    color: #181c32;
    text-align: left;
    text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 );
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    border-bottom: 1px solid #EBEDF3;
    margin-bottom: 0px;
    border-radius: 10px;
}

.application_form_new {
    max-width: 1140px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

 