/* /Components/FileUpload.razor.rz.scp.css */
/* /Components/FileUploadOriginal.razor.rz.scp.css */
.file-drop-zone[b-xn175gj93n] {
    width: 100%;
    border: 3px dotted #fb275d;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    min-height: 100px;
}

.hover[b-xn175gj93n] {
    border-style: solid;
    background-color: #00ca71;
}

.image-container[b-xn175gj93n] {
    display: flex;
    justify-content: center;
}

.image-container img[b-xn175gj93n] {
    width: 50%;
}

[b-xn175gj93n] input[type=file] {
    width: 100%;
    padding: 20px;
}

.error-message-container[b-xn175gj93n] {
    color: red;
    text-align: center;
}
/* /Components/JsonViewer/JsonViewer.razor.rz.scp.css */
.json-viewer[b-r7cndmuj1q] {
    font-family: monospace;
    font-size: 14px;
    background: #1e1e1e;
    color: #d4d4d4;
    padding: 10px;
    border-radius: 6px;
    overflow-x: auto;
}

.json-lines[b-r7cndmuj1q] {
    display: flex;
    flex-direction: column;
}

.json-line[b-r7cndmuj1q] {
    display: flex;
    align-items: flex-start;
    line-height: 1.4em;
    max-height: 40px; /* utilisé pour animation */
}

.line-number[b-r7cndmuj1q] {
    width: 40px;
    text-align: right;
    padding-right: 8px;
    color: #888;
    user-select: none;
}

