﻿.card-container-custom {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.card-custom {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 200px;
    padding: 10px;
}

.card-header-custom {
    font-weight: bold;
    margin-bottom: 10px;
}

.card-body-custom {
    display: flex;
    justify-content: center;
}

.mesa-card {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mesa-text {
    text-align: center;
}

.button-card {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.button-text {
    text-align: center;
    font-size: 0.65rem !important;
    color: white;
}

.calendar-selected-day {
    background-color: lightblue; 
    display: flex;
    align-items: center;
    justify-content: center;
}