/* /Components/BlogCodeButton.razor.rz.scp.css */
.blog-code-button-wrapper[b-w8pvutld26] {
    width: 100%;
    text-align: center;
}

.blog-code-button[b-w8pvutld26] {
    margin: 20px auto;
    height: 50px;
    width: 260px;
    color: #6a9955;
    font-family: courier;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    font-weight: 100;
    background-color: #1e1e1e;
    border: 3px solid #aaa7bf;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
}
.blog-code-button:hover[b-w8pvutld26] {
    background-color: #616161;
}
/* /Components/BlogComponent.razor.rz.scp.css */
/* BLOG */

.blog-content-wrapper[b-g3utfyqpj0] {
    margin: 0 auto;
}

.blog-title[b-g3utfyqpj0] {
    margin: 20px;
    font-size: 36px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-align: center;
}

.blog-lang-switch[b-g3utfyqpj0] {
    text-align: center;
}

.blog-number[b-g3utfyqpj0] {
    margin: 0 20px;
    text-align: center;
    color: transparent;
    pointer-events: none;
}

    .blog-number > a[b-g3utfyqpj0] {
        text-decoration: none;
        color: inherit;
    }

.blog-main-text[b-g3utfyqpj0] {
    margin: 20px 20px 0;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 21px;
}

.blog-todo[b-g3utfyqpj0] {
    margin: 5px 20px;
    color: red;
}

