@import '_content/Appliman.SuperComponents/Appliman.SuperComponents.fsafhf0t9r.bundle.scp.css';
@import '_content/ApplimanBlog.Core/ApplimanBlog.Core.wo3qw6zgtu.bundle.scp.css';

/* /Pages/Blog/Components/Author.razor.rz.scp.css */
.author-component[b-czqf8ac0yc] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar[b-czqf8ac0yc] {
    flex-shrink: 0;
}

.author-avatar-image[b-czqf8ac0yc] {
    border-radius: 50%;
    object-fit: cover;
}

.author-avatar-placeholder[b-czqf8ac0yc] {
    font-size: 5rem;
    color: var(--bs-secondary);
}

.author-info[b-czqf8ac0yc] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.author-name[b-czqf8ac0yc] {
    font-weight: 600;
    font-size: 1rem;
    color: var(--bs-body-color);
}

.author-name-link[b-czqf8ac0yc] {
    text-decoration: none;
    transition: color 0.2s;
}

.author-name-link:hover[b-czqf8ac0yc] {
    color: var(--bs-primary);
}

.author-job-title[b-czqf8ac0yc] {
    font-size: 0.875rem;
    color: var(--bs-secondary);
}

.author-bio[b-czqf8ac0yc] {
    font-size: 0.875rem;
    color: var(--bs-body-color);
    margin-top: 0.5rem;
    line-height: 1.5;
}
/* /Pages/Blog/Components/PostLike.razor.rz.scp.css */
/* Bouton de réaction Like */
.like-button[b-64lxbijspu] {
    border-radius: 20px;
    transition: all 0.3s ease;
}

.like-button i[b-64lxbijspu] {
    margin-right: 0.25rem;
    transition: transform 0.3s ease;
}

.like-button:not(:disabled):hover[b-64lxbijspu] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.like-button:not(:disabled):hover i[b-64lxbijspu] {
    transform: scale(1.2);
}

/* État liked */
.like-button.liked[b-64lxbijspu] {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
}

.like-button.liked:disabled[b-64lxbijspu] {
    opacity: 0.9;
    cursor: not-allowed;
}

.like-button.liked i[b-64lxbijspu] {
    color: white;
    animation: heartbeat-b-64lxbijspu 0.6s ease-in-out;
}

/* Animation heartbeat pour le like */
@keyframes heartbeat-b-64lxbijspu {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.3);
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}
/* /Pages/Blog/Index.razor.rz.scp.css */
.documentation[b-g1gmu8uvgc] {
    padding: 6rem 0 3rem;
    min-height: calc(100vh - 140px);
}

.documentation__container[b-g1gmu8uvgc] {
}

.documentation__header[b-g1gmu8uvgc] {
    margin-bottom: 2rem;
}

.documentation__search[b-g1gmu8uvgc] {
    margin-top: 1.5rem;
    max-width: 900px;
}

.documentation__title[b-g1gmu8uvgc] {
    margin: 0;
    font-weight: 700;
}

.documentation__subtitle[b-g1gmu8uvgc] {
    margin: 0.75rem 0 0;
    color: #6c757d;
}

