
        /* .wbg-days {
            background: red
        } */


 
@keyframes wbg-shimmer {
    0% { background-position: -468px 0; }
    100% { background-position: 468px 0; }
}
.wbg-skeleton {
    background: #f0f0f0;
    background-image: linear-gradient(90deg, #f0f0f0 0px, #f8f8f8 40px, #f0f0f0 80px);
    background-size: 468px 100%;
    animation: wbg-shimmer 1.2s ease-in-out infinite;
    border-radius: 4px;
}

/* Styles for disabled appointment slots */
.wbg-appointment-slot-disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    background-color: #F9FAFB !important;
    border-color: #E5E7EB !important;
}

.wbg-appointment-slot-disabled:hover {
    background-color: #F9FAFB !important;
    border-color: #E5E7EB !important;
}

.wbg-appointment-slot-conflicting .wbg-slot-status {
    color: #DC2626 !important;
    font-weight: 500 !important;
}
