/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-oyfo01kdh5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

@media (min-width: 641px) {
    .page[b-oyfo01kdh5] {
        flex-direction: row;
    }
}

#blazor-error-ui[b-oyfo01kdh5] {
    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-oyfo01kdh5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-u7d129um46],
.components-reconnect-repeated-attempt-visible[b-u7d129um46],
.components-reconnect-failed-visible[b-u7d129um46],
.components-pause-visible[b-u7d129um46],
.components-resume-failed-visible[b-u7d129um46],
.components-rejoining-animation[b-u7d129um46] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-u7d129um46 {
    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/Pages/Home.razor.rz.scp.css */
.hero-section[b-0tapfcijhm] {
    background: var(--brand-gradient);
    color: #fff;
    margin-bottom: 2rem;
}

.hero-title[b-0tapfcijhm] {
    font-weight: 800;
    font-size: clamp(1.75rem, 1.2rem + 2vw, 3rem);
}

.hero-lead[b-0tapfcijhm] {
    color: rgba(255, 255, 255, .85);
    font-size: 1.15rem;
}
/* /Components/Pages/Shared/PostSaver.razor.rz.scp.css */
.timer[b-df27pxzr94] {
    color: #000;
    font-size:0.75em;
}

    .timer .seconds[b-df27pxzr94] {
        color: #666;
    }

    .timer .dotseconds[b-df27pxzr94] {
        color: #f00;
        font-size: 80%;
    }
/* /Components/Pages/Site/Cloud.razor.rz.scp.css */
/*---- tags size ----*/
.cloud > a[b-2oab7g80gh] {
    padding: 5px;
    line-height: 2.1em;
    vertical-align: middle;
}

.cloud-tag[b-2oab7g80gh] {
    display: inline-block;
    margin: 0.3rem;
    background-color: var(--bs-tertiary-bg);
    color: var(--bs-body-color);
    border: 1px solid var(--bs-border-color);
}

.cloud-tag:hover[b-2oab7g80gh] {
    background-color: var(--brand-purple-600);
    color: #fff;
    border-color: var(--brand-purple-600);
}

a.tag0[b-2oab7g80gh], a.tag1[b-2oab7g80gh], a.tag2[b-2oab7g80gh], a.tag3[b-2oab7g80gh], a.tag4[b-2oab7g80gh], a.tag5[b-2oab7g80gh], a.tag6[b-2oab7g80gh], a.tag7[b-2oab7g80gh], a.tag8[b-2oab7g80gh], a.tag9[b-2oab7g80gh] {
    text-decoration: none;
}

a.tag0[b-2oab7g80gh] {
    font-size: 1.1em;
}

a.tag1[b-2oab7g80gh] {
    font-size: 1.3em;
}

a.tag2[b-2oab7g80gh] {
    font-size: 1.5em;
}

a.tag3[b-2oab7g80gh] {
    font-size: 1.7em;
}

a.tag4[b-2oab7g80gh] {
    font-size: 1.9em;
}

a.tag5[b-2oab7g80gh] {
    font-size: 2.1em;
}

a.tag6[b-2oab7g80gh] {
    font-size: 2.3em;
}

a.tag7[b-2oab7g80gh] {
    font-size: 2.5em;
}

a.tag8[b-2oab7g80gh] {
    font-size: 2.7em;
}

a.tag9[b-2oab7g80gh] {
    font-size: 2.9em;
}
