/* /Pages/Admin.razor.rz.scp.css */
.saveChangesButton[b-mnzxaouzjj] {
    position: fixed !important;
    z-index: 99999 !important;
    right: 20px !important;
    bottom: 20px !important;
    box-shadow: 3px 3px 5px #808080ff;
    -webkit-animation: blinking 2s infinite;
    -moz-animation: blinking 2s infinite;
    animation: blinking 2s infinite;
}
/* /Pages/Checkout.razor.rz.scp.css */
/* /Pages/ClubLife.razor.rz.scp.css */
/* /Pages/Directory.razor.rz.scp.css */
body[b-sqlw9ody5h], html[b-sqlw9ody5h] {
    height: 100%;
}

.minimugshot[b-sqlw9ody5h] {
    width: 3em;
    height: 3em;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 1.5em;
    border-width: 3px;
    border-color: lightslategray;
    margin-right: 1em;
    margin-bottom: 5px;
    margin-top:5px;
    cursor:pointer;
}

.textavatar[b-sqlw9ody5h] {
    width: 3em;
    height: 3em;
    border-radius: 1.5em;
    border-width: 3px;
    border-color: lightslategray;
    margin-right: 1em;
    background-color: lightslategray;
    color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 3em;
    cursor:pointer;
}

.flag[b-sqlw9ody5h] {
    margin-left: 2em;
    height: 2em;
    aspect-ratio: 1/1;
    object-fit:contain;
    width:2em;
}

table[b-sqlw9ody5h] {
    width:100%;
}

tr[b-sqlw9ody5h] {
    border-bottom: thin;
    border-bottom-color:darkslategray;
    border-bottom-width: 1em;
}

.e-listview.e-list-template .e-list-wrapper.e-list-badge .e-badgecustom[b-sqlw9ody5h] {
    font-size: 10px;
    height: 18px;
    line-height: 16px;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}


/* /Pages/GeneralAssembly.razor.rz.scp.css */
/* /Pages/Index.razor.rz.scp.css */
.welcomename[b-kuqjt0fqxi] {
    font-style:italic;
}
/* /Pages/Profile.razor.rz.scp.css */
h3[b-d1d0s042sn] {
    font-size: large;
    font-weight: bold;
}

h4[b-d1d0s042sn] {
    font-size:medium;
    font-weight:bold;
}

.mugshot[b-d1d0s042sn] {
    object-fit: cover;
    width: 75%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius:50%;
}

.container[b-d1d0s042sn] {
    display: inline-flex;
    width: auto;
    padding: 0;
}

.content[b-d1d0s042sn] {
    margin-left: 10px;
}

.saveChangesButton[b-d1d0s042sn] {
    position: fixed !important;
    z-index: 99999 !important;
    right: 20px !important;
    bottom: 20px !important;
    box-shadow: 3px 3px 5px #808080ff;
    -webkit-animation: blinking 2s infinite;
    -moz-animation: blinking 2s infinite;
    animation: blinking-b-d1d0s042sn 2s infinite;
}

.bottomSpacer[b-d1d0s042sn] {
    height: 5em;
}

@-webkit-keyframes blinking {
    from {
        box-shadow: 3px 3px 5px #808080ff;
    }

    to {
        box-shadow: none;
    }
}

@-moz-keyframes blinking {
    from {
        box-shadow: 3px 3px 5px #808080ff;
    }

    to {
        box-shadow: none;
    }
}

@keyframes blinking-b-d1d0s042sn {
    from {
        box-shadow: 3px 3px 5px #808080ff;
    }

    to {
        box-shadow: none;
    }
}
/* /Shared/EmailDisplay.razor.rz.scp.css */
.e-send-icon[b-i69kj4k5g8]::before {
    content: '\e324';
}
/* /Shared/EmailEditDialog.razor.rz.scp.css */
.mailerror[b-4s8ybztj8b] {
    font-size: small;
    color: red;
    font-weight: bold;
}

.mailcorrect[b-4s8ybztj8b] {
    font-size: small;
    color: green;
    font-weight: bold;
}
/* /Shared/GeneralAssemblyDisplay.razor.rz.scp.css */
/* /Shared/GoogleAddressBox.razor.rz.scp.css */
.googleboxcontainer[b-0gp1dp31qk] {
    display: inline-block;
    width:100%;
}

img[b-0gp1dp31qk] {
    height: 10px;
    margin-left:10px;
    margin-top:-5px;
}

.candidatesList[b-0gp1dp31qk] {
    z-index:99999;
}

table[b-0gp1dp31qk] {
    width:100%;
}
/* /Shared/LetterSelector.razor.rz.scp.css */
.letterbutton[b-gsqi5gjcee]
{
    width: 2em;
    font-weight:bold;
}
/* /Shared/LoginDisplay.razor.rz.scp.css */
body[b-29aiu38byi] {
}
/* /Shared/MainLayout.razor.rz.scp.css */
html[b-5wc2gq0evn], body[b-5wc2gq0evn] {
    height: 100%;
}

