/* _content/danyalab/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-eld9jkyn5j] {
    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-eld9jkyn5j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/danyalab/Components/Pages/Blog.razor.rz.scp.css */
main[b-lck6ureod8] {
    background-color: #181617;
    background-image: url('/img/background_tiling.png');
    animation: scrollRepeatingTextVertically-b-lck6ureod8 180s linear infinite;
    color: #7A767F;
    font-family: 'Zalando Sans';
    font-size: 1.3rem;
    font-weight: 400;
    position: relative;
    min-height: 100vh;
    width: 100vw;
    margin: 0;
    box-sizing: border-box;
    display: flow-root;
}

.content[b-lck6ureod8] {
    margin: 20vh 30vw 10vh;
    height: auto;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .content[b-lck6ureod8] {
        margin: 10vh 10vw;
    }
}

.content .header[b-lck6ureod8] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.blog[b-lck6ureod8] {
    border: solid 1px #7A767F;
    background-color: #181617;
    padding: 1rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
}

.blog p img[b-lck6ureod8] {
    max-width: 100%;
}

.score-box[b-lck6ureod8] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
}

.score-box p[b-lck6ureod8] {
    margin: 0;
}

.comment[b-lck6ureod8] {
    border: solid 1px #7A767F;
    background-color: #181617;
    padding: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

    .comment .header[b-lck6ureod8] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

        .comment .header p[b-lck6ureod8] {
            color: #58555C;
            font-size: 0.8rem;
            margin: 0;
        }

        .comment .header h1[b-lck6ureod8] {
            margin: 0;
        }

.comment-form[b-lck6ureod8] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

button[b-lck6ureod8] {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    background-color: #71767F;
    padding: 1em 2em;
    border: none;
    border-radius: .6rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

    button span:not(:nth-child(6))[b-lck6ureod8] {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 30px;
        width: 30px;
        background-color: #181617;
        border-radius: 50%;
        transition: .6s ease;
    }

span:nth-child(6)[b-lck6ureod8] {
    position: relative;
}

button span:nth-child(1)[b-lck6ureod8] {
    transform: translate(-3.3em, -4em);
}

button span:nth-child(2)[b-lck6ureod8] {
    transform: translate(-6em, 1.3em);
}

button span:nth-child(3)[b-lck6ureod8] {
    transform: translate(-.2em, 1.8em);
}

button span:nth-child(4)[b-lck6ureod8] {
    transform: translate(3.5em, 1.4em);
}

button span:nth-child(5)[b-lck6ureod8] {
    transform: translate(3.5em, -3.8em);
}

button:hover span:not(:nth-child(6))[b-lck6ureod8] {
    transform: translate(-50%, -50%) scale(4);
    transition: 1.5s ease;
}

.comment-field[b-lck6ureod8] {
    margin-bottom: 10px;
}

.comment-reply[b-lck6ureod8] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: solid 1px #7A767F;
}

.comment > .comment-reply:last-child[b-lck6ureod8] {
    border-bottom: 0px;
    margin-bottom: 10px;
}

.username-input-container[b-lck6ureod8] {
    position: sticky;
    top: 32px;
    background-color: #181617;
    padding: 10px;
    margin-bottom: 32px;
    border-radius: 5px;
    border: solid 1px #7A767F;
}

.content-field[b-lck6ureod8] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input-component input[b-lck6ureod8] {
    background-color: #191818 !important;
    color: #7A767F !important;
}

.comment-post .content-field[b-lck6ureod8] {
    display: flex;
    gap: 5px;
}

.warning[b-lck6ureod8] {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #693535;
    border: solid 1px #ad4242;
    border-radius: 10px;
    padding: 15px;
    animation:
        slideUp-b-lck6ureod8 0.4s ease-out forwards,
        slideDown-b-lck6ureod8 0.4s ease-in forwards 3s;
    z-index: 10;
}

    .warning p[b-lck6ureod8] {
        color: #e6b3b3;
    }

@keyframes slideUp-b-lck6ureod8 {
    from {
        transform: translateY(-50%, 100%);
        opacity: 0;
    }

    to {
        transform: translateY(-50%, 0);
        opacity: 1;
    }
}

@keyframes slideDown-b-lck6ureod8 {
    from {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    to {
        transform: translate(-50%, 100%);
        opacity: 0;
    }
}

.repeating-text-container[b-lck6ureod8] {
    position: fixed;
    height: 100vh;
    width: 100vh;
    z-index: 0;
}

.repeating-text[b-lck6ureod8] {
    height: 100vh;
    width: 4vw;
    position: fixed;
    top: 10px;
    right: 50px;
    background: url(img/homepage/repetition_repeating_word_blog.png) repeat-y;
    background-size: 100% auto;
    animation: scrollRepeatingTextVertically-b-lck6ureod8 60s linear infinite;
}

@media (max-width: 768px) {
    .repeating-text-container[b-lck6ureod8] {
        position: relative;
        height: 20vh;
        width: 100vw;
    }

    .repeating-text[b-lck6ureod8] {
        height: 2vh;
        width: 100vw;
        position: sticky;
        top: 50px;
        right: 0px;
        background: url(img/homepage/repetition_repeating_word_blog.png) repeat-x;
        background-size: auto 100%;
        animation: scrollRepeatingTextHorizontally-b-lck6ureod8 15s linear infinite;
    }
}

@keyframes scrollRepeatingTextVertically-b-lck6ureod8 {
    from {
        background-position: 0 100%;
    }

    to {
        background-position: 0 0;
    }
}

.right-repeating-text > div[b-lck6ureod8] {
    white-space: nowrap;
}

@keyframes scrollRepeatingTextHorizontally-b-lck6ureod8 {
    from {
        background-position: 100% 0;
    }

    to {
        background-position: 0 0;
    }
}
/* _content/danyalab/Components/Pages/Blogs.razor.rz.scp.css */
main[b-5fko1zq8dm] {
    background-color: #181617;
    color: #7A767F;
    font-family: 'Zalando Sans';
    font-size: 1.3rem;
    font-weight: 400;
    position: relative;
    min-height: 100vh;
    width: 100vw;
    margin: 0;
    box-sizing: border-box;
    display: flow-root;
}

.blog-list[b-5fko1zq8dm] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 20vh 30vw 10vh;
}

.blog-list-header[b-5fko1zq8dm] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.blog-entry[b-5fko1zq8dm] {
    border: solid 1px #7A767F;
    padding: 1rem;
    transition: transform 0.5s ease-out;
}

    .blog-entry:hover[b-5fko1zq8dm] {
        transform: scale(1.05);
    }

    .blog-entry .header[b-5fko1zq8dm] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

        .blog-entry .header p[b-5fko1zq8dm] {
            color: #58555C;
            font-size: 0.8rem;
            margin: 0;
        }

        .blog-entry .header h1[b-5fko1zq8dm] {
            margin: 0;
        }

@media (max-width: 768px) {
    .blog-list[b-5fko1zq8dm] {
        margin: 10vh 10vw;
    }

    .blog-entry[b-5fko1zq8dm] {
        margin: 0 5vw;
    }

    .blog-entry .header[b-5fko1zq8dm] {
        flex-direction: column;
        gap: 10px;
    }
}

.blog-entry p[b-5fko1zq8dm] {
    font-size: 1rem;
}

.page-selector[b-5fko1zq8dm] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

/* _content/danyalab/Components/Pages/Guestbook.razor.rz.scp.css */
main[b-hdjckdkz18] {
    background-color: #181617;
    background-image: url('/img/background_tiling.png');
    animation: scrollRepeatingTextVertically-b-hdjckdkz18 60s linear infinite;
    color: #7A767F;
    font-family: 'Zalando Sans';
    font-size: 1.3rem;
    font-weight: 400;
    position: relative;
    min-height: 100vh;
    width: 100vw;
    margin: 0;
    box-sizing: border-box;
    display: flow-root;
}

.content[b-hdjckdkz18] {
    margin: 10vh 30vw 10px;
    position: relative;
    z-index: 1;
}

.content .header[b-hdjckdkz18] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {
    .content[b-hdjckdkz18] {
        margin: 10vh 10vw;
    }
}

.form-container[b-hdjckdkz18] {
    width: 100%;
}

.form-container label[b-hdjckdkz18] {
    margin-top: 5px;
}

.guestbook-field[b-hdjckdkz18] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.guestbook-entries[b-hdjckdkz18]{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 10px;
}

.guestbook-header[b-hdjckdkz18] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.guestbook-entry[b-hdjckdkz18] {
    border: solid 1px #7A767F;
    padding: 1rem;
    transition: transform 0.5s ease-out;
}

    .guestbook-entry:hover[b-hdjckdkz18] {
        transform: scale(1.05);
    }

    .guestbook-entry .header[b-hdjckdkz18] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

        .guestbook-entry .header p[b-hdjckdkz18] {
            color: #58555C;
            font-size: 0.8rem;
            margin: 0;
        }

        .guestbook-entry .header h1[b-hdjckdkz18] {
            margin: 0;
        }

@media (max-width: 768px) {
    .guestbook-entries[b-hdjckdkz18] {
        margin: 10vh 0;
    }

    .guestbook-entry[b-hdjckdkz18] {
        margin: 0;
    }

        .guestbook-entry .header[b-hdjckdkz18] {
            flex-direction: column;
            gap: 10px;
        }
}

.page-selector[b-hdjckdkz18] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    width: 100%;
}


