/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Sep 22, 2025, 12:58:20 AM
    Author     : Anyanful Man
*/

@media (max-width: 500px) {
    .currency-selector{
        display: none;
    }
}

.badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-transform: capitalize;
    line-height: 1.5;
}

.badge.status-info {
    background-color: #b3e5fc;
    color: #23547b;
}

.badge.status-success {
    background-color: #c8e6c9;
    color: #256029;
}

.badge.status-warning {
    background-color: #feedaf;
    color: #8a5340;
}

.badge.status-warning-alt {
    background-color: #ffd8b2;
    color: #805b36;
}

.badge.status-danger {
    background-color: #ffcdd2;
    color: #c63737;
}

.badge.status-gray {
    background-color: #cccccc;
    color: #191a1c;
}

.badge.status-purple {
    background-color: #eccfff;
    color: #694382;
}