#target[b-5wc2gq0evn] {
    height: 100%;
}

.page[b-5wc2gq0evn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5wc2gq0evn] {
    flex: 1;
}

.sidebar[b-5wc2gq0evn] {
    background-color: #f7f7f7;
    border-right: 1px solid #d6d5d5;
    color:darkslategrey;
}

.top-row[b-5wc2gq0evn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5wc2gq0evn]  a, .top-row[b-5wc2gq0evn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-5wc2gq0evn]  a:hover, .top-row[b-5wc2gq0evn]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-5wc2gq0evn]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.mask[b-5wc2gq0evn] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    z-index: 9999;
    opacity: 0.75;
}

.mask-content[b-5wc2gq0evn] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    align-content: center;
    text-align: center;
}

.mask-content img[b-5wc2gq0evn] {
    z-index: 999999999;
}

.outer-circle[b-5wc2gq0evn] {
    width: 10rem;
    height: 10rem;
    background-color: #fff;
    background-image: url("img/square.png");
    background-size: 8rem;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

.inner-circle[b-5wc2gq0evn] {
    border-radius: inherit;
    background-image: conic-gradient(#fff, rgba(80,200,120,0.3), rgb(80,200,120));
    position: absolute;
    z-index: -1;
    margin: auto;
    top: -0.8rem;
    bottom: -0.8rem;
    left: -0.8rem;
    right: -0.8rem;
    animation: circle-anim-b-5wc2gq0evn 0.6s linear infinite;
}

.flag[b-5wc2gq0evn] {
    width: 2em;
    aspect-ratio: 1/1;
    height: 2em;
    object-fit:contain;
    margin-left: 0.5em;
}

.mugshot[b-5wc2gq0evn] {
    margin-right: 1.5em;
}

.firstName[b-5wc2gq0evn] {
    font-weight:normal !important;
}

.lastName[b-5wc2gq0evn] {
    font-weight: bolder !important;
}

.img-container[b-5wc2gq0evn] {
    max-width: 400px;
    border: solid;
    border-color: darkgray;
    border-width: 2px;
    border-radius: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-caption[b-5wc2gq0evn] {
    color: #000;
    font-size: 12pt;
    text-align: center;
    width: 100%;
    padding-bottom: 3em;
}

.e-carousel .e-carousel-navigators .e-btn:active[b-5wc2gq0evn],
.e-carousel .e-carousel-navigators .e-btn:hover[b-5wc2gq0evn] {
    background-color: transparent !important;
}

.e-carousel .e-carousel-navigators .e-btn svg[b-5wc2gq0evn] {
    fill: none;
    stroke: darkgray;
    stroke-linecap: square;
    stroke-width: 8px;
    height: 2rem;
    vertical-align: middle;
    width: 2rem;
}

.e-carousel .e-carousel-navigators .e-previous .e-btn svg[b-5wc2gq0evn] {
    transform: rotate(180deg);
}

.e-carousel.e-partial .e-carousel-slide-container[b-5wc2gq0evn] {
    padding: 0 -50px;
}

.e-carousel .e-carousel-indicators[b-5wc2gq0evn] {
    bottom: auto;
}

@keyframes circle-anim-b-5wc2gq0evn {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-5wc2gq0evn] {
        display: none;
    }

    .top-row.auth[b-5wc2gq0evn] {
        justify-content: space-between;
    }

    .top-row[b-5wc2gq0evn]  a, .top-row[b-5wc2gq0evn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5wc2gq0evn] {
        flex-direction: row;
    }

    .sidebar[b-5wc2gq0evn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5wc2gq0evn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-5wc2gq0evn]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-5wc2gq0evn], article[b-5wc2gq0evn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MemberShipButton.razor.rz.scp.css */
/* /Shared/MemberShipMessage.razor.rz.scp.css */
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wcoao8hidi] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-wcoao8hidi] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wcoao8hidi] {
    font-size: 1.1rem;
}

.nav-item[b-wcoao8hidi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wcoao8hidi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wcoao8hidi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wcoao8hidi]  a {
        color: darkslategray;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-wcoao8hidi]  a.active {
    background-color: rgba(150,150,255,0.25);
    color: black;
}

.nav-item[b-wcoao8hidi]  a:hover {
    background-color: rgba(150,150,150,0.1);
    color: dimgray;
}

.navicon[b-wcoao8hidi] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wcoao8hidi] {
        display: none;
    }

    .collapse[b-wcoao8hidi] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-wcoao8hidi] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/PhoneEditDialog.razor.rz.scp.css */
.phoneerror[b-ykjb5oce7g] {
    font-size: small;
    color: red;
    font-weight: bold;
}

.phonecorrect[b-ykjb5oce7g] {
    font-size: small;
    color: green;
    font-weight: bold;
}

.e-miniflag[b-ykjb5oce7g] {
    width: 2em;
    aspect-ratio: 1/1;
    object-fit:contain;
    margin-right: 2em;
}
