

/* consulta */

/*
.color-legend {
    margin-bottom: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 5px;
    border-left: 4px solid #0c9bdb;
}

.color-legend .color-box {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 2px;
}

.color-legend .consulta-color {
    background: #0c9bdb;
}

.color-legend .ingreso-color {
    background: #E6A85C;
}

.color-legend .salida-color {
    background: #8B1538;
}


.modal-header.hotel-header {
    background: linear-gradient(135deg, #E6A85C, #d4994a);
    color: white;
}

.modal-header.consulta-header {
    background: #0c9bdb;
    color: white;
}


.hotel-card-ingreso {
    background-color: #E6A85C;
    color: white;
}

.hotel-card-salida {
    background-color: #8B1538;
    color: white;
}

.btn-edit {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
}

.btn-edit:hover {
    background-color: #e0a800;
    border-color: #d39e00;
    color: #212529;
}


.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
}


@media (max-width: 768px) {
    .color-legend .row > div {
        margin-bottom: 5px;
    }
}*/