.mouse-hand{
    cursor: pointer;
}

#swal2-html-container{
    margin-top: 18px;
}

.input-height-table{
    height: 26px;
}

.border-radius-16{
    border-radius: 16px;
}

.tr_fija_top_0{
    position: sticky;
    top: 0;
    z-index: 9;
}

.hidden{
    display: none;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedor::-webkit-scrollbar {
    -webkit-appearance: none;
}

.contenedor::-webkit-scrollbar:vertical {
    width:10px;
}

.contenedor::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
}

.contenedor::-webkit-scrollbar:horizontal {
    height: 10px;
}

.contenedor::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.contenedor::-webkit-scrollbar-track {
    border-radius: 10px;
}

.text-black{
    color: black;
}

.minusculas{
    text-transform: lowercase !important;
}
