@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Admin/AdminOperationsBoardDemo.razor.rz.scp.css */
.operations-board[b-ovmbgs4huk] {
    width: 100%;
    min-height: 100%;
    padding: 0.75rem;
    background: #f3f5f7;
    color: #20242a;
}

.board-toolbar[b-ovmbgs4huk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.6rem;
}

    .board-toolbar h1[b-ovmbgs4huk] {
        margin: 0;
        font-size: 1.65rem;
        font-weight: 700;
    }

.demo-label[b-ovmbgs4huk] {
    margin-top: 0.1rem;
    color: #777;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.toolbar-actions[b-ovmbgs4huk] {
    display: flex;
    gap: 0.5rem;
}

.board-date[b-ovmbgs4huk] {
    position: sticky;
    top: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 2.5rem 1fr 2.5rem;
    align-items: center;
    margin-bottom: 0.7rem;
    border: 1px solid #c9d1d9;
    background: #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
}

.date-title[b-ovmbgs4huk] {
    padding: 0.55rem 0.5rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.date-arrow[b-ovmbgs4huk] {
    height: 100%;
    border: 0;
    background: transparent;
    color: #7a7a7a;
    font-size: 1.6rem;
    line-height: 1;
}

.mobile-page-tabs[b-ovmbgs4huk] {
    display: none;
}

.board-pages[b-ovmbgs4huk] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
}

.board-page[b-ovmbgs4huk] {
    min-width: 0;
    border: 1px solid #bcc5ce;
    background: #fffefa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
}

.page-heading[b-ovmbgs4huk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.48rem 0.65rem;
    border-bottom: 2px solid #1f6ea9;
    background: #edf5fb;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.page-number[b-ovmbgs4huk] {
    color: #66727d;
    font-size: 0.72rem;
}

.activity-grid[b-ovmbgs4huk] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}

.activity-block[b-ovmbgs4huk] {
    min-width: 0;
    border-right: 1px solid #cad1d7;
    border-bottom: 1px solid #cad1d7;
}

    .activity-block:nth-child(even)[b-ovmbgs4huk] {
        border-right: 0;
    }

.activity-header[b-ovmbgs4huk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
    min-height: 2.25rem;
    padding: 0.38rem 0.5rem;
    border-bottom: 1px solid #b8c4ce;
    background: #e8f2fa;
}

.activity-main[b-ovmbgs4huk] {
    display: flex;
    align-items: baseline;
    gap: 0.45rem;
}

.activity-code[b-ovmbgs4huk] {
    font-size: 0.92rem;
    font-weight: 900;
}

.activity-time[b-ovmbgs4huk] {
    font-size: 0.88rem;
    font-weight: 700;
}

.activity-header-right[b-ovmbgs4huk] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    min-width: 0;
}

.activity-boat[b-ovmbgs4huk] {
    overflow: hidden;
    max-width: 9rem;
    color: #53616d;
    font-size: 0.75rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity-edit-button[b-ovmbgs4huk] {
    flex: 0 0 auto;
    width: 1.65rem;
    height: 1.65rem;
    padding: 0;
    border: 1px solid #b7c7d4;
    border-radius: 0.2rem;
    background: #ffffff;
    color: #315d7d;
    font-size: 0.78rem;
}

    .activity-edit-button:hover[b-ovmbgs4huk] {
        background: #f2f7fa;
    }

.capacity-alert[b-ovmbgs4huk] {
    padding: 0.34rem 0.5rem;
    border-bottom: 1px solid #d9a2a2;
    background: #fff0f0;
    color: #a51f1f;
    font-size: 0.68rem;
    font-weight: 900;
}

.activity-crew[b-ovmbgs4huk] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.3rem;
    min-height: 1.95rem;
    padding: 0.25rem 0.45rem;
    border-bottom: 1px dashed #d3d8dd;
    background: #fafafa;
}

.crew-initials[b-ovmbgs4huk] {
    display: inline-flex;
    align-items: center;
    gap: 0.22rem;
    min-width: 1.8rem;
    padding: 0.08rem 0.25rem 0.08rem 0.3rem;
    border: 1px solid #aebbc5;
    border-radius: 0.2rem;
    background: #ffffff;
    color: #34444f;
    font-size: 0.66rem;
    font-weight: 900;
}

.crew-role[b-ovmbgs4huk] {
    display: inline-block;
    padding: 0.04rem 0.2rem;
    border-radius: 0.15rem;
    background: #e4edf4;
    color: #31566f;
    font-size: 0.55rem;
    font-weight: 900;
}