.documentation__section[b-g1gmu8uvgc] {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.documentation__grid[b-g1gmu8uvgc] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.documentation__card[b-g1gmu8uvgc] {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.75rem;
    background: #fff;
    overflow: hidden;
}

.documentation__card-link[b-g1gmu8uvgc] {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.documentation__card-link:hover[b-g1gmu8uvgc] {
    text-decoration: none;
}

.documentation__card-body[b-g1gmu8uvgc] {
    padding: 1.25rem;
    height: 100%;
}

.documentation__card-title[b-g1gmu8uvgc] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.documentation__card-excerpt[b-g1gmu8uvgc] {
    margin: 0.75rem 0 1rem;
    color: #6c757d;
}

.documentation__card-meta[b-g1gmu8uvgc] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    color: #6c757d;
    font-size: 0.9rem;
}

.documentation__card-tags[b-g1gmu8uvgc] {
    display: inline-flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.documentation__state[b-g1gmu8uvgc] {
    padding: 1rem 0;
    color: #6c757d;
}

@media (max-width: 992px) {
    .documentation__grid[b-g1gmu8uvgc] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .documentation[b-g1gmu8uvgc] {
        padding: 5rem 0 2rem;
    }

    .documentation__grid[b-g1gmu8uvgc] {
        grid-template-columns: 1fr;
    }
}

.documentation__section-title[b-g1gmu8uvgc] {
    margin: 0 0 0.75rem;
    font-weight: 600;
}

.documentation__text[b-g1gmu8uvgc] {
    margin: 0 0 1rem;
}

.documentation__list[b-g1gmu8uvgc] {
    margin: 0;
    padding-left: 1.25rem;
}

.documentation__list-item[b-g1gmu8uvgc] {
    margin: 0.35rem 0;
}

.documentation__list-label[b-g1gmu8uvgc] {
    font-weight: 600;
}

.documentation__list-value[b-g1gmu8uvgc] {
    margin-left: 0.25rem;
    color: #6c757d;
}
/* /Pages/Blog/PostDetail.razor.rz.scp.css */
.post-detail[b-ue5juhj5ba] {
    max-width: 1400px;
    margin: 0.auto;
    overflow: hidden;
}

.post-header[b-ue5juhj5ba] {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.post-meta[b-ue5juhj5ba] {
    font-size: 0.875rem;
    color: var(--bs-secondary);
}

.post-meta i[b-ue5juhj5ba] {
    margin-right: 0.25rem;
}

.post-date[b-ue5juhj5ba],
.post-updated[b-ue5juhj5ba],
.post-reactions[b-ue5juhj5ba] {
    display: inline-flex;
    align-items: center;
}

.post-updated[b-ue5juhj5ba] {
    color: var(--bs-warning);
    font-style: italic;
}

.post-title[b-ue5juhj5ba] {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.post-subtitle[b-ue5juhj5ba] {
    font-size: 1.25rem;
    color: var(--bs-secondary);
    line-height: 1.6;
    margin-bottom: 0;
}

.post-author-info[b-ue5juhj5ba] {
    padding: 0.5rem 0;
}

/* Lecteur de podcast */
.post-podcast-player[b-ue5juhj5ba] {
    background: linear-gradient(135deg, var(--bs-primary-bg-subtle) 0%, var(--bs-secondary-bg-subtle) 100%);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.podcast-header[b-ue5juhj5ba] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    color: var(--bs-primary);
    font-weight: 600;
}

.podcast-header i[b-ue5juhj5ba] {
    font-size: 1.25rem;
}

.podcast-title[b-ue5juhj5ba] {
    font-size: 1rem;
}

.podcast-audio[b-ue5juhj5ba] {
    border-radius: 0.5rem;
    height: 45px;
}

.podcast-audio[b-ue5juhj5ba]::-webkit-media-controls-panel {
    background: var(--bs-body-bg);
}

.author-avatar[b-ue5juhj5ba] {
    color: var(--bs-primary);
}

.author-name[b-ue5juhj5ba] {
    font-weight: 600;
    font-size: 1rem;
}

.author-title[b-ue5juhj5ba] {
    font-size: 0.875rem;
}

.post-content-wrapper[b-ue5juhj5ba] {
    margin-top: 0.5rem;
    overflow: hidden;
}

.post-content[b-ue5juhj5ba] {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--bs-body-color);
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.post-content h1[b-ue5juhj5ba],
.post-content h2[b-ue5juhj5ba],
.post-content h3[b-ue5juhj5ba],
.post-content h4[b-ue5juhj5ba],
.post-content h5[b-ue5juhj5ba],
.post-content h6[b-ue5juhj5ba] {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.post-content h2[b-ue5juhj5ba] {
    font-size: 2rem;
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: 0.25rem;
}

.post-content h3[b-ue5juhj5ba] {
    font-size: 1.5rem;
}

.post-content p[b-ue5juhj5ba] {
    margin-bottom: 0.5rem;
}

.post-content ul[b-ue5juhj5ba],
.post-content ol[b-ue5juhj5ba] {
    margin-bottom: 0.5rem;
    padding-left: 2rem;
}

.post-content li[b-ue5juhj5ba] {
    margin-bottom: 0.25rem;
}

/* Code inline seulement (pas dans les blocs de code) */
.post-content code:not(.code-block-wrapper code)[b-ue5juhj5ba] {
    background: var(--bs-secondary-bg);
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    font-size: 0.9em;
}

/* Désactiver les anciens styles de pre - géré par code-highlight.css */
.post-content .code-block-wrapper pre[b-ue5juhj5ba] {
    background: transparent;
    padding: 1rem;
    border-radius: 0;
    overflow-x: auto;
    margin: 0;
}

.post-content .code-block-wrapper pre code[b-ue5juhj5ba] {
    background: none;
    padding: 0;
    display: block;
    white-space: pre;
}

.post-content blockquote[b-ue5juhj5ba] {
    border-left: 4px solid var(--bs-primary);
    padding-left: 1rem;
    margin-left: 0;
    margin-bottom: 0.5rem;
    color: var(--bs-secondary);
    font-style: italic;
}

.post-content img[b-ue5juhj5ba] {
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 8px;
    margin: 0.5rem 0;
    display: block;
    object-fit: contain;
}

/* Pour les images dans des paragraphes */
.post-content p img[b-ue5juhj5ba] {
    margin: 0.5rem auto;
}

/* Empêcher le débordement des images */
.post-content picture[b-ue5juhj5ba],
.post-content figure[b-ue5juhj5ba] {
    max-width: 100%;
    overflow: hidden;
}

.post-content figure img[b-ue5juhj5ba] {
    margin: 0;
}

.post-content a[b-ue5juhj5ba] {
    color: var(--bs-primary);
    text-decoration: none;
}

.post-content a:hover[b-ue5juhj5ba] {
    text-decoration: underline;
}

.post-content table[b-ue5juhj5ba] {
    width: 100%;
    margin-bottom: 0.5rem;
    border-collapse: collapse;
}

.post-content th[b-ue5juhj5ba],
.post-content td[b-ue5juhj5ba] {
    padding: 0.5rem;
    border: 1px solid var(--bs-border-color);
}

.post-content th[b-ue5juhj5ba] {
    background: var(--bs-secondary-bg);
    font-weight: 600;
}

.post-footer[b-ue5juhj5ba] {
    background: var(--bs-body-bg);
}

/* Animation de transition pour l'élément actif - maintenu ici pour la spécificité du scope */
#navbar-toc .nav-link[b-ue5juhj5ba] {
    position: relative;
}

.toc-anchor[b-ue5juhj5ba] {
    scroll-margin-top: 100px;
}

.post-sidebar-tags[b-ue5juhj5ba] {
    position: relative;
    z-index: 10;
    scroll-margin-top: 100px;
}

.sidebar-section.toc-sticky[b-ue5juhj5ba] {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    padding: 1rem;
    position: relative;
    z-index: 10;
    scroll-margin-top: 100px;
}

.toc-title[b-ue5juhj5ba] {
    margin-bottom: 0.5rem;
}

.toc-nav .nav[b-ue5juhj5ba] {
    gap: 0.125rem;
}

.toc-nav .nav-link[b-ue5juhj5ba],
.toc-nav .nav.nav-pills .nav-link[b-ue5juhj5ba] {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    line-height: 1.2;
}

.toc-nav .nav[b-ue5juhj5ba] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.toc-nav .nav-link[b-ue5juhj5ba] {
    margin: 0 !important;
}

@media (max-width: 991.98px) {
    .post-title[b-ue5juhj5ba] {
        font-size: 2rem;
    }

    .post-subtitle[b-ue5juhj5ba] {
        font-size: 1.125rem;
    }

    .sidebar-section.toc-sticky[b-ue5juhj5ba] {
        position: relative;
        top: 0;
        max-height: none;
    }

    .toc-nav[b-ue5juhj5ba] {
        margin-top: 0;
        max-height: none;
    }

    .post-content[b-ue5juhj5ba] {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .post-title[b-ue5juhj5ba] {
        font-size: 1.75rem;
    }

    .post-meta[b-ue5juhj5ba] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .post-date[b-ue5juhj5ba],
    .post-updated[b-ue5juhj5ba],
    .post-reactions[b-ue5juhj5ba] {
        margin-left: 0 !important;
    }
}

.post-banner-image[b-ue5juhj5ba] {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 8px;
    padding: 0.5rem;
    overflow: hidden;
}

.post-banner-image img[b-ue5juhj5ba] {
    border-radius: 4px;
}

/* Bouton de partage */
.btn-share-post[b-ue5juhj5ba] {
    border-radius: 20px;
    transition: all 0.3s ease;
}

.btn-share-post i[b-ue5juhj5ba] {
    margin-right: 0.25rem;
    transition: transform 0.3s ease;
}

.btn-share-post:hover[b-ue5juhj5ba] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-share-post:hover i[b-ue5juhj5ba] {
    transform: scale(1.1) rotate(15deg);
}

.btn-share-post.active[b-ue5juhj5ba] {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Menu de partage */
.post-reactions-section[b-ue5juhj5ba] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.share-menu[b-ue5juhj5ba] {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    min-width: 280px;
    z-index: 1050;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    display: none;
}

.share-menu.show[b-ue5juhj5ba] {
    display: block;
}

.share-menu-header[b-ue5juhj5ba] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.share-menu-header h6[b-ue5juhj5ba] {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--bs-secondary);
}

.btn-close-share[b-ue5juhj5ba] {
    background: none;
    border: none;
    color: var(--bs-secondary);
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.btn-close-share:hover[b-ue5juhj5ba] {
    background-color: var(--bs-secondary-bg);
    color: var(--bs-body-color);
}

.share-menu-body[b-ue5juhj5ba] {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.share-option[b-ue5juhj5ba] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: transparent;
    border: none;
    border-radius: 8px;
    color: var(--bs-body-color);
    text-decoration: none;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    text-align: left;
}

.share-option:hover[b-ue5juhj5ba] {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
    transform: translateX(5px);
}

.share-option.success[b-ue5juhj5ba] {
    background-color: var(--bs-success-bg-subtle);
    color: var(--bs-success);
}

.share-option i[b-ue5juhj5ba] {
    width: 20px;
    font-size: 1.25rem;
    text-align: center;
}

.share-option span[b-ue5juhj5ba] {
    flex: 1;
}

/* Couleurs spécifiques pour les réseaux sociaux */
.share-option .fa-twitter[b-ue5juhj5ba] {
    color: #1DA1F2;
}

.share-option .fa-facebook[b-ue5juhj5ba] {
    color: #1877F2;
}

.share-option .fa-linkedin[b-ue5juhj5ba] {
    color: #0A66C2;
}

.share-option .fa-whatsapp[b-ue5juhj5ba] {
    color: #25D366;
}

.share-option .fa-envelope[b-ue5juhj5ba] {
    color: var(--bs-secondary);
}

.share-option .fa-link[b-ue5juhj5ba] {
    color: var(--bs-info);
}

/* Responsive pour le menu de partage */
@media (max-width: 575.98px) {
    .share-menu[b-ue5juhj5ba] {
        right: -10px;
        left: -10px;
        width: auto;
        min-width: auto;
    }
}

/* Les styles de blocs de code sont maintenant dans wwwroot/css/code-blocks.css (global) */
/* /Pages/Components/Footer.razor.rz.scp.css */
.footer-appliman-link[b-sqx93dnrzt] {
	color: inherit;
	opacity: 0.9;
	font-weight: 600;
	text-decoration: none;
	text-underline-offset: 0.2em;
}

.footer-appliman-link:hover[b-sqx93dnrzt],
.footer-appliman-link:focus-visible[b-sqx93dnrzt] {
	opacity: 1;
	text-decoration: underline;
}
/* /Pages/Components/PostCard.razor.rz.scp.css */
.post-card[b-boj3lospgz] {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100%;
}

.post-card:hover[b-boj3lospgz] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.post-card-link[b-boj3lospgz] {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.post-card-image[b-boj3lospgz] {
    width: 100%;
    overflow: hidden;
    background: var(--bs-dark);
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-card-image img[b-boj3lospgz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.post-card:hover .post-card-image img[b-boj3lospgz] {
    transform: scale(1.05);
}

.post-card-placeholder[b-boj3lospgz] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #4a148c 0%, #1a0033 100%);
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.placeholder-svg-small[b-boj3lospgz] {
    width: 100%;
    height: 100%;
}

.post-card-content[b-boj3lospgz] {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
}

.post-card-date[b-boj3lospgz] {
    font-size: 0.875rem;
    color: var(--bs-secondary);
    margin-bottom: 0.5rem;
}

.post-card-title[b-boj3lospgz] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    color: var(--bs-body-color);
}

.post-card-subtitle[b-boj3lospgz] {
    font-size: 0.9375rem;
    color: var(--bs-secondary);
    margin-bottom: 0.75rem;
    line-height: 1.5;
    flex-grow: 1;
}

.post-card-author[b-boj3lospgz] {
    font-size: 0.875rem;
    color: var(--bs-secondary);
    margin-top: auto;
}

.post-card-author i[b-boj3lospgz] {
    margin-right: 0.25rem;
}
/* /Pages/Home.razor.rz.scp.css */
.coming-soon[b-d099at0lgu] {
	min-height: calc(100vh - 160px);
	display: flex;
	align-items: center;
	padding: clamp(2.5rem, 5vw, 5rem) 0;
	background:
		radial-gradient(1200px circle at 20% 15%, rgba(25, 135, 84, 0.14), transparent 45%),
		radial-gradient(900px circle at 85% 30%, rgba(13, 110, 253, 0.12), transparent 40%),
		radial-gradient(900px circle at 50% 90%, rgba(111, 66, 193, 0.10), transparent 45%);
}

.coming-soon__container[b-d099at0lgu] {
	max-width: 860px;
	text-align: center;
}

.coming-soon__title[b-d099at0lgu] {
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(2.25rem, 4vw, 3.5rem);
	margin-bottom: 0.75rem;
}

.coming-soon__subtitle[b-d099at0lgu] {
	font-size: clamp(1.125rem, 2vw, 1.5rem);
	opacity: 0.85;
	margin-bottom: 1.25rem;
}

.coming-soon__message[b-d099at0lgu] {
	font-size: 1.05rem;
	line-height: 1.65;
	opacity: 0.9;
	margin: 0 auto;
	max-width: 60ch;
}
/* /Pages/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-txf88wop28] {
    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-txf88wop28] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Pages/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3p7gqyc6i2],
.components-reconnect-repeated-attempt-visible[b-3p7gqyc6i2],
.components-reconnect-failed-visible[b-3p7gqyc6i2],
.components-pause-visible[b-3p7gqyc6i2],
.components-resume-failed-visible[b-3p7gqyc6i2],
.components-rejoining-animation[b-3p7gqyc6i2] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-3p7gqyc6i2 {
    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;
    }
}
