/* /Components/HostingPricing.razor.rz.scp.css */
.hosting-plan-note[b-zbcav5r19f] { margin: 22px 0; color: #49629e; font-size: 12px; line-height: 1.65; }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-frame[b-f1em7458w0] {
    min-height: 100vh;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jktm1qash4] {
    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-jktm1qash4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-jktm1qash4] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jktm1qash4] {
    font-size: 1.1rem;
}

.bi[b-jktm1qash4] {
    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-jktm1qash4] {
    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-jktm1qash4] {
    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-jktm1qash4] {
    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-jktm1qash4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jktm1qash4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jktm1qash4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jktm1qash4]  .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-jktm1qash4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-jktm1qash4]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-jktm1qash4] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-jktm1qash4] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jktm1qash4] {
        display: none;
    }

    .nav-scrollable[b-jktm1qash4] {
        /* 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-gf15lsrqom],
.components-reconnect-repeated-attempt-visible[b-gf15lsrqom],
.components-reconnect-failed-visible[b-gf15lsrqom],
.components-pause-visible[b-gf15lsrqom],
.components-resume-failed-visible[b-gf15lsrqom],
.components-rejoining-animation[b-gf15lsrqom] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-gf15lsrqom],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-gf15lsrqom],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-gf15lsrqom],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-gf15lsrqom],
#components-reconnect-modal.components-reconnect-retrying[b-gf15lsrqom],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-gf15lsrqom],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-gf15lsrqom],
#components-reconnect-modal.components-reconnect-failed[b-gf15lsrqom],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-gf15lsrqom] {
    display: block;
}


#components-reconnect-modal[b-gf15lsrqom] {
    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-gf15lsrqom 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-gf15lsrqom 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-gf15lsrqom 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-gf15lsrqom]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-gf15lsrqom 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-gf15lsrqom {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-gf15lsrqom {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-gf15lsrqom {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-gf15lsrqom] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-gf15lsrqom] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-gf15lsrqom] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-gf15lsrqom] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-gf15lsrqom] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-gf15lsrqom] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-gf15lsrqom] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-gf15lsrqom 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-gf15lsrqom] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-gf15lsrqom {
    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;
    }
}
/* /Components/WebsitePricing.razor.rz.scp.css */
.website-pricing[b-ta1xp2zxlc] { --pricing-fill: 0%; position: relative; z-index: 4; display: grid; grid-template-columns: minmax(0, 1fr); border: 1px solid #51545d; color: #f6f1e8; background: #17191f; }
.pricing-controls[b-ta1xp2zxlc], .pricing-estimate[b-ta1xp2zxlc] { min-width: 0; padding: clamp(22px, 3.3vw, 48px); }
.pricing-controls[b-ta1xp2zxlc] { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: clamp(24px, 4vw, 60px); align-items: center; }
.pricing-controls > .pricing-card-top[b-ta1xp2zxlc] { grid-column: 1 / -1; }
.pricing-split-controls[b-ta1xp2zxlc] { min-width: 0; }
.pricing-estimate[b-ta1xp2zxlc] { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0 32px; border-top: 1px solid #51545d; background: #202229; }
.pricing-estimate > .pricing-card-top[b-ta1xp2zxlc], .pricing-schedule[b-ta1xp2zxlc], .pricing-footnote[b-ta1xp2zxlc], .pricing-enquire[b-ta1xp2zxlc], .pricing-estimate-note[b-ta1xp2zxlc] { grid-column: 1 / -1; }
.pricing-card-top[b-ta1xp2zxlc] { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid #51545d; color: #b4b7c0; font: 700 9px/1.5 ui-monospace, monospace; letter-spacing: .07em; }
.pricing-card-top span:last-child[b-ta1xp2zxlc] { color: #ff805c; text-align: right; }
.pricing-plan-options[b-ta1xp2zxlc] { display: grid; gap: 10px; min-width: 0; margin: 26px 0 0; padding: 0; border: 0; }
.pricing-plan-options legend[b-ta1xp2zxlc], .pricing-slider-heading[b-ta1xp2zxlc] { margin-bottom: 14px; font: 700 10px/1.5 ui-monospace, monospace; text-transform: uppercase; letter-spacing: .05em; }
.pricing-plan[b-ta1xp2zxlc] { display: flex; align-items: center; gap: 12px; padding: 18px 14px; border: 1px solid #60636d; cursor: pointer; transition: background .2s, border-color .2s; }
.pricing-plan:has(input:checked)[b-ta1xp2zxlc] { color: #fff4ef; border-color: #ff805c; background: #35241f; }
.pricing-plan:has(input:focus-visible)[b-ta1xp2zxlc] { outline: 2px solid #ff805c; outline-offset: 4px; }
.pricing-plan input[b-ta1xp2zxlc] { flex: 0 0 auto; width: 18px; height: 18px; margin: 0; accent-color: #ff6338; }
.pricing-plan > span[b-ta1xp2zxlc] { flex: 1; min-width: 0; }
.pricing-plan strong[b-ta1xp2zxlc] { font: 700 15px/1.3 var(--sans); }
.pricing-plan small[b-ta1xp2zxlc] { display: block; margin-top: 4px; color: #b4b7c0; font: 400 10px/1.5 var(--sans); }
.pricing-plan b[b-ta1xp2zxlc] { font: 700 27px/1 var(--sans); text-align: right; }
.pricing-plan b small[b-ta1xp2zxlc] { font-size: 9px; }
.pricing-slider-heading[b-ta1xp2zxlc] { display: flex; justify-content: space-between; gap: 12px; margin: 0 0 12px; }

.pricing-build-slider[b-ta1xp2zxlc] { display: block; width: 100%; height: 44px; margin: 0; padding: 0; appearance: none; -webkit-appearance: none; border: 0; background: transparent; cursor: ew-resize; }
.pricing-build-slider[b-ta1xp2zxlc]::-webkit-slider-runnable-track { height: 8px; border-radius: 8px; background: linear-gradient(to right, #ff6338 0%, #ff6338 var(--pricing-fill), #51545d var(--pricing-fill), #51545d 100%); }
.pricing-build-slider[b-ta1xp2zxlc]::-moz-range-track { height: 8px; border-radius: 8px; background: #51545d; }
.pricing-build-slider[b-ta1xp2zxlc]::-moz-range-progress { height: 8px; border-radius: 8px; background: #ff6338; }
.pricing-build-slider[b-ta1xp2zxlc]::-webkit-slider-thumb { width: 34px; height: 34px; margin-top: -13px; appearance: none; -webkit-appearance: none; border: 3px solid #17191f; border-radius: 50%; background: #ff805c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2317191f' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='m8 8-4 4 4 4m8-8 4 4-4 4'/%3E%3C/svg%3E") center/23px no-repeat; box-shadow: 0 0 0 1px #ff805c; }
.pricing-build-slider[b-ta1xp2zxlc]::-moz-range-thumb { width: 28px; height: 28px; border: 3px solid #17191f; border-radius: 50%; background: #ff805c; box-shadow: 0 0 0 1px #ff805c; }
.pricing-build-slider:focus-visible[b-ta1xp2zxlc] { outline: 2px solid #ff805c; outline-offset: 4px; border-radius: 8px; }
.pricing-slider-labels[b-ta1xp2zxlc] { display: flex; justify-content: space-between; gap: 16px; font: 700 10px/1.5 ui-monospace, monospace; }
.pricing-hint[b-ta1xp2zxlc] { margin: 15px 0 0; color: #b4b7c0; font: 400 12px/1.6 var(--sans); }
.pricing-upfront[b-ta1xp2zxlc] { display: grid; gap: 10px; padding: 30px 0; }
.pricing-upfront > span[b-ta1xp2zxlc], .pricing-monthly > div > span[b-ta1xp2zxlc] { font: 700 10px/1.5 ui-monospace, monospace; text-transform: uppercase; letter-spacing: .07em; }
.pricing-upfront output[b-ta1xp2zxlc] { color: #ff805c; font: 500 clamp(54px, 6vw, 78px)/1 var(--sans); letter-spacing: -.07em; font-variant-numeric: tabular-nums; }
.pricing-upfront small[b-ta1xp2zxlc], .pricing-monthly small[b-ta1xp2zxlc] { color: #b4b7c0; font-size: 11px; }
.pricing-monthly[b-ta1xp2zxlc] { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 22px 0; border: 0; }
.pricing-monthly > div[b-ta1xp2zxlc] { display: grid; gap: 8px; }
.pricing-monthly strong[b-ta1xp2zxlc] { font: 500 clamp(34px, 3.5vw, 48px)/1 var(--sans); letter-spacing: -.055em; font-variant-numeric: tabular-nums; }
.pricing-monthly p[b-ta1xp2zxlc] { max-width: 170px; margin: 0; color: #b4b7c0; font: 400 11px/1.8 var(--sans); }
.pricing-schedule[b-ta1xp2zxlc] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 0; border-top: 1px solid #51545d; }
.pricing-schedule > div[b-ta1xp2zxlc] { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 19px 0; border-bottom: 1px solid #51545d; }
.pricing-schedule dt[b-ta1xp2zxlc] { font: 600 12px/1.5 var(--sans); }
.pricing-schedule small[b-ta1xp2zxlc] { display: block; margin-top: 5px; color: #b4b7c0; font: 400 10px/1.5 var(--sans); }
.pricing-schedule dd[b-ta1xp2zxlc] { flex-shrink: 0; margin: 0; font: 500 25px/1 var(--sans); text-align: left; font-variant-numeric: tabular-nums; }
.pricing-schedule .pricing-ongoing[b-ta1xp2zxlc] { color: #cbff35; }
.pricing-footnote[b-ta1xp2zxlc], .pricing-estimate-note[b-ta1xp2zxlc] { margin: 20px 0; color: #b4b7c0; font: 400 11px/1.7 var(--sans); }
.pricing-enquire[b-ta1xp2zxlc] { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px; color: #17191f; background: #ff805c; font: 800 12px/1.4 var(--sans); text-decoration: none; transition: background .2s; }
.pricing-enquire:hover[b-ta1xp2zxlc] { background: #ff9a7e; }
.pricing-enquire:focus-visible[b-ta1xp2zxlc] { outline: 2px solid #f6f1e8; outline-offset: 4px; }
.pricing-estimate-note[b-ta1xp2zxlc] { margin-bottom: 0; font-size: 10px; text-align: center; }
.pricing-announcement[b-ta1xp2zxlc] { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 700px) {
    .pricing-controls[b-ta1xp2zxlc], .pricing-estimate[b-ta1xp2zxlc] { grid-template-columns: minmax(0, 1fr); }
    .pricing-split-controls[b-ta1xp2zxlc] { margin-top: 30px; }
    .pricing-monthly[b-ta1xp2zxlc] { border-top: 1px solid #51545d; }
    .pricing-schedule[b-ta1xp2zxlc] { grid-template-columns: minmax(0, 1fr); gap: 0; }
    .pricing-schedule > div[b-ta1xp2zxlc] { flex-direction: row; align-items: center; }
    .pricing-schedule dd[b-ta1xp2zxlc] { text-align: right; }
}
@media (max-width: 400px) {
    .pricing-controls[b-ta1xp2zxlc], .pricing-estimate[b-ta1xp2zxlc] { padding: 20px 16px; }
    .pricing-plan[b-ta1xp2zxlc] { gap: 9px; padding: 14px 10px; }
    .pricing-plan strong[b-ta1xp2zxlc] { font-size: 13px; }
    .pricing-plan b[b-ta1xp2zxlc] { font-size: 23px; }
    .pricing-card-top[b-ta1xp2zxlc] { font-size: 8px; }
    .pricing-monthly[b-ta1xp2zxlc] { align-items: start; flex-direction: column; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
    .pricing-plan[b-ta1xp2zxlc], .pricing-enquire[b-ta1xp2zxlc] { transition: none; }
}