.no-crew[b-ovmbgs4huk] {
    color: #888;
    font-size: 0.65rem;
    font-style: italic;
}

.client-list[b-ovmbgs4huk] {
    width: 100%;
}

.client-row[b-ovmbgs4huk] {
    position: relative;
    display: grid;
    grid-template-columns: 1.15rem minmax(0, 1fr) 1.8rem;
    align-items: stretch;
    min-height: 2.35rem;
    border-bottom: 1px dotted #cbd0d5;
}

    .client-row:last-child[b-ovmbgs4huk] {
        border-bottom: 0;
    }

.missed-checkin-button[b-ovmbgs4huk] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
}

.missed-checkin-dot[b-ovmbgs4huk],
.legend-orange-dot[b-ovmbgs4huk] {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: #f28c28;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.missed-checkin-dot-placeholder[b-ovmbgs4huk] {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
}

.client-main[b-ovmbgs4huk] {
    display: grid;
    grid-template-columns: auto minmax(4rem, 1fr) auto;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
    padding: 0.28rem 0.25rem;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
}

    .client-main:hover[b-ovmbgs4huk] {
        background: #f6f9fb;
    }

.client-pax[b-ovmbgs4huk] {
    color: #4f5962;
    font-size: 0.76rem;
    font-weight: 800;
    white-space: nowrap;
}

.pax-suffix[b-ovmbgs4huk] {
    margin-left: 0.05rem;
    font-weight: 600;
}

.client-name[b-ovmbgs4huk] {
    overflow: hidden;
    font-size: 0.78rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.client-codes[b-ovmbgs4huk] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.18rem;
}

.code[b-ovmbgs4huk] {
    display: inline-block;
    padding: 0.08rem 0.22rem;
    border-radius: 0.16rem;
    font-size: 0.61rem;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
}

.code-client[b-ovmbgs4huk] {
    border: 1px solid #b7c7d4;
    background: #edf4f8;
}

.code-payment[b-ovmbgs4huk] {
    border: 1px solid #c8c8c8;
    background: #f4f4f4;
}

.code-checkin[b-ovmbgs4huk] {
    border: 1px solid #a8ccb1;
    background: #eaf6ed;
}

.checkin-toggle[b-ovmbgs4huk] {
    width: 100%;
    padding: 0;
    border: 0;
    border-left: 1px solid #e1e4e7;
    background: transparent;
    color: #c1c5c8;
    font-size: 0.9rem;
}

    .checkin-toggle.checkin-done[b-ovmbgs4huk] {
        background: #f0f8f2;
        color: #237f3d;
    }

.client-note[b-ovmbgs4huk] {
    grid-column: 2 / 4;
    padding: 0 0.25rem 0.28rem;
    overflow: hidden;
    color: #6c757d;
    font-size: 0.64rem;
    font-style: italic;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.add-passenger-button[b-ovmbgs4huk] {
    width: 100%;
    padding: 0.32rem 0.45rem;
    border: 0;
    border-top: 1px dashed #cbd3d9;
    background: #fbfcfd;
    color: #28648e;
    font-size: 0.68rem;
    font-weight: 800;
    text-align: left;
}

    .add-passenger-button:hover[b-ovmbgs4huk] {
        background: #eef6fb;
    }

.new-trip-button[b-ovmbgs4huk] {
    width: 100%;
    padding: 0.55rem;
    border: 0;
    border-bottom: 1px solid #b7c7d4;
    background: #eaf4fb;
    color: #185d8d;
    font-size: 0.75rem;
    font-weight: 900;
    text-align: center;
}

    .new-trip-button:hover[b-ovmbgs4huk] {
        background: #dceef9;
    }

.tasks-area[b-ovmbgs4huk] {
    border-top: 2px solid #1f6ea9;
}

.section-title[b-ovmbgs4huk] {
    padding: 0.4rem 0.55rem;
    background: #edf5fb;
    font-size: 0.73rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.task-row[b-ovmbgs4huk] {
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr) auto 1.5rem;
    align-items: center;
    width: 100%;
    min-height: 2rem;
    padding: 0.3rem 0.5rem;
    border: 0;
    border-top: 1px dotted #ccd2d7;
    background: #fffefa;
    color: inherit;
    text-align: left;
}

    .task-row:hover[b-ovmbgs4huk] {
        background: #f6f9fb;
    }

.task-time[b-ovmbgs4huk] {
    font-size: 0.72rem;
    font-weight: 800;
}

.task-description[b-ovmbgs4huk] {
    min-width: 0;
    padding-right: 0.4rem;
    overflow: hidden;
    font-size: 0.72rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.task-owner[b-ovmbgs4huk] {
    color: #6d7780;
    font-size: 0.66rem;
    font-weight: 700;
    white-space: nowrap;
}

.task-done[b-ovmbgs4huk] {
    color: #237f3d;
    font-weight: 900;
    text-align: center;
}

.legend-panel[b-ovmbgs4huk] {
    margin-top: 0.8rem;
    padding: 0.6rem 0.75rem;
    border: 1px solid #c9d1d9;
    background: #ffffff;
}

.legend-title[b-ovmbgs4huk] {
    margin-bottom: 0.45rem;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.05em;
}

.legend-grid[b-ovmbgs4huk] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.3rem 0.75rem;
    font-size: 0.67rem;
}

    .legend-grid > span[b-ovmbgs4huk] {
        min-width: 0;
    }

.legend-orange-dot[b-ovmbgs4huk] {
    margin-right: 0.25rem;
    vertical-align: -0.08rem;
}


/* Editors */

.editor-backdrop[b-ovmbgs4huk] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.45);
}

