.containerTable{
    display: flex;
    overflow-x: auto; 
}

::-webkit-scrollbar {
    height: 0.6rem;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 10px;
    border: transparent;
}