.blog-table-of-content[b-g3utfyqpj0] {
    margin: 0 20px;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-table-of-content-header[b-g3utfyqpj0] {
    margin: 30px 10px 0;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
}

.blog-visible-color-changer[b-g3utfyqpj0] {
    vertical-align: middle;
    display: inline-block;
    margin: 2px 10px;
    border: 1px solid #aaa7bf;
    font-size: 12px;
    text-align: center;
    line-height: 17px;
    width: 15px;
    height: 15px;
    color: black !important;
    background-color: #aaa7bf;
}

.blog-hidden-color-changer[b-g3utfyqpj0] {
    display: inline-block;
}
/* /Components/BlogLanguageSwitchButton.razor.rz.scp.css */
.blog-lang-switch-button[b-oq5l9a1nt6] {
    display: inline-block;
    margin: 0 2px;
    padding: 5px 10px;
    border: 2px solid #aaa7bf;
    background-color: #aaa7bf;
}
.blog-lang-switch-button:hover[b-oq5l9a1nt6] {
    background-color: #6B60B5;
}

.blog-lang-switch-button-active[b-oq5l9a1nt6] {
    color: #eae8ff;
    background-color: #5145a6;
}
.blog-lang-switch-button-active:hover[b-oq5l9a1nt6] {
    background-color: #5145a6;
}
/* /Components/BlogParagraph.razor.rz.scp.css */
.paragraph-toggle-button[b-wjowip6h9x] {
    padding: 0 6px;
    width: 35px;
    height: 35px;
    display: inline-block;
}

.paragraph-toggle-open[b-wjowip6h9x] {
    -webkit-transition: -webkit-transform 0.2s;
    -webkit-transform: rotate(0deg);
}

.paragraph-toggle-closed[b-wjowip6h9x] {
    -webkit-transition: -webkit-transform 0.2s;
    -webkit-transform: rotate(-90deg);
}

.paragraph-header[b-wjowip6h9x] {
    margin: 60px 10px 0;
    color: black;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
}

    .paragraph-header:target[b-wjowip6h9x] {
        animation: highlight 1s ease;
    }

.paragraph-main-text[b-wjowip6h9x] {
    margin: 20px;
    font-size: 16px;
    line-height: 21px;
}

.paragraph-main-text-show[b-wjowip6h9x] {
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transform: scale(100%, 100%);
    transform-origin: top;
}

.paragraph-main-text-hide[b-wjowip6h9x] {
    -webkit-transition: -webkit-transform 0s;
    -webkit-transform: scale(100%,0%);
    transform-origin: top;
    height: 0;
    margin: 0;
}
/* /Components/BlogPreview.razor.rz.scp.css */
.preview-blog-post[b-8lrb2uh594] {
    position: relative;
    padding: 10px;
    display: block;
    background-color: #fff9e4;
    overflow: hidden;
    margin: 0 10px;
    outline: none;
    border: 1px solid #006866;
    z-index: 0;
}

    .preview-blog-post:hover[b-8lrb2uh594] {
        -webkit-box-shadow: 0px 0px 10px 0px #006866;
        -moz-box-shadow: 0px 0px 10px 0px #006866;
        box-shadow: 0px 0px 10px 0px #006866;
        outline: none;
        background-color: #fff5ce;
        z-index: 1;
    }

    .preview-blog-post:active[b-8lrb2uh594] {
        outline: none;
    }

    .preview-blog-post:focus[b-8lrb2uh594] {
        outline: none;
    }

.preview-blog-row[b-8lrb2uh594] {
    max-height: 400px;
    overflow: hidden;
}

.preview-blog-img-link[b-8lrb2uh594] {
    margin: 0 auto 10px;
    width: 260px;
    height: 175px;
    outline: 0;
    position: relative;
}

.preview-blog-img[b-8lrb2uh594], .preview-blog-svg[b-8lrb2uh594] {
    position: absolute;
    top: 0;
    left: 0;
}

.preview-blog-details-wrapper[b-8lrb2uh594] {
    overflow: hidden;
}

.preview-blog-date[b-8lrb2uh594] {
    height: 30px;
    padding: 0 10px;
    background-color: #aaa7bf;
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    float: left;
}

.preview-blog-title[b-8lrb2uh594] {
    margin-top: 10px;
    width: 100%;
    display: inline-block;
    color: black;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
}

.preview-blog-tags[b-8lrb2uh594] {
    padding: 2px;
    display: block;
    color: darkgrey;
    text-align: left;
    overflow-x: hidden;
    text-decoration: none;
}

    .preview-blog-tags:hover[b-8lrb2uh594] {
        text-decoration: underline;
    }

.preview-blog-text[b-8lrb2uh594] {
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    color: black;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
}

.preview-blog-tag-img[b-8lrb2uh594] {
    width: 35px;
    height: 35px;
}

@media only screen and (min-width: 580px) {
    .preview-blog-row[b-8lrb2uh594] {
        height: 175px;
    }

    .preview-blog-img-link[b-8lrb2uh594] {
        float: left;
    }

    .preview-blog-date[b-8lrb2uh594] {
        margin: 0 10px;
    }

    .preview-blog-title[b-8lrb2uh594] {
        margin: 10px 10px 0 10px;
        width: calc(100% - 20px);
    }

    .preview-blog-text[b-8lrb2uh594] {
        margin: 0 10px 10px 10px;
        width: calc(100% - 20px);
    }
}
/* /Components/ColorPicker.razor.rz.scp.css */
.color-picker-wrapper[b-nfft5z8lft] {
    width: 100%;
    position: relative;
    margin: 20px 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px -3px #000;
    -moz-box-shadow: 0px 0px 5px -3px #000;
    box-shadow: 0px 0px 5px -3px #000;
    border-radius: 5px;
}

#color-picker-preview[b-nfft5z8lft] {
    width: 100%;
    height: 100px;
}

.color-picker-values[b-nfft5z8lft] {
    background-color: #eae8ff;
    padding-bottom: 35px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}

.input-color-title[b-nfft5z8lft] {
    margin: 0 4px;
    padding: 0;
    width: calc(100% / 4);
    display: inline-block;
    font-size: 12px;
    text-align: center;
    font-weight: 900;
}

.color-picker-float[b-nfft5z8lft] {
    margin: 2px 4px 15px;
    padding: 0;
    width: calc(100% / 4x);
    display: inline-block;
    text-align: center;
}

.input-hex-wrapper[b-nfft5z8lft] {
    text-align: center;
    font-size: 12px;
    font-weight: 900;
}

