/* /Components/Layout/LoginForm.razor.rz.scp.css */
.navbar-toggler[b-g9f6z8kkyq] {
    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-g9f6z8kkyq] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-g9f6z8kkyq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-g9f6z8kkyq] {
    font-size: 1.1rem;
}

.bi[b-g9f6z8kkyq] {
    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-g9f6z8kkyq] {
    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-g9f6z8kkyq] {
    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-g9f6z8kkyq] {
    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-g9f6z8kkyq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-g9f6z8kkyq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-g9f6z8kkyq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-g9f6z8kkyq]  .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-g9f6z8kkyq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-g9f6z8kkyq]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-g9f6z8kkyq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-g9f6z8kkyq] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-g9f6z8kkyq] {
        display: none;
    }

    .nav-scrollable[b-g9f6z8kkyq] {
        /* 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/MainLayout.razor.rz.scp.css */
.page[b-y73msnhnk4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-y73msnhnk4] {
    flex: 1;
}

.sidebar[b-y73msnhnk4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-y73msnhnk4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-y73msnhnk4]  a, .top-row[b-y73msnhnk4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-y73msnhnk4]  a:hover, .top-row[b-y73msnhnk4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-y73msnhnk4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-y73msnhnk4] {
        justify-content: space-between;
    }

    .top-row[b-y73msnhnk4]  a, .top-row[b-y73msnhnk4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-y73msnhnk4] {
        flex-direction: row;
    }

    .sidebar[b-y73msnhnk4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-y73msnhnk4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-y73msnhnk4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-y73msnhnk4], article[b-y73msnhnk4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-y73msnhnk4] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-y73msnhnk4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MarketingBannerCarousel.razor.rz.scp.css */
/* =========================================================
   ECN marketing banner
   Shared structure for Blazor banners and WebForms previews
   ========================================================= */

.ecnb[b-5amrb8spww],
.ecnb *[b-5amrb8spww] {
    box-sizing: border-box;
}

.ecnb[b-5amrb8spww] {
    /* Default values are also the ECN Blue theme. */
    --ecnb-bg-start: #003a63;
    --ecnb-bg-end: #00558f;
    --ecnb-glow-rgb: 52, 157, 219;
    --ecnb-accent: #349ddb;
    --ecnb-accent-bright: #6fc5f2;
    --ecnb-accent-hover: #55b4e8;
    --ecnb-text: #c4e2f3;
    --ecnb-body-text: #d8ecf7;
    --ecnb-muted: #91b8d0;
    --ecnb-image-background: #073b5d;
    --ecnb-button-text: #ffffff;
    position: relative;
    width: 100%;
    margin: 0 0 12px;
    overflow: hidden;
    color: var(--ecnb-text);
    text-align: left;
    font-family: "Inter", "Ubuntu Condensed", Helvetica, Arial, sans-serif;
    background: radial-gradient( 120% 80% at 100% 0%, rgba(var(--ecnb-glow-rgb), 0.13), transparent 50% ), linear-gradient( 135deg, var(--ecnb-bg-start) 0%, var(--ecnb-bg-end) 55% );
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 3px solid var(--ecnb-accent);
    box-shadow: 0 4px 14px -6px rgba(0, 0, 0, 0.45);
}

.ecnb-inner[b-5amrb8spww] {
    display: flex;
    min-height: 270px;
    gap: 22px;
    padding: 16px 22px;
}

.ecnb-left[b-5amrb8spww] {
    display: flex;
    flex: 1.75 1 0;
    flex-direction: column;
    min-width: 0;
}

.ecnb-right[b-5amrb8spww] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-width: 0;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.ecnb-meta[b-5amrb8spww] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
}

.ecnb-cat[b-5amrb8spww] {
    padding: 3px 8px;
    color: var(--ecnb-accent-bright);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid var(--ecnb-accent-bright);
    border-radius: 999px;
}

