/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27/05/2022, 19:25:31
    Author     : SW
*/

.ag-theme-material .ag-paging-button {
    width: auto;
    opacity: inherit;
}

.ag-theme-material .ag-paging-page-summary-panel span {
    margin: 0 8px;
}

.ag-cell-wrapper {
    width: auto;
}

.ag-theme-material .ag-header-cell-resize {
    width: 16px;
    cursor: col-resize;
}

.ag-filter-condition-operator.ag-filter-condition-operator-and, .ag-filter-condition-operator.ag-filter-condition-operator-or {
    display: inline-flex !important;
}

.ag-cell-value.ag-cell {
    height: 100%;
}

.prioridadTarea.waves-effect.waves-light.active{
    color: black !important;
    filter: brightness(180%);
    font-weight: bold;
}

.btn-followme{
    background-color: #7367F0 !important;
    border-color: #7367F0;
    color: white;
}

.btn-followme:hover {
    box-shadow: 0 0.5rem 1rem rgba(115, 103, 240, 0.5);
    color: white;
}

/* Transición suave para una animación suave */
.btn-followme {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease; /* Transición suave de 0.3 segundos al hacer hover */
}

.btn-actions{
    padding-bottom: 2.2rem;
}

.dropdown-menu-scrollable{
    max-height: 200px; /* Altura máxima para mostrar antes de que aparezca la barra de desplazamiento */
    overflow-y: auto;
}

/* Estilos personalizados para el contenedor de Select2 */
#filtro-graficos-usuario .select2-container{
    background-color: #7367F0 !important;
    border-color: #7367F0;
    color: white;
}

.fc-today-button, .fc-prev-button, .fc-next-button, .fc-dayGridMonth-button, .fc-timeGridWeek-button, .fc-timeGridDay-button{
    background-color: #7367F0 !important;
    color: #FFFFFF;
}

.fc-today-button:hover, .fc-prev-button:hover, .fc-next-button:hover, .fc-dayGridMonth-button:hover, .fc-timeGridWeek-button:hover, .fc-timeGridDay-button:hover{
    background-color: #756BD8 !important;
    color: #FFFFFF;
}