/* /Components/Coach.razor.rz.scp.css */
/* Main body of the component */
.container[b-sge20rkz5o] {
    border: 5px inset #f87401;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.coach-title[b-sge20rkz5o] {
    font-size: 2rem;
}

.desc-container[b-sge20rkz5o] {

}

/* The image of the assoicated coach */
.coach-image[b-sge20rkz5o] {
    width: 100%;
    max-width: 550px;
    max-height: 550px;
    align-self: center;
    border: 4px outset #fdaa00;
}

.coach-description[b-sge20rkz5o] {
    margin: 25px;
}

@media(min-width: 1200px) {

    .desc-container[b-sge20rkz5o] {
        display: flex;
    }

}

@media(max-width: 1199px) {

    .desc-container[b-sge20rkz5o] {
        display: revert;
    }

}
/* /Components/Officer.razor.rz.scp.css */
/* Main body of the component */
.container[b-whbdq51q8x] {
    border: 5px inset #f87401;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 95%;
}

.officer-title[b-whbdq51q8x] {
    font-size: 2rem;
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 2px solid white;
}


/* The image of the assoicated coach */
.officer-image[b-whbdq51q8x] {
    width: 50%;
    max-width: 250px;
    max-height: 250px;
    border: 4px outset #c9c9c5;
    align-self: center;
}

.officer-description[b-whbdq51q8x] {
    margin: 25px;
}

@media(min-width: 1200px) {

    .desc-container[b-whbdq51q8x] {
        display: flex;
        text-align: revert;
    }

    .container[b-whbdq51q8x] {
        line-height: normal;
    }

}

@media(max-width: 1199px) {

    .desc-container[b-whbdq51q8x] {
        display: revert;
        text-align: center;
    }

}
/* /Layout/Footer.razor.rz.scp.css */

.address[b-c6esaihz8f] {
    color: white;
    opacity: 0.6;
}

.address:hover[b-c6esaihz8f] {opacity:1;}     /* Overwrites button fade out */

footer-contatiner[b-c6esaihz8f] {
    display: flex;
}

.footer-item[b-c6esaihz8f] {
    vertical-align: text-top;
    padding: 20px;
    width: 25%;
}

.nav-icon-container[b-c6esaihz8f] {
    text-align: center;
    align-content: center;
}

.icon:hover[b-c6esaihz8f] {
    transition: opacity 0s;
    opacity: 0.7;
    filter: invert(60%) sepia(59%) saturate(4081%) hue-rotate(358deg) brightness(94%) contrast(107%);
}

.to-top[b-c6esaihz8f] {
    opacity: 0.4;
}

.to-top:hover[b-c6esaihz8f] {
    cursor: pointer;
    transition: opacity 0.3s;
    opacity: 1;
}

.est[b-c6esaihz8f] {
    color: #f87401;
    font-family: Impact;
    font-size: 30px;
}

@media (max-width: 640px) {
    .footer-container[b-c6esaihz8f] {
        height: 585px;
        flex-direction: column;
    }

    .footer-item[b-c6esaihz8f] {
        width: 100%;
    }

    .footer-container > #est-container[b-c6esaihz8f] {
        text-align: end;
        text-align: center;
    }
}

@media (min-width: 641px) {
    .footer-container[b-c6esaihz8f] {
        height: 250px;
        display: flex;
        flex-direction: row;
    }

        .footer-container > #est-container[b-c6esaihz8f] {
            width: 20%;
            align-content: center;
            text-align: end;
        }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-k3nk7n6h17] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-k3nk7n6h17] {
    
}

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-k3nk7n6h17] {
        justify-content: space-between;
    }

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

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

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

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

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

}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6giimu3rmb] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6giimu3rmb] {
    height: 6.5rem;
}

.navbar-brand[b-6giimu3rmb] {
    font-size: 1.1rem;
    height: 100%;
    opacity: 1 !important;
}

.shsu-logo[b-6giimu3rmb] {
    height: 100%;
}

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

.bi-person-vcard-fill[b-6giimu3rmb] {
    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-vcard' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm9 1.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 0-1h-4a.5.5 0 0 0-.5.5M9 8a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 0-1h-4A.5.5 0 0 0 9 8m1 2.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0-.5.5m-1 2C9 10.567 7.21 9 5 9c-2.086 0-3.8 1.398-3.984 3.181A1 1 0 0 0 2 13h6.96q.04-.245.04-.5M7 6a2 2 0 1 0-4 0 2 2 0 0 0 4 0' /%3E%3C/svg%3E");
}

.bi-trophy-fill[b-6giimu3rmb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-trophy-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5q0 .807-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 0 1-.3.9H3a.5.5 0 0 1-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 1 1-1.132-5.89A33 33 0 0 1 2.5.5m.099 2.54a2 2 0 0 0 .72 3.935c-.333-1.05-.588-2.346-.72-3.935m10.083 3.935a2 2 0 0 0 .72-3.935c-.133 1.59-.388 2.885-.72 3.935' /%3E%3C/svg%3E");
}

