body {
    padding-top: 56px 0 0 0;
}

.notify-bar {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    background-color: #dc3545;
    color: white;
    padding: 12px 20px;
    text-align: center;
    font-weight: 500;
    z-index: 2000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.notify-bar.success {
    background-color: #28a745;
}

.notify-bar.warning {
    background-color: #ffc107; 
    color: #000;
}
