@import '_content/SuperBlazorComponents/SuperBlazorComponents.o3fc972o00.bundle.scp.css';

/* /Pages/Admin/Components/EditImageList.razor.rz.scp.css */
.product-images-editor[b-2gjai2lugd] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.product-images-main[b-2gjai2lugd] {
    display: block;
}

.product-images-main[b-2gjai2lugd]  .upload-image-zone {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.product-images-main[b-2gjai2lugd]  .upload-image-filebar {
    border-radius: 0;
}

.product-images-status[b-2gjai2lugd] {
    padding: 0.5rem 0.625rem;
    border-inline: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
}

.product-images-table[b-2gjai2lugd] {
    display: grid;
    border: 1px solid var(--bs-border-color);
    border-top: 0;
    border-radius: 0 0 0.375rem 0.375rem;
    overflow: hidden;
    background: var(--bs-body-bg);
}

.product-images-row[b-2gjai2lugd] {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.product-images-row:last-child[b-2gjai2lugd] {
    border-bottom: 0;
}

.product-images-row.selected[b-2gjai2lugd] {
    background: color-mix(in srgb, var(--bs-primary) 8%, var(--bs-body-bg));
}

.product-images-actions[b-2gjai2lugd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem;
}

.product-images-action-button[b-2gjai2lugd],
.product-images-delete-button[b-2gjai2lugd] {
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1.35rem;
    line-height: 1;
    font-weight: 700;
}

.product-images-action-button[b-2gjai2lugd] {
    font-size: 1rem;
}

.product-images-thumb-button[b-2gjai2lugd] {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0.25rem;
}

.product-images-thumb[b-2gjai2lugd] {
    width: 4.25rem;
    height: 4.25rem;
    display: block;
    object-fit: contain;
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.25rem;
}

.product-images-thumb-button:hover .product-images-thumb[b-2gjai2lugd],
.product-images-thumb-button:focus-visible .product-images-thumb[b-2gjai2lugd],
.product-images-row.selected .product-images-thumb[b-2gjai2lugd] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.125rem rgba(var(--bs-primary-rgb), 0.2);
}

.product-images-default[b-2gjai2lugd] {
    display: flex;
    justify-content: center;
}

.product-images-default[b-2gjai2lugd]  .super-switch {
    min-height: 2rem;
    padding-left: 2.5rem;
    margin-bottom: 0;
}

.product-images-default[b-2gjai2lugd]  .form-check-input {
    margin-left: -2.5rem;
}

.product-images-details[b-2gjai2lugd] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.0625rem;
}

.product-images-details span[b-2gjai2lugd] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--bs-body-color);
    font-weight: 600;
}

.product-images-details small[b-2gjai2lugd] {
    color: var(--bs-secondary-color);
    line-height: 1.2;
}

.product-images-name-input[b-2gjai2lugd] {
    min-width: 0;
    font-weight: 600;
}

@media (min-width: 768px) {
    .product-images-row[b-2gjai2lugd] {
        grid-template-columns: auto auto minmax(12rem, 1fr) auto;
        min-height: 5.75rem;
        padding: 0.625rem 0.75rem;
        gap: 0.5rem;
    }

    .product-images-thumb[b-2gjai2lugd] {
        width: 6rem;
        height: 5rem;
    }
}
/* /Pages/Admin/Components/SendMessageDialog.razor.rz.scp.css */
.message-recipient[b-e8eozfc6ql] {
    min-width: 0;
}

.message-html-editor[b-e8eozfc6ql]  .she-content {
    padding: 0;
}

.message-attachments[b-e8eozfc6ql] {
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius-lg);
    background: var(--bs-tertiary-bg);
}

.attachment-picker[b-e8eozfc6ql] {
    position: relative;
    min-height: 72px;
    overflow: hidden;
    border: 2px dashed var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background: var(--bs-body-bg);
    transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.attachment-picker:hover[b-e8eozfc6ql] {
    border-color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), 0.04);
}

.attachment-picker:focus-within[b-e8eozfc6ql] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

