.rts-helpdesk-banner::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-position: 50px -180px;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url('/assets/images/banner.svg');
}

.sts-helpdesk-banner::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/assets/images/banner.svg');
    z-index: 1;
    opacity: 0.3;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #0b0d0f;
}

::-webkit-scrollbar-thumb {
    background: #ea580c;
}

::-webkit-scrollbar-thumb:hover {
    background: #ea580c;
}
