#delete_location_form{
    display:inline;
}

.aim_img img{
    margin: 5px;
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all ease-in-out 0.4s;
}

.aim_img img.highlight{
    margin: 5px;
    border: 1px solid #ddd;
    border-radius: 100%;
    border: 2px solid #FF1C69;
}

.aim_modal_clip{
    display: none;
    top: 0px;
    left: 0px;
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    overflow: scroll;
    
}

.aim_modal_row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.display_image_selection{
    width: 150px;
    height: 150px;
}

.display_image_selection2{
    width: 100px;
    height: 100px;
}

.aim_container{
    padding: 20px;
    background: var(--adminify-text-color);
    border: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 54px 0 rgba(20,20,42,.07);
    box-shadow: 0 0 54px 0 rgba(20,20,42,.07);
}

#fileSelectorModal .modal-dialog{
    z-index: 100;
}

.navbar{
    flex-wrap: nowrap !important;
}
.locations-container{
    display: flex;
    flex-wrap: wrap;
}

.location-item{
    margin: 10px;
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all ease-in-out 0.4s;
}

.location-item-container{
    align-items: center;
    display: flex;
    flex-direction: column;
}

.location-item.highlight{
    border-radius: 100%;
    border: 2px solid #FF1C69;
}
.stepper-item.completed .step-counter {
    background-color: #E19C55 !important;
    color: white;
}

.stepper-item.completed::after {
    border-bottom: 2px solid #E19C55 !important;
}
.aim_block table button, .aim_view table button {
    height: auto !important;
    line-height: 21px !important;
}

.aim_block table form, .aim_view form {
    display: inline-block !important;
}

.aim_block table .btn i, .aim_view .btn {
    color: white !important;
}

.aim-load{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

@media (max-width: 767px){
    #locations{
        align-items: center;
    }
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .wp-block-search .wp-block-search__input, .wc-block-product-search .wc-block-product-search__field, .woocommerce .select2-container .select2-selection--single, .woocommerce-page .select2-container .select2-selection--single {
    
    border: 1px solid #dd9a54 !important;
    border-radius: 8px !important;
}

#booking_form .checkboxes__item label, #booking_form .form-check-label{
    font-weight: normal !important;
}

#booking_form label{
    font-weight: bold !important;
}



.checkbox.style-e {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .checkbox.style-e input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkbox.style-e input:checked ~ .checkbox__checkmark {
    background-color: #f7cb15;
  }
  .checkbox.style-e input:checked ~ .checkbox__checkmark:after {
    left: 21px;
  }
  .checkbox.style-e:hover input ~ .checkbox__checkmark {
    background-color: #eee;
  }
  .checkbox.style-e:hover input:checked ~ .checkbox__checkmark {
    background-color: #f7cb15;
  }
  .checkbox.style-e .checkbox__checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 22px;
    width: 40px;
    background-color: #eee;
    transition: background-color 0.25s ease;
    border-radius: 11px;
  }
  .checkbox.style-e .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    transition: left 0.25s ease;
  }
  .checkbox.style-e .checkbox__body {
    color: #333;
    line-height: 1.4;
    font-size: 16px;
    transition: color 0.25s ease;
  }
  #checkout_button_container{
    align-items: center;
  }
/* .booking_page .brz-slick-slider__arrow{
    opacity: 0;
} */

