

.cursor-pointer {
    cursor: pointer !important;
}

.max-100vh-scroll {
    max-height: 100vh;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #1b1b1b;
}


::-webkit-scrollbar-thumb {
    background: #353535;
}


::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.fs-8px {
    font-size: 8px !important;
}

.fs-9px {
    font-size: 9px !important;
}

.fs-10px {
    font-size: 10px !important;
}

.fs-11px {
    font-size: 11px !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.line-height-n2 {
    line-height: 0.6 !important;
}

.line-height-n1 {
    line-height: 0.8 !important;
}

.line-height-1 {
    line-height: 1 !important;
}

.z-index-0 {
    z-index: 0 !important;
}

.z-index-100 {
    z-index: 100 !important;
}

.z-index-200 {
    z-index: 200 !important;
}

.z-index-300 {
    z-index: 300 !important;
}

.bg-grey-darken-4b {
    background-color: #1e1e1e !important;
}

.bg-grey-darken-5 {
    background-color: #181818 !important;
}

.h-3rd {
    height: calc(100% / 3);
}

.w-3rd {
    width: calc(100% / 3);
}
