/* ==========================================
   SCANNER PRO v2.0.0 - style.css
   Global Styles & Custom Scrollbar Customizations
   ========================================== */

body {
    background-color: #090d16;
    color: #f8fafc;
    overflow-x: hidden;
}

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

::-webkit-scrollbar-track {
    background: #090d16;
}

::-webkit-scrollbar-thumb {
    background: #20293a;
    border-radius: 3px;
}

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

.lime-glow-border:focus {
    border-color: #bef264;
    box-shadow: 0 0 15px rgba(190, 242, 100, 0.2);
}
