.form-top-bar {
    width: 100%;
    background-color: #EFF3F6;
    color: #003366;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1rem;
    position: sticky;
    top: 0;
    font-weight: bold;
    font-family: 'Korb-Bold', sans-serif;
}

.form-top-bar-container {
    border-bottom: 1px solid #CCD7E6;
    padding: 12px 24px 12px 24px;
}

@media (max-width: 768px) {
    .form-top-bar-container {
        padding: 12px;
    }
}

.form-top-bar-container h1 {
    font-family: 'Korb-Bold', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 105%;
    letter-spacing: 0;
    margin: 0!important;
}

.progress-bar-container {
    width: 100%;
    height: 8px;
    background-color: #FFFFFF;
    overflow: hidden;
    margin-top: auto;
    border-bottom: 1px solid #CCD7E6;
}

.progress-bar {
    height: 8px !important;
    background-color: #56BD66;
    border-radius: 0;
    transition: width 0.3s ease;
    margin-top: auto;
    padding: 0;
}