.attachment-picker[b-e8eozfc6ql]  .attachment-input {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.attachment-picker-content[b-e8eozfc6ql] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 72px;
    padding: 0.75rem 1rem;
    text-align: left;
}

.attachment-picker-icon[b-e8eozfc6ql],
.attachment-file-icon[b-e8eozfc6ql] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), 0.12);
}

.attachment-picker-icon[b-e8eozfc6ql] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 1.15rem;
}

.attachment-list[b-e8eozfc6ql] {
    display: grid;
    gap: 0.5rem;
}

.attachment-item[b-e8eozfc6ql] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    padding: 0.625rem 0.75rem;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background: var(--bs-body-bg);
}

.attachment-file-icon[b-e8eozfc6ql] {
    width: 36px;
    height: 36px;
    border-radius: var(--bs-border-radius);
}

.attachment-file-content[b-e8eozfc6ql] {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
}

.attachment-file-name[b-e8eozfc6ql] {
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .message-attachments[b-e8eozfc6ql] {
        padding: 0.75rem;
    }

    .attachment-picker-content[b-e8eozfc6ql] {
        justify-content: flex-start;
    }
}
/* /Pages/Admin/Components/TagEditor.razor.rz.scp.css */
.tag-editor[b-rqo928lwrf] {
    position: relative;
}

.tags-container[b-rqo928lwrf] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    min-height: 2.75rem;
    margin-bottom: 0.75rem;
    padding: 0.5rem;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-body-bg);
}

.tag-badge[b-rqo928lwrf],
.tag-badge-preview[b-rqo928lwrf] {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
}

.tag-badge[b-rqo928lwrf] {
    gap: 0.25rem;
    padding: 0.25rem 0.375rem 0.25rem 0.625rem;
}

.tag-badge-preview[b-rqo928lwrf] {
    padding: 0.25rem 0.75rem;
}

.tag-remove[b-rqo928lwrf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    color: inherit;
    background-color: rgb(0 0 0 / 12%);
    border: 0;
    border-radius: 50%;
}

.tag-remove:hover[b-rqo928lwrf],
.tag-remove:focus-visible[b-rqo928lwrf] {
    background-color: rgb(0 0 0 / 25%);
}

.tag-remove:focus-visible[b-rqo928lwrf],
.tag-suggestion-item:focus-visible[b-rqo928lwrf] {
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
}

.tag-input-container[b-rqo928lwrf] {
    position: relative;
}

.tag-suggestions[b-rqo928lwrf] {
    position: absolute;
    top: calc(100% + 0.25rem);
    right: 0;
    left: 0;
    z-index: 1000;
    max-height: 18.75rem;
    overflow-y: auto;
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    box-shadow: var(--bs-box-shadow);
}

.tag-suggestion-item[b-rqo928lwrf] {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.75rem;
    padding: 0.75rem;
    color: var(--bs-body-color);
    text-align: left;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--bs-border-color);
}

.tag-suggestion-item:last-child[b-rqo928lwrf] {
    border-bottom: 0;
}

.tag-suggestion-item:hover[b-rqo928lwrf],
.tag-suggestion-item.selected[b-rqo928lwrf] {
    background-color: var(--bs-primary-bg-subtle);
}

.tag-description[b-rqo928lwrf] {
    overflow: hidden;
    color: var(--bs-secondary-color);
    font-size: 0.875rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .tag-suggestions[b-rqo928lwrf] {
        max-height: 12.5rem;
    }

    .tag-suggestion-item[b-rqo928lwrf] {
        min-height: 2.75rem;
        padding: 0.5rem;
    }
}
/* /Pages/Components/EditImage.razor.rz.scp.css */
/* Container principal */
.upload-image-container[b-28v625khnv] {
    display: flex;
    flex-direction: column;
}

/* Toolbar des boutons d'action */
.upload-image-toolbar[b-28v625khnv] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem;
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: var(--blog-radius, 0.375rem) var(--blog-radius, 0.375rem) 0 0;
    border-bottom: none;
    justify-content: flex-start;
}

