body {
    font-family: 'Roboto', sans-serif;
    min-height: max(884px, 100dvh);
    min-height: max(884px, 100dvh);
}
.progress-bar-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 9999px;
    height: 8px;
    margin-bottom: 2rem;
}
.progress-bar {
    background-color: #4f46e5;
    height: 100%;
    border-radius: 9999px;
    transition: width 0.3s ease-in-out;
}
#other-options-container.hidden {
    display: none;
}
.alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
}
.alert-content {
    background-color: white;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    max-width: 90%;
}

.grecaptcha-badge {
    visibility: hidden;
}