button[b-hdjckdkz18] {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    background-color: #71767F;
    padding: 1em 2em;
    border: none;
    border-radius: .6rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

    button span:not(:nth-child(6))[b-hdjckdkz18] {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 30px;
        width: 30px;
        background-color: #181617;
        border-radius: 50%;
        transition: .6s ease;
    }

span:nth-child(6)[b-hdjckdkz18] {
    position: relative;
}

button span:nth-child(1)[b-hdjckdkz18] {
    transform: translate(-3.3em, -4em);
}

button span:nth-child(2)[b-hdjckdkz18] {
    transform: translate(-6em, 1.3em);
}

button span:nth-child(3)[b-hdjckdkz18] {
    transform: translate(-.2em, 1.8em);
}

button span:nth-child(4)[b-hdjckdkz18] {
    transform: translate(3.5em, 1.4em);
}

button span:nth-child(5)[b-hdjckdkz18] {
    transform: translate(3.5em, -3.8em);
}

button:hover span:not(:nth-child(6))[b-hdjckdkz18] {
    transform: translate(-50%, -50%) scale(4);
    transition: 1.5s ease;
}

.repeating-text-container[b-hdjckdkz18] {
    position: fixed;
    height: 100vh;
    width: 100vh;
    z-index: 0;
}

.repeating-text[b-hdjckdkz18] {
    height: 100vh;
    width: 8vw;
    position: fixed;
    top: 10px;
    right: 50px;
    background: url(img/homepage/repetition_repeating_word_guestbook.png) repeat-y;
    background-size: 100% auto;
    animation: scrollRepeatingTextVertically-b-hdjckdkz18 60s linear infinite;
}

@media (max-width: 768px) {
    .repeating-text-container[b-hdjckdkz18] {
        position: relative;
        height: 20vh;
        width: 100vw;
    }

    .repeating-text[b-hdjckdkz18] {
        height: 2vh;
        width: 100vw;
        position: sticky;
        top: 50px;
        right: 0px;
        background: url(img/homepage/repetition_repeating_word_guestbook.png) repeat-x;
        background-size: auto 100%;
        animation: scrollRepeatingTextHorizontally-b-hdjckdkz18 15s linear infinite;
    }
}

@keyframes scrollRepeatingTextVertically-b-hdjckdkz18 {
    from {
        background-position: 0 100%;
    }

    to {
        background-position: 0 0;
    }
}

.right-repeating-text > div[b-hdjckdkz18] {
    white-space: nowrap;
}

@keyframes scrollRepeatingTextHorizontally-b-hdjckdkz18 {
    from {
        background-position: 100% 0;
    }

    to {
        background-position: 0 0;
    }
}
/* _content/danyalab/Components/Pages/Home.razor.rz.scp.css */
main[b-gcr5nd730x] {
    /*display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #181617;
    color: #7A767F;
    font-family: 'Zalando Sans';*/

    background-color: #181617;
    background-image: url('/img/background_tiling.png');
    animation: scrollRepeatingTextVertically-b-gcr5nd730x 180s linear infinite;
    color: #7A767F;
    font-family: 'Zalando Sans';
    font-size: 21px;
    font-weight: 400;
    position: relative;
    min-height: 100vh;
    width: 100vw;
    margin: 0;
    box-sizing: border-box;
    display: flow-root;
}

h1[b-gcr5nd730x] {
    font-size: 32px;
}

a[b-gcr5nd730x] {
    user-select: none;
}

.nav-links[b-gcr5nd730x] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 60px;
    left: 80px;
    width: auto;
    height: auto;
    border: solid 1px #7A767F;
    background-color: #181617;
    padding: 20px;
}

