@import '_content/PSC.Blazor.Components.MarkdownEditor/PSC.Blazor.Components.MarkdownEditor.bundle.scp.css';

/* _content/HTWeb/Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.nav-item[b-cf9t9zvd04] {
    margin-bottom:2px;
}
/* _content/HTWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-q6nqdwn2jf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

article[b-q6nqdwn2jf] {
    background-color: var(--ht-white);
    min-height: 650px;
    padding-bottom: 15px;
    outline: 8px solid var(--ht-red);
}

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


.navbar[b-q6nqdwn2jf] {
    outline: 8px solid var(--ht-red);
    height: 4rem;
    background-color: var(--ht-red);
    border-radius: .4rem .4rem 0rem 0rem;
    padding: 0 !important;
}

.footer[b-q6nqdwn2jf] {
    min-height: 88px;
    outline: 8px solid var(--ht-red);
    background-color: var(--ht-red);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0rem 0rem .4rem .4rem;
}
    .top-row[b-q6nqdwn2jf]  a, .top-row[b-q6nqdwn2jf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-q6nqdwn2jf]  a:hover, .top-row[b-q6nqdwn2jf]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .logo-container[b-q6nqdwn2jf]{
        display:none;
    }

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

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

    .page[b-q6nqdwn2jf]{
        padding:4px;
    }

    .content[b-q6nqdwn2jf]{
        padding:5px;
    }

    .navbar[b-q6nqdwn2jf]{
        min-height:4rem;
        height:unset;
    }
}

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

    main[b-q6nqdwn2jf] {
        flex: 1;
        max-width: 1300px;
        margin: auto;
        margin-top: 120px;
    }

    .content[b-q6nqdwn2jf] {
        border-top: 4px solid white;
        border-bottom: 4px solid white;
    }

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

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

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

    .top-row[b-q6nqdwn2jf], article[b-q6nqdwn2jf] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#blazor-error-ui[b-q6nqdwn2jf] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-q6nqdwn2jf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.social[b-q6nqdwn2jf]{
    font-size: 3rem;
    color:white;
}

.discord:hover[b-q6nqdwn2jf] {
    color: #5865F2;
    -webkit-text-stroke: white 1px;
}

.twitter:hover[b-q6nqdwn2jf]{
    color: #53adfc;
    -webkit-text-stroke: white 1px;
}

.youtube:hover[b-q6nqdwn2jf] {
    color: #fc5353;
    -webkit-text-stroke: white 1px;
}

.other-links[b-q6nqdwn2jf] {
    margin-bottom: 10px;
}

.staff-bar[b-q6nqdwn2jf]{
    background-color: var(--ht-red);
    padding:10px;
}

#sb-links-left[b-q6nqdwn2jf] {
    display: flex;
    align-items: center;
}
#sb-links-right[b-q6nqdwn2jf] {
    display: flex;
    align-items: center;
    float:right;
}

    .other-links a[b-q6nqdwn2jf] {
        color: white;
        text-decoration: none;
        font-family: "Riffic";
        font-variant: small-caps;
        font-size: 1.2rem;
        margin: 4px;
        padding: 6px;
        border-radius: 4px;
        transition: color .2s, box-shadow .2s, background-color .2s, outline .2s, outline-offset .2s,border .2s;
        outline-offset: 5px;
    }


        .other-links a:hover[b-q6nqdwn2jf] {
            background-color: var(--btn-red-h);
            box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.25) inset;
            color: white;
            outline: 3px solid orange;
            outline-offset: 0px;
        }

        .other-links a:active[b-q6nqdwn2jf] {
            background-color: var(--btn-red-a) !important;
            box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.25) inset;
            color: white;
            outline: 3px solid white;
        }

        .other-links a:active:focus[b-q6nqdwn2jf] {
            box-shadow: 0 0 0 0.25rem var(--red-outline);
        }

@media(max-width:640.98px){
    .other-links[b-q6nqdwn2jf] {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
}
/* _content/HTWeb/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ndffcs97cl] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ndffcs97cl] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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


nav[b-ndffcs97cl]{
    padding:.2rem;
}

.bi[b-ndffcs97cl] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ndffcs97cl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ndffcs97cl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ndffcs97cl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-ndffcs97cl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-ndffcs97cl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-ndffcs97cl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-ndffcs97cl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-ndffcs97cl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}


.nav-item[b-ndffcs97cl] {
    font-size: 1.7rem;
    font-family: "Riffic";
    border-bottom: 4px solid darkred;
    border-left: 2px solid darkred;
    border-right: 2px solid darkred;
    min-width: 90px;
}




    .nav-item[b-ndffcs97cl]  .nav-link {
        border-radius: 4px;
        align-items: center;
        width: 100%;
        text-align: center;
        background-color: unset;
        border: none;
        box-shadow: none;
    }

    .nav-item[b-ndffcs97cl]  a.active {
        background-color: var(--btn-red-a);
        color: white;
    }

    .nav-item[b-ndffcs97cl]  .nav-link:hover {
        background-color: var(--btn-red-h);
        box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.25) inset;
        color: white;
    }


.nav-scrollable[b-ndffcs97cl] {
    display: none;
    margin-left: 140px;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ndffcs97cl] {
    display: block;
}

@media (max-width:641px){
    nav[b-ndffcs97cl] {
        flex-direction: column;
    }
    .logo-container[b-ndffcs97cl] {
        margin:auto;
        width:40px;
        float:right;
        order: 2;
    }

    .top-logo[b-ndffcs97cl] {
        margin: auto;
        width: 80px;
    }


    .nav-scrollable[b-ndffcs97cl] {
        margin-left:auto !important;
    }
    nav > .nav-item:nth-child(1)[b-ndffcs97cl] {
        border-top: 4px solid darkred;
    }
    .nav-item[b-ndffcs97cl] {
        border-left: 4px solid darkred;
        border-right: 4px solid darkred;
        margin:0;
    }
}

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

    .nav-scrollable[b-ndffcs97cl] {
        margin: auto;

        /* Never collapse the sidebar for wide screens */
        display: block;
        overflow-y: auto;
    }
    nav[b-ndffcs97cl] {
        flex-direction: row;
    }
    .logo-container[b-ndffcs97cl] {
        position: absolute;
        bottom: -16px;
    }

    .top-logo[b-ndffcs97cl] {
        margin: auto;
        width: 200px;
    }
    nav > .nav-item:nth-child(1)[b-ndffcs97cl] {
        border-left: 4px solid darkred;
    }

    nav > .nav-item:last-child[b-ndffcs97cl] {
        border-right: 4px solid darkred;
    }
}