.editor-panel[b-ovmbgs4huk] {
    width: min(32rem, 100%);
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    border-radius: 0.35rem;
    background: #ffffff;
    box-shadow: 0 0.75rem 2.5rem rgba(0, 0, 0, 0.3);
}

.editor-panel-wide[b-ovmbgs4huk] {
    width: min(44rem, 100%);
}

.editor-header[b-ovmbgs4huk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 0.9rem;
    border-bottom: 1px solid #d5dadd;
}

    .editor-header h2[b-ovmbgs4huk] {
        margin: 0;
        font-size: 1.1rem;
    }

.editor-close[b-ovmbgs4huk] {
    border: 0;
    background: transparent;
    color: #666;
    font-size: 1.7rem;
    line-height: 1;
}

.editor-body[b-ovmbgs4huk] {
    padding: 0.9rem;
}

.form-row-full[b-ovmbgs4huk] {
    margin-bottom: 0.75rem;
}

.form-row-two[b-ovmbgs4huk] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.editor-body label[b-ovmbgs4huk] {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.75rem;
    font-weight: 700;
}

.editor-checks[b-ovmbgs4huk] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-top: 0.75rem;
}

    .editor-checks label[b-ovmbgs4huk] {
        display: flex;
        align-items: center;
        gap: 0.45rem;
        margin: 0;
        font-weight: 600;
    }

.editor-footer[b-ovmbgs4huk] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.7rem 0.9rem;
    border-top: 1px solid #d5dadd;
}


/* Crew */

.crew-assignment-list[b-ovmbgs4huk] {
    display: flex;
    flex-direction: column;
    max-height: 22rem;
    overflow-y: auto;
    border: 1px solid #d6dce1;
    border-radius: 0.25rem;
}

.crew-assignment-row[b-ovmbgs4huk] {
    display: grid;
    grid-template-columns: 1.5rem 3.2rem minmax(8rem, 1fr) 10rem;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.55rem;
    border-bottom: 1px solid #e3e6e8;
}

    .crew-assignment-row:last-child[b-ovmbgs4huk] {
        border-bottom: 0;
    }

.crew-assignment-check[b-ovmbgs4huk] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.crew-assignment-initials[b-ovmbgs4huk] {
    font-size: 0.73rem;
    font-weight: 900;
}

