/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ss9a94gaux] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ss9a94gaux] {
    flex: 1;
}

.sidebar[b-ss9a94gaux] {
    background: linear-gradient( 180deg, #3d434b 0%, #31363d 100%);
    border-right: 1px solid #505760;
}

.top-row[b-ss9a94gaux] {
    background: #434a53;
    border-bottom: 1px solid #565d66;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ss9a94gaux]  a, .top-row[b-ss9a94gaux]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ss9a94gaux]  a:hover, .top-row[b-ss9a94gaux]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ss9a94gaux]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ss9a94gaux] {
        justify-content: space-between;
    }

    .top-row[b-ss9a94gaux]  a, .top-row[b-ss9a94gaux]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ss9a94gaux] {
        flex-direction: row;
    }

    .sidebar[b-ss9a94gaux] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ss9a94gaux] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ss9a94gaux]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ss9a94gaux], article[b-ss9a94gaux] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ss9a94gaux] {
    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-ss9a94gaux] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bzwbmli109] {
    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-bzwbmli109] {
        background: rgba(0,0,0,.15);
    }

.top-row[b-bzwbmli109] {
    min-height: 3.5rem;
    background: rgba(0,0,0,.15);
}

.navbar-brand[b-bzwbmli109] {
    font-size: 1.1rem;
}


.nav-icon[b-bzwbmli109] {
    display: inline-block;
    width: 2rem;
    font-size: 1.6rem;

}

.nav-item[b-bzwbmli109] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bzwbmli109] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bzwbmli109] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bzwbmli109]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-bzwbmli109]  a.active {
        background: #586270;
        color: white;
    }

    .nav-item[b-bzwbmli109]  .nav-link:hover {
        background: rgba(255,255,255,.08);
    }

.nav-scrollable[b-bzwbmli109] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-bzwbmli109] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bzwbmli109] {
        display: none;
    }

    .nav-scrollable[b-bzwbmli109] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.nav-user[b-bzwbmli109] {
    background: rgba(255,255,255,.04);
    border-top: 1px solid rgba(255,255,255,.08);
}

    .nav-user img[b-bzwbmli109] {
        border: 2px solid rgba(255,255,255,.25);
    }
/* /Components/Pages/CreateMeetUp.razor.rz.scp.css */
.form-group[b-iapqkz92mf] {
    margin-bottom: 12px;
    max-width: 500px;
}

input[b-iapqkz92mf], textarea[b-iapqkz92mf] {
    width: 100%;
}
/* /Components/Pages/Meetup.razor.rz.scp.css */
/* /Components/Pages/Meetups.razor.rz.scp.css */
.meetup-card[b-ql9n7obirt] {
    transition: transform .15s ease, box-shadow .15s ease;
}

    .meetup-card:hover[b-ql9n7obirt] {
        transform: translateY(-3px);
        box-shadow: 0 .6rem 1.25rem rgba(0,0,0,.25);
    }
/* /Components/Pages/PollPage.razor.rz.scp.css */
.poll-card[b-rd4ck9lbeq] {
    border-radius: 12px;
}

.poll-option[b-rd4ck9lbeq] {
    text-align: left;
    padding: 0.75rem 1rem;
    transition: transform 0.12s ease, background-color 0.12s ease;
}

    .poll-option:hover[b-rd4ck9lbeq] {
        transform: translateY(-2px);
    }

.poll-progress[b-rd4ck9lbeq] {
    height: 10px;
    border-radius: 6px;
    overflow: hidden;
}

.poll-results[b-rd4ck9lbeq] {
    animation: fadeIn-b-rd4ck9lbeq 0.25s ease-in;
}

.poll-vote[b-rd4ck9lbeq] {
    animation: fadeIn-b-rd4ck9lbeq 0.2s ease-in;
}

@keyframes fadeIn-b-rd4ck9lbeq {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.poll-result.winner .progress-bar[b-rd4ck9lbeq] {
    background: linear-gradient(90deg, #28a745, #34d058);
}

.poll-result.winner[b-rd4ck9lbeq] {
    transform: scale(1.01);
    transition: transform 0.15s ease;
}

.poll-option[b-rd4ck9lbeq] {
    transition: transform 0.12s ease;
}

    .poll-option:hover[b-rd4ck9lbeq] {
        transform: translateY(-2px);
    }

.btn-outline-danger[b-rd4ck9lbeq] {
    transition: all .15s ease;
}

    .btn-outline-danger:hover[b-rd4ck9lbeq] {
        transform: translateY(-1px);
    }
