.fc .fc-daygrid-day.fc-past-date {
    background-color: #f5f5f5 !important;
    color: #999 !important;
    cursor: not-allowed !important;
    opacity: 0.7;
}

.fc .fc-daygrid-day.fc-past-date .fc-daygrid-day-number {
    color: #999 !important;
}


/* Style for dates from other months */
.fc .fc-day-other {
    background-color: #f9f9f9 !important;
    opacity: 0.7;
}

   @media (max-width: 768px) {
        .fc-daygrid-day {
            min-height: 40px !important;
        }
        .fc-daygrid-day-number {
            font-size: 14px;
            padding: 4px;
        }
        .fc-toolbar {
            flex-direction: column;
            gap: 10px;
        }
        .fc-toolbar-chunk {
            display: flex;
            justify-content: center;
        }
    }


    .woocommerce-checkout-review-order-table .remove {
    color: red;
    font-weight: bold;
    margin-left: 10px;
    text-decoration: none;
}


.wpcf7 .wpcf7-not-valid-tip {
    color: #DC2626;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
    padding-bottom: 10px;
}

.admin-chat-instruction {
    margin: 20px 0;
    background-color: #f5f5f5;
    border-left: 4px solid #0073aa;
    padding: 18px;
    font-size: 16px;
    color: #333;
}

.highlight-admin-name {
    color: #0073aa;
    font-weight: bold;
}
.bp-messages-wrap .chat-header .new-message, .bp-messages-wrap .chat-footer .new-message {
    position: relative;
    width: 50px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: none;
}