

.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;
}

.bg-black-lighten-1 {
    background-color: #111 !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.border-team-100 {
    border: 3px solid #477ab9 !important
}

.border-team-200 {
    border: 3px solid #a72525 !important
}

.border-team-100-light {
    border: 2px solid #477ab9 !important
}

.border-team-200-light {
    border: 2px solid #a72525 !important
}

.border-team-100-thin {
    border: 1px solid #477ab9 !important
}

.border-team-200-thin {
    border: 1px solid #a72525 !important
}

.color-team-100 {
    color: #477ab9 !important
}

.color-team-200 {
    color: #a72525 !important
}

.color-team-100-lighten-1 {
    color: #5c98e2 !important
}

.color-team-200-lighten-1 {
    color: #cc3d3d !important
}

.bg-team-100 {
    background-color: #477ab9 !important
}

.bg-team-200 {
    background-color: #a72525 !important
}

.bg-team-100-t1 {
    background-color: #477ab980 !important
}

.bg-team-200-t1 {
    background-color: #a7252580 !important
}

.bg-team-100-t2 {
    background-color: #477ab940 !important
}

.bg-team-200-t2 {
    background-color: #a7252540 !important
}

.bg-team-100-t3 {
    background-color: #477ab920 !important
}

.bg-team-200-t3 {
    background-color: #a7252520 !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;
}

.death-overlay {
    background: #3336;
    position: absolute;
    top: 0;
    text-align: center;
}

.v-badge-pa-0 .v-badge__badge {
    padding: 0 !important;
    min-width: 12px;
    max-height: 15px;
    bottom: calc(100% - 12px) !important;
    left: calc(100% - 10px) !important;
}

.v-window-h-100 .v-window__container {
    display: block !important;
    height: 100% !important;
}

.bg-grey-darken-5 {
    background-color: #181818 !important;
}

.v-btn-w0 {
    min-width: 0 !important;
}