.bi-image-fill[b-6giimu3rmb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-image fill' viewBox='0 0 16 16'%3E%3Cpath d='M.002 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-12a2 2 0 0 1-2-2zm1 9v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V9.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062zm5-6.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0' /%3E%3C/svg%3E");
}

.bi-info-circle-fill[b-6giimu3rmb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-info-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2' /%3E%3C/svg%3E");
}

.bi-lightbulb-fill[b-6giimu3rmb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-lightbulb-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 6a6 6 0 1 1 10.174 4.31c-.203.196-.359.4-.453.619l-.762 1.769A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.46-.302l-.761-1.77a2 2 0 0 0-.453-.618A5.98 5.98 0 0 1 2 6m3 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1-.5-.5' /%3E%3C/svg%3E");
}

.bi-wallet2[b-6giimu3rmb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-wallet2' viewBox='0 0 16 16'%3E%3Cpath d='M12.136.326A1.5 1.5 0 0 1 14 1.78V3h.5A1.5 1.5 0 0 1 16 4.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 13.5v-9a1.5 1.5 0 0 1 1.432-1.499zM5.562 3H13V1.78a.5.5 0 0 0-.621-.484zM1.5 4a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5z' /%3E%3C/svg%3E");
}


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

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

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

    .nav-item[b-6giimu3rmb]  a {
        color: white;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-6giimu3rmb]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

    .collapse[b-6giimu3rmb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .bordered[b-6giimu3rmb] {
        background-image: linear-gradient(180deg, #bf5c06 0%, rgba(0,0,0,0.6) 70%);
        border-right: 5px groove white;
    }
    
    .nav-scrollable[b-6giimu3rmb] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media (max-width: 640px) {
    .bordered[b-6giimu3rmb] {
        background-image: linear-gradient(-90deg, rgba(0,0,0,0.4) 0%, #ff7700 90%);
        border-bottom: 5px groove white;
    }
}
/* /Pages/About.razor.rz.scp.css */
.img-container[b-a4bzqdgrup] {
    display: flex;
    margin: 30px;
    flex-direction: column;
    align-items: center;
}

    .img-container > em[b-a4bzqdgrup] {
        font-size: 1rem;
        padding-top: 15px;
    }

img[b-a4bzqdgrup] {
    min-width: 350px;
    width: 35vw;
    border-radius: 20px;
}
/* /Pages/Home.razor.rz.scp.css */
.set[b-3eogllrc4c] {
    text-align: center;
}

#set-one > img[b-3eogllrc4c] {
    height: 50vh;
}

#mid-set > img[b-3eogllrc4c] {
    height: 38vh;
}

#set-two > img[b-3eogllrc4c] {
    height: 30vh;
}
/* /Pages/Recruitment.razor.rz.scp.css */

.gen-content[b-731ajhyohd] {
    display: flex;
    flex-direction: column;
    align-items: center
}

p[b-731ajhyohd] {
    font-size: 1.5rem;
}

/* The introductory paragraph at the top of the web page */
#intro[b-731ajhyohd] {
    width: 75%;
    text-align: center;
}

#join-us[b-731ajhyohd] {
    width: 80%;
    border: 5px inset #f87401;
}

h2[b-731ajhyohd] {
    color: #f87401;
    font-size: 4rem;
}

h3[b-731ajhyohd] {
    font-size: 2rem;
}

#sign-up-container[b-731ajhyohd] {
    display: flex;
    width: 100%;
}

#sign-up-page-button[b-731ajhyohd] {
    width: 395px;
    height: 109px;
    margin: 10px;
    border-radius: 20px;
    background-color: #f87401;
    font-weight: 800;
    color: #0d0d0d;
    cursor: pointer;
}

td[b-731ajhyohd] {
    padding: 20px;
}

/* Styling for the div containing the footnote for USAPL */
#usapl_info[b-731ajhyohd] {
    width: 86%;
    margin-left: 7%;
    display: flex;
    align-items: center;
}

td[b-731ajhyohd] {
    padding: 20px;
}
/* /Pages/Roster.razor.rz.scp.css */
/* Container holding any officer or coach entry */
.special-member[b-dhow38219h] {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Container holding information and image for a coach */
.coach[b-dhow38219h] {

}

    .coach > img[b-dhow38219h] {
        width: calc(200px + 22vw);
    }


@media(min-width: 1640px) {

    td[b-dhow38219h] {
        width: 50%;
    }
}

@media(max-width: 1640px) {

    tr[b-dhow38219h] {
        display: flex;
        flex-direction: column;
    }

    td[b-dhow38219h] {
        width: 100%;
    }

}
