.custom-red {
    color: #b50000 !important;
}
.bg-custom-red {
    background-color: #b50000 !important;
}
.btn-custom-red {
    background-color: #b50000;
    border-color: #b50000;
    color: white;
}
.btn-custom-red:hover {
    background-color: #a00000;
    border-color: #a00000;
    color: white;
}
.badge-custom-red {
    background-color: #b50000 !important;
}
.badge-custom-red-light {
    background-color: #ffe6e6 !important;
    color: #b50000 !important;
}

.custom-light-red {
    color: #ffe6e6 !important
}

.btn-custom-light-red {
    background-color: #ffe6e6;
    border-color: #ffe6e6;
    color: #b50000;
}
.btn-custom-light-red:hover {
    background-color: #ffd1d1;
    border-color: #ffd1d1;
    color: #b50000;
}

/* input[type="file"] {
    display: none;
} */

.sticky-nav {
    position: sticky;
    top: 60px;
    z-index: 50;
    background-color: white;
    border-bottom: 1px solid #dee2e6;
}
.process-step {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
}
.powered-by {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    font-size: 0.75rem;
    color: #6c757d;
}