/* Custom Green Terminal Scrollbar */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #000000;
}

::-webkit-scrollbar-thumb {
    background: #15803d;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #22c55e;
}
