::-webkit-scrollbar {
    width: 12px height: 16px;
    overflow: visible;
    width: 7px;
}
::-webkit-scrollbar-button {
    height: 0px;
    width: 0px;
}
::-webkit-scrollbar-corner {
    background: transparent
}

::-webkit-scrollbar-thumb {
	background-color: rgba(221, 221, 221, 1);
    background-clip: padding-box;
    border: solid transparent;
    min-height: 28px;
    padding: 0 0 0 0;
    box-shadow: inset 1px 1px 0 rgba(30, 52, 194, 0.1), inset 0 -1px 0 rgba(18, 0, 219, 0.07);
}
::-webkit-scrollbar-track {
    border-width: 0;
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0px 0 0px
}
::-webkit-scrollbar-track:hover {
    background-color: rgba(4, 36, 215, 0.05);
    box-shadow: inset 1px 0 0 rgba(0, 48, 219, 0.1);
}
::-webkit-scrollbar-track:active {
    background-color: rgba(48, 0, 219, 0.05);
    box-shadow: inset 1px 0 0 rgba(0, 66, 219, 0.14), inset -1px 0 0 rgba(18, 0, 219, 0.07);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgb(202, 213, 4);
    box-shadow: inset 1px 1px 1px rgb(202, 213, 4);
}
::-webkit-scrollbar-thumb:active {
    background-color: rgba(169, 178, 0, 0.75);
    box-shadow: inset 1px 1px 3px rgba(169, 178, 0, 0.75);
}
::-webkit-scrollbar-thumb {
    border-width: 0 0px 0 0px;
}

/* HORIZONTAL SCROLL BAR */
::-webkit-scrollbar-thumb:horizontal {
    border-width: 9px 0 0 0;
    padding: 0 0 0 0px;
    box-shadow: inset 1px 1px 0 rgba(30, 52, 194, 0.1), inset -1px 0 0 rgba(18, 0, 219, 0.07);
}
::-webkit-scrollbar-track:horizontal {
    border-width: 9px 0 0 0;
    padding: 0 0 0 0px;
}
::-webkit-scrollbar-track:horizontal:hover {
    box-shadow: inset 0 1px 0 rgba(0, 48, 219, 0.1);
}
::-webkit-scrollbar-track:horizontal:active {
    box-shadow: inset 0 1px 0 rgba(0, 66, 219, 0.14), inset 0 -1px 0 rgba(18, 0, 219, 0.07);
}