.upload-image-toolbar-label[b-28v625khnv] {
    color: var(--bs-body-color);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    margin-right: 0.25rem;
    white-space: nowrap;
}

.upload-image-toolbar .btn[b-28v625khnv] {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
}

.upload-image-toolbar .btn:first-of-type[b-28v625khnv] {
    margin-left: auto;
}

.upload-image-toolbar .btn:hover[b-28v625khnv] {
    transform: scale(1.05);
}

.upload-image-toolbar .btn-dark[b-28v625khnv] {
    background: var(--bs-dark);
    border-color: var(--bs-dark);
}

.upload-image-toolbar .btn-dark:hover[b-28v625khnv] {
    background: var(--bs-dark);
    opacity: 0.9;
}

.upload-image-toolbar .btn-danger[b-28v625khnv] {
    background: var(--bs-danger);
    border-color: var(--bs-danger);
}

.upload-image-toolbar .btn-danger:hover[b-28v625khnv] {
    background: var(--bs-danger);
    opacity: 0.9;
}

/* Upload Image Zone */
.upload-image-zone[b-28v625khnv] {
    position: relative;
    min-height: 200px;
    border: 2px dashed var(--bs-border-color);
    border-radius: 0 0 var(--blog-radius, 0.375rem) var(--blog-radius, 0.375rem);
    background: var(--blog-surface, var(--bs-body-bg));
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-image-zone.clickable[b-28v625khnv] {
    cursor: pointer;
}

.upload-image-zone.hover[b-28v625khnv] {
    border-color: #10a37f;
    background: rgba(16, 163, 127, 0.05);
    box-shadow: 0 0 0 3px rgba(16, 163, 127, 0.1);
}

.upload-image-zone.clickable:hover:not(.hover)[b-28v625khnv] {
    border-color: var(--bs-secondary-color);
    background: var(--blog-surface-2, rgba(0, 0, 0, 0.02));
}

.upload-image-input-host[b-28v625khnv] {
    position: absolute;
    inset: 0;
    z-index: 3;
    overflow: hidden;
}

.upload-image-input-host[b-28v625khnv]  .upload-image-file-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 100rem;
}

/* Placeholder (when no image) */
.upload-image-placeholder[b-28v625khnv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    min-height: 200px;
    width: 100%;
}

.upload-image-icon[b-28v625khnv] {
    color: var(--bs-secondary-color);
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.upload-image-zone.hover .upload-image-icon[b-28v625khnv],
.upload-image-zone.clickable:hover .upload-image-icon[b-28v625khnv] {
    color: #10a37f;
    transform: scale(1.1);
}

.upload-image-text[b-28v625khnv] {
    font-size: 1rem;
    font-weight: 500;
    color: var(--bs-body-color);
    margin-bottom: 0.25rem;
}

.upload-image-hint[b-28v625khnv] {
    font-size: 0.875rem;
    color: var(--bs-secondary-color);
    margin-bottom: 0.5rem;
}

/* Preview (when image is loaded) */
.upload-image-preview[b-28v625khnv] {
    position: relative;
    width: 100%;
    min-height: 200px;
    max-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-dark);
}

.upload-image-img[b-28v625khnv] {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
    display: block;
    margin: auto;
}

/* Overlay with file info */
.upload-image-overlay[b-28v625khnv] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.75rem 1rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    display: flex;
    align-items: center;
    justify-content: flex-end;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.upload-image-preview:hover .upload-image-overlay[b-28v625khnv] {
    opacity: 1;
}

.upload-image-info[b-28v625khnv] {
    color: white;
    font-size: 0.875rem;
}

.upload-image-filebar[b-28v625khnv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.5rem;
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    border-top: none;
    border-radius: 0 0 var(--blog-radius, 0.375rem) var(--blog-radius, 0.375rem);
    color: var(--bs-secondary-color);
    font-size: 0.875rem;
}

.upload-image-zone:has(+ .upload-image-filebar)[b-28v625khnv] {
    border-radius: 0;
}

