/* /Components/Event/HomeEventListComponent.razor.rz.scp.css */
.glass-event-list-item[b-uhpvckp7ak] {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    min-height: 100px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255,255,255,0.15);
    box-shadow: 0 1px 12px -4px #00000020;
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: box-shadow 0.2s;
}

    .glass-event-list-item.highlighted[b-uhpvckp7ak] {
        border: 2px solid #cbcbcb;
        color: #777;
        background: rgb(153 153 153 / 18%);
    }

.event-status-col[b-uhpvckp7ak] {
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.registered-icon[b-uhpvckp7ak] {
    color: #4caf50;
    font-size: 1.5rem;
}

.event-details-col[b-uhpvckp7ak] {
    flex: 2 1 300px;
    padding: 0 20px;
    min-width: 0;
}

.event-title[b-uhpvckp7ak] {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-desc[b-uhpvckp7ak] {
    color: #222;
    opacity: 0.8;
    font-size: 0.95rem;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-meta[b-uhpvckp7ak] {
    color: #666;
    font-size: 0.85rem;
}

.event-sponsor-col[b-uhpvckp7ak] {
    flex: 0 0 90px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.event-sponsor-total[b-uhpvckp7ak], .event-sponsor-avail[b-uhpvckp7ak] {
    font-size: 1rem;
    font-weight: 600;
}

.event-logo-col[b-uhpvckp7ak] {
    flex: 0 0 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.event-logo-img[b-uhpvckp7ak] {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 12px;
    background: rgba(255,255,255,0.4);
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

@media (max-width: 700px) {
    .glass-event-list-item[b-uhpvckp7ak] {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }

    .event-status-col[b-uhpvckp7ak], .event-logo-col[b-uhpvckp7ak] {
        justify-content: flex-start;
    }

    .event-details-col[b-uhpvckp7ak] {
        padding: 8px 0;
    }
}
/* /Pages/Index.razor.rz.scp.css */
.sponsor-details-container[b-woytibwzkf] {
    display: flex;
    gap: 2rem;
    padding: 1.5rem;
    border-radius: 16px;
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
    flex-direction: column;
}

.content[b-woytibwzkf] {
    height: -webkit-fill-available !important;
}

.content-img[b-woytibwzkf] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glass-dashboard-wrapper[b-woytibwzkf] {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 50px 0;
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
}

.glass-dashboard[b-woytibwzkf] {
    width: 98%;
    max-width: 1340px;
    border-radius: 26px;
    box-shadow: 0 8px 40px -8px rgba(60,90,160,0.17);
    backdrop-filter: blur(12px);
    padding: 36px 36px 32px 36px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* Header */
.glass-header[b-woytibwzkf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #e6eaff;
    padding-bottom: 16px;
}

    .glass-header h2[b-woytibwzkf] {
        font-size: 2em;
        font-weight: 700;
        margin: 0;
        letter-spacing: 1px;
        color: #2d3a61;
    }

        .glass-header h2 span[b-woytibwzkf] {
            color: #1b8fff;
        }

    .glass-header p[b-woytibwzkf] {
        color: #7c8fa3;
        margin: 5px 0 0 0;
        font-size: 1.1em;
    }

.glass-logo:hover[b-woytibwzkf]{
    cursor: pointer;
}

.glass-logo img[b-woytibwzkf] {
    max-height: 200px;
    max-width: 200px;
    border-radius: 12px;
    background: #fff;
    padding: 8px 16px;
    box-shadow: 0 4px 20px -8px #1b8fff22;
    object-fit: contain;
}

.glass-stats-row[b-woytibwzkf] {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.glass-link[b-woytibwzkf] {
    color: black !important;
    text-decoration: none;
    cursor: pointer;
}

    .glass-link:hover[b-woytibwzkf] {
        color: black !important;
        text-decoration: underline black;
    }

.flex-row-center[b-woytibwzkf] {
    display: flex;
    align-items: center;
}

.width100[b-woytibwzkf]{
    width: 100%;
}

.glass-calendar[b-woytibwzkf] {
    overflow-x: auto;
}

.glass-stat-card[b-woytibwzkf] {
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 22px;
    box-shadow: 0 1px 12px -4px #00000020;
    min-width: 292px;
    transition: box-shadow 0.2s;
}

.balance-card[b-woytibwzkf]{
    border: none;
    box-shadow: none;
}

.balance-card:hover[b-woytibwzkf] {
    box-shadow: none;
}

.stat-icon[b-woytibwzkf] {
    font-size: 1.7em;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

.stat-blue[b-woytibwzkf] {
    background: linear-gradient(135deg, #59aaf7 60%, #a2d4fa 100%);
    color: #fff;
}

.stat-green[b-woytibwzkf] {
    background: linear-gradient(135deg, #67e8a2 60%, #bef4d2 100%);
    color: #fff;
}

.stat-orange[b-woytibwzkf] {
    background: linear-gradient(135deg, #ffb86b 60%, #ffe1b3 100%);
    color: #fff;
}

.stat-red[b-woytibwzkf] {
    background: linear-gradient(135deg, #ff6358 60%, #ffcbcb 100%);
    color: #fff;
}

.stat-label[b-woytibwzkf] {
    color: #6c7a91;
    font-size: 1em;
}

.stat-value[b-woytibwzkf] {
    font-size: 1.35em;
    font-weight: 700;
    color: #2d3a61;
    letter-spacing: 1px;
}

.glass-columns-2[b-woytibwzkf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.glass-columns-3[b-woytibwzkf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.glass-columns-4[b-woytibwzkf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.glass-card.members-card[b-woytibwzkf] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.glass-row[b-woytibwzkf] {
    display: flex;
    flex-direction: row;
}

.glass-card[b-woytibwzkf] {
    border-radius: 20px;
    box-shadow: 0 1px 12px -4px #00000020;
    padding: 24px 22px 18px 22px;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    overflow: hidden;
}

.news-and-topics[b-woytibwzkf] {
    min-height: 250px;
    max-height: 250px;
    overflow-y: auto;
}

.glass-card h3[b-woytibwzkf], .glass-card h4[b-woytibwzkf] {
    margin: 0 0 14px 0;
    color: #2567c3;
    font-weight: 600;
    font-size: 1.13em;
    letter-spacing: 0.5px;
    text-align: center;
}

.glass-scroll[b-woytibwzkf] {
    max-height: 310px;
    overflow-y: auto;
    min-height: -webkit-fill-available;
    padding: 2rem;
}

.glass-stat-card.members-card[b-woytibwzkf] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.glass-list[b-woytibwzkf] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.glass-list-item[b-woytibwzkf] {
    box-shadow: 0 1px 12px -4px #00000020;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 1em;
    color: #2d3a61;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 4px;
}

    .glass-list-item.opportunity[b-woytibwzkf] {
        cursor: pointer;
    }
        .glass-list-item.opportunity:hover[b-woytibwzkf] {
            box-shadow: 5px 5px 12px 0 rgb(0 3 51 / 6%);
        }

@media(max-width: 762px) {
    .glass-columns-2[b-woytibwzkf] {
        display: flex !important;
        flex-direction: column;
    }
}


.glass-event-list-item[b-woytibwzkf] {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    min-height: 100px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: box-shadow 0.2s;
}

    .glass-event-list-item.highlighted[b-woytibwzkf] {
        border: 2px solid #cbcbcb;
        color: #777;
        background: rgb(153 153 153 / 18%);
    }

.event-status-col[b-woytibwzkf] {
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.registered-icon[b-woytibwzkf] {
    color: #4caf50;
    font-size: 1.5rem;
}

.event-details-col[b-woytibwzkf] {
    flex: 2 1 300px;
    padding: 0 20px;
    min-width: 0;
}

.event-title[b-woytibwzkf] {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-desc[b-woytibwzkf] {
    color: #222;
    opacity: 0.8;
    font-size: 0.95rem;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-meta[b-woytibwzkf] {
    color: #666;
    font-size: 0.85rem;
}

.event-sponsor-col[b-woytibwzkf] {
    flex: 0 0 90px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.event-sponsor-total[b-woytibwzkf], .event-sponsor-avail[b-woytibwzkf] {
    font-size: 1rem;
    font-weight: 600;
}

.event-logo-col[b-woytibwzkf] {
    flex: 0 0 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.event-logo-img[b-woytibwzkf] {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 12px;
    background: rgba(255,255,255,0.4);
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

@media (max-width: 700px) {
    .glass-event-list-item[b-woytibwzkf] {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }

    .event-status-col[b-woytibwzkf], .event-logo-col[b-woytibwzkf] {
        justify-content: flex-start;
    }

    .event-details-col[b-woytibwzkf] {
        padding: 8px 0;
    }
}

.email-holder[b-woytibwzkf]{
    display: flex;
}

.glass-email-card[b-woytibwzkf] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    margin: 10px;
    border-radius: 18px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    border: 2.5px solid transparent;
    background: rgba(255, 255, 255, 0.18);
    transition: none;
    overflow: hidden;
}

    .glass-email-card.yellow[b-woytibwzkf] {
        border-color: rgba(255, 221, 51, 0.7);
        background: rgba(255, 221, 51, 0.18);
    }

    .glass-email-card.red[b-woytibwzkf] {
        border-color: rgba(255, 51, 51, 0.7);
        background: rgba(255, 51, 51, 0.18);
    }

    .glass-email-card.green[b-woytibwzkf] {
        border-color: rgba(51, 221, 51, 0.7);
        background: rgba(51, 221, 51, 0.18);
    }

.glass-field[b-woytibwzkf] {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.05em;
}

.glass-roles[b-woytibwzkf] {
    font-size: 0.95em;
    color: #333;
    opacity: 0.8;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.baseline-flex[b-woytibwzkf] {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
}
/* /Shared/MainLayout.razor.rz.scp.css */
*[b-8ih7mq3sfl] {
    --hft-blue: #1f3348;
    --hft-green: #43B757;
    --hft-green-neon: #61d836;
}

.page[b-8ih7mq3sfl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8ih7mq3sfl] {
    flex: 1;
    display:flex;
    flex-direction:column;
    min-height:100vh;
}

#logo-wrapper[b-8ih7mq3sfl] {
    display: flex; 
    height: 150px;
    background: white;
    width: 150px;
    border-radius: 50%;
    border: solid 5px white;
}

#banner[b-8ih7mq3sfl] {
    background-image: url("/img/banners/city-background-image.jpg");
    height: 400px;
}

.banner-wrapper[b-8ih7mq3sfl] {
    display: flex;
    align-items: center;
    color: white;
    gap: 1rem;
    font-size: 40px;
    height:80%;
    padding-left: 8rem;
}

#banner-logo[b-8ih7mq3sfl] {
    z-index:100;
}

.vertical-divide[b-8ih7mq3sfl] {
    width: 3px;
    background: white;
    height: 40%
}

.tab[b-8ih7mq3sfl] {
    background-color: white;
    width: 35%;
    font-size: 40px;
    padding-top: 1rem;
    border-top-right-radius: 15px;
}


.hft[b-8ih7mq3sfl]{
    font-weight: bold
}

article[b-8ih7mq3sfl]{
    border-top: var(--hft-green-neon) solid 2px;
}

footer[b-8ih7mq3sfl] {
    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-8ih7mq3sfl]{
    height: 5rem;
}

.sidebar[b-8ih7mq3sfl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8ih7mq3sfl] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 4.5rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}
.top-row .header-img[b-8ih7mq3sfl]{
    height: 3rem;
}

.footer-copy[b-8ih7mq3sfl]{
    font-size:14px;
}

.footer-copy a[b-8ih7mq3sfl]{
    text-decoration: none;
}

.top-row[b-8ih7mq3sfl]  a, .top-row[b-8ih7mq3sfl]  .btn-link, .top-row[b-8ih7mq3sfl]  .header-welcome {
    white-space: nowrap;
    text-decoration: none;
    color: black;
    font-size: 1rem;
    font-weight: bold
}
.top-row[b-8ih7mq3sfl]  .btn-link {
    background: var(--hft-green);
    color: white;
}

.top-row[b-8ih7mq3sfl]  a:hover, .top-row[b-8ih7mq3sfl]  .btn-link:hover {
    text-decoration: underline;
    color:var(--hft-green);
}

.top-row[b-8ih7mq3sfl]  a.active {
    color: var(--hft-green);
}

.top-row[b-8ih7mq3sfl]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8ih7mq3sfl] {
        display: none;
    }

    .top-row.auth[b-8ih7mq3sfl] {
        justify-content: space-between;
    }

    .top-row[b-8ih7mq3sfl]  a, .top-row[b-8ih7mq3sfl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8ih7mq3sfl] {
        flex-direction: row;
    }

    .sidebar[b-8ih7mq3sfl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8ih7mq3sfl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8ih7mq3sfl]  a:first-child {
        flex: 1;
        width: 0;
    }

}