.nav-links p[b-gcr5nd730x] {
    margin: 0;
}

.nav-links a[b-gcr5nd730x] {
    text-decoration: underline;
}

.nav-links .header[b-gcr5nd730x] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .nav-links .links[b-gcr5nd730x] {
        display: flex;
        flex-direction: column;
        
    }

.nav-links #links-toggle[b-gcr5nd730x] {
    display: none;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .nav-links[b-gcr5nd730x] {
        position: sticky;
        margin: 0 20px 20px;
        z-index: 2;
    }

    .nav-links #links-toggle[b-gcr5nd730x] {
        display: block;
    }

        .nav-links .links[b-gcr5nd730x] {
            display: flex;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease;
        }
}

.content[b-gcr5nd730x] {
    margin: 20vh 30vw 10vh 35vw;
    height: auto;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .content[b-gcr5nd730x] {
        margin: 0 10vw 10vh;
    }
}

.content *[b-gcr5nd730x] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .6s ease-out, transform .6s ease-out;
}

    .content *.show[b-gcr5nd730x] {
        opacity: 1;
        transform: translateY(0);
    }

@keyframes fade-b-gcr5nd730x {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.stamps[b-gcr5nd730x] {
    margin: 50px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/*.stamps > * {
    max-height: 2.5rem;
}*/

.blog-list[b-gcr5nd730x] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 1rem;
}

.blog-entry[b-gcr5nd730x] {
    background-color: #181617;
    border: solid 1px #7A767F;
    padding: 1rem;
    transition: transform 0.5s ease-out;
}

    .blog-entry:hover[b-gcr5nd730x] {
        transform: scale(1.05);
    }

.blog-entry .header[b-gcr5nd730x] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .blog-entry .header p[b-gcr5nd730x] {
        color: #58555C;
        font-size: 0.8rem;
        margin: 0;
    }

    .blog-entry .header h1[b-gcr5nd730x] {
        margin: 0;
    }

@media (max-width: 768px) {
    .blog-entry .header[b-gcr5nd730x] {
        flex-direction: column;
        gap: 10px;
    }
}

.blog-entry p[b-gcr5nd730x] {
    font-size: 1rem;
}

.about-me[b-gcr5nd730x] {
    margin-top: 50px;
}

.about-me h1[b-gcr5nd730x] {
    margin-top: 3rem;
}

.projects[b-gcr5nd730x] {

}

.repetition-art[b-gcr5nd730x] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50vh;
    left: 0;
    width: 20vw;
    height: auto;
    image-rendering: pixelated;
}

