﻿::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color:#cccccc0d;
    border-radius: .050505rem;
}
::-webkit-scrollbar-thumb {
    background-color: #c92430;
    border-radius: .050505rem;
    width: .070707rem;
}