.upload-image-filebar-name[b-28v625khnv] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.upload-image-filebar-size[b-28v625khnv] {
    flex-shrink: 0;
}

/* Loading indicator */
.upload-image-loading[b-28v625khnv] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem;
    color: var(--bs-secondary-color);
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .upload-image-toolbar[b-28v625khnv] {
        flex-wrap: wrap;
    }

    .upload-image-toolbar .btn[b-28v625khnv] {
        width: 28px;
        height: 28px;
        font-size: 0.75rem;
    }

    .upload-image-zone[b-28v625khnv] {
        min-height: 150px;
    }

    .upload-image-placeholder[b-28v625khnv] {
        padding: 1.5rem;
        min-height: 150px;
    }

    .upload-image-icon i[b-28v625khnv] {
        font-size: 2rem !important;
    }

    .upload-image-preview[b-28v625khnv] {
        max-height: 200px;
    }

    .upload-image-img[b-28v625khnv] {
        max-height: 200px;
    }
}
/* /Pages/Front/Checkout/Confirmation.razor.rz.scp.css */
.checkout-confirmation-page[b-lewsni3h57] {
    --confirmation-ink: #10212f;
    --confirmation-muted: #66758a;
    --confirmation-line: #dbe5ef;
    --confirmation-surface: #ffffff;
    --confirmation-success: #16835f;
    --confirmation-warning: #9a6114;
}

.checkout-confirmation-hero[b-lewsni3h57] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: end;
    padding: 1.25rem 0 0.5rem;
}

.checkout-confirmation-hero h1[b-lewsni3h57] {
    margin: 0.75rem 0 0.5rem;
    color: var(--confirmation-ink);
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1;
}

.checkout-confirmation-hero p[b-lewsni3h57] {
    max-width: 50rem;
    margin: 0;
    color: var(--confirmation-muted);
    font-size: 1.05rem;
}

.checkout-confirmation-meter[b-lewsni3h57] {
    min-width: 10rem;
    padding: 1rem;
    border: 1px solid var(--confirmation-line);
    border-radius: 8px;
    background: var(--confirmation-surface);
    text-align: right;
    box-shadow: 0 16px 40px rgb(16 33 47 / 8%);
}

.checkout-confirmation-meter strong[b-lewsni3h57] {
    display: block;
    color: var(--confirmation-ink);
    font-size: 2rem;
    line-height: 1;
}

.checkout-confirmation-meter span[b-lewsni3h57],
.checkout-confirmation-small[b-lewsni3h57] {
    color: var(--confirmation-muted);
    font-size: 0.9rem;
}

.checkout-confirmation-layout[b-lewsni3h57] {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(18rem, 0.7fr);
    gap: 1rem;
    align-items: start;
}

.checkout-confirmation-status[b-lewsni3h57],
.checkout-confirmation-summary[b-lewsni3h57] {
    border: 1px solid var(--confirmation-line);
    box-shadow: 0 18px 48px rgb(16 33 47 / 9%);
}

.checkout-confirmation-status h2[b-lewsni3h57],
.checkout-confirmation-summary h2[b-lewsni3h57] {
    margin-top: 1rem;
}

.checkout-confirmation-icon[b-lewsni3h57],
.checkout-confirmation-spinner[b-lewsni3h57] {
    display: grid;
    width: 4rem;
    height: 4rem;
    place-items: center;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: 800;
}

.checkout-confirmation-icon.success[b-lewsni3h57] {
    background: #e8f7f1;
    color: var(--confirmation-success);
}

.checkout-confirmation-icon.warning[b-lewsni3h57] {
    background: #fff5e6;
    color: var(--confirmation-warning);
}

.checkout-confirmation-spinner[b-lewsni3h57] {
    border: 0.35rem solid #e8eef5;
    border-top-color: #2367a8;
    animation: checkout-confirmation-spin-b-lewsni3h57 0.9s linear infinite;
}

.checkout-confirmation-progress[b-lewsni3h57] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.checkout-confirmation-progress span[b-lewsni3h57] {
    height: 0.45rem;
    border-radius: 999px;
    background: #d7e0ea;
}