@media (max-width: 768px) {
    .repetition-art[b-gcr5nd730x] {
        display: none;
    }
}

.repetition-art > *[b-gcr5nd730x] {
    margin: 0;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.repetition-art > h1[b-gcr5nd730x] {
    margin-left: auto;
    letter-spacing: 1rem;
}

.repeating-text-container[b-gcr5nd730x] {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 0;
}

.repeating-text[b-gcr5nd730x] {
    height: 100vh;
    width: 7vw;
    position: fixed;
    top: 10px;
    right: 50px;
    background: url(img/homepage/repetition_repeating_word.png) repeat-y;
    background-size: 100% auto;
    animation: scrollRepeatingTextVertically-b-gcr5nd730x 60s linear infinite;
    /*display: grid;
    grid-auto-rows: 32px;
    font-weight: bold;
    font-size: 32px;
    overflow: hidden;*/
}

@media (max-width: 768px) {
    .repeating-text-container[b-gcr5nd730x] {
        position: relative;
        height: 20vh;
        width: 100vw;
    }

    .repeating-text[b-gcr5nd730x] {
        height: 2vh;
        width: 100vw;
        position: sticky;
        top: 50px;
        right: 0px;
        background: url(img/homepage/repetition_repeating_word.png) repeat-x;
        background-size: auto 100%;
        animation: scrollRepeatingTextHorizontally-b-gcr5nd730x 15s linear infinite;
    }
}

@keyframes scrollRepeatingTextVertically-b-gcr5nd730x {
    from {
        background-position: 0 100%;
    }

    to {
        background-position: 0 0;
    }
}

    .right-repeating-text > div[b-gcr5nd730x] {
        white-space: nowrap;
    }

@keyframes scrollRepeatingTextHorizontally-b-gcr5nd730x {
    from {
        background-position: 100% 0;
    }

    to {
        background-position: 0 0;
    }
}

.right-repeating-text > div[b-gcr5nd730x] {
    white-space: nowrap;
}


.floating[b-gcr5nd730x] {
    position: relative;
    animation: float-b-gcr5nd730x 16s ease-in-out infinite;
}

@keyframes float-b-gcr5nd730x {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        transform: translate(3px, -2px) rotate(0.5deg);
    }

    50% {
        transform: translate(-3px, 2px) rotate(-0.5deg);
    }

    75% {
        transform: translate(2px, -3px) rotate(0.5deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}
/* _content/danyalab/Components/Pages/Links.razor.rz.scp.css */
main[b-0wggd1iujx] {
    background-color: #181617;
    background-image: url('/img/background_tiling.png');
    animation: scrollRepeatingTextVertically-b-0wggd1iujx 60s linear infinite;
    color: #7A767F;
    font-family: 'Zalando Sans';
    font-size: 1.3rem;
    font-weight: 400;
    position: relative;
    min-height: 100vh;
    width: 100vw;
    margin: 0;
    box-sizing: border-box;
    display: flow-root;
}

.content[b-0wggd1iujx] {
    margin: 10vh 30vw;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .content[b-0wggd1iujx] {
        margin: 10vh 10vw;
    }
}

.links[b-0wggd1iujx] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.links a[b-0wggd1iujx] {
    text-decoration: underline;
}

.my-button[b-0wggd1iujx] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 50px auto;
    width: fit-content;
    border: dashed 2px #7A767F;
    padding: 2rem;
}

.my-button .buttons[b-0wggd1iujx] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 10px;
}

