/* =============================================
   Binance Pay Receipt Generator - Styles
   Author: @rafidahmed870
   ============================================= */

/* Base font */
body {
    font-family: 'Inter', sans-serif;
    background-color: #0b0e11;
}

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

::-webkit-scrollbar-track {
    background: #181a20;
}

::-webkit-scrollbar-thumb {
    background: #2b3139;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #474f5a;
}

/* Toast transition */
.toast-enter {
    transform: translateX(0) !important;
    opacity: 1 !important;
}

/* Battery bar color based on level */
.battery-low {
    background-color: #f6465d !important;
}

.battery-medium {
    background-color: #fcd535 !important;
}

.battery-full {
    background-color: #ffffff !important;
}
