﻿.tabelscroll ::-webkit-scrollbar {
    width: 5px;
}

.tabelscroll ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 #A9A9A9;
    border-radius: 10px;
    background: white;
}

.tabelscroll ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0 #A9A9A9;
    background: #af2532;
}
