.product-notification {
    z-index: 9999;
}

.input-bordered {
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
}

.input-xl {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.btn {
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-primary {
    background-color: #2563eb;
    color: white;
    border: none;
}

.btn-primary:hover {
    background-color: #1d4ed8;
}

.btn-outline-secondary {
    border: 1px solid #6b7280;
    background-color: transparent;
    color: #6b7280;
}

.btn-outline-secondary:hover {
    background-color: #f3f4f6;
}

.tab-active {
    background-color: #2563eb !important;
    color: white !important;
}

.bg-primary {
    background-color: #f9fafb;
}