.nav-scrollable[b-ndffcs97cl] {
    margin-left: 190px;
}

@media(min-width: 1400px){
    .logo-container[b-ndffcs97cl] {
        position: absolute;
        bottom: -16px;
        left: -46px;
    }

    .top-logo[b-ndffcs97cl] {
        margin: auto;
        width: 200px;
    }

    .nav-scrollable[b-ndffcs97cl] {
        margin-left: 140px;
    }
}


/* _content/HTWeb/Components/Pages/Home.razor.rz.scp.css */
.news-list[b-9mf358y8bj] {
    margin: auto;
    width: fit-content;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
/* _content/HTWeb/Components/Pages/News/BlogPostList.razor.rz.scp.css */
.list-container[b-6qxazpivf5] {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    margin: auto;
    column-gap: 1rem;
    justify-content: center;
}

/* _content/HTWeb/Components/Pages/News/BlogPostView.razor.rz.scp.css */
body[b-76g7hhq21l] {
}

.blog-header[b-76g7hhq21l] {
    margin: auto;
    display: flex;
    flex-direction: column;
    width: 80%;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.2);
}
    .blog-header img[b-76g7hhq21l] {
        aspect-ratio: 16/9;
        margin:auto;
        width:100%;
    }

        

.blog-post-body[b-76g7hhq21l] {
    margin: auto;
    color: white;
    max-width: 872px;
}