.collapse-cell[b-r7cndmuj1q] {
    width: 20px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.line-content[b-r7cndmuj1q] {
    white-space: pre;
}

.chevron[b-r7cndmuj1q] {
    color: #569cd6;
}

.string[b-r7cndmuj1q] {
    color: #ce9178;
}

.number[b-r7cndmuj1q] {
    color: #b5cea8;
}

.boolean[b-r7cndmuj1q] {
    color: #569cd6;
}

.null[b-r7cndmuj1q] {
    color: #569cd6;
}

.key[b-r7cndmuj1q] {
    color: #9cdcfe;
}

.json-error[b-r7cndmuj1q] {
    color: red;
    font-weight: bold;
}
/* /Components/Layout/LoadingSpinner.razor.rz.scp.css */
/* Used under CC0 license */

.lds-ellipsis[b-taqra1pz8s] {
    color: #666;
    animation: fade-in-b-taqra1pz8s 1s;
}

@keyframes fade-in-b-taqra1pz8s {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

    .lds-ellipsis[b-taqra1pz8s],
    .lds-ellipsis div[b-taqra1pz8s] {
        box-sizing: border-box;
    }

.lds-ellipsis[b-taqra1pz8s] {
    margin: auto;
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div[b-taqra1pz8s] {
        position: absolute;
        top: 33.33333px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: currentColor;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1)[b-taqra1pz8s] {
            left: 8px;
            animation: lds-ellipsis1-b-taqra1pz8s 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2)[b-taqra1pz8s] {
            left: 8px;
            animation: lds-ellipsis2-b-taqra1pz8s 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3)[b-taqra1pz8s] {
            left: 32px;
            animation: lds-ellipsis2-b-taqra1pz8s 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4)[b-taqra1pz8s] {
            left: 56px;
            animation: lds-ellipsis3-b-taqra1pz8s 0.6s infinite;
        }

@keyframes lds-ellipsis1-b-taqra1pz8s {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3-b-taqra1pz8s {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2-b-taqra1pz8s {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-b98uladdy3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-b98uladdy3] {
    flex: 1;
}

.sidebar[b-b98uladdy3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-b98uladdy3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-b98uladdy3]  a, .top-row[b-b98uladdy3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-b98uladdy3]  a:hover, .top-row[b-b98uladdy3]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-b98uladdy3]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-b98uladdy3] {
        justify-content: space-between;
    }

    .top-row[b-b98uladdy3]  a, .top-row[b-b98uladdy3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-b98uladdy3] {
        flex-direction: row;
    }

    .sidebar[b-b98uladdy3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-b98uladdy3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-b98uladdy3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-b98uladdy3], article[b-b98uladdy3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-b98uladdy3] {
    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-b98uladdy3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-uww5009uk9],
.components-reconnect-repeated-attempt-visible[b-uww5009uk9],
.components-reconnect-failed-visible[b-uww5009uk9],
.components-pause-visible[b-uww5009uk9],
.components-resume-failed-visible[b-uww5009uk9],
.components-rejoining-animation[b-uww5009uk9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-uww5009uk9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-uww5009uk9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-uww5009uk9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-uww5009uk9],
#components-reconnect-modal.components-reconnect-retrying[b-uww5009uk9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-uww5009uk9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-uww5009uk9],
#components-reconnect-modal.components-reconnect-failed[b-uww5009uk9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-uww5009uk9] {
    display: block;
}


#components-reconnect-modal[b-uww5009uk9] {
    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-uww5009uk9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-uww5009uk9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-uww5009uk9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-uww5009uk9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-uww5009uk9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-uww5009uk9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-uww5009uk9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-uww5009uk9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-uww5009uk9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-uww5009uk9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-uww5009uk9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-uww5009uk9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-uww5009uk9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-uww5009uk9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-uww5009uk9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-uww5009uk9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-uww5009uk9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-uww5009uk9 {
    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/LogWindow.razor.rz.scp.css */
.collapsible[b-e9dh5yz6h1] {
    background-color: #007bff;
    color: white;
    cursor: pointer;
    padding: 10px;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.log-window[b-e9dh5yz6h1] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    /*background-color: #000;*/ /* Fond noir */
    color: white; /* Texte blanc */
    overflow-y: auto;
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    z-index: 1000;
    width: 100%;
    display: none;
}

.close-btn[b-e9dh5yz6h1] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px;
    cursor: pointer;
}
/* /Components/Pages/Chat/Chat.razor.rz.scp.css */
.chat-container[b-3ffxbouqld] {
    position: sticky; 
    bottom: 0; 
    padding-left: 1.5rem;
    padding-right: 1.5rem; 
    padding-top: 0.75rem; 
    padding-bottom: 1.5rem; 
    border-top-width: 1px; 
    background-color: #F3F4F6; 
    border-color: #E5E7EB;
}
/* /Components/Pages/Chat/ChatCitation.razor.rz.scp.css */
.citation[b-dfgcbmxy7y] {
    display: inline-flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-top: 1rem;
    margin-right: 1rem;
    border-bottom: 2px solid #a770de;
    gap: 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    background-color: #ffffff;
}

    .citation[href]:hover[b-dfgcbmxy7y] {
        outline: 1px solid #865cb1;
    }

    .citation svg[b-dfgcbmxy7y] {
        width: 1.5rem;
        height: 1.5rem;
    }

    .citation:active[b-dfgcbmxy7y] {
        background-color: rgba(0,0,0,0.05);
    }

.citation-content[b-dfgcbmxy7y] {
    display: flex;
    flex-direction: column;
}

.citation-file[b-dfgcbmxy7y] {
    font-weight: 600;
}
/* /Components/Pages/Chat/ChatHeader.razor.rz.scp.css */
.chat-header-container[b-v37objtq8g] {
    top: 0; 
    padding: 1.5rem; 
}

.chat-header-controls[b-v37objtq8g] {
    margin-bottom: 1.5rem; 
}

h1[b-v37objtq8g] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-chat-icon[b-v37objtq8g] {
    width: 1.25rem;
    height: 1.25rem;
    color: rgb(55, 65, 81);
}

@media (min-width: 768px) {
    .chat-header-container[b-v37objtq8g] {
        position: sticky;
    }
}
/* /Components/Pages/Chat/ChatInput.razor.rz.scp.css */
.input-box[b-rqe64hwq90] {
    display: flex; 
    flex-direction: column; 
    background: white;
    border: 1px solid rgb(229, 231, 235);
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    margin-top: 0.75rem; 
}

    .input-box:focus-within[b-rqe64hwq90] {
        outline: 2px solid #4152d5;
    }

textarea[b-rqe64hwq90] {
    resize: none;
    border: none;
    outline: none;
    flex-grow: 1;
}

    textarea:placeholder-shown + .tools[b-rqe64hwq90] {
        --send-button-color: #aaa;
    }

.tools[b-rqe64hwq90] {
    display: flex; 
    margin-top: 1rem; 
    align-items: center;
}

.tool-icon[b-rqe64hwq90] {
    width: 1.25rem;
    height: 1.25rem;
}

.send-button[b-rqe64hwq90] {
    color: var(--send-button-color);
    margin-left: auto;
}

    .send-button:hover[b-rqe64hwq90] {
        color: black;
    }

.attach[b-rqe64hwq90] {
    background-color: white;
    border-style: dashed;
    color: #888;
    border-color: #888;
    padding: 3px 8px;
}

    .attach:hover[b-rqe64hwq90] {
        background-color: #f0f0f0;
        color: black;
    }
/* /Components/Pages/Chat/ChatMessageItem.razor.rz.scp.css */
.user-message[b-2yxw9mhrmv] {
    background: rgb(182 215 232);
    align-self: flex-end;
    min-width: 25%;
    max-width: calc(100% - 5rem);
    padding: 0.5rem 1.25rem;
    border-radius: 0.25rem; 
    color: #1F2937; 
    white-space: pre-wrap; 
}

.assistant-message[b-2yxw9mhrmv], .assistant-search[b-2yxw9mhrmv] {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.25rem; 
}

.assistant-message-header[b-2yxw9mhrmv] {
    font-weight: 600;
}

.assistant-message-text[b-2yxw9mhrmv] {
    grid-column-start: 2;
}

.assistant-message-icon[b-2yxw9mhrmv] {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    border-radius: 9999px; 
    width: 1.5rem; 
    height: 1.5rem; 
    color: #ffffff; 
    background: #9b72ce;
}

    .assistant-message-icon svg[b-2yxw9mhrmv] {
        width: 1rem; 
        height: 1rem; 
    }

.assistant-search[b-2yxw9mhrmv] {
    font-size: 0.875rem;
    line-height: 1.25rem; 
}

.assistant-search-icon[b-2yxw9mhrmv] {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 1.5rem; 
    height: 1.5rem; 
}

    .assistant-search-icon svg[b-2yxw9mhrmv] {
        width: 1rem; 
        height: 1rem; 
    }

.assistant-search-content[b-2yxw9mhrmv] {
    align-content: center;
}

.assistant-search-phrase[b-2yxw9mhrmv] {
    font-weight: 600;
}

/* Default styling for markdown-formatted assistant messages */
[b-2yxw9mhrmv] ul {
    list-style-type: disc;
    margin-left: 1.5rem;
}

[b-2yxw9mhrmv] ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
}

[b-2yxw9mhrmv] li {
    margin: 0.5rem 0;
}

[b-2yxw9mhrmv] strong {
    font-weight: 600;
}

[b-2yxw9mhrmv] h3 {
    margin: 1rem 0;
    font-weight: 600;
}

[b-2yxw9mhrmv] p + p {
    margin-top: 1rem;
}

[b-2yxw9mhrmv] table {
    margin: 1rem 0;
}

[b-2yxw9mhrmv] th {
    text-align: left;
    border-bottom: 1px solid silver;
}

[b-2yxw9mhrmv] th, [b-2yxw9mhrmv] td {
    padding: 0.1rem 0.5rem;
}

[b-2yxw9mhrmv] th, [b-2yxw9mhrmv] tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}
/* /Components/Pages/Chat/ChatMessageList.razor.rz.scp.css */
.message-list-container[b-4zgd4oetb5] {
    margin: 2rem 1.5rem;
    flex-grow: 1;
}

