/* _content/PixelMaster.Server/Pages/Index.razor.rz.scp.css */
.btn-xl[b-nyt2h33law] {
    padding: 1.25rem 2.5rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.125rem;
    font-weight: 700;
}

header.masthead[b-nyt2h33law] {
    padding-top: 10.5rem;
    padding-bottom: 6rem;
    text-align: center;
    color: #fff;
    background-image: url("../images/header-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

header.masthead .masthead-subheading[b-nyt2h33law] {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.5rem;
    margin-bottom: 25px;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

header.masthead .masthead-heading[b-nyt2h33law] {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 2rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.contauner[b-nyt2h33law] {
    padding: 0rem;
    margin: 0rem;
}
@media (min-width: 768px) {
    header.masthead[b-nyt2h33law] {
        padding-top: 17rem;
        padding-bottom: 12.5rem;
    }

        header.masthead .masthead-subheading[b-nyt2h33law] {
            font-size: 2.25rem;
            font-style: italic;
            line-height: 2.25rem;
            margin-bottom: 2rem;
        }

        header.masthead .masthead-heading[b-nyt2h33law] {
            font-size: 4.5rem;
            font-weight: 700;
            line-height: 4.5rem;
            margin-bottom: 4rem;
        }
}

body[b-nyt2h33law] {
    position: relative;
    overflow-x: hidden;
}

p[b-nyt2h33law] {
    line-height: 1.75;
}

.page-section[b-nyt2h33law] {
    padding: 6rem 0;
}

    .page-section h2.section-heading[b-nyt2h33law], .page-section .section-heading.h2[b-nyt2h33law] {
        font-size: 2.5rem;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .page-section h3.section-subheading[b-nyt2h33law], .page-section .section-subheading.h3[b-nyt2h33law] {
        font-size: 1rem;
        font-weight: 400;
        font-style: italic;
        font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        margin-bottom: 4rem;
    }



.showcase .showcase-text[b-nyt2h33law] {
    padding: 3rem;
}

.showcase .showcase-img[b-nyt2h33law] {
    min-height: 30rem;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .showcase .showcase-text[b-nyt2h33law] {
        padding: 7rem;
    }
}
/* _content/PixelMaster.Server/Pages/Library/Index.razor.rz.scp.css */
body[b-y7y9gi1y8t] {
    
}
.max-lines-2[b-y7y9gi1y8t] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* _content/PixelMaster.Server/Shared/Console/Console.razor.rz.scp.css */
.console-body[b-n33ceeld9o] {
    padding: 1rem;
    background-color: black;
    color: #fff;
    overflow: auto;
}


.link-button:hover[b-n33ceeld9o] {
    transform: scale(1.1);
}
.link-button:active[b-n33ceeld9o] {
    color: black;
    transform: translateX(2px) scale(1.1);
    font-weight: bolder;
}
/* _content/PixelMaster.Server/Shared/MainLayout.razor.rz.scp.css */
.page[b-udmkkrykgi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-udmkkrykgi] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

    .top-row[b-udmkkrykgi]  a, .top-row .btn-link[b-udmkkrykgi] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-udmkkrykgi] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-udmkkrykgi] {
        display: none;
    }

    .top-row.auth[b-udmkkrykgi] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-udmkkrykgi] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

    .top-row[b-udmkkrykgi], article[b-udmkkrykgi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
.color6[b-udmkkrykgi] {
    background-color: black !important;
}
.layout.is-page
.layout.is-page.color6
.layout-header[b-udmkkrykgi] {
    background-color: black !important;
}
/* _content/PixelMaster.Server/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8umh4otrxq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8umh4otrxq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8umh4otrxq] {
    font-size: 1.1rem;
}

.oi[b-8umh4otrxq] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8umh4otrxq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8umh4otrxq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8umh4otrxq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8umh4otrxq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-8umh4otrxq]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-8umh4otrxq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8umh4otrxq] {
        display: none;
    }

    .collapse[b-8umh4otrxq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/PixelMaster.Server/Shared/RatingSubmitDialog.razor.rz.scp.css */

html[b-dada9nedcn],
body[b-dada9nedcn] {
    height: 100%
}

body[b-dada9nedcn] {
    display: grid;
    place-items: center;
    font-family: 'Manrope', sans-serif;
    background: #000;
}

.cross[b-dada9nedcn] {
    padding: 10px;
    color: #d6312d;
    cursor: pointer;
    font-size: 23px;
}

.cross i[b-dada9nedcn] {
    margin-top: -5px;
    cursor: pointer;
}

.comment-box[b-dada9nedcn] {
    padding: 5px
}

.comment-area textarea[b-dada9nedcn] {
    resize: none;
    border: 1px solid #ff0000
}

.form-control:focus[b-dada9nedcn] {
    color: #495057;
    background-color: #fff;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 1px rgb(255, 0, 0) !important
}

.send[b-dada9nedcn] {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000
}

.send:hover[b-dada9nedcn] {
    color: #fff;
    background-color: #f50202;
    border-color: #f50202
}

.rating[b-dada9nedcn] {
    display: inline-flex;
    margin-top: -10px;
    flex-direction: row-reverse;
}

.rating > input[b-dada9nedcn] {
    display: none
}

.rating > label[b-dada9nedcn] {
    position: relative;
    width: 28px;
    font-size: 35px;
    color: #ff0000;
    cursor: pointer;
}

.rating > label[b-dada9nedcn]::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating > label:hover[b-dada9nedcn]:before,
.rating > label:hover ~ label[b-dada9nedcn]:before {
    opacity: 1 !important
}

.rating > input:checked ~ label[b-dada9nedcn]:before {
    opacity: 1
}

.rating:hover > input:checked ~ label[b-dada9nedcn]:before {
    opacity: 0.4
}
