html, body, #sbaApp {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

/*Estilos de Scroll*/

@media (min-width: 601px) {
    ::-webkit-scrollbar {
        width: 4px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.3); /* color del scroll */
        border-radius: 2px;
    }

        ::-webkit-scrollbar-thumb:hover {
            background-color: rgba(0, 0, 0, 0.5); /* cambia color al hover */
        }
}

::-webkit-scrollbar {
    height: 8px;
    overflow: visible;
    width: 8px;
}

.input-w-100 .vf-input-field {
    width: 100%;
}

