.img-footer-logo {
    width: 64px;
    height: 64px;
    margin: auto;
}

.text-spaced {
    letter-spacing: 7px;
}

.verification-color-text {
    color: #92bd7f;
}

.verification-color-background {
    background-color: #92bd7f;
}

.roomieus-color-text {
    color: #6a1b9a;
}

.roomieus-color-background {
    background-color: #6a1b9a;
}

.btn.btn-purple {
    color: #fff;
    background-color: #671987;
    border-color: #671987;
}

.btn.btn-purple:hover {
    background-color: #671987d1;
    border-color: #671987d1;
}

.btn.btn-purple:active {
    background-color: #671987d9;
    border-color: #692785;
}

.btn.btn-purple:focus {
    background-color: #671987d9;
    border-color: #692785;
    box-shadow: 0 0 0 0.25rem rgb(122 60 153 / 50%);
}

.btn.btn-lg.w-50 {
    min-width: fit-content;
}

.centered {
    text-align: center;
}

.simple-button {
    background: #1d89d6;
    color: white;
    width: max-content;
    margin: 0px auto;
    padding: 5px 14px;
    border: none;
    border-radius: 7px;
    box-shadow: 0px 3px 11px 0px #3c3c3c;
    cursor: pointer;
}

.simple-button:active {
    transform: translateY(2px);
    box-shadow: none;
}

.hint-container {
    display: flex;
    justify-content: center;
}

.hint-font {
    color: orange;
    font-weight: bold;
}

.hint {
    display: none;
    position: absolute;
    font-size: 19px;
    font-weight: 800;
}

.fader {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a6;
}

.message-container {
    background-color: white;
    width: 80%;
    max-width: 314px;
    padding: 17px 12px;
    border-radius: 13px;
    box-shadow: 0px 4px 13px 1px #171717;
}

.verification-container-page.page-age {
    background: #f8f9fa;
    height: auto !important;
    min-height: calc(100dvh - 80px);
    display: block !important;
    overflow-y: auto !important;
    padding-bottom: 40px;
}

/* Ensure parent containers also allow scrolling for this step */
.verification-container {
    height: auto !important;
    min-height: 100dvh;
    overflow-y: auto !important;
}

html,
body,
main {
    height: auto !important;
    overflow: auto !important;
}

.application-form {
    max-width: 500px;
    margin: 20px auto;
    padding: 0;
    text-align: left;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.section-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.indicator-circle {
    background: #f3e5f5;
    color: #6a1b9a;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.section-title {
    color: #6a1b9a;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}

.form-input-premium {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 13px 16px;
    font-size: 0.95rem;
    background-color: #f9fafb;
    color: #111827;
}

.form-input-premium:focus {
    border-color: #6a1b9a !important;
    box-shadow: 0 0 0 4px rgba(106, 27, 154, 0.1) !important;
    background-color: white;
    outline: none;
}

.form-input-premium::placeholder {
    color: #9ca3af;
    font-weight: 500;
}

.form-input-premium.is-invalid {
    border-color: #ef4444 !important;
    background-color: #fef2f2;
}

.form-label-premium {
    font-size: 0.9rem;
    font-weight: 600;
    color: #6a1b9a;
    margin-bottom: 8px;
    display: block;
}

.form-banner {
    background-color: #6a1b9a;
    color: white;
    padding: 16px;
    text-align: center;
    font-weight: 700;
    font-size: 1.3rem;
    width: 100%;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.form-body {
    padding: 20px;
}

.date-input-container {
    position: relative;
}

.char-counter {
    color: #6c757d;
    font-size: 0.75rem;
}

textarea.form-input-premium {
    resize: none;
    width: 100%;
}

#btn-go-to-photo-id {
    background-color: #6a1b9a;
    border-color: #6a1b9a;
    border-radius: 8px;
    padding: 12px;
    font-weight: 700;
    margin-top: 20px;
}

.row.g-2>div {
    padding-left: 4px;
    padding-right: 4px;
}