﻿::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.reinputfile::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-track {
    background-color: #eceadf;
}

::-webkit-scrollbar-thumb {
    background-color: lightblue;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: dodgerblue;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: dodgerblue;
    }
/** {
    scrollbar-color: #bee1eb #00aff0;
}*/