.message-list[b-4zgd4oetb5] {
    display: flex; 
    flex-direction: column; 
    gap: 1.25rem; 
}

.no-messages[b-4zgd4oetb5] {
    text-align: center;
    font-size: 1.25rem;
    color: #999;
    margin-top: calc(40vh - 18rem);
}

chat-messages[b-4zgd4oetb5] >  div:last-of-type {
    /* Adds some vertical buffer to so that suggestions don't overlap the output when they appear */
    margin-bottom: 2rem;
}
/* /Components/Pages/Chat/ChatSuggestions.razor.rz.scp.css */
.suggestions[b-1z1bw7ksz1] {
    text-align: right;
    white-space: nowrap;
    gap: 0.5rem;
    justify-content: flex-end;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 0.75rem;
}
/* /Components/Pages/Chat/Modal.razor.rz.scp.css */
.modal-backdrop[b-094nmv0a8z] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex; /* Flexbox pour le centrage */
    justify-content: center; /* Centrage horizontal */
    align-items: center; /* Centrage vertical */
    z-index: 1000;
}

.modal-content[b-094nmv0a8z] {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    min-width: 400px;
    max-width: 1000px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
/* /Components/Wizard/AnalyzeBase.razor.rz.scp.css */
@keyframes rotating-b-6rpalmth73 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.searching[b-6rpalmth73]::before {
    animation: rotating-b-6rpalmth73 2s linear infinite;
}
/* /Components/Wizard/Payment.razor.rz.scp.css */
/* Variables */
*[b-0a1zgddmrj] {
    box-sizing: border-box;
}

body[b-0a1zgddmrj] {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: 100vh;
    width: 100vw;
}

form[b-0a1zgddmrj] {
    width: 30vw;
    min-width: 500px;
    align-self: center;
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
    margin-top: auto;
    margin-bottom: auto;
}

.hidden[b-0a1zgddmrj] {
    display: none;
}

#payment-message[b-0a1zgddmrj] {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
}

#payment-element[b-0a1zgddmrj] {
    margin-bottom: 24px;
}

