@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* /Components/LoadingHeart.razor.rz.scp.css */
body[b-0zq3pgisgm] {
    background: #F2EDE4;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.heart-con[b-0zq3pgisgm] {
    animation: heartbeat-b-0zq3pgisgm 5s ease-in-out;
    animation-iteration-count: infinite;
}

.heart[b-0zq3pgisgm] {
    --c: #F0542E;
    width: 300px;
    aspect-ratio: 1;
    background: radial-gradient(circle at 60% 65%,var(--c) 64%,#0000 65%) top left/50% 50%, radial-gradient(circle at 40% 65%,var(--c) 64%,#0000 65%) top right/50% 50%, conic-gradient(from -45deg at 50% 85.5%,var(--c) 90deg,#0000 0) bottom/100% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.overlay-box[b-0zq3pgisgm] {
    font-size: 50px;
    font-family: macho;
    font-weight: bolder;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #F2CC16;
    z-index: 1000;
}

@keyframes heartbeat-b-0zq3pgisgm {
    0% {
        transform: scale( .75 );
    }

    20% {
        transform: scale( 1 );
    }

    40% {
        transform: scale( .75 );
    }

    60% {
        transform: scale( 1 );
    }

    80% {
        transform: scale( .75 );
    }

    100% {
        transform: scale( .75 );
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-lhitcd2f83] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #F2EDE4;
    min-height:100vh;
}

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

.top-row[b-lhitcd2f83] {
    background-color: #F2EDE4;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    width:100%;
}


@media (max-width: 640.98px) {
    .top-row[b-lhitcd2f83] {
        justify-content: space-between;
    }

    .top-row[b-lhitcd2f83]  a, .top-row[b-lhitcd2f83]  .btn-link {
        margin-left: 0;
    }
}

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

    .top-row[b-lhitcd2f83] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-lhitcd2f83]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-lhitcd2f83], article[b-lhitcd2f83] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Register.razor.rz.scp.css */
[b-4rbgf9wqk3] > fluent-dialog::part(control) {
    --dialog-width: 500px;
    --dialog-height: 340px;
    padding: 2rem;
    height: 375px;
    width: 300px;
    background-color: #F2EDE4;
}