.my-button .buttons > img[b-0wggd1iujx] {
    cursor: pointer;
}

    .my-button .textarea-container[b-0wggd1iujx] {
        
        overflow: hidden;
        transition: max-height 0.5s ease;
    }

.other-buttons[b-0wggd1iujx] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 auto;
}

.repeating-text-container[b-0wggd1iujx] {
    position: fixed;
    height: 100vh;
    width: 100vh;
    z-index: 0;
}

.repeating-text[b-0wggd1iujx] {
    height: 100vh;
    width: 4vw;
    position: fixed;
    top: 10px;
    right: 50px;
    background: url(img/homepage/repetition_repeating_word_links.png) repeat-y;
    background-size: 100% auto;
    animation: scrollRepeatingTextVertically-b-0wggd1iujx 60s linear infinite;
}

@media (max-width: 768px) {
    .repeating-text-container[b-0wggd1iujx] {
        position: relative;
        height: 20vh;
        width: 100vw;
    }

    .repeating-text[b-0wggd1iujx] {
        height: 2vh;
        width: 100vw;
        position: sticky;
        top: 50px;
        right: 0px;
        background: url(img/homepage/repetition_repeating_word_links.png) repeat-x;
        background-size: auto 100%;
        animation: scrollRepeatingTextHorizontally-b-0wggd1iujx 15s linear infinite;
    }
}

@keyframes scrollRepeatingTextVertically-b-0wggd1iujx {
    from {
        background-position: 0 100%;
    }

    to {
        background-position: 0 0;
    }
}

.right-repeating-text > div[b-0wggd1iujx] {
    white-space: nowrap;
}

@keyframes scrollRepeatingTextHorizontally-b-0wggd1iujx {
    from {
        background-position: 100% 0;
    }

    to {
        background-position: 0 0;
    }
}
/* _content/danyalab/Components/Pages/MyRoom.razor.rz.scp.css */
main[b-xkd63i6lp7] {
    background-color: #181617;
    color: #7A767F;
    font-family: 'Zalando Sans';
    font-size: 21px;
    font-weight: 400;
    position: relative;
    min-height: 100vh;
    width: 100vw;
    margin: 0;
    box-sizing: border-box;
    display: flow-root;
}

.room[b-xkd63i6lp7] {
    width: 100vw;
    height: 100vh;
    background-image: url(/img/myroom/room.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #a39dab;
}

    .room img[b-xkd63i6lp7] {
        filter: sepia(25%) saturate(90%);
    }

    .room > div[b-xkd63i6lp7] {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


        .room > div img[b-xkd63i6lp7] {
            height: 150px;
            width: auto;
            object-fit: contain;
            transition: filter 0.8s ease;
        }

            .room > div img:hover[b-xkd63i6lp7] {
                filter: drop-shadow(0 8px 20px rgba(218, 211, 227, 0.4)) sepia(25%) saturate(90%);
            }

.computer[b-xkd63i6lp7] {
    left: 5vw;
    top: 50vh;
}

.clothes[b-xkd63i6lp7] {
    left: 40vw;
    top: 30vh;
}

.guitar[b-xkd63i6lp7] {
    right: 32vw;
    top: 20vh;
    height: 300px;
    width: auto;
}

.music[b-xkd63i6lp7] {
    right: 10vw;
    top: 60vh;
}

.computer:hover ~ .message #computer[b-xkd63i6lp7] {
    display: absolute !important;
}

.clothes:hover ~ .message #clothes[b-xkd63i6lp7] {
    display: absolute !important;
}