.crew-assignment-name[b-ovmbgs4huk] {
    min-width: 0;
    overflow: hidden;
    font-size: 0.72rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.crew-assignment-role[b-ovmbgs4huk] {
    min-width: 0;
}

.crew-roster[b-ovmbgs4huk] {
    max-height: 28rem;
    overflow-y: auto;
    border: 1px solid #d5dadd;
    border-radius: 0.25rem;
}

.crew-roster-row[b-ovmbgs4huk] {
    display: grid;
    grid-template-columns: 4rem minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 0.65rem;
    border: 0;
    border-bottom: 1px solid #e0e4e7;
    background: #ffffff;
    color: inherit;
    text-align: left;
}

    .crew-roster-row:last-child[b-ovmbgs4huk] {
        border-bottom: 0;
    }

    .crew-roster-row:hover[b-ovmbgs4huk] {
        background: #f5f9fc;
    }

.crew-roster-initials[b-ovmbgs4huk] {
    font-weight: 900;
}

.crew-roster-name[b-ovmbgs4huk] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.crew-roster-edit[b-ovmbgs4huk] {
    color: #28648e;
    font-size: 0.7rem;
    font-weight: 700;
}


/* Responsive */

@media (max-width: 1200px) {

    .activity-grid[b-ovmbgs4huk] {
        grid-template-columns: 1fr;
    }

    .activity-block[b-ovmbgs4huk] {
        border-right: 0;
    }

    .legend-grid[b-ovmbgs4huk] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}


@media (max-width: 767.98px) {

    .operations-board[b-ovmbgs4huk] {
        padding: 0.4rem;
        overflow: hidden;
    }

    .board-toolbar[b-ovmbgs4huk] {
        align-items: flex-start;
    }

        .board-toolbar h1[b-ovmbgs4huk] {
            font-size: 1.25rem;
        }

    .demo-label[b-ovmbgs4huk] {
        font-size: 0.61rem;
    }

    .board-date[b-ovmbgs4huk] {
        top: 0;
        margin-bottom: 0.4rem;
    }

    .date-title[b-ovmbgs4huk] {
        font-size: 0.82rem;
    }

    .mobile-page-tabs[b-ovmbgs4huk] {
        position: sticky;
        top: 2.6rem;
        z-index: 19;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1px;
        margin-bottom: 0.45rem;
        border: 1px solid #9eadb8;
        background: #9eadb8;
    }

    .mobile-page-tab[b-ovmbgs4huk] {
        display: block;
        width: 100%;
        padding: 0.55rem 0.2rem;
        border: 0;
        background: #edf5fb;
        color: #466274;
        font-size: 0.7rem;
        font-weight: 900;
        text-align: center;
    }

        .mobile-page-tab:hover[b-ovmbgs4huk] {
            background: #e2f0f9;
        }

        .mobile-page-tab.active[b-ovmbgs4huk] {
            background: #1f6ea9;
            color: #ffffff;
        }

    .board-pages[b-ovmbgs4huk] {
        display: block;
        width: 100%;
        overflow: visible;
        touch-action: pan-y;
    }

    .board-page[b-ovmbgs4huk] {
        display: none;
        width: 100%;
    }

    .board-pages.mobile-cetaceans #cetaceans-page[b-ovmbgs4huk] {
        display: block;
    }

    .board-pages.mobile-diving #diving-page[b-ovmbgs4huk] {
        display: block;
    }

    .page-heading[b-ovmbgs4huk] {
        position: sticky;
        top: 5.1rem;
        z-index: 10;
    }

    .activity-grid[b-ovmbgs4huk] {
        grid-template-columns: 1fr;
    }

    .client-main[b-ovmbgs4huk] {
        grid-template-columns: auto minmax(4rem, 1fr);
    }

    .client-codes[b-ovmbgs4huk] {
        grid-column: 1 / 3;
        justify-content: flex-start;
        padding-top: 0.1rem;
    }

    .task-row[b-ovmbgs4huk] {
        grid-template-columns: 3rem minmax(0, 1fr) 1.4rem;
    }

    .task-owner[b-ovmbgs4huk] {
        grid-column: 2;
        margin-top: 0.1rem;
        font-size: 0.61rem;
    }

    .task-done[b-ovmbgs4huk] {
        grid-column: 3;
        grid-row: 1 / 3;
    }

    .legend-grid[b-ovmbgs4huk] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .form-row-two[b-ovmbgs4huk] {
        grid-template-columns: 1fr;
    }

    .crew-assignment-row[b-ovmbgs4huk] {
        grid-template-columns: 1.5rem 3rem minmax(0, 1fr);
    }

    .crew-assignment-role[b-ovmbgs4huk] {
        grid-column: 2 / 4;
    }
}


@media (max-width: 420px) {

    .toolbar-actions[b-ovmbgs4huk] {
        flex-direction: column;
        gap: 0.25rem;
    }

        .toolbar-actions .btn[b-ovmbgs4huk] {
            padding-right: 0.45rem;
            padding-left: 0.45rem;
            font-size: 0.7rem;
        }

    .legend-grid[b-ovmbgs4huk] {
        grid-template-columns: 1fr;
    }

    .client-name[b-ovmbgs4huk] {
        font-size: 0.75rem;
    }

    .activity-boat[b-ovmbgs4huk] {
        max-width: 5rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.cwnet-layout[b-yhkr3krfzh] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.cwnet-content[b-yhkr3krfzh] {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
}

.cwnet-footer[b-yhkr3krfzh] {
    position: static !important;
    flex: 0 0 auto;
    width: 100%;
    line-height: normal !important;
    white-space: normal !important;
}

#blazor-error-ui[b-yhkr3krfzh] {
    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-yhkr3krfzh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-teanogeq7a] {
    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-teanogeq7a] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-teanogeq7a] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-teanogeq7a] {
    font-size: 1.1rem;
}