.blog-title-text[b-76g7hhq21l] {
    text-align: center;
    background-color: rgb(179, 60, 60, 1);
    color: #FFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 28px;
    line-height: 55px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.blog-details-text[b-76g7hhq21l] {
    text-align: center;
    background-color: rgb(179, 60, 60, 1);
    color: #FFF;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 10pt;
    line-height: 30px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}


.blog-post-content[b-76g7hhq21l] {
    padding: 10px 30px 30px 30px;
    color:black;
}

.blog-details .label[b-76g7hhq21l] {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    margin: auto;
}

.blog-details .poster[b-76g7hhq21l] {
    color: #9345f7;
    font-weight: bold;
    font-size: 28pt;
    width: 80%;
    padding-top: 5px;
    font-family: 'ImpressBT', sans-serif;
    text-align: center;
    margin: auto;
    line-height: 28px;
}

.blog-post-content h2[b-76g7hhq21l] {
    font-family: 'ImpressBT', sans-serif;
}

.other-news-container[b-76g7hhq21l] {
    margin: auto;
    margin-top:1rem;
    width: 90%;
    box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.other-news-title[b-76g7hhq21l] {
    text-align: center;
    background-color: rgb(179, 60, 60, 1);
    color: #FFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    padding: 5px 10px;
    width: fit-content;
}

.other-news-box[b-76g7hhq21l] {
    background-color: white;
    margin: auto;
    margin-top: 0;
    padding:30px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.other-news-item[b-76g7hhq21l] {
    margin: 5px;
    border-radius: 11px;
    border: 1px rgb(0, 0, 0, 0.25) solid;
    text-decoration: none;
    display: flex;
}

.other-news-item:hover[b-76g7hhq21l]{
    outline:3px orange solid;
}


    .other-news-item img[b-76g7hhq21l] {
        aspect-ratio: 16/9;
        height: 4rem;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

.other-news-posttitle[b-76g7hhq21l] {
    text-align: left;
    background-color: rgb(179, 60, 60, 1);
    color: #FFF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 12px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    padding: 5px 10px;
    width: 100%;
}

    .other-news-posttitle>span:nth-child(1)[b-76g7hhq21l] {
        font-size: 18px;
        display: block;
    }

.other-details-text[b-76g7hhq21l] {
    text-align: left;
    color: #FFF;
    font-size: 12px;
    float:right;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

}

#patch-notes[b-76g7hhq21l] {
    background-color: ghostwhite;
    border-radius: 20px;
    box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.2);
}

#patch-notes-header[b-76g7hhq21l] {
    text-align: center;
    background-color: rgb(179, 60, 60, 1);
    color: #FFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 22px;
    line-height: 35px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

    #patch-notes-header div[b-76g7hhq21l] {
        font-size: 12px;
    }

@media(min-width:641px) {
    .other-news-posttitle>div[b-76g7hhq21l]{
        display:inline
    }
}

@media(max-width:640.98px) {
    .other-news-item[b-76g7hhq21l]{
        display:block;
    }
        .other-news-item img[b-76g7hhq21l] {
            aspect-ratio: 16/9;
            width:100%;
            height:unset;
            border-radius: 10px 10px 0px 0px
        }
    .other-news-posttitle[b-76g7hhq21l] {
        border-radius: 0px 0px 10px 10px;
        height:80px;
    }
}
/* _content/HTWeb/Components/Pages/StaffPanel/Admin/TeamManagement/DepartmentInfo.razor.rz.scp.css */
#info-grid[b-fpvtj0zuj1] {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

#info-grid div[b-fpvtj0zuj1]{
    border: 1px solid black;
    text-align:center;
}

#info-grid div .btn[b-fpvtj0zuj1]{
    margin:8px auto;
    width:90%;
}
/* _content/HTWeb/Components/Pages/StaffPanel/Admin/TeamManagement/JobCodeInfo.razor.rz.scp.css */
#info-grid[b-6kazrrt3sa] {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

#info-grid div[b-6kazrrt3sa]{
    border: 1px solid black;
    text-align:center;
}

#info-grid div .btn[b-6kazrrt3sa]{
    margin:8px auto;
    width:90%;
}
/* _content/HTWeb/Components/Pages/StaffPanel/Admin/TeamManagement/ProjectInfo.razor.rz.scp.css */
#info-grid[b-lehfgiv4w4] {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

#info-grid div[b-lehfgiv4w4]{
    border: 1px solid black;
    text-align:center;
}

#info-grid div .btn[b-lehfgiv4w4]{
    margin:8px auto;
    width:90%;
}
/* _content/HTWeb/Components/Pages/StaffPanel/Alerts/AlertComponent.razor.rz.scp.css */
.bottom-bar[b-3jcbzn9qe6]{

}