.guitar:hover ~ .message #guitar[b-xkd63i6lp7] {
    display: absolute !important;
}

.music:hover ~ .message #music[b-xkd63i6lp7] {
    display: absolute !important;
}

.message[b-xkd63i6lp7] {
    display: none !important;
}

    .message #computer[b-xkd63i6lp7] {
        left: 80px;
        top: 10vh;
    }

@media (max-width: 1000px) {
    .room[b-xkd63i6lp7] {
        display: flex;
        flex-direction: column;
        padding: 50px;
        width: auto;
        height: auto;
        gap: 10px;
    }

        .room > div[b-xkd63i6lp7] {
            position: static;
        }

        .room > :nth-child(odd)[b-xkd63i6lp7] {
            align-self: flex-start;
        }

        .room > :nth-child(even)[b-xkd63i6lp7] {
            align-self: flex-end;
        }
}
/* _content/danyalab/Components/Pages/PostBlog.razor.rz.scp.css */
main[b-jlkot7r04x] {
    background-color: #181617;
    color: #7A767F;
    font-family: 'Zalando Sans';
    font-size: 1.3rem;
    font-weight: 500;
    position: relative;
    min-height: 100vh;
    width: 100vw;
    margin: 0;
    box-sizing: border-box;
    display: flow-root;
}

.content[b-jlkot7r04x] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header[b-jlkot7r04x] {
    display: flex;
    width: 50vw;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 10px;
}

.header *[b-jlkot7r04x] {
    margin: 0;
}

.blog-editor[b-jlkot7r04x] {
    width: 50vw;
}

    .blog-editor *[b-jlkot7r04x] {
        margin: 0;
    }

    .blog-editor .field[b-jlkot7r04x] {
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin: 5px 0;
    }

        .blog-editor .field .valid[b-jlkot7r04x],
        .blog-editor .field .invalid[b-jlkot7r04x] {
            border-color: #7A767F;
            box-shadow: none;
        }

    .blog-editor .privacy-field[b-jlkot7r04x] {
        display: flex;
        flex-direction: row;
        gap: 20px;
        font-size: 1rem;
    }

        .blog-editor .privacy-field .radio-group[b-jlkot7r04x] {
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

    .blog-editor .field p[b-jlkot7r04x] {
        color: #58555C;
        font-size: 0.8rem;
    }


.login-form[b-jlkot7r04x] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .login-form .field[b-jlkot7r04x] {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }



        .login-form .field p[b-jlkot7r04x] {
            color: #58555C;
            font-size: 0.8rem;
        }

button[b-jlkot7r04x] {
    font-weight: bold;
    color: white;
    background-color: #71767F;
    padding: 1em 2em;
    border: none;
    border-radius: .6rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

    button span:not(:nth-child(6))[b-jlkot7r04x] {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 30px;
        width: 30px;
        background-color: #181617;
        border-radius: 50%;
        transition: .6s ease;
    }

    button span:nth-child(6)[b-jlkot7r04x] {
        position: relative;
    }

    button span:nth-child(1)[b-jlkot7r04x] {
        transform: translate(-3.3em, -4em);
    }

    button span:nth-child(2)[b-jlkot7r04x] {
        transform: translate(-6em, 1.3em);
    }

    button span:nth-child(3)[b-jlkot7r04x] {
        transform: translate(-.2em, 1.8em);
    }

    button span:nth-child(4)[b-jlkot7r04x] {
        transform: translate(3.5em, 1.4em);
    }

    button span:nth-child(5)[b-jlkot7r04x] {
        transform: translate(3.5em, -3.8em);
    }

    button:hover span:not(:nth-child(6))[b-jlkot7r04x] {
        transform: translate(-50%, -50%) scale(4);
        transition: 1.5s ease;
    }
/* _content/danyalab/Components/Pages/Projects.razor.rz.scp.css */
main[b-2gixbe5ggp] {
    background-color: #181617;
    color: #7A767F;
    font-family: 'Zalando Sans';
    font-size: 21px;
    font-weight: 400;
    position: relative;
    min-height: 100vh;
    width: 100vw;
    margin: 0;
    box-sizing: border-box;
    display: flow-root;
}

.content[b-2gixbe5ggp] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 100px auto 0;
    width: 100%;
    height: 100%;
}
