.horarios-normal-view {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.horarios-expanded-view {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.horario-item {
    padding: 3px 10px;
    margin: 5px;
    border-radius: 5px;
    color: white;
}

.horario-disponible {
    background-color: #28a745;
}

.horario-no-disponible {
    background-color: #6c757d;
}

.horario-no-disponible .horario-valor,
.horario-no-disponible .horario-cupo {
    color: #a9a9a9;
}

.horario-excluido {
    background-color: #ffc107;
}

.horario-fuera-de-horario {
    background-color: #6c757d;
}

.horario-valor {
    font-weight: bold;
}

.horario-cupo,
.horario-exclusion {
    font-size: 0.9em;
    margin-left: 5px;
}

#imagen-container {
    width: 800px;
    padding: 20px;
    background-color: white;
}

.imagen-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-logo {
    max-height: 100px;
    margin-right: 20px;
}

.header-text {
    text-align: center;
    padding: 10px;
}

.imagen-footer {
    margin-top: 5px;
    margin-bottom: 5px;
}

.tomoturnos-logo {
    max-width: 100px;
}

/* .btn-group > .btn.active, .btn-primary {
    background-color: #007bff !important;
    color: white !important;
    border-color: #007bff !important;
    box-shadow: none !important;
}

.btn-default {
    background-color: #f8f9fa !important;
    color: #343a40 !important;
    border-color: #ced4da !important;
} */

#preview-canvas {
    max-width: 100%;
    height: auto;
}

.panel {
    margin-bottom: 20px;
}

.btn-secondary:hover {
    background-color: #e6e6e6;
}

.schedule-frame {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-top: 15px;
    max-width: 400px;
    margin: 20px auto;
}

.floating-action-bar {
    display: none; /* Hidden by default */
}