h4[b-3jcbzn9qe6]{
    border-bottom: 1px solid black;
}
/* _content/HTWeb/Components/Pages/StaffPanel/Blog/BlogPostList.razor.rz.scp.css */
.news-list[b-sn8lgu8lg6] {
    margin: auto;
    width: fit-content;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.box[b-sn8lgu8lg6] {
    background-color: rgba(0,0,0,.5);
    color: white;
    border-radius: 20px;
    border: none;
    width: 18%;
    max-height: 330px;
    min-width: 300px;
    box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    overflow: clip;
    text-overflow: ellipsis;
    transition: outline-offset .25s, outline-color .25s, box-shadow .25s;
    outline-color: transparent;
    outline-width: 2px;
    outline-style: solid;
    outline-offset: 3px;
}

    .box:hover[b-sn8lgu8lg6] {
        box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
        outline-color: purple;
        outline-width: 2px;
        outline-offset: -1px;
    }

.box-image[b-sn8lgu8lg6] {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    aspect-ratio: 16/9;
}

.box-content[b-sn8lgu8lg6] {
    padding: 15px;
    overflow: clip;
    text-overflow: ellipsis;
}

.post-preview[b-sn8lgu8lg6] {
    overflow: clip;
}

.box-content h4[b-sn8lgu8lg6] {
    font-family: "GROBOLD";
}
/* _content/HTWeb/Components/Pages/StaffPanel/Blog/CreateBlogPost.razor.rz.scp.css */
.in[b-wt0arv4a2w] {
    display: block;
}

form[b-wt0arv4a2w] {
    display: block;
}

.blog-container[b-wt0arv4a2w] {
    margin: auto;
    margin-top: 80px;
    display: flex;
    max-width: 1200px;
    column-gap: 50px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.blog-post-body[b-wt0arv4a2w] {
    margin: auto;
    background-color: rgba(0,0,0,.5);
    color: white;
    border-radius: 20px !important;
    border: none !important;
    padding: 0px !important;
    box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.2);
    max-width: 872px;
}

.blog-title[b-wt0arv4a2w] {
    width: 90%;
    margin-top: -20px;
    align-self: center;
}

.blog-title-text[b-wt0arv4a2w] {
    text-align: center;
    background: #8424e5;
    color: #FFF;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 28px;
    line-height: 55px;
    font-family: 'ImpressBT', sans-serif;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.blog-title-image[b-wt0arv4a2w] {
    width: 50%;
    border-radius: 20px;
    aspect-ratio: 16/9;
    margin:5px;
}

.blog-details[b-wt0arv4a2w] {
    margin: auto;
    display: block;
    min-height: 190px;
    width: 260px;
    background-color: rgba(0,0,0,.5);
    color: white;
    border-radius: 20px;
    border: none;
    box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    position: relative;
    margin-top: 0;
}

.blog-post-icon[b-wt0arv4a2w] {
    margin: auto;
    margin-top: -30px;
    display: block;
    height: 96px;
    border-radius: 100%;
    border: 3px solid rgba(238, 238, 238, 0.9);
    box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.2);
}

.blog-post-content[b-wt0arv4a2w] {
    padding: 10px 30px 30px 30px;
    font-family: 'ImpressBT', sans-serif;
}

.blog-details .label[b-wt0arv4a2w] {
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    margin: auto;
}

.blog-details .poster[b-wt0arv4a2w] {
    color: #9345f7;
    font-weight: bold;
    font-size: 28px;
    width: 80%;
    padding-top: 5px;
    font-family: 'ImpressBT', sans-serif;
    text-align: center;
    margin: auto;
    line-height: 28px;
}

.blog-post-content h2[b-wt0arv4a2w] {
    font-family: 'ImpressBT', sans-serif;
}

.blogposteditor[b-wt0arv4a2w] {
    display: flex;
}


.image-container[b-wt0arv4a2w] {
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* _content/HTWeb/Components/Pages/StaffPanel/Blog/EditBlogPost.razor.rz.scp.css */
.in[b-9na7mdn4hl] {
    display: block;
}

form[b-9na7mdn4hl] {
    display: block;
}

.blog-container[b-9na7mdn4hl] {
    margin: auto;
    margin-top: 80px;
    display: flex;
    max-width: 1200px;
    column-gap: 50px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.blog-post-body[b-9na7mdn4hl] {
    margin: auto;
    background-color: rgba(0,0,0,.5);
    color: white;
    border-radius: 20px !important;
    border: none !important;
    padding: 0px !important;
    box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.2);
    max-width: 872px;
}

.blog-title[b-9na7mdn4hl] {
    width: 90%;
    margin-top: -20px;
    align-self: center;
}

.blog-title-text[b-9na7mdn4hl] {
    text-align: center;
    background: #8424e5;
    color: #FFF;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 28px;
    line-height: 55px;
    font-family: 'ImpressBT', sans-serif;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.blog-title-image[b-9na7mdn4hl] {
    width: 50%;
    border-radius: 20px;
    aspect-ratio: 16/9;
    margin:5px;
}

.blog-details[b-9na7mdn4hl] {
    margin: auto;
    display: block;
    min-height: 190px;
    width: 260px;
    background-color: rgba(0,0,0,.5);
    color: white;
    border-radius: 20px;
    border: none;
    box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    position: relative;
    margin-top: 0;
}

.blog-post-icon[b-9na7mdn4hl] {
    margin: auto;
    margin-top: -30px;
    display: block;
    height: 96px;
    border-radius: 100%;
    border: 3px solid rgba(238, 238, 238, 0.9);
    box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.2);
}

.blog-post-content[b-9na7mdn4hl] {
    padding: 10px 30px 30px 30px;
    font-family: 'ImpressBT', sans-serif;
}

.blog-details .label[b-9na7mdn4hl] {
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    margin: auto;
}

.blog-details .poster[b-9na7mdn4hl] {
    color: #9345f7;
    font-weight: bold;
    font-size: 28px;
    width: 80%;
    padding-top: 5px;
    font-family: 'ImpressBT', sans-serif;
    text-align: center;
    margin: auto;
    line-height: 28px;
}

.blog-post-content h2[b-9na7mdn4hl] {
    font-family: 'ImpressBT', sans-serif;
}

.blogposteditor[b-9na7mdn4hl] {
    display: flex;
}


.image-container[b-9na7mdn4hl] {
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* _content/HTWeb/Components/Pages/StaffPanel/Dashboard/StaffDashboard.razor.rz.scp.css */
.dash-grid[b-1ueqsag62a] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dash-grid-item[b-1ueqsag62a] {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.375rem;
    padding: 10px;
    margin: 10px;
    max-height: 840px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: black;
    transition: color .2s, box-shadow .2s, background-color .2s, outline .2s, outline-offset .2s,border .2s;
    outline: 3px solid #ffa50000;
    outline-offset: 5px;
}

.dash-statistic[b-1ueqsag62a] {
    min-width:200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.dash-grid-item:hover[b-1ueqsag62a] {
    background-color: #75a0ef;
    box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.25) inset;
    color: white;
    border: 1px solid #1861ac;
    outline: 3px solid orange;
    outline-offset: 0;
}


a.dash-grid-item:focus[b-1ueqsag62a] {
    background-color: #75a0ef;
    box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.25) inset;
    color: white;
    border: 1px solid #1861ac;
    outline: 3px solid white;
}

a.dash-grid-item:active[b-1ueqsag62a] {
    background-color: #75a0ef !important;
    box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.25) inset;
    color: white;
    border: 1px solid #1861ac;
    outline: 3px solid white;
}

    a.dash-grid-item:active:focus[b-1ueqsag62a] {
        color: white;
    }

.stat-icon[b-1ueqsag62a] {
    font-size:2rem;
}

.stat-info[b-1ueqsag62a] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .stat-info span:first-child[b-1ueqsag62a] {
        font-size: 2rem;
        font-family: 'GROBOLD';
    }

.blue[b-1ueqsag62a] {
    color: #287796;
}

.cyan[b-1ueqsag62a] {
    color: #1BB09C;
}

.pink[b-1ueqsag62a] {
    color: #E35F8E;
}

.purple[b-1ueqsag62a] {
    color: #7364B6;
}

.red[b-1ueqsag62a] {
    color: #b66464;
}


@property --number {
    syntax: '<integer>';
    initial-value: 0;
    inherits: false;
}

.animated-number[b-1ueqsag62a] {
    transition: --number 1s ease-in-out;
    counter-reset: number var(--number);
}

    .animated-number[b-1ueqsag62a]::after {
        content: counter(number);
    }
/* _content/HTWeb/Components/Pages/StaffPanel/PMS/MilestoneTaskComponent.razor.rz.scp.css */
.task-card[b-19b91o8ebd]{
    background-color: white;
    border-radius: .25rem;
    padding:8px;
    margin:4px;
}
/* _content/HTWeb/Components/Pages/StaffPanel/PMS/MilestoneTaskListComponent.razor.rz.scp.css */
.task-list-column[b-rkxqzfzrao]{
    border: 1px solid black;
    width:400px;
    padding: 15px;
}
/* _content/HTWeb/Components/Pages/StaffPanel/PMS/MilestoneView.razor.rz.scp.css */

.list-container[b-pivlxbe0a4]{
    display: flex;
    gap: 10px;
    overflow: scroll;
}
/* _content/HTWeb/Components/Pages/StaffPanel/ReleaseNotes/ReleaseNotesList.razor.rz.scp.css */
.news-list[b-5p5bv9b5sa] {
    margin: auto;
    width: fit-content;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.box[b-5p5bv9b5sa] {
    background-color: rgba(0,0,0,.5);
    color: white;
    border-radius: 20px;
    border: none;
    width: 18%;
    max-height: 330px;
    min-width: 300px;
    box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    overflow: clip;
    text-overflow: ellipsis;
    transition: outline-offset .25s, outline-color .25s, box-shadow .25s;
    outline-color: transparent;
    outline-width: 2px;
    outline-style: solid;
    outline-offset: 3px;
}

    .box:hover[b-5p5bv9b5sa] {
        box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
        outline-color: purple;
        outline-width: 2px;
        outline-offset: -1px;
    }

.box-image[b-5p5bv9b5sa] {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    aspect-ratio: 16/9;
}

.box-content[b-5p5bv9b5sa] {
    padding: 15px;
    overflow: clip;
    text-overflow: ellipsis;
}

.post-preview[b-5p5bv9b5sa] {
    overflow: clip;
}

.box-content h4[b-5p5bv9b5sa] {
    font-family: "GROBOLD";
}
/* _content/HTWeb/Components/Pages/StaffPanel/SharedComponents/JobCodeSelector.razor.rz.scp.css */
.jclist[b-lvmvoh7e40]{
    display:flex;
    flex-direction: column;
}

.head[b-lvmvoh7e40] {
    height: 50px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
/* _content/HTWeb/Components/Pages/StaffPanel/Staffing/Application.razor.rz.scp.css */
.posting[b-ua58oa9k5t] {
    border: 2px solid black;
    display: flex;
    flex-direction: column;
    padding: 4px;
}

.posting-header[b-ua58oa9k5t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question[b-ua58oa9k5t]{
    margin-bottom:20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.form[b-ua58oa9k5t] {
    border: 1px solid rgba(0, 0, 0, 20%);
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin: 20px;
    background-color: #F5F5F5;
}

#submit[b-ua58oa9k5t]{
    margin:auto;
}

#app-footer[b-ua58oa9k5t]{
    display:flex;
}

.footer-btn[b-ua58oa9k5t]{
    margin:20px auto;
}
/* _content/HTWeb/Components/Pages/StaffPanel/Staffing/Applications.razor.rz.scp.css */
body[b-glxu5qm10j] {
}
/* _content/HTWeb/Components/Pages/StaffPanel/Staffing/EditPosting.razor.rz.scp.css */
.posting[b-wlzfbwjskl] {
    border: 1px solid rgba(0,0,0,20%);
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin: 20px;
    background-color: #F5F5F5
}

.posting-header[b-wlzfbwjskl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-group[b-wlzfbwjskl] {
    margin: 4px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    border-radius:0.375rem;
}

#title[b-wlzfbwjskl] {
}

/* _content/HTWeb/Components/Pages/StaffPanel/Staffing/JobPostings.razor.rz.scp.css */
.posting[b-7x5hmthtij] {
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    padding: 4px;
    border-radius: 0.375rem;
    margin: 5px auto;
}

.posting-header[b-7x5hmthtij] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn[b-7x5hmthtij] {
    text-align: right;
    margin-left: auto;
}
/* _content/HTWeb/Components/Pages/StaffPanel/Staffing/NewPosting.razor.rz.scp.css */
.posting[b-s2l11x424t] {
    border: 1px solid rgba(0,0,0,20%);
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin: 20px;
    background-color: #F5F5F5
}

.posting-header[b-s2l11x424t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-group[b-s2l11x424t] {
    margin: 4px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    border-radius:0.375rem;
}

#title[b-s2l11x424t] {
}

/* _content/HTWeb/Components/Pages/StaffPanel/StaffLayout.razor.rz.scp.css */
 #blazor-error-ui[b-uodqq3ax68] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-uodqq3ax68] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


main[b-uodqq3ax68]{
    margin: 20px;
    display:flex;

}

.content[b-uodqq3ax68] {
    flex-grow: 1;
    background-color: blanchedalmond;
    padding:15px;
    border-radius: 1rem;
}

.nav-item[b-uodqq3ax68]{
    margin:5px 0px;
}
.nav[b-uodqq3ax68] {
    background-color: whitesmoke;
    margin: 0 3px;
    padding: 15px;
    border-radius: 1rem;
    min-width:257px;
}

.mobile-header[b-uodqq3ax68]{
    display:none;
}

.mobile-footer[b-uodqq3ax68]{
    display:none;
}


@media (max-width: 640.98px) {
    .mobile-header[b-uodqq3ax68] {
        position:fixed;
        display: flex;
        height: 100px;
        width:100vw;
        background-color: var(--ht-red);
        align-items: center;
        padding: 0 12px;
    }

    .mobile-footer[b-uodqq3ax68] {
        display: flex;
        position: fixed;
        bottom: 0px;
        height: 80px;
        width: 100vw;
        background-color: var(--ht-red);
        align-items: center;
        justify-content: space-evenly;
    }

    .nav[b-uodqq3ax68]{
        display: none;
    }

    main[b-uodqq3ax68]{
        margin:0;
    }

    .content[b-uodqq3ax68] {
        border-radius: 0;
        margin-top: 100px;
        margin-bottom: 80px;
        padding: 0;
        overflow: scroll;
    }
}
/* _content/HTWeb/Components/Pages/StaffPanel/Users/AlterUser.razor.rz.scp.css */
.data-point[b-qn04xfd8yj] {
    margin: 4px;
    padding: 4px;
    border: 1px solid #e3e6f0;
    box-shadow: 0 .1rem .2rem rgba(0,0,0,.15) !important;
    border-radius: .5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}

.data-name[b-qn04xfd8yj]{
    font-weight:bold;
}
/* _content/HTWeb/Components/Pages/Team/Credits.razor.rz.scp.css */
body[b-c3844tfqzq] {
}

.credits-list[b-c3844tfqzq] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

.credit-user[b-c3844tfqzq] {
    all:unset;
    width: 15rem;
    text-align: center;
    background-color: rgb(75, 8, 8, 0.44);
    color: white;
    padding: 10px;
    border-radius: .25rem;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 00) inset;
    text-decoration: none;
    outline: 3px solid #ffa50000;
    outline-offset: 5px;
    transition: color .2s, box-shadow .2s, background-color .2s, outline .2s, outline-offset .2s,border .2s;
}

    .credit-user:hover[b-c3844tfqzq] {
        cursor:pointer;
        outline: 3px solid orange;
        outline-offset: 0;
        background-color: var(--btn-red-h);
        box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.25) inset;
    }

.credit-details[b-c3844tfqzq] {
    padding: 40px 80px;
    width: 800px;
    max-width: 100vw;
    border: none;
    border-radius: 1rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
    overflow: unset;
}
.credit-details[b-c3844tfqzq]::backdrop{
    background-color:rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
}

.disp-name[b-c3844tfqzq]{
    display:block;
}
.acc-lvl[b-c3844tfqzq]{
    font-size: smaller;
}

.more-jobs-ct[b-c3844tfqzq]{
    font-size: 8px;
}

fieldset[b-c3844tfqzq]{
    border: var(--ht-red) 2px solid;
    border-radius: .75rem;
    padding:5px;
}

.row[b-c3844tfqzq]{
    gap: 2px;
}

legend[b-c3844tfqzq]{
    width:auto;
    float:inherit;
    margin-left:15px;
}
/* _content/HTWeb/Components/Pages/Team/OpenPostings/ApplicationForm.razor.rz.scp.css */
.posting[b-s5f424a15c] {
    border: 2px solid black;
    display: flex;
    flex-direction: column;
    padding: 4px;
}

.posting-header[b-s5f424a15c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question[b-s5f424a15c]{
    margin-bottom:20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.form[b-s5f424a15c] {
    border: 1px solid rgba(0, 0, 0, 20%);
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin: 20px;
    background-color: #F5F5F5;
}

#submit[b-s5f424a15c]{
    margin:auto;
}

#app-footer[b-s5f424a15c]{
    display:flex;
}
/* _content/HTWeb/Components/Pages/Team/OpenPostings/OpenPostings.razor.rz.scp.css */
.posting[b-71x19yihjy] {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.375rem;
    background-color: white;
    margin: 5px auto;
    padding: 10px;
}

.posting-header[b-71x19yihjy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#my-apps[b-71x19yihjy] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.my-app[b-71x19yihjy] {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    width: 120px;
    height: 120px;
    margin: 2px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.375rem;
    background-color: white;
}
.posting-header> div:nth-child(1)[b-71x19yihjy] {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.app-info[b-71x19yihjy]{
    font-size:.6rem;
}
.app-status[b-71x19yihjy]{
    font-size:.5rem;
}
@media (max-width:641px) {

    .posting-header[b-71x19yihjy]{
        flex-direction:column
    }
        .posting-header > div:nth-child(1)[b-71x19yihjy] {
            flex-direction: column;
            align-items: center;
        }

    .post-time[b-71x19yihjy]{
        font-size: .6rem;
        margin-bottom:.4rem;
    }

    .posting-header p[b-71x19yihjy]{
        margin-bottom: .2rem;
    }

    .my-app[b-71x19yihjy]{
        width:90%;
        margin:4px auto;
    }
}
/* _content/HTWeb/Components/Pages/Team/OrgChart.razor.rz.scp.css */
body[b-f7f08tv3db] {
}

.credits-list[b-f7f08tv3db] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

.credit-user[b-f7f08tv3db] {
    width: 15rem;
    text-align: center;
    background-color: rgb(75, 8, 8, 0.44);
    color: white;
    padding: 10px;
    border-radius: .25rem;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 00) inset;
    text-decoration: none;
    outline: 3px solid #ffa50000;
    outline-offset: 5px;
    transition: color .2s, box-shadow .2s, background-color .2s, outline .2s, outline-offset .2s,border .2s;
}

    .credit-user:hover[b-f7f08tv3db] {
        cursor:pointer;
        outline: 3px solid orange;
        outline-offset: 0;
        background-color: var(--btn-red-h);
        box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.25) inset;
    }

