/* /Components/Event/EventListComponent.razor.rz.scp.css */
.upcoming-event-list[b-fxvut9yp6y] {
    width: 100%;
}

.upcoming-event-container[b-fxvut9yp6y]{

}

.event-registration-container[b-fxvut9yp6y] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.upcoming-event-date[b-fxvut9yp6y] {
    align-items: center;
}

.k-listview-header[b-fxvut9yp6y] {
    padding: 20px 28px;
    text-transform: uppercase;
}

.k-card[b-fxvut9yp6y] {
    border-width: 0 0 1px 0;
    border-radius: 0;
    box-shadow: none;
}

    .k-card .k-card-body[b-fxvut9yp6y],
    .k-card .k-card-actions[b-fxvut9yp6y] {
        padding: 0 8px;
    }

    .k-card .k-card-image[b-fxvut9yp6y] {
        max-width: unset;
    }

.k-card-horizontal > .k-card-image:last-child[b-fxvut9yp6y] {
    border-radius: 0;
}

.k-card .k-card-title[b-fxvut9yp6y] {
    padding: 0;
    font-size: 1.285em;
    font-weight: bold;
    line-height: normal;
}

.k-card .k-card-body[b-fxvut9yp6y], .k-card .k-card-actions[b-fxvut9yp6y] {
    padding-top: 15px;
}

.k-card-subtitle[b-fxvut9yp6y] {
    font-size: 1em;
}

.card-date[b-fxvut9yp6y] {
    font-size: 0.85em;
    color: #bababa;
}

.pagnation[b-fxvut9yp6y] {
    margin-top: 70px;
}

.content-img[b-fxvut9yp6y] {
    background-image: none !important;
}

.k-grid[b-fxvut9yp6y] {
    height: 500px !important;
    width: 90%;
    justify-self: center;
}

.upcoming-event-container[b-fxvut9yp6y] {
    display: flex;
    align-items: stretch;
    margin: 20px 0;
}

.upcoming-event-date[b-fxvut9yp6y] {
    display: flex;
    flex-direction: column;
    background: #24364C;
    font-family: "din-2014", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 20px;
}

.upcoming-event-description[b-fxvut9yp6y] {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    height: 10rem;
    background-color: #1F2F51;
}

.event-time[b-fxvut9yp6y] {
    margin-bottom: 0;
    color: #fff;
    margin-top: 1em;
}

.event-link-id[b-fxvut9yp6y] {
    color: #fff;
}

.event-link[b-fxvut9yp6y] {
    color: #1a73e8;
    text-decoration: underline;
    margin-top: 1em;
    padding-right: 15px;
}

p[b-fxvut9yp6y] {
    font-size: 19px;
}

.eventText[b-fxvut9yp6y] {
    position: absolute;
    color: #fff;
    font-weight: 700;
    max-width: 50%;
    padding-top: 50px;
}

#button[b-fxvut9yp6y] {
    margin-right: 100px;
    width: 5em;
}

.button[b-fxvut9yp6y] {
    margin-right: 100px;
    width: 5em;
}

@media(min-width: 1000px){
    .upcoming-event-date[b-fxvut9yp6y] {
        min-width: 28%;
    }
}

@media(min-width: 901px) and (max-width:1000px){
    .upcoming-event-date[b-fxvut9yp6y] {
        min-width: 40%;
    }
}

@media (max-width: 901px) {
    .upcoming-event-container[b-fxvut9yp6y] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .event-registration-container[b-fxvut9yp6y] {
        align-items: center;
    }

    .upcoming-event-description[b-fxvut9yp6y] {
        display: flex;
        flex-direction: column;
        align-items: center;
        order: 1;
        height: 7.5rem;
    }

    .upcoming-event-date[b-fxvut9yp6y] {
        order: 2;
        height: 5.5rem;
        align-items: center;
        text-align: center;
    }

    .event-time[b-fxvut9yp6y] {
        margin-bottom: 0;
        color: #fff;
        margin-top: 7px;
        font-size: 15px
    }

    .event-link[b-fxvut9yp6y] {
        color: #1a73e8;
        text-decoration: underline;
        margin-top: 1em;
        font-size:15px
    }
}
/* /Pages/Index.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
*[b-b8gprfy0ra] {
    --hft-blue: #1f3348;
    --hft-green: #43B757;
    --hft-green-neon: #61d836;
}

.page[b-b8gprfy0ra] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-b8gprfy0ra] {
    flex: 1;
    display:flex;
    flex-direction:column;
    min-height:100vh;
}

#logo-wrapper[b-b8gprfy0ra] {
    display: flex; 
    height: 150px;
    background: white;
    width: 150px;
    border-radius: 50%;
    border: solid 5px white;
}

#banner[b-b8gprfy0ra] {
    background-image: url("/img/banners/city-background-image.jpg");
    height: 400px;
}

.banner-wrapper[b-b8gprfy0ra] {
    display: flex;
    align-items: center;
    color: white;
    gap: 1rem;
    font-size: 40px;
    height:80%;
    padding-left: 8rem;
}

#banner-logo[b-b8gprfy0ra] {
    z-index:100;
}

.vertical-divide[b-b8gprfy0ra] {
    width: 3px;
    background: white;
    height: 40%
}

.tab[b-b8gprfy0ra] {
    background-color: white;
    width: 35%;
    font-size: 40px;
    padding-top: 1rem;
    border-top-right-radius: 15px;
}


.hft[b-b8gprfy0ra]{
    font-weight: bold
}

article[b-b8gprfy0ra]{
    border-top: var(--hft-green-neon) solid 2px;
}

footer[b-b8gprfy0ra] {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
    background: var(--hft-blue);
    color: #FFFFFF;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    gap: .5rem;
}

.footer-img[b-b8gprfy0ra]{
    height: 5rem;
}

.sidebar[b-b8gprfy0ra] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-b8gprfy0ra] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 4.5rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}
.top-row .header-img[b-b8gprfy0ra]{
    height: 3rem;
}

.footer-copy[b-b8gprfy0ra]{
    font-size:14px;
}

.footer-copy a[b-b8gprfy0ra]{
    text-decoration: none;
}

.top-row[b-b8gprfy0ra]  a, .top-row[b-b8gprfy0ra]  .btn-link, .top-row[b-b8gprfy0ra]  .header-welcome {
    white-space: nowrap;
    text-decoration: none;
    color: black;
    font-size: 1rem;
    font-weight: bold
}
.top-row[b-b8gprfy0ra]  .btn-link {
    background: var(--hft-green);
    color: white;
}

.top-row[b-b8gprfy0ra]  a:hover, .top-row[b-b8gprfy0ra]  .btn-link:hover {
    text-decoration: underline;
    color:var(--hft-green);
}

.top-row[b-b8gprfy0ra]  a.active {
    color: var(--hft-green);
}

.top-row[b-b8gprfy0ra]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-b8gprfy0ra] {
        display: none;
    }

    .top-row.auth[b-b8gprfy0ra] {
        justify-content: space-between;
    }

    .top-row[b-b8gprfy0ra]  a, .top-row[b-b8gprfy0ra]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-b8gprfy0ra] {
        flex-direction: row;
    }

    .sidebar[b-b8gprfy0ra] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-b8gprfy0ra] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-b8gprfy0ra]  a:first-child {
        flex: 1;
        width: 0;
    }

}