/* Buttons and links */
button[b-0a1zgddmrj] {
    background: #0055DE;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}

    button:hover[b-0a1zgddmrj] {
        filter: contrast(115%);
    }

    button:disabled[b-0a1zgddmrj] {
        opacity: 0.5;
        cursor: default;
    }

/* spinner/processing state, errors */
.spinner[b-0a1zgddmrj],
.spinner[b-0a1zgddmrj]:before,
.spinner[b-0a1zgddmrj]:after {
    border-radius: 50%;
}

.spinner[b-0a1zgddmrj] {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .spinner[b-0a1zgddmrj]:before,
    .spinner[b-0a1zgddmrj]:after {
        position: absolute;
        content: "";
    }

    .spinner[b-0a1zgddmrj]:before {
        width: 10.4px;
        height: 20.4px;
        background: #0055DE;
        border-radius: 20.4px 0 0 20.4px;
        top: -0.2px;
        left: -0.2px;
        -webkit-transform-origin: 10.4px 10.2px;
        transform-origin: 10.4px 10.2px;
        -webkit-animation: loading 2s infinite ease 1.5s;
        animation: loading-b-0a1zgddmrj 2s infinite ease 1.5s;
    }

    .spinner[b-0a1zgddmrj]:after {
        width: 10.4px;
        height: 10.2px;
        background: #0055DE;
        border-radius: 0 10.2px 10.2px 0;
        top: -0.1px;
        left: 10.2px;
        -webkit-transform-origin: 0px 10.2px;
        transform-origin: 0px 10.2px;
        -webkit-animation: loading 2s infinite ease;
        animation: loading-b-0a1zgddmrj 2s infinite ease;
    }

/* Payment status page */
#payment-status[b-0a1zgddmrj] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 30px;
    width: 30vw;
    min-width: 500px;
    min-height: 380px;
    align-self: center;
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
    opacity: 0;
    animation: fadeInAnimation-b-0a1zgddmrj 1s ease forwards;
}

#status-icon[b-0a1zgddmrj] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

h2[b-0a1zgddmrj] {
    margin: 0;
    color: #30313D;
    text-align: center;
}

a[b-0a1zgddmrj] {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    display: block;
}

    a:hover[b-0a1zgddmrj] {
        filter: contrast(120%);
    }

#details-table[b-0a1zgddmrj] {
    overflow-x: auto;
    width: 100%;
}

table[b-0a1zgddmrj] {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
}

    table tbody tr:first-child td[b-0a1zgddmrj] {
        border-top: 1px solid #E6E6E6; /* Top border */
        padding-top: 10px;
    }

    table tbody tr:last-child td[b-0a1zgddmrj] {
        border-bottom: 1px solid #E6E6E6; /* Bottom border */
    }

td[b-0a1zgddmrj] {
    padding-bottom: 10px;
}

.TableContent[b-0a1zgddmrj] {
    text-align: right;
    color: #6D6E78;
}

.TableLabel[b-0a1zgddmrj] {
    font-weight: 600;
    color: #30313D;
}

#view-details[b-0a1zgddmrj] {
    color: #0055DE;
}

#retry-button[b-0a1zgddmrj] {
    text-align: center;
    background: #0055DE;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-b-0a1zgddmrj {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fadeInAnimation-b-0a1zgddmrj {
    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 600px) {
    form[b-0a1zgddmrj], #payment-status[b-0a1zgddmrj] {
        width: 80vw;
        min-width: initial;
    }
}
/* /Components/Wizard/TypeFormaliteSelector.razor.rz.scp.css */
.type-formalite-selector[b-6eet51duie] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.title[b-6eet51duie] {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 3rem;
    color: #333;
}

.formalite-grid[b-6eet51duie] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.formalite-card[b-6eet51duie] {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.formalite-card:hover:not(.disabled)[b-6eet51duie] {
    border-color: #0078d4;
    box-shadow: 0 4px 12px rgba(0, 120, 212, 0.15);
    transform: translateY(-4px);
}

.formalite-card:active:not(.disabled)[b-6eet51duie] {
    transform: translateY(-2px);
}

.formalite-card.disabled[b-6eet51duie] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f5f5f5;
}

.icon[b-6eet51duie] {
    width: 64px;
    height: 64px;
    color: #0078d4;
    margin-bottom: 0.5rem;
}

.formalite-card.disabled .icon[b-6eet51duie] {
    color: #999;
}

.formalite-card h3[b-6eet51duie] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.formalite-card p[b-6eet51duie] {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

@media (max-width: 768px) {
    .formalite-grid[b-6eet51duie] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .title[b-6eet51duie] {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
}