.color-picker-hex[b-nfft5z8lft] {
    margin: 0 auto;
    width: 80px;
    text-align: center;
}
/* /Components/ParagraphLink.razor.rz.scp.css */
.blog-table-of-content-link[b-fn13af9jcp] {
    color: #0000EE;
}
.blog-table-of-content-link:visited[b-fn13af9jcp] {
    color: #551A8B;
}
.blog-table-of-content-link:hover[b-fn13af9jcp] {
    text-decoration: underline;
}
.blog-table-of-content-link:active[b-fn13af9jcp] {
    text-decoration: underline;
}
/* /Components/ProjectPreview.razor.rz.scp.css */
.preview-project-post[b-gnll52tg0h] {
    padding: 10px;
    width: 260px;
    height: 430px;
    display: inline-block;
    align-content: baseline;
    vertical-align: top;
    border-radius: 10px;
    background-color: #fff9e4;
    overflow: hidden;
    margin: 0 6px 20px;
    outline: none;
}

    .preview-project-post:hover[b-gnll52tg0h] {
        border: 6px solid #fff5ce;
        -webkit-box-shadow: 0px 0px 10px 0px #006866;
        -moz-box-shadow: 0px 0px 10px 0px #006866;
        box-shadow: 0px 0px 10px 0px #006866;
        margin: 0 1px 8px;
        outline: none;
        background-color: #fff5ce;
    }

    .preview-project-post:active[b-gnll52tg0h] {
        outline: none;
    }

    .preview-project-post:focus[b-gnll52tg0h] {
        outline: none;
    }

.preview-img[b-gnll52tg0h] {
    width: 260px;
    height: 175px;
    border-radius: 5px 5px 0 0;
}

.preview-img-link[b-gnll52tg0h] {
    outline: 0;
}

.preview-svg[b-gnll52tg0h] {
    width: 260px;
    height: 175px;
    position: absolute;
}

.preview-date[b-gnll52tg0h] {
    height: 30px;
    margin: 5px 0;
    padding: 0 10px;
    float: left;
    background-color: #aaa7bf;
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}

.preview-title[b-gnll52tg0h] {
    margin: 5px 0;
    width: 100%;
    display: inline-block;
    color: black;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
}

    .preview-title br[b-gnll52tg0h] {
        line-height: 28px;
    }

.preview-tags[b-gnll52tg0h] {
    padding: 2px;
    display: block;
    color: darkgrey;
    text-align: left;
    overflow-x: hidden;
    text-decoration: none;
}

    .preview-tags:hover[b-gnll52tg0h] {
        text-decoration: underline;
    }

.preview-text[b-gnll52tg0h] {
    display: inline-block;
    color: black;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    overflow: hidden;
}
/* /Layouts/BlogLayout.razor.rz.scp.css */
.back-to-top[b-8cvd7g2jw2] {
    width: 100%;
    margin: 40px 10px 20px;
    text-align: center;
}
/* /Pages/Project.razor.rz.scp.css */
.previews-wrapper[b-hmr263wgzb] {
    text-align: center;
    align-content: center;
}
/* /Shared/Footer.razor.rz.scp.css */
.footer[b-t1uu8fcu34] {
    background-color: #262F24;
}

.footer-wrapper[b-t1uu8fcu34] {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.footer p[b-t1uu8fcu34] {
    color: #ffDB91;
}
/* /Shared/Header.razor.rz.scp.css */
.header[b-mnqwv69umj] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-banner[b-mnqwv69umj] {
    text-align: center;
    font-size: 50px;
    color: #006866;
    background-color: #ffDB91;
    text-decoration: none;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.body[b-b9ird70x6c] {
    background-color: #BeefB7;
    padding: 20px 0;
}

.body-content[b-b9ird70x6c] {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    flex-direction: column;
    background-color: #ffDB91;
    border: none;
    padding: 10px;
}

@media (min-width: 850px)
{
    .body-wrapper[b-b9ird70x6c] {
        display: flex;
        justify-content: center;
        padding: 0 5px;
    }

    .body-content[b-b9ird70x6c] {
        max-width: 75%;
        border-radius: 10px;
        border: 1px solid #006866;
        padding: 10px 20px;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-bar[b-x3p9fpdu7k] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #BeefB7;
    padding: 10px 0;
    border-top: 1px solid #006866;
}

.nav-items-wrapper[b-x3p9fpdu7k] {
    display: flex;
    flex-direction: row;
    background-color: #BeefB7;
    padding: 0 2px;
}

.nav-item[b-x3p9fpdu7k]  a {
    color: #006866;
    background-color: #ffDB91;
    border: 1px solid #006866;
    border-radius: 2px;
    display: flex;
    padding: 5px 10px;
    margin: 0 2px;
}
.nav-item[b-x3p9fpdu7k]  a.active {
    color: #98BF92;
}
.nav-item[b-x3p9fpdu7k]  a:hover {
    color: #98BF92;
    border: 2px solid #006866;
    padding: 5px 9px 3px 9px;
}