.disp-name[b-f7f08tv3db]{
    display:block;
}
.acc-lvl[b-f7f08tv3db]{
    font-size: smaller;
}

.more-jobs-ct[b-f7f08tv3db]{
    font-size: 8px;
}

fieldset[b-f7f08tv3db]{
    border: var(--ht-red) 2px solid;
    border-radius: .75rem;
    padding:5px;
}

.row[b-f7f08tv3db]{
    gap: 2px;
}

legend[b-f7f08tv3db]{
    width:auto;
    float:inherit;
    margin-left:15px;
}
/* _content/HTWeb/Components/SharedComponents/BlogPostPanel.razor.rz.scp.css */
.post[b-50laxmvxes] {
    aspect-ratio: 16/9;
    width: 25rem;
    max-width:95vw;
    background-size: cover;
    background-position-x: center;
    border-radius: 1.25rem;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    outline: 3px solid #ffa50000;
    outline-offset: 5px;
    transition: color .2s, box-shadow .2s, background-color .2s, outline .2s, outline-offset .2s,border .2s;
}


.bottom-section[b-50laxmvxes] {
    width: 27rem;
    height: 4rem;
    border-radius: 0 0 1.25rem 1.25rem;
    display: flex;
    overflow: hidden;
    justify-content: center;
    backdrop-filter: blur(20px) grayscale(0.5);
    transition: all .2s;
    background-color: rgb(179, 60, 60, 0.20);
    padding: .4rem;
}

    .bottom-section .cont[b-50laxmvxes] {
        transition: all .2s;
        display: flex;
        flex-direction: column;
        padding-top: 0.1rem;
        color: white;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
        font-family: "Cherry Bomb One";
        font-size: 1.3rem;
        text-align: center;
    }

        .bottom-section .cont .more[b-50laxmvxes] {
            transition: height .2s, margin .2s, opacity .2s;
            opacity: 0;
            font-family: "DM Sans";
            font-size: 1rem;
            margin: auto;
            margin-top: 0rem;
        }

    .bottom-section .right[b-50laxmvxes] {
        display: flex;
        flex-direction: column;
        justify-content: flex-end
    }

.post:hover[b-50laxmvxes] {
    outline: 3px solid orange;
    outline-offset: 0;
}

    .post:hover .bottom-section[b-50laxmvxes] {
        height: 100%;
        backdrop-filter: blur(20px) grayscale(.85);
        padding-top: .2rem;
        background-color: rgb(179, 60, 60, 0.80);
        border-radius: 1.25rem;
    }

        .post:hover .bottom-section .cont .more[b-50laxmvxes] {
            display: block;
            opacity: 1;
            margin-top: 2rem;
        }


.blog-details-text[b-50laxmvxes] {
    font-size: .7rem;
    font-family: "DM Sans"
}
