﻿/*--- window scroll css start  --*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #c7c7c7;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background-color: #acabab;
    border-radius: 0;
}
/*--- window scroll css closed  --*/

.mr-10 {
    margin-right: 10px;
}
