.custom-header { background-color: #4e070b; }

.nav-apply-link {
    text-decoration: none !important;
}

.table-header-bg {
    background-color: #E2EFD9 !important;
}

.table-header-bg2 {
    background-color: #FFF2CC !important;
}
.table-header-bg3 {
    background-color: #FBE4D5 !important;
}

.footer-font-size {font-size: 14px}
body.recommend-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.recommend-page > footer {
    margin-top: auto;
}

body.sending {
    overflow: hidden;
}

.sending-overlay {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(2px);
}

.sending-overlay[hidden] {
    display: none !important;
}

.sending-dialog {
    width: min(100%, 420px);
    padding: 2rem;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.18);
}
.application-language-switcher {
    display: flex;
    justify-content: flex-end;
    gap: 0.4rem;
    margin-bottom: 1rem;
}
.application-form-label {
    white-space: nowrap;
}
