/* EasyTableBook - Stili personalizzati */

/* Sidebar active state */
#sidebarnav li a.active {
    color: #7571f9;
    font-weight: 600;
}

/* Card stat icons alignment */
.card .d-flex .m-r-20 {
    min-width: 50px;
    text-align: center;
}

/* Calendar container full width */
#calendarContainer .pignose-calendar {
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    border: 1px solid #e9ecef;
}

/* Calendar reservation count badges */
.reservation-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #ef5350;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    padding: 0 3px;
    pointer-events: none;
    z-index: 2;
}

/* Day detail list items */
#dayDetail .list-group-item {
    border-left: 3px solid #7571f9;
    margin-bottom: 5px;
}

/* DataTable buttons styling */
.dt-buttons .dt-button {
    background-color: #7571f9 !important;
    border-color: #7571f9 !important;
    color: #fff !important;
    border-radius: 4px;
    margin-right: 5px;
    padding: 5px 15px;
}

.dt-buttons .dt-button:hover {
    background-color: #5a56e8 !important;
}

/* Fix form inline on small screens */
@media (max-width: 768px) {
    .form-inline .form-group {
        width: 100%;
        margin-bottom: 10px;
    }
    .form-inline .form-control {
        width: 100%;
    }
}

/* Login page styling */
.login-content h4 i {
    color: #7571f9;
}

/* Quick filter active state */
.btn-quick-filter.active {
    background-color: #7571f9 !important;
    border-color: #7571f9 !important;
    color: #fff !important;
}

/* Empty state styling */
.p-30 {
    padding: 30px;
}

/* Table action buttons spacing */
.table .btn-sm {
    padding: 3px 8px;
    font-size: 12px;
}
