/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fzfqh36f6p] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-fzfqh36f6p] {
    flex: 1;
}

/* Header Styles */
.app-header[b-fzfqh36f6p] {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
}

.logo-section[b-fzfqh36f6p] {
    text-align: start;
}

.logo-img[b-fzfqh36f6p] {
    max-width: 180px;
    height: auto;
}

.header-right[b-fzfqh36f6p] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-language[b-fzfqh36f6p] {
    background-color: #ffffff;
    border: none;
    color: #000000;
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    font-weight: 500;
}

.btn-language:hover[b-fzfqh36f6p],
.btn-language:focus[b-fzfqh36f6p] {
    background-color: #ffffff;
    color: #000000;
}

/* CSS-only dropdown */
.dropdown .dropdown-menu[b-fzfqh36f6p] {
    display: none;
    position: absolute;
    right: 0;
}

.dropdown:focus-within .dropdown-menu[b-fzfqh36f6p] {
    display: block;
}

.accessibility-icon[b-fzfqh36f6p] {
    width: 28px;
    height: 28px;
}

.content[b-fzfqh36f6p] {
    max-width: 900px;
    margin: 0 auto;
}

.app-footer[b-fzfqh36f6p] {
    background-color: #1E293B;
    color: white;
    padding: 20px 30px;
    text-align: center;
}

.footer-text[b-fzfqh36f6p] {
    font-size: 14px;
    line-height: 1.6;
}

#blazor-error-ui[b-fzfqh36f6p] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fzfqh36f6p] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5yr2mke9bf],
.components-reconnect-repeated-attempt-visible[b-5yr2mke9bf],
.components-reconnect-failed-visible[b-5yr2mke9bf],
.components-pause-visible[b-5yr2mke9bf],
.components-resume-failed-visible[b-5yr2mke9bf],
.components-rejoining-animation[b-5yr2mke9bf] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-5yr2mke9bf],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-5yr2mke9bf],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-5yr2mke9bf],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-5yr2mke9bf],
#components-reconnect-modal.components-reconnect-retrying[b-5yr2mke9bf],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-5yr2mke9bf],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-5yr2mke9bf],
#components-reconnect-modal.components-reconnect-failed[b-5yr2mke9bf],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-5yr2mke9bf] {
    display: block;
}


#components-reconnect-modal[b-5yr2mke9bf] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-5yr2mke9bf 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-5yr2mke9bf 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-5yr2mke9bf 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-5yr2mke9bf]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-5yr2mke9bf 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-5yr2mke9bf {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-5yr2mke9bf {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-5yr2mke9bf {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-5yr2mke9bf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-5yr2mke9bf] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-5yr2mke9bf] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-5yr2mke9bf] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-5yr2mke9bf] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-5yr2mke9bf] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-5yr2mke9bf] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-5yr2mke9bf 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-5yr2mke9bf] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-5yr2mke9bf {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Wizard/Step1Selection.razor.rz.scp.css */
.radio-options[b-woz21m8o3p] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.radio-option[b-woz21m8o3p] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
/* /transfer/SDR_Layout.razor.rz.scp.css */
/* --- Global Application Layout & Card Styling --- */
.application-container[b-rqjoxwybh7] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #F3F4F6;
}

.app-wrapper[b-rqjoxwybh7] {
    height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #F3F4F6;
}