.checkout-confirmation-progress span.done[b-lewsni3h57] {
    background: #2367a8;
}

.checkout-confirmation-rows[b-lewsni3h57] {
    display: grid;
    gap: 0.75rem;
    margin: 1.25rem 0;
}

.checkout-confirmation-rows div[b-lewsni3h57] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--confirmation-line);
}

.checkout-confirmation-rows span[b-lewsni3h57] {
    color: var(--confirmation-muted);
}

.checkout-confirmation-rows strong[b-lewsni3h57] {
    color: var(--confirmation-ink);
    text-align: right;
    overflow-wrap: anywhere;
}

@keyframes checkout-confirmation-spin-b-lewsni3h57 {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 780px) {
    .checkout-confirmation-hero[b-lewsni3h57],
    .checkout-confirmation-layout[b-lewsni3h57] {
        grid-template-columns: 1fr;
    }

    .checkout-confirmation-meter[b-lewsni3h57] {
        text-align: left;
    }

    .checkout-confirmation-rows div[b-lewsni3h57] {
        display: grid;
    }

    .checkout-confirmation-rows strong[b-lewsni3h57] {
        text-align: left;
    }
}
/* /Pages/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-v178m5usi2] {
    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-v178m5usi2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Pages/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-bcb7rt5ccn],
.components-reconnect-repeated-attempt-visible[b-bcb7rt5ccn],
.components-reconnect-failed-visible[b-bcb7rt5ccn],
.components-pause-visible[b-bcb7rt5ccn],
.components-resume-failed-visible[b-bcb7rt5ccn],
.components-rejoining-animation[b-bcb7rt5ccn] {
    display: none;
}

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


#components-reconnect-modal[b-bcb7rt5ccn] {
    background: linear-gradient(145deg, #fff 0%, #f7f9fc 100%);
    width: min(26rem, calc(100% - 2rem));
    margin: 18vh auto;
    padding: 2rem 1.5rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.25rem;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.24);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-bcb7rt5ccn 0.5s both;
}

#components-reconnect-modal[open][b-bcb7rt5ccn] {
    animation: components-reconnect-modal-slideUp-b-bcb7rt5ccn 0.45s cubic-bezier(.2, .8, .2, 1), components-reconnect-modal-fadeInOpacity-b-bcb7rt5ccn 0.3s ease-out;
    animation-fill-mode: both;
}

#components-reconnect-modal[b-bcb7rt5ccn]::backdrop {
    background: rgba(15, 23, 42, 0.58);
    backdrop-filter: blur(4px);
    animation: components-reconnect-modal-fadeInOpacity-b-bcb7rt5ccn 0.5s ease-in-out;
    opacity: 1;
}

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

.components-reconnect-container h2[b-bcb7rt5ccn] {
    margin: 0;
    color: #172033;
    font-size: 1.35rem;
    font-weight: 750;
    text-align: center;
}

.components-reconnect-icon[b-bcb7rt5ccn] {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border-radius: 1rem;
    background: rgba(var(--bs-primary-rgb), 0.12);
    color: var(--bs-primary);
    font-size: 1.75rem;
    font-weight: 700;
}

#components-reconnect-modal p[b-bcb7rt5ccn] {
    margin: 0;
    text-align: center;
    color: #526077;
    line-height: 1.5;
}

#components-reconnect-modal button[b-bcb7rt5ccn] {
    border: 0;
    min-height: 2.75rem;
    background: var(--bs-primary);
    color: white;
    padding: 0.65rem 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 8px 18px rgba(var(--bs-primary-rgb), 0.24);
    font-weight: 650;
}

    #components-reconnect-modal button:hover[b-bcb7rt5ccn] {
        filter: brightness(0.92);
    }

    #components-reconnect-modal button:active[b-bcb7rt5ccn] {
        transform: translateY(1px);
    }

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

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

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

@keyframes components-rejoining-animation-b-bcb7rt5ccn {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 56px;
        height: 56px;
        opacity: 0;
    }
}