.bi[b-teanogeq7a] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-teanogeq7a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-teanogeq7a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-teanogeq7a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-teanogeq7a] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-teanogeq7a] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-teanogeq7a] {
        padding-bottom: 1rem;
    }

    .nav-item[b-teanogeq7a]  .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-teanogeq7a]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-teanogeq7a]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-teanogeq7a] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-teanogeq7a] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-teanogeq7a] {
        display: none;
    }

    .nav-scrollable[b-teanogeq7a] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-rgkx3jszw5],
.components-reconnect-repeated-attempt-visible[b-rgkx3jszw5],
.components-reconnect-failed-visible[b-rgkx3jszw5],
.components-pause-visible[b-rgkx3jszw5],
.components-resume-failed-visible[b-rgkx3jszw5],
.components-rejoining-animation[b-rgkx3jszw5] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-rgkx3jszw5],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-rgkx3jszw5],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-rgkx3jszw5],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-rgkx3jszw5],
#components-reconnect-modal.components-reconnect-retrying[b-rgkx3jszw5],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-rgkx3jszw5],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-rgkx3jszw5],
#components-reconnect-modal.components-reconnect-failed[b-rgkx3jszw5],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-rgkx3jszw5] {
    display: block;
}


#components-reconnect-modal[b-rgkx3jszw5] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-rgkx3jszw5 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-rgkx3jszw5 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-rgkx3jszw5 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-rgkx3jszw5]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-rgkx3jszw5 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-rgkx3jszw5 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-rgkx3jszw5 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-rgkx3jszw5 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-rgkx3jszw5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-rgkx3jszw5] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-rgkx3jszw5] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-rgkx3jszw5] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-rgkx3jszw5] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-rgkx3jszw5] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-rgkx3jszw5] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-rgkx3jszw5 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-rgkx3jszw5] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-rgkx3jszw5 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/PagerComponent.razor.rz.scp.css */
.text-blue[b-xk6bles0s4] {
    color: #0099cc;
}
/* /Components/Shared/CWTypeahead.razor.rz.scp.css */
.cw-typeahead[b-oyk8dvy703] {
    position: relative;
    width: 100%;
}

.cw-typeahead-control[b-oyk8dvy703] {
    position: relative;
    width: 100%;
}

.cw-typeahead-input[b-oyk8dvy703] {
    width: 100%;
    padding-right: 2.5rem;
}

.cw-typeahead-selected[b-oyk8dvy703] {
    min-height: calc(1.5em + 0.75rem + 2px);
    width: 100%;
    padding: 0.375rem 2.5rem 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
    line-height: 1.5;
    cursor: text;
}

    .cw-typeahead-selected:focus[b-oyk8dvy703] {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 153, 255, 0.25);
    }

.cw-typeahead-clear[b-oyk8dvy703] {
    position: absolute;
    top: 50%;
    right: 0.45rem;
    z-index: 2;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #6c757d;
    font-size: 1.35rem;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

    .cw-typeahead-clear:hover[b-oyk8dvy703],
    .cw-typeahead-clear:focus[b-oyk8dvy703] {
        color: #dc3545;
        outline: 0;
    }

.cw-typeahead-results[b-oyk8dvy703] {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    z-index: 1050;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
    box-shadow: 0 0.35rem 0.75rem rgba(0, 0, 0, 0.15);
}

.cw-typeahead-result[b-oyk8dvy703] {
    padding: 0.55rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

    .cw-typeahead-result:last-child[b-oyk8dvy703] {
        border-bottom: 0;
    }

    .cw-typeahead-result:hover[b-oyk8dvy703],
    .cw-typeahead-result-active[b-oyk8dvy703] {
        background-color: #0099ff;
        color: #fff;
    }

.cw-typeahead-message[b-oyk8dvy703] {
    padding: 0.75rem;
    color: #6c757d;
    background-color: #fff;
}
/* /Components/TooltipComponent.razor.rz.scp.css */
.tooltip-wrapper[b-vriqejpuli] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}

span[b-vriqejpuli] {
    visibility: hidden;
    position: absolute;
    width: 160px;
    bottom: 100%;
    left: 50%;
    margin-left: -80px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

    span[b-vriqejpuli]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-vriqejpuli] {
    visibility: visible;
    font-size: 12px;
}
