/* /Pages/CustomButton/CustomButton.razor.rz.scp.css */
.wrapper[b-vcibr1x06m] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle[b-vcibr1x06m] {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fcdc29;
    border-radius: 50%;
    animation: loading-b-vcibr1x06m 1.5s cubic-bezier(.8, .5, .2, 1.4) infinite;
    transform-origin: bottom center;
    position: relative;
}

@keyframes loading-b-vcibr1x06m {
    0% {
        transform: translateY(0px);
        background-color: #fcdc29;
    }

    50% {
        transform: translateY(50px);
        background-color: #ef584a;
    }

    100% {
        transform: translateY(0px);
        background-color: #fcdc29;
    }
}

.circle-1[b-vcibr1x06m] {
    animation-delay: 0.1s;
}

.circle-2[b-vcibr1x06m] {
    animation-delay: 0.2s;
}

.circle-3[b-vcibr1x06m] {
    animation-delay: 0.3s;
}

.circle-4[b-vcibr1x06m] {
    animation-delay: 0.4s;
}

.circle-5[b-vcibr1x06m] {
    animation-delay: 0.5s;
}

.circle-6[b-vcibr1x06m] {
    animation-delay: 0.6s;
}

.circle-7[b-vcibr1x06m] {
    animation-delay: 0.7s;
}

.circle-8[b-vcibr1x06m] {
    animation-delay: 0.8s;
}


h2[b-vcibr1x06m] {
    color: #ccc;
    margin: 0;
    font: .8em verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.loading span[b-vcibr1x06m] {
    display: inline-block;
    vertical-align: middle;
    width: .6em;
    height: .6em;
    margin: .19em;
    background: #007DB6;
    border-radius: .6em;
    animation: loading-b-vcibr1x06m 1s infinite alternate;
}

/*
 * Dots Colors
 * Smarter targeting vs nth-of-type?
 */
.loading span:nth-of-type(2)[b-vcibr1x06m] {
    background: #008FB2;
    animation-delay: 0.2s;
}

.loading span:nth-of-type(3)[b-vcibr1x06m] {
    background: #009B9E;
    animation-delay: 0.4s;
}

.loading span:nth-of-type(4)[b-vcibr1x06m] {
    background: #00A77D;
    animation-delay: 0.6s;
}

.loading span:nth-of-type(5)[b-vcibr1x06m] {
    background: #00B247;
    animation-delay: 0.8s;
}

.loading span:nth-of-type(6)[b-vcibr1x06m] {
    background: #5AB027;
    animation-delay: 1.0s;
}

.loading span:nth-of-type(7)[b-vcibr1x06m] {
    background: #A0B61E;
    animation-delay: 1.2s;
}

/*
 * Animation keyframes
 * Use transition opacity instead of keyframes?
 */
@keyframes loading-b-vcibr1x06m {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* /Pages/GearLoading/Gear.razor.rz.scp.css */
#gear1[b-y4qbkdhbs7], #gear2[b-y4qbkdhbs7], #gear3[b-y4qbkdhbs7] {
    display: block;
    position: absolute;
}

#gear1[b-y4qbkdhbs7] {
    top: 45px;
    color: #3498db; /* Blue */
}

#gear2[b-y4qbkdhbs7] {
    left: 60px;
    color: #e74c3c; /* Red */
}

#gear3[b-y4qbkdhbs7] {
    top: 45px;
    left: 110px;
    color: #2ecc71; /* Green */
}

.spin[b-y4qbkdhbs7] {
    animation: spin-b-y4qbkdhbs7 4s linear infinite;
}

.spin-back[b-y4qbkdhbs7] {
    animation: spin-back-b-y4qbkdhbs7 4s linear infinite;
}

@keyframes spin-b-y4qbkdhbs7 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-back-b-y4qbkdhbs7 {
    100% {
        transform: rotate(-360deg);
    }
}
/* /Pages/Post/ArticlePost/ArticlePost.razor.rz.scp.css */
.masked-content[b-fetoi6ipmj] {
 
    overflow: hidden;
}
.image-container2[b-fetoi6ipmj] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    height:auto;
}

.mask[b-fetoi6ipmj] {
    position: absolute;
    top: 300px; /* Start the mask from 300px from the top */
    left: 0;
    width: 100%;
    height: calc(100% - 300px); /* Adjust the height to fill the rest of the container */
    background-color: rgba(128, 128, 128, 0.5); /* Gray overlay with 50% opacity */
    z-index: 1; /* Set z-index to 1 */
    transition: opacity 0.5s ease; /* Add transition to opacity */
}

.reveal-icon[b-fetoi6ipmj] {
    position: absolute;
    top: 320px; /* Start the mask from 300px from the top */
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2em; /* Increase the font size */
    color: white;
    transition: opacity 0.5s ease;
    z-index: 2; /* Set z-index to 2 */
}

.image-caption2[b-fetoi6ipmj] {
    text-align: center;
    font-size: 1.2em;
    color: white;
    opacity: 1;
    transition: opacity 0.5s ease;
    z-index: 2; /* Set z-index to 2 */
    position: absolute; /* Change position to absolute */
    bottom: 0; /* Position the text at the bottom of the container */
    left: 50%; /* Center the text horizontally */
    transform: translateX(-50%); /* Ensure the text is centered */
    width: 100%; /* Optional: you may need to set a width if the text isn't centering properly */
}
/* /Pages/Post/MemePost/MemePost.razor.rz.scp.css */
.image-container2[b-6gbsiez91d] {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
   width:100%;
}

.mask[b-6gbsiez91d] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.5); /* Gray overlay with 50% opacity */
    z-index: 1; /* Set z-index to 1 */
    transition: opacity 0.5s ease; /* Add transition to opacity */
}

.reveal-icon[b-6gbsiez91d] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5em; /* Increase the font size */
    color: white;
    transition: opacity 0.5s ease;
    z-index: 2; /* Set z-index to 2 */
}
.image-caption2[b-6gbsiez91d] {
    text-align: center;
    font-size: 1.2em;
    color: white;
    margin-top: 10px;
    opacity: 1;
    transition: opacity 0.5s ease;
    z-index: 2; /* Set z-index to 2 */
    position:inherit;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-xlbjqoqek2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xlbjqoqek2] {
    flex: 1;
}

.sidebar[b-xlbjqoqek2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xlbjqoqek2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xlbjqoqek2]  a, .top-row .btn-link[b-xlbjqoqek2] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-xlbjqoqek2] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-xlbjqoqek2] {
        display: none;
    }

    .top-row.auth[b-xlbjqoqek2] {
        justify-content: space-between;
    }

    .top-row a[b-xlbjqoqek2], .top-row .btn-link[b-xlbjqoqek2] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xlbjqoqek2] {
        flex-direction: row;
    }

    .sidebar[b-xlbjqoqek2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xlbjqoqek2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-xlbjqoqek2], article[b-xlbjqoqek2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
