html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.f-right {
    float: right !important;
}

.body-container {
    max-width: 95%;
}

.select2-dropdown {
    z-index: 99999;
}

.price-cell {
    text-align: right !important;
}

.number-cell {
    text-align: center !important;
}


@media (min-width: 767px) {
    .hidden-desktop {
        display: none !important;
    }
    .responsive-table li
    {
        border-radius: 3px;
        padding: 15px 20px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .table-header {
        padding: 10px 20px !important;
        background-color: #dbcfcf;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }
}
@media (max-width: 767px) {
    .hidden-mobile {
        display: none !important;
    }
    .responsive-table li {
        border-radius: 3px;
        padding: 10px 10px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .table-header {
        padding: 10px 10px !important;
        background-color: #dbcfcf;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }
}




.table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
}


.dtr-details {
    display: inline-flex !important;
    flex-wrap: wrap !important; /* Permette agli elementi di andare su pił righe */
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

    .dtr-details li {
        flex: 0 0 33.33% !important; /* Tre elementi per riga */
        box-sizing: border-box !important; /* Include padding e border nella larghezza */
        text-align: center !important; /* Facoltativo: centra il testo */
        display: inline-flex !important;
        align-items: center !important;
    }

.dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
}

.fc-button-today {
    display: none !important;
}