.ecnb-sale[b-5amrb8spww] {
    color: var(--ecnb-muted);
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.ecnb-title[b-5amrb8spww] {
    margin: 0 0 4px;
    color: #ffffff;
    font-family: "Inter", "Ubuntu Condensed", Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
}

.ecnb-sub[b-5amrb8spww] {
    margin: 0 0 10px;
    color: var(--ecnb-text);
    font-size: 13px;
    line-height: 1.35;
}

.ecnb-images[b-5amrb8spww] {
    display: flex;
    flex: 0 0 110px;
    gap: 8px;
    height: 110px;
    min-height: 110px;
    margin-top: auto;
    margin-bottom: 10px;
}

    .ecnb-images a[b-5amrb8spww] {
        position: relative;
        display: block;
        flex: 1 1 0;
        min-width: 0;
        height: 100%;
        overflow: hidden;
        background: var(--ecnb-image-background);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 6px;
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }

        .ecnb-images a:hover[b-5amrb8spww],
        .ecnb-images a:focus-visible[b-5amrb8spww] {
            z-index: 1;
            border-color: var(--ecnb-accent-bright);
            box-shadow: 0 6px 18px -6px rgba(0, 0, 0, 0.5);
            outline: none;
            transform: scale(1.03);
        }

    .ecnb-images img[b-5amrb8spww] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.ecnb--single .ecnb-images[b-5amrb8spww] {
    display: block;
    flex-basis: 120px;
    height: 120px;
    min-height: 120px;
}

    .ecnb--single .ecnb-images a[b-5amrb8spww] {
        width: 100%;
    }

.ecnb-images--empty[b-5amrb8spww] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ecnb-image-background);
    border: 1px dashed rgba(255, 255, 255, 0.22);
    border-radius: 6px;
}

.ecnb-image-empty[b-5amrb8spww] {
    padding: 12px;
    color: var(--ecnb-muted);
    font-size: 13px;
    text-align: center;
}

.ecnb-closes[b-5amrb8spww] {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
}

.ecnb-cl-label[b-5amrb8spww] {
    color: var(--ecnb-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ecnb-cl-date[b-5amrb8spww] {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.ecnb-cl-time[b-5amrb8spww] {
    color: var(--ecnb-text);
    font-size: 13px;
}

.ecnb-r-label[b-5amrb8spww] {
    margin-bottom: 8px;
    color: var(--ecnb-accent-bright);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ecnb-r-body[b-5amrb8spww] {
    flex: 1 1 auto;
    margin: 0;
    color: var(--ecnb-body-text);
    font-size: 14px;
    line-height: 1.5;
}

    .ecnb-r-body strong[b-5amrb8spww] {
        color: #ffffff;
    }

.ecnb-cta[b-5amrb8spww] {
    display: inline-block;
    align-self: flex-start;
    margin-top: 14px;
    padding: 11px 22px;
    color: var(--ecnb-button-text);
    white-space: nowrap;
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: var(--ecnb-accent);
    border-radius: 6px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

    .ecnb-cta:hover[b-5amrb8spww],
    .ecnb-cta:focus-visible[b-5amrb8spww] {
        color: var(--ecnb-button-text);
        text-decoration: none;
        background: var(--ecnb-accent-hover);
        outline: none;
        transform: translateY(-1px);
    }

/* =========================================================
   Theme: ECN Blue
   Primary ECN corporate blue
   ========================================================= */

.ecnb.ecn-blue[b-5amrb8spww] {
    --ecnb-bg-start: #003a63;
    --ecnb-bg-end: #00558f;
    --ecnb-glow-rgb: 52, 157, 219;
    --ecnb-accent: #349ddb;
    --ecnb-accent-bright: #6fc5f2;
    --ecnb-accent-hover: #55b4e8;
    --ecnb-text: #c4e2f3;
    --ecnb-body-text: #d8ecf7;
    --ecnb-muted: #91b8d0;
    --ecnb-image-background: #073b5d;
    --ecnb-button-text: #ffffff;
}

/* =========================================================
   Theme: ECN Dark
   Neutral charcoal with ECN blue highlights
   ========================================================= */

.ecnb.ecn-dark[b-5amrb8spww] {
    --ecnb-bg-start: #111820;
    --ecnb-bg-end: #242e38;
    --ecnb-glow-rgb: 4, 107, 183;
    --ecnb-accent: #046bb7;
    --ecnb-accent-bright: #4da8da;
    --ecnb-accent-hover: #2083c7;
    --ecnb-text: #b9c6d0;
    --ecnb-body-text: #d2dbe2;
    --ecnb-muted: #8495a2;
    --ecnb-image-background: #19232c;
    --ecnb-button-text: #ffffff;
}

/* =========================================================
   Theme: Heritage Navy & Red
   Based on the existing ECN heritage standing banner
   ========================================================= */

.ecnb.ecn-heritage[b-5amrb8spww] {
    --ecnb-bg-start: #001a2e;
    --ecnb-bg-end: #002f50;
    --ecnb-glow-rgb: 221, 40, 47;
    --ecnb-accent: #dd282f;
    --ecnb-accent-bright: #ef555b;
    --ecnb-accent-hover: #b41e24;
    --ecnb-text: #c7d2dc;
    --ecnb-body-text: #e0e6eb;
    --ecnb-muted: #899eaf;
    --ecnb-image-background: #001a2e;
    --ecnb-button-text: #ffffff;
}

/* =========================================================
   Theme: Warm Timber / Amber
   Existing home renovation and hardware combination
   ========================================================= */

.ecnb.ecn-timber[b-5amrb8spww] {
    --ecnb-bg-start: #221a11;
    --ecnb-bg-end: #3a2a18;
    --ecnb-glow-rgb: 224, 138, 60;
    --ecnb-accent: #c4712a;
    --ecnb-accent-bright: #e08a3c;
    --ecnb-accent-hover: #e08a3c;
    --ecnb-text: #c6b29a;
    --ecnb-body-text: #dcc9b2;
    --ecnb-muted: #9c8a72;
    --ecnb-image-background: #2c2317;
    --ecnb-button-text: #fbf1e4;
}

/* =========================================================
   Theme: Steel Blue
   Existing vehicle, plant and government asset combination
   ========================================================= */

.ecnb.ecn-steel[b-5amrb8spww] {
    --ecnb-bg-start: #0f1b2d;
    --ecnb-bg-end: #1a2b47;
    --ecnb-glow-rgb: 77, 168, 218;
    --ecnb-accent: #4da8da;
    --ecnb-accent-bright: #4da8da;
    --ecnb-accent-hover: #6fbde8;
    --ecnb-text: #b0c2d4;
    --ecnb-body-text: #c8d6e4;
    --ecnb-muted: #8aa0b8;
    --ecnb-image-background: #1a2632;
    --ecnb-button-text: #0f1b2d;
}

/* =========================================================
   Theme: Purple / Violet
   Existing audio visual and lighting combination
   ========================================================= */

.ecnb.ecn-purple[b-5amrb8spww] {
    --ecnb-bg-start: #1a1230;
    --ecnb-bg-end: #2a1e4a;
    --ecnb-glow-rgb: 139, 92, 246;
    --ecnb-accent: #6d4ab8;
    --ecnb-accent-bright: #9b7be8;
    --ecnb-accent-hover: #8158d0;
    --ecnb-text: #bdb0d8;
    --ecnb-body-text: #d2c8e6;
    --ecnb-muted: #9488b0;
    --ecnb-image-background: #241a3d;
    --ecnb-button-text: #f3eeff;
}

/* =========================================================
   Theme: Industrial Dark / Crimson
   Existing machinery and workshop combination
   ========================================================= */

.ecnb.ecn-industrial[b-5amrb8spww] {
    --ecnb-bg-start: #1a1a1a;
    --ecnb-bg-end: #2a2a2a;
    --ecnb-glow-rgb: 230, 57, 70;
    --ecnb-accent: #e63946;
    --ecnb-accent-bright: #e63946;
    --ecnb-accent-hover: #f05561;
    --ecnb-text: #b8b8b8;
    --ecnb-body-text: #cfcfcf;
    --ecnb-muted: #8c8c8c;
    --ecnb-image-background: #232323;
    --ecnb-button-text: #ffffff;
}

/* =========================================================
   Theme: Navy & Gold
   Existing estate and premium contents combination
   ========================================================= */

.ecnb.ecn-gold[b-5amrb8spww] {
    --ecnb-bg-start: #0a1f44;
    --ecnb-bg-end: #112759;
    --ecnb-glow-rgb: 212, 175, 55;
    --ecnb-accent: #d4af37;
    --ecnb-accent-bright: #d4af37;
    --ecnb-accent-hover: #e0c04d;
    --ecnb-text: #b0bdd4;
    --ecnb-body-text: #c8cfe0;
    --ecnb-muted: #8a93ad;
    --ecnb-image-background: #112347;
    --ecnb-button-text: #0a1f44;
}

/* =========================================================
   Responsive layout
   ========================================================= */

@media (max-width: 760px) {
    .ecnb-inner[b-5amrb8spww] {
        flex-direction: column;
        min-height: 0;
        gap: 14px;
        padding: 14px 16px;
    }

    .ecnb-left[b-5amrb8spww],
    .ecnb-right[b-5amrb8spww] {
        flex: none;
    }

    .ecnb-right[b-5amrb8spww] {
        padding-top: 14px;
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        border-left: 0;
    }

    .ecnb-title[b-5amrb8spww] {
        font-size: 22px;
    }

    .ecnb-images[b-5amrb8spww] {
        flex-basis: 140px;
        height: 140px;
        min-height: 140px;
    }

    .ecnb--single .ecnb-images[b-5amrb8spww] {
        flex-basis: 160px;
        height: 160px;
        min-height: 160px;
    }

    .ecnb-cta[b-5amrb8spww] {
        align-self: stretch;
        width: 100%;
        padding: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ecnb-images a[b-5amrb8spww],
    .ecnb-cta[b-5amrb8spww] {
        transition: none;
    }
}

.ecn-marketing-navigation[b-5amrb8spww] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    margin: 10px 0 14px;
}

.ecn-marketing-number[b-5amrb8spww] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    color: #4c4c46;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background: #ffffff;
    border: 1px solid #b9b9ae;
    border-radius: 5px;
    cursor: pointer;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

    .ecn-marketing-number:hover[b-5amrb8spww] {
        color: #04538c;
        background: #f3f8fc;
        border-color: #04538c;
    }

    .ecn-marketing-number:focus-visible[b-5amrb8spww] {
        color: #04538c;
        border-color: #04538c;
        outline: 3px solid rgba(4, 83, 140, 0.22);
        outline-offset: 2px;
    }

    .ecn-marketing-number.is-active[b-5amrb8spww] {
        color: #ffffff;
        background: #04538c;
        border-color: #04538c;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
        transform: translateY(-1px);
    }

@media (max-width: 480px) {
    .ecn-marketing-navigation[b-5amrb8spww] {
        gap: 5px;
    }

    .ecn-marketing-number[b-5amrb8spww] {
        min-width: 32px;
        height: 32px;
        padding: 0 8px;
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ecn-marketing-number[b-5amrb8spww] {
        transition: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ih1inu0h6l],
.components-reconnect-repeated-attempt-visible[b-ih1inu0h6l],
.components-reconnect-failed-visible[b-ih1inu0h6l],
.components-pause-visible[b-ih1inu0h6l],
.components-resume-failed-visible[b-ih1inu0h6l],
.components-rejoining-animation[b-ih1inu0h6l] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ih1inu0h6l],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ih1inu0h6l],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ih1inu0h6l],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ih1inu0h6l],
#components-reconnect-modal.components-reconnect-retrying[b-ih1inu0h6l],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ih1inu0h6l],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ih1inu0h6l],
#components-reconnect-modal.components-reconnect-failed[b-ih1inu0h6l],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ih1inu0h6l] {
    display: block;
}


#components-reconnect-modal[b-ih1inu0h6l] {
    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-ih1inu0h6l 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ih1inu0h6l 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ih1inu0h6l 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ih1inu0h6l]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ih1inu0h6l 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ih1inu0h6l {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ih1inu0h6l {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ih1inu0h6l {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ih1inu0h6l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ih1inu0h6l] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ih1inu0h6l] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ih1inu0h6l] {
        background-color: #3b6ea2;
    }

.components-rejoining-animation[b-ih1inu0h6l] {
    display: flex;
    gap: 0.5rem;
}

    .components-rejoining-animation > div[b-ih1inu0h6l] {
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        background-color: #6b9ed2;
        animation: components-rejoining-animation-bounce-b-ih1inu0h6l 1s infinite ease-in-out;
    }

        .components-rejoining-animation > div:nth-child(2)[b-ih1inu0h6l] {
            animation-delay: 0.2s;
        }

@keyframes components-rejoining-animation-bounce-b-ih1inu0h6l {
    0%, 80%, 100% {
        transform: scale(0.7);
    }

    40% {
        transform: scale(1);
    }
}
/* /Components/Pages/Bookings.razor.rz.scp.css */
.loading[b-qgasv6471o] {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading[b-qgasv6471o]:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

.loading:not(:required)[b-qgasv6471o] {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required)[b-qgasv6471o]:after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    animation: spinner-b-qgasv6471o 150ms infinite linear;
    border-radius: 0.5em;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
                rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
                rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
                rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
                rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
                rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
                rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
                rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

@keyframes spinner-b-qgasv6471o {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
