/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 12 may 2025, 10:37:56 p. m.
    Author     : jlgranda
*/

:host::ng-deep .label-required:after {
  content: " *";
  color: red;
}

@media (max-width: 991px) {
    .layout-wrapper .layout-main-container {
        margin-left: 0 !important;
        padding-left: 1rem !important;
    }

    .layout-main-container {
        padding: 5rem 1rem 0 1rem !important;
    }
}

:host ::ng-deep .p-button-pressed {
  background-color: #0288d1 !important; /* Color más oscuro para indicar presión */
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); /* Efecto de hundimiento */
  transform: scale(0.95); /* Reducir ligeramente el tamaño */
  transition: all 0.1s ease; /* Animación suave */
}