/* /Components/Home/CertificatesSection.razor.rz.scp.css */
/* =========================
   CERTIFICATES SECTION
========================= */
.certificates-section[b-5uqygagv6y] {
    padding: 5rem 0;
    background: #FFFEFD;

    --primary: #4E6E95;
    --primary-dark: #486A94;
    --primary-light: #ABC5E5;
    --card-dark: #4E6E95;
    --card-light: #F1F7FB;
    --text-dark: #5F6368;
    --white: #FFFEFD;

    /* Для стрелок */
    --trust-primary: #4E6E95;
}

.certificates-title[b-5uqygagv6y] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.15;
    color: var(--primary-dark);
}

/* Контейнер для 1440px с отступами */
.certificates-section .container[b-5uqygagv6y] {
    max-width: 1440px;
    padding: 0 40px;
}

/* Карусель занимает 1360px */
.certificates-section-content.owl-carousel[b-5uqygagv6y] {
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px; /* Отступ для стрелок сверху */
}

/* Убираем обрезание */
.certificates-section-content .owl-stage-outer[b-5uqygagv6y] {
    overflow: visible !important;
}

/* Карточка 325x210 */
.certificate-card[b-5uqygagv6y] {
    width: 325px;
    height: 210px;
    padding: 1.5rem;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .25s ease, box-shadow .25s ease;
}

.certificate-card:hover[b-5uqygagv6y] {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(78, 110, 149, 0.18);
}

/* Цвета карточек */
.certificate-dark[b-5uqygagv6y] {
    background: var(--card-dark);
    color: var(--white);
}

.certificate-light[b-5uqygagv6y] {
    background: var(--card-light);
    border: 1px solid rgba(78, 110, 149, 0.15);
    color: var(--primary-dark);
}

/* Текст в карточке */
.certificate-title[b-5uqygagv6y] {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.certificate-number[b-5uqygagv6y] {
    font-size: 0.85rem;
    font-weight: 700;
}

/* Описание под карточкой */
.certificate-description[b-5uqygagv6y] {
    font-size: 0.85rem;
    line-height: 1.45;
    margin-top: 1rem;
    color: var(--text-dark);
    max-width: 325px;
}

/* JPG бейдж */
.certificate-pdf-icon[b-5uqygagv6y] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.25);
    color: var(--white);
}

.certificate-light .certificate-pdf-icon[b-5uqygagv6y] {
    background: #C7D8EE;
    color: var(--white);
}

/* =========================
   СТРЕЛКИ
========================= */

/* Основной стиль стрелок */
.trust-arrow[b-5uqygagv6y] {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--trust-primary);
    background: transparent;
    color: var(--trust-primary);
    font-size: 1.25rem;
    line-height: 1;
    transition: all 0.3s ease;
    cursor: pointer;
}

.trust-arrow:hover[b-5uqygagv6y] {
    background: var(--trust-primary);
    color: var(--white);
}

/* Контейнер для стрелок сертификатов */
.certificates-arrows[b-5uqygagv6y] {
    display: flex;
    gap: 0.75rem;
}

/* Скрываем стандартные стрелки Owl Carousel */
.certificates-section-content .owl-nav[b-5uqygagv6y] {
    display: none !important;
}

/* Контейнер слайда */
.certificate-slide[b-5uqygagv6y] {
    display: flex;
    flex-direction: column;
}

