.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}



.availableHoursSingleItem input[type="radio"] {
    display: none;
}

.availableHoursSingleItem.selected {
    background: white;
    color: var(--theme-primary-color);
}

#toast-container>div {
    opacity: 1 !important;
}
.text-line-through {
    text-decoration: line-through;
}
/* Centered spinner overlay inside the target div */
.service-book-side.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.6;
}

.service-book-side.loading::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    z-index: 10;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}




/* حاوية الصورة */
.extra-icon {
    position: relative;
}

/* علامة الصح فوق الصورة */
input[type="checkbox"]:checked + label .extra-icon::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    background: url('../img/checkmark.svg') no-repeat center center;
    background-size: contain;
    z-index: 2;
}


/* خلى الصورة تاخد كامل مساحة ال label وتكون دايرة */
.service-book-extras .view-extra-circle {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative !important;
    z-index: 1;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
}



.service-book-extras .check-text-group-advanced-item.checkForAdvancedExtra .input-group-plus-minus .input-group-btn>.btn{
    height: 35px !important;
}
.service-book-extras .check-text-group-advanced-item.checkForAdvancedExtra .input-group-plus-minus .contentofxy {
    height: 35px !important;
    width: 35px !important;
    line-height: 36px !important;
}
.service-book-extras input:checked + label .view-extra-circle {
    background-color: transparent !important; /* عشان ما يطغاش اللون */
    position: relative;
    z-index: 2;
}

.service-book-data-details .data-in-bill .add-data i
{
    width: 25px;
    height: 25px;
    color: var(--theme-primary-color);
    border: 2px solid var(--theme-primary-color);
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    background: #f8f8f8;
    line-height: 23px;
    font-size:12px;
    background:var(--theme-primary-color);
    color:white;
}
.service-book-data-details .data-in-bill .add-data
{
    margin: 0 5px 0 0px;
}
