@import '_content/Perial.Blazor/Perial.Blazor.4yczf8b0d1.bundle.scp.css';

/* /Components/Overlays/Modals/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-t05263oh66],
.components-reconnect-repeated-attempt-visible[b-t05263oh66],
.components-reconnect-failed-visible[b-t05263oh66],
.components-pause-visible[b-t05263oh66],
.components-resume-failed-visible[b-t05263oh66],
.components-rejoining-animation[b-t05263oh66] {
    display: none;
}

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

#components-reconnect-modal[b-t05263oh66] {
    background-color: var(--mud-palette-surface);
    color: var(--mud-palette-text-primary);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.20) !important;
    border-radius: calc(var(--mud-default-borderradius) * 2);
    box-shadow: var(--mud-elevation-8);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-t05263oh66 0.5s both;

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

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

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

@keyframes components-reconnect-modal-fadeInOpacity-b-t05263oh66 {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

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

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

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

#components-reconnect-modal button[b-t05263oh66] {
    border: 0;
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
    padding: 6px 24px;
    border-radius: var(--mud-default-borderradius);
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s;
}

#components-reconnect-modal button:hover[b-t05263oh66] {
    background-color: var(--mud-palette-primary-darken);
}

#components-reconnect-modal button:active[b-t05263oh66] {
    background-color: var(--mud-palette-primary-lighten);
}

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

.components-rejoining-animation div[b-t05263oh66] {
    position: absolute;
    border: 3px solid var(--mud-palette-primary);
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-t05263oh66 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

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

@keyframes components-rejoining-animation-b-t05263oh66 {
    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: 0;    left: 0;    width: 80px; height: 80px; opacity: 0; }
}
/* /Components/Pages/Commissions/Documentation/CessionsPortefeuillesPage.razor.rz.scp.css */
.doc-section-header[b-bfjylkaahi] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.doc-section-bar[b-bfjylkaahi] {
    width: 4px;
    height: 26px;
    background: var(--mud-palette-primary);
    border-radius: 2px;
    flex-shrink: 0;
}

.formula-text[b-bfjylkaahi] {
    font-weight: 600;
    font-family: monospace;
    word-break: break-word;
}
/* /Components/Pages/Commissions/Documentation/ExclusionUpfrontPage.razor.rz.scp.css */
.doc-section-header[b-3ymi57ltl7] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.doc-section-bar[b-3ymi57ltl7] {
    width: 4px;
    height: 26px;
    background: var(--mud-palette-primary);
    border-radius: 2px;
    flex-shrink: 0;
}

.formula-text[b-3ymi57ltl7] {
    font-weight: 600;
    font-family: monospace;
    word-break: break-word;
}
/* /Components/Pages/Commissions/Documentation/OrigineEncoursDocumentationPage.razor.rz.scp.css */
.doc-section-header[b-oawisv5qbk] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.doc-section-bar[b-oawisv5qbk] {
    width: 4px;
    height: 26px;
    background: var(--mud-palette-primary);
    border-radius: 2px;
    flex-shrink: 0;
}

.formula-text[b-oawisv5qbk] {
    font-weight: 600;
    font-family: monospace;
    word-break: break-word;
}
/* /Components/Pages/Commissions/Documentation/ReglesCommissionnementPage.razor.rz.scp.css */
.doc-section-header[b-4pzdixgx7g] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.doc-section-bar[b-4pzdixgx7g] {
    width: 4px;
    height: 26px;
    background: var(--mud-palette-primary);
    border-radius: 2px;
    flex-shrink: 0;
}

.formula-text[b-4pzdixgx7g] {
    font-weight: 600;
    font-family: monospace;
    word-break: break-word;
}
/* /Components/Pages/Commissions/Documentation/ReglesMutationsPage.razor.rz.scp.css */
.doc-section-header[b-22inbirxxl] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.doc-section-bar[b-22inbirxxl] {
    width: 4px;
    height: 26px;
    background: var(--mud-palette-primary);
    border-radius: 2px;
    flex-shrink: 0;
}

.formula-text[b-22inbirxxl] {
    font-weight: 600;
    font-family: monospace;
    word-break: break-word;
}