/* =========================
   АДАПТИВ ДЛЯ УЗКИХ ЭКРАНОВ
========================= */
@media (max-width: 1439px) {
    .certificates-section-content.owl-carousel[b-5uqygagv6y] {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .certificates-arrows[b-5uqygagv6y] {
        position: static !important;
        justify-content: center;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .certificates-section-content.owl-carousel[b-5uqygagv6y] {
        margin-top: 0;
    }

    .trust-arrow[b-5uqygagv6y] {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .certificates-title[b-5uqygagv6y] {
        font-size: 2rem;
    }

    .trust-arrow[b-5uqygagv6y] {
        width: 2.25rem;
        height: 2.25rem;
        font-size: 0.9rem;
    }
}
/* /Components/Home/ContactFormSection.razor.rz.scp.css */
.contact-section[b-4svn9yec9b] {
    background: linear-gradient(180deg, #f0f7ff 0%, #e8f4fd 100%);
    z-index: 1;
}

.contact-background[b-4svn9yec9b] {
    z-index: 1;
    overflow: hidden;
}

.contact-bubbles[b-4svn9yec9b] {
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(74, 144, 226, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(53, 122, 189, 0.1) 0%, transparent 50%);
    animation: bubbleFloat-b-4svn9yec9b 20s ease-in-out infinite;
}

@keyframes bubbleFloat-b-4svn9yec9b {
    0%, 100% {
        transform: translateY(0px) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.section-title[b-4svn9yec9b] {
    font-size: 2.5rem;
    color: #333;
}

.contact-text[b-4svn9yec9b] {
    backdrop-filter: blur(10px);
}

.contact-form-container[b-4svn9yec9b] {
    backdrop-filter: blur(10px);
}

.form-control[b-4svn9yec9b] {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 1rem;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    transition: border-color 0.3s ease;
}

.form-control:focus[b-4svn9yec9b] {
    border-color: #4A90E2;
    box-shadow: 0 0 0 0.25rem rgba(74, 144, 226, 0.25);
}

.submit-btn[b-4svn9yec9b] {
    background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%) !important;
    border: none !important;
    color: white !important;
    padding: 1.2rem;
    border-radius: 10px;
    font-size: 1.1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Gilroy', sans-serif;
}

.submit-btn:hover:not(:disabled)[b-4svn9yec9b] {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.4);
}

.submit-btn:disabled[b-4svn9yec9b] {
    opacity: 0.5;
    cursor: not-allowed;
}

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

/* /Components/Home/FeaturesSection.razor.rz.scp.css */
/* SECTION */
.features-section[b-up1cenh8ho] {
    overflow: hidden;
    padding-top: 8vh;
    padding-bottom: 12vh;
}

/* TYPO */
.features-eyebrow[b-up1cenh8ho] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    color: #80A4D1;
}

.features-title[b-up1cenh8ho] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.15;
    color: #486A94;
}

.features-lead[b-up1cenh8ho] {
    font-family: 'Gilroy', sans-serif;
    color: #12141A;
}

.feature-row[b-up1cenh8ho] {
    max-width: 60rem;
}

.feature-row.ms-lg-6[b-up1cenh8ho] {
    margin-left: auto;
}

/* CARD */
.feature-card[b-up1cenh8ho] {
    position: relative;
    z-index: 2;
    height: 270px;
    padding: 1.75rem;
    border-radius: 1.75rem;

    /*background:*/
    /*        radial-gradient(*/
    /*                120% 120% at 20% 10%,*/
    /*                rgba(255,255,255,0.95) 0%,*/
    /*                rgba(235,242,255,0.85) 45%,*/
    /*                rgba(215,228,245,0.75) 100%*/
    /*        );*/
    
    /*border: 1px solid rgba(120,160,210,0.25);*/

    backdrop-filter: blur(6px);

    box-shadow:
            0 2rem 4rem rgba(72,106,148,0.12),
            inset 0 0.5rem 1rem rgba(255,255,255,0.65);
}

.feature-title[b-up1cenh8ho] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    color: #486A94;
    margin-bottom: 0.5rem;
}

.feature-text[b-up1cenh8ho] {
    font-family: 'Gilroy', sans-serif;
    font-size: 1rem;
    text-anchor: end;
    color: #12141A;
}

/* DECOR */
.feature-bubble[b-up1cenh8ho] {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.feature-bubble-right[b-up1cenh8ho] {
    top: 30%;
    right: 0;          
    width: 45vw;          
    max-width: 60rem;     
}

/* /Components/Home/Footer.razor.rz.scp.css */
.footer[b-ah2422nld0] {
    background: linear-gradient(135deg, #2a5f94 0%, #1a4a7a 100%);
}

.footer-logo[b-ah2422nld0] {
    height: 50px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-title[b-ah2422nld0] {
    font-size: 1.2rem;
}

.footer-link[b-ah2422nld0] {
    transition: opacity 0.3s ease;
}

.footer-link:hover[b-ah2422nld0] {
    opacity: 0.7;
}

.social-link[b-ah2422nld0] {
    transition: transform 0.3s ease;
}

.social-link:hover[b-ah2422nld0] {
    transform: scale(1.1);
}

.social-icon[b-ah2422nld0] {
    width: 30px;
    height: 30px;
}

/* /Components/Home/Header.razor.rz.scp.css */
/* BASE */
body[b-7xime8ui9l] {
    --space: 3rem; /* единый контроль расстояний */
    gap: var(--space);
}

/* HEADER */
.header[b-7xime8ui9l] {
    z-index: 10;
}

/* RIBBON */
.header-ribbon[b-7xime8ui9l] {
    background: #80A4D1;
    overflow: hidden;
    height: 38px;
    display: flex;
    align-items: center;
}

/* ДВИЖЕНИЕ */
.ribbon-wrapper[b-7xime8ui9l] {
    --gap: var(--space);
    
    display: flex;
    width: max-content;
    gap: var(--gap);
    
    animation: scroll-b-7xime8ui9l 10s linear infinite;
}

/* ТРЕК */
.ribbon-track[b-7xime8ui9l] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: var(--gap);
    /*width: 108vw;*/
}

/* АНИМАЦИЯ */
@keyframes scroll-b-7xime8ui9l {
    from {
        transform: translateX(0);
    }
    to {
        /*transform: translateX(-100vw);*/
        transform: translateX(-50%);
    }
}

/* TEXT */
.ribbon-track span[b-7xime8ui9l] {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #FFFEFD;
    white-space: nowrap;
}

/* DOT */
.ribbon-track .dot[b-7xime8ui9l] {
    font-size: 18px;
    opacity: 0.9;
    padding: 3rem;
}

/* NAV */
.header-nav a[b-7xime8ui9l] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 120%;
    color: #FFFEFD;
    text-decoration: none;
}

.header-nav a:hover[b-7xime8ui9l] {
    opacity: 0.75;
}

.header-logo[b-7xime8ui9l] {
    height: 3rem;   /* масштабируется */
    width: auto;
}
/* /Components/Home/HeroSection.razor.rz.scp.css */
.hero-text p[b-aj3k6joa28] {
    font-family: 'Manrope', sans-serif;
    color: #FFFEFD;
}

.hero-card .btn[b-aj3k6joa28] {
    font-family: 'Gilroy', sans-serif;
    color: #486A94;
}
/* /Components/Home/ProductsSection.razor.rz.scp.css */
.section-description[b-by8y1m9fot] {
    max-width: 440px;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
}

.section-intro[b-by8y1m9fot] {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #80A4D1;
}

.product-section-content-card-wrapper[b-by8y1m9fot] {
    min-height: 580px;
}

.product-section-content-card-wrapper:hover .product-section-content-card[b-by8y1m9fot] {
    --bs-secondary-rgb: 171, 197, 229;
}

.product-section-content-card[b-by8y1m9fot] {
    min-height: 480px;
    gap: 40px;
    padding-inline: 30px;
    transition: .3s;
}

.product-section-content-card-image[b-by8y1m9fot] {
    height: 326px;
    margin-top: -61px;
    width: auto !important;
    transition: .3s;
}

.product-section-content-card-wrapper:hover .product-section-content-card-image[b-by8y1m9fot] {
    transform: scale(1.11) translateY(-5%);
}

.product-section-content-card-title[b-by8y1m9fot] {
    font-family: 'Manrope', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-section-content-card-newmark[b-by8y1m9fot] {
    width: 50px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    transition: .3s;
    line-height: 120%;
    letter-spacing: 0;
}

.product-section-content-card-wrapper:hover .product-section-content-card-newmark[b-by8y1m9fot] {
    color: #ABC5E5;
    background-color: #F1F7FB;
}

[b-by8y1m9fot] .owl-nav {
    width: fit-content;
    margin-left: auto;
    margin-top: 30px;
    display: flex;
    gap: 15px;
}
/* /Components/Home/TrustSection.razor.rz.scp.css */
/* TRUST SECTION TOKENS */
.trust-section[b-ln8tff2reg] {
    --trust-white: #FFFEFD;
    --trust-dark: #12141A;
    --trust-primary: #486A94;
    --trust-primary-light: #80A4D1;
    --trust-bg: #ABC5E5;
}

/* TYPO */
.trust-eyebrow[b-ln8tff2reg] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    color: var(--trust-primary-light);
}

.trust-title[b-ln8tff2reg] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.15;
    color: var(--trust-primary);
}

.trust-lead[b-ln8tff2reg] {
    font-family: 'Gilroy', sans-serif;
    color: var(--trust-dark);
}

.trust-card-text[b-ln8tff2reg] {
    font-family: 'Manrope', sans-serif;
    color: var(--trust-dark);
}

.trust-card-title[b-ln8tff2reg] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    color: var(--trust-primary);
    letter-spacing: 0.05em;
}

/* BACKGROUND STRIP */
.trust-bg[b-ln8tff2reg] {
    background-color: var(--trust-bg);
}

/* CARD */
.trust-card[b-ln8tff2reg] {
    background-color: var(--trust-white);
}

/* DIVIDER */
.trust-divider[b-ln8tff2reg] {
    width: 3rem;
    height: 2px;
    background-color: var(--trust-primary);
    opacity: 0.5;
}

/* ARROWS */
.trust-arrow[b-ln8tff2reg] {
    width: 3rem;
    height: 3rem;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    border: 1px solid var(--trust-primary);
    background: transparent;
    color: var(--trust-primary);

    font-size: 1.25rem;
    line-height: 1;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-nrrnfjjq5u] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

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

#blazor-error-ui[b-nrrnfjjq5u] {
    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-nrrnfjjq5u] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2g64l63pkz] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-2g64l63pkz] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-2g64l63pkz] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2g64l63pkz] {
    font-size: 1.1rem;
}

.bi[b-2g64l63pkz] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-2g64l63pkz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-2g64l63pkz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-2g64l63pkz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-2g64l63pkz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2g64l63pkz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2g64l63pkz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2g64l63pkz]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-2g64l63pkz]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-2g64l63pkz]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-2g64l63pkz] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-2g64l63pkz] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2g64l63pkz] {
        display: none;
    }

    .nav-scrollable[b-2g64l63pkz] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-rwgl8y36ia],
.components-reconnect-repeated-attempt-visible[b-rwgl8y36ia],
.components-reconnect-failed-visible[b-rwgl8y36ia],
.components-pause-visible[b-rwgl8y36ia],
.components-resume-failed-visible[b-rwgl8y36ia],
.components-rejoining-animation[b-rwgl8y36ia] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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