.booking-wrapper-location,
.booking-wrapper-custom-fields {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.booking-wrapper-location:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.booking-wrapper-location h3 {
    font-size: 15px;
    color: #1a202c;
    margin-bottom: 20px;
    font-weight: 600;
}


.booking-wrapper-location h3 + em{
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    top: -10px;
}

.booking-wrapper-custom-fields {
    border: 1px solid #dddddd;
    padding: 25px;
    overflow: hidden;
    margin-bottom: 25px;
}

/* Стилизация Select */
.booking-wrapper-location select {
    appearance: none;
    background: #fff url('data:image/svg+xml;charset=US-ASCII,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 7.5L10 12.5L15 7.5" stroke="%234A5568" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 10px center;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 8px 35px 8px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #4a5568;
    width: 100%;
    max-width: 300px;
    transition: all 0.2s;
}

.booking-wrapper-location select:hover {
    border-color: #cbd5e0;
}

.booking-wrapper-location select:focus {
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.15);
    outline: none;
}

/* Стилизация Checkbox */
.booking-wrapper-location input[type="checkbox"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}

.booking-wrapper-location input[type="checkbox"]:checked {
    background-color: #4299e1;
    border-color: #4299e1;
}

.booking-wrapper-location input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 4px;
    top: -1px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.booking-wrapper-location input[type="checkbox"]:hover {
    border-color: #cbd5e0;
}

.booking-wrapper-location input[type="checkbox"]:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.15);
    outline: none;
}

.booking-wrapper-location label {
    font-size: 14px;
    color: #4a5568;
    margin-bottom: 8px;
    display: inline-block;
}

.booking-add_location,
.booking-save_location {
    background-color: #4299e1;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    margin-top: 15px !important;
    width: 300px !important;
}

.booking-add_location:hover,
.booking-save_location:hover {
    background-color: #3182ce;
}

.remove_location {
    background-color: #e53e3e !important;
    border: none !important;
    color: white !important;
    padding: 6px 12px !important;
    border-radius: 4px;
    font-size: 13px !important;
    cursor: pointer;
    transition: all 0.2s;
    margin-left: 10px !important;
    height: auto;
    line-height: normal !important;
}

.remove_location:hover {
    background-color: #c53030 !important;
}

/* Фон для блоков */
.bkg {
    background-color: #f7fafc;
    border-radius: 6px;
    padding: 20px;
}

.booking-location-all .pixad-form-control {
    display: inline-block;
    width: 225px !important;
}

.booking-block {
    background-color: #fff;
    padding-bottom: 50px;
    border: 1px solid #ddd;
}

.tmbooking_sim_product{
    position: absolute;
    z-index: -9999;
    left: -100%;
    top: -100%;
}

.tmbooking_save_btn{
    background: #e53e3e;
    padding: 13px 20px;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 0;
    min-width: 220px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

.tmbooking_save_btn:hover{
    opacity: 0.9;
}

.notice-custom-admin {
    display: block;
    width: max-content;
}

.category-notice {
    position: relative;
    top: 4px;
    font-size: 12px;
}

.btn_save_work_days {
    text-align: center;
    max-width: 600px !important;
    float: none !important;
    margin: 15px 0 25px 10px !important;
}

/* Стили для текстовых input полей */
.booking-wrapper-location input[type="text"],
.booking-wrapper-location input[type="email"],
.booking-wrapper-location input[type="number"],
.booking-wrapper-location input[type="tel"],
.booking-wrapper-location input[type="url"],
.booking-wrapper-location input[type="password"],
.booking-wrapper-location textarea {
    width: 100%;
    max-width: 300px;
    padding: 8px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
    color: #4a5568;
    background-color: #fff;
    transition: all 0.2s ease;
}

.booking-wrapper-location input[type="text"]:hover,
.booking-wrapper-location input[type="email"]:hover,
.booking-wrapper-location input[type="number"]:hover,
.booking-wrapper-location input[type="tel"]:hover,
.booking-wrapper-location input[type="url"]:hover,
.booking-wrapper-location input[type="password"]:hover,
.booking-wrapper-location textarea:hover {
    border-color: #cbd5e0;
}

.booking-wrapper-location input[type="text"]:focus,
.booking-wrapper-location input[type="email"]:focus,
.booking-wrapper-location input[type="number"]:focus,
.booking-wrapper-location input[type="tel"]:focus,
.booking-wrapper-location input[type="url"]:focus,
.booking-wrapper-location input[type="password"]:focus,
.booking-wrapper-location textarea:focus {
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.15);
    outline: none;
}

/* Стили для input[type="date"] и input[type="time"] */
.booking-wrapper-location input[type="date"],
.booking-wrapper-location input[type="time"] {
    appearance: none;
    padding: 8px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
    color: #4a5568;
    background-color: #fff;
    width: 100%;
    max-width: 300px;
    transition: all 0.2s ease;
}

.booking-wrapper-location input[type="date"]::-webkit-calendar-picker-indicator,
.booking-wrapper-location input[type="time"]::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24" fill="none" stroke="%234A5568" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>');
    cursor: pointer;
    padding: 8px;
}

.booking-wrapper-location input[type="date"]:hover,
.booking-wrapper-location input[type="time"]:hover {
    border-color: #cbd5e0;
}

.booking-wrapper-location input[type="date"]:focus,
.booking-wrapper-location input[type="time"]:focus {
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.15);
    outline: none;
}

/* Стили для input[type="radio"] */
.booking-wrapper-location input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: all 0.2s ease;
}

.booking-wrapper-location input[type="radio"]:checked {
    border-color: #4299e1;
}

.booking-wrapper-location input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4299e1;
}

.booking-wrapper-location input[type="radio"]:hover {
    border-color: #cbd5e0;
}

.booking-wrapper-location input[type="radio"]:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.15);
    outline: none;
}

/* Стили для placeholder */
.booking-wrapper-location input::placeholder,
.booking-wrapper-location textarea::placeholder {
    color: #a0aec0;
    opacity: 1;
}

/* Стили для disabled состояния */
.booking-wrapper-location input:disabled,
.booking-wrapper-location select:disabled,
.booking-wrapper-location textarea:disabled {
    background-color: #f7fafc;
    cursor: not-allowed;
    opacity: 0.7;
}



.bkg .booking-settings__wrapper {
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
}


.bkg .pixad-form-control {
    font-size: 13px;
    line-height: 1.5 !important;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    padding: 10px;
}

.booking-location-all .col-lg-b{
    margin-bottom: 10px;
}

.booking-add_location{
    margin-right: 10px !important;
}

.booking-wrapper-custom-fields  h3 + em{
    position: relative;
    display: inline-block;
    width: 100%;
    top: -10px;
}

.booking-wrapper-custom-fields  .notice , .booking-wrapper-custom-fields .error {
    display: none !important;
    position: absolute;
    z-index: -9999;
}