/* Admin styles */
#ddm-blocked-dates-calendar {
    max-width: 900px;
    margin: 20px 0;
}

/* Frontend styles */
.blocked-day {
    color: #dc3232 !important;
    text-decoration: line-through;
    pointer-events: none;
    opacity: 0.5;
}

.dayz-date-mapper-container {
    margin-top: -5px;
    margin-bottom: 20px;
}

.dayz-date-mapper-date-picker {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.dayz-timeslots-container {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 4px;
    background: #e8f0fe;
}

.dayz-timeslots-container h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

/*.ddm-timeslots-list {
    display: grid;
    gap: 8px;
}*/

.ddm-timeslot-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ddm-timeslot-wrapper input[type="checkbox"] {
    margin: 0;
}

.ddm-timeslot-wrapper label {
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    line-height: 14px;
}

input.dayz-date-mapper-date-picker {
    background: #f6f7f9 !important;
    color: #515f6a !important;
}

.ddm-available-timeslots-title {
    font-weight: 500 !important;
    font-style: normal;
    font-size: 15px !important;
    margin-bottom: 10px;
}

#dayz_date_mapper_checkout_field .ddm-timeslots-list input {
    width: 20px !important;
    height: auto !important;
    margin-right: 0px;
}

.ddm-timeslots-list  .woocommerce-input-wrapper {
    width: 100% !important;
}

#dayz_date_mapper_checkout_field .ddm-timeslots-list label.checkbox {
    position: relative !important;
    font-weight: normal !important;
    margin-top: 0px !important;
    margin-left: 0px;
    color: black;
    z-index: 99;
    background: transparent !important;
}

#dayz_date_mapper_checkout_field .ddm-timeslots-list .dayz-date-mapper-timeslot {
    margin-bottom: 0px;
    width: 100% !important;
}

#dayz_date_mapper_checkout_field .ddm-timeslots-list .woocommerce-validated span.woocommerce-input-wrapper:after {
    top: 5px !important;
}

.ddm-screen-reader-text .optional{
    display: none;
}

.ddm-timeslots-list .ddm-timeslot-wrapper:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
}

.ddm-timeslots-list {
    background: #fff;
    border-radius: 4px;
}

.ddm-timeslots-list .woocommerce-validated span.woocommerce-input-wrapper:after {
    display: none;
}

.ddm-timeslots-list .woocommerce-validated.dayz-validated span.woocommerce-input-wrapper:after {
    display: block;
}

.levering-details-wrapper {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
    box-sizing: border-box;
}

.dayz-date-mapper-field-note {
	margin-left: 5px;
}

.dayz-date-mapper-date-picker .woocommerce-input-wrapper {
	width: 50%;
}