/* Barra de rolagem global inspirada no portal metropole.gg. */
:root,
* {
    scrollbar-color: #bbde1a #1c1e1c !important;
    scrollbar-width: thin !important;
}

*::-webkit-scrollbar {
    width: .5rem !important;
    height: .5rem !important;
}

*::-webkit-scrollbar-track {
    border-radius: 9999px !important;
    background: #1c1e1c !important;
}

*::-webkit-scrollbar-thumb {
    border: 0 !important;
    border-radius: 9999px !important;
    background: #bbde1a !important;
    background-image: none !important;
    background-clip: border-box !important;
}

*::-webkit-scrollbar-thumb:hover {
    background: #d3f542 !important;
}

*::-webkit-scrollbar-corner {
    background: #1c1e1c !important;
}