.app-card[b-rqjoxwybh7] {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    width: 100%;
    max-width: 800px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    overflow:hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.app-header[b-rqjoxwybh7] {
    padding: 30px 30px 20px 30px;
    display: flex;
    flex-direction: row;
    justify-content:space-between
}
.language-selector[b-rqjoxwybh7] {
    display: flex;
    flex-direction: row;
    font-weight: bold;
    font-size: 14px;
    justify-content:center;
}
/* Language Selector Container */

/* Language Dropdown Button - White background, no border, black text, NO HOVER */
.btn-language[b-rqjoxwybh7] {
    background-color: #ffffff !important;
    border: none !important;
    color: #000000 !important;
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    font-weight: 500;
    box-shadow: none !important;
}

    /* Remove all hover effects */
    .btn-language:hover[b-rqjoxwybh7] {
        background-color: #ffffff !important;
        color: #000000 !important;
    }

    .btn-language:focus[b-rqjoxwybh7],
    .btn-language:active[b-rqjoxwybh7],
    .btn-language.show[b-rqjoxwybh7] {
        background-color: #ffffff !important;
        color: #000000 !important;
        box-shadow: none !important;
        outline: none !important;
        border: none !important;
    }

    /* Dropdown arrow color */
    .btn-language.dropdown-toggle[b-rqjoxwybh7]::after {
        color: #000000;
        border-top-color: #000000;
        margin-left: 0.5rem;
    }

    /* Remove Bootstrap outline on click */
    .btn-language:not(:disabled):not(.disabled):active:focus[b-rqjoxwybh7],
    .btn-language:not(:disabled):not(.disabled).active:focus[b-rqjoxwybh7] {
        box-shadow: none !important;
    }

/* Dropdown menu styling - NO HOVER */
.dropdown-menu[b-rqjoxwybh7] {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    min-width: 200px;
    margin-top: 0.5rem;
}

.dropdown-item[b-rqjoxwybh7] {
    color: #000000;
    padding: 0.75rem 1rem; /* Larger tap target for tablets */
    font-size: 1rem; /* Larger text for tablets */
    cursor: pointer;
}

    /* Remove hover effect on dropdown items */
    .dropdown-item:hover[b-rqjoxwybh7] {
        background-color: transparent;
        color: #000000;
    }

    /* Active (selected) state */
    .dropdown-item.active[b-rqjoxwybh7] {
        background-color: #007bff;
        color: #ffffff;
    }

        .dropdown-item.active:hover[b-rqjoxwybh7] {
            background-color: #007bff; /* Same as active, no change */
            color: #ffffff;
        }

    /* Tap/touch feedback (optional - shows feedback when tapped) */
    .dropdown-item:active[b-rqjoxwybh7] {
        background-color: #e9ecef;
    }

    .dropdown-item.active:active[b-rqjoxwybh7] {
        background-color: #0056b3;
    }

/* Accessibility button - NO HOVER */
.accessibility-btn[b-rqjoxwybh7] {
    background: transparent;
    border: none;
    padding: 0.75rem; /* Larger tap target */
    cursor: pointer;
}

    .accessibility-btn:hover[b-rqjoxwybh7] {
        transform: none; /* Remove hover scale effect */
    }

    .accessibility-btn:focus[b-rqjoxwybh7] {
        outline: 2px solid #007bff;
        outline-offset: 2px;
    }

    /* Active/tap state for accessibility button */
    .accessibility-btn:active[b-rqjoxwybh7] {
        opacity: 0.7;
    }

.accessibility-icon[b-rqjoxwybh7] {
    width: 28px; /* Slightly larger for tablet */
    height: 28px;
}

/* Tablet optimizations */
@media (max-width: 1024px) {
    .btn-language[b-rqjoxwybh7] {
        font-size: 1rem;
        padding: 0.75rem 1rem;
        min-height: 44px; /* Minimum tap target size */
    }

    .dropdown-menu[b-rqjoxwybh7] {
        min-width: 220px;
        font-size: 1rem;
    }

    .dropdown-item[b-rqjoxwybh7] {
        padding: 1rem 1.25rem; /* Larger tap targets */
        min-height: 44px; /* Minimum tap target size */
    }
}

/* Portrait tablet */
@media (max-width: 768px) {
    .language-selector[b-rqjoxwybh7] {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-end;
    }

    .btn-language[b-rqjoxwybh7] {
        font-size: 1rem;
        padding: 0.75rem 1rem;
    }

    .dropdown-menu[b-rqjoxwybh7] {
        min-width: 200px;
    }
}

.accessibility-icon[b-rqjoxwybh7] {
    width: 20px;
    height: 20px;
    background: #1B5CC8;
    fill: white;
}
.accessibility-btn svg[b-rqjoxwybh7] {
    width: 20px;
    height: 20px;
    
}

.logo-section[b-rqjoxwybh7] {
    text-align: start;
}

.logo-img[b-rqjoxwybh7] {
    max-width: 180px;
    height: auto;
}

.app-content[b-rqjoxwybh7] {
    flex: 1;
    display: flex;
    overflow-y: auto; /* Enables scrolling */
    overflow-x: hidden;
    flex-direction: column;
    justify-content: start;
}

.content-wrapper[b-rqjoxwybh7] {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.title-section[b-rqjoxwybh7] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-title[b-rqjoxwybh7] {
    font-family: 'Instrument Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size:36px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    line-height: 1;
}

.subtitle[b-rqjoxwybh7] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-top: 18px;
    line-height: 1;
}

.dynamic-content[b-rqjoxwybh7] {
    margin-top: 0rem;
    width: 100%;
}

/* --- Footer Styling --- */
.app-footer[b-rqjoxwybh7] {
    background-color: #1E293B;
    color: white;
    padding: 20px 30px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    margin-top: auto;
}

.footer-content[b-rqjoxwybh7] {
    text-align: center;
}

.footer-text[b-rqjoxwybh7] {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}
