﻿/*
 *  black-scrollbar
 */

.black-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #565656;
}

.black-scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #565656;
}

.black-scrollbar::-webkit-scrollbar-thumb {
    background-color: #2f2f2f;
}

.required::after {
    content: "*";
    color: red;
    font-weight: bold;
    font-style: italic;
    margin-right: 5px;
}