

.form-label-select{
    font-size: 0.6875rem !important;
    top: -1rem !important;
}

.navbar-brand-img{
    max-height: 100% !important;
    width: 100% !important;
}

.icon-in-button{
    font-size: 1rem !important;
}

/* Estilos para campos de formulario editables */
.form-control:focus {
    background-color: rgba(0, 0, 0, 0.05) !important;
    border-color: #e91e63 !important;
    box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25) !important;
    outline: none;
}

.form-control:hover {
    background-color: rgba(0, 0, 0, 0.03) !important;
    border-color: rgba(0, 0, 0, 0.3) !important;
}

select.form-control:focus {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

/* Estilos para inputs con fondo claro y texto oscuro */
.form-group label {
    color: rgba(0, 0, 0, 0.87) !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    display: block !important;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04) !important;
    color: rgba(0, 0, 0, 0.87) !important;
    border: 1px solid rgba(0, 0, 0, 0.23) !important;
    padding: 10px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
}

/* Estilos para botones de formulario */
.form-actions {
    margin-top: 30px !important;
    text-align: right !important;
}

.form-actions .btn {
    margin-left: 10px !important;
}

.form-actions .btn:first-child {
    margin-left: 0 !important;
}
