:root {
    --color-principal-1: #00a884;
    --color-principal-2: red;
    --color-texto-1: #f0f2f5;
    --color-texto-2: #000000;
}

/********* scroll ***********/
::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #c9c9c9;
}

.contenedor_login {
    height: 85vh;
}

table thead th {
    background-color: var(--color-principal-1) !important;
    color: var(--color-texto-1) !important;
}

.dataTables_filter {
    margin-bottom: 5px;
}
