@font-face { font-family: 'Dimbo'; src: url('../fonts/Dimbo%20Regular.ttf');}
#online {
    border: 3px solid #4631aa;
    text-shadow: 2px 2px 2px #000000;
    background-color: #24006f;
    padding: -4px;
    border-radius: 3px;
    color: #ffffff;
    text-shadow: 0px 0px #000000;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
    margin-right: 10px;
    position: absolute;
    top: 1%;
    left: 3%;
    z-index: 1002;
    overflow: auto;
    margin: auto;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 10px 10px #252222;
	border: solid 3px transparent;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
	/* box-shadow: inset 0 0 10px 10px green; */
	background: #0b32f2;
	border: solid 5px transparent;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #2e4ff1; 
}