@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/IMBlazorComponents/IMBlazorComponents.h5jy0smvpv.bundle.scp.css';

/* _content/IMMacs/Pages/TablePage.razor.rz.scp.css */
.table-uses-grid[b-fh7rbd7xtb] {
    display: grid;
    border: 1px solid #ccc;
    overflow: auto;
    position: relative;
    user-select: none;
    z-index: 10;
    background: #FFF;
}

.cell[b-fh7rbd7xtb] {
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
    padding: .25rem;
    background: #FFF;
}

    .cell.hour.empty[b-fh7rbd7xtb] {
        grid-row: span 2;
        position: sticky;
        top: 0;
    }

    .cell.floor-name[b-fh7rbd7xtb] {
        grid-column: 1 / -1;
        position: sticky;
        top: 0;
        z-index: 100;
    }

        .cell.floor-name > strong[b-fh7rbd7xtb] {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            position: sticky;
            left: 34px;
        }

    .cell.table-name[b-fh7rbd7xtb] {
        position: sticky;
        top: 33px;
        z-index: 110;
    }

        .cell.table-name > * > *[b-fh7rbd7xtb] {
            text-align: center;
            border-radius: 3px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
        }

    .cell.table-hour[b-fh7rbd7xtb] {
        display: grid;
        grid-template-rows: repeat(4, 1fr);
        padding: 0;
    }

        .cell.table-hour > .minutes:not(:first-child)[b-fh7rbd7xtb] {
            border-top: 1px dashed #dedede;
        }

.column-hours[b-fh7rbd7xtb] {
    display: grid;
    grid-template-rows: subgrid;
    position: sticky;
    left: 0;
    z-index: 200;
}

.all-hours[b-fh7rbd7xtb] {
    display: grid;
    grid-template-rows: subgrid;
    position: relative;
}

.current-time-line[b-fh7rbd7xtb] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: red;
    transition: all .2s ease-in-out;
    transform: translate(0, -50%);
}
    .current-time-line[b-fh7rbd7xtb]::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 10px;
        aspect-ratio: 1;
        border-radius: 50%;
        background: red;
        transform: translate(50%, -50%);
    }

    .column-floor[b-fh7rbd7xtb] {
        display: grid;
        grid-template-columns: subgrid;
        grid-template-rows: subgrid;
    }

.column-table[b-fh7rbd7xtb] {
    display: grid;
    grid-template-columns: subgrid;
    grid-template-rows: subgrid;
}
.column-table:nth-child(odd) .cell[b-fh7rbd7xtb] {
    background: #f5f5f5;
}

.column-table-hours[b-fh7rbd7xtb] {
    display: grid;
    grid-template-rows: subgrid;
    position: relative;
}

.table-use[b-fh7rbd7xtb] {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    z-index: 99;
}
    .table-use .active[b-fh7rbd7xtb] {
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(25%, -25%);
        background: limegreen;
        border: 2px solid #fff;
        width: 14px;
        height: 14px;
        overflow: hidden;
        border-radius: 50%;
    }

    .table-use > div[b-fh7rbd7xtb] {
        position: absolute;
        inset: 1px 3px;
        background: var(--table-bg-color);
        color: var(--bs-white);
        border-radius: 3px;
        font-size: .675rem;
        padding: .125rem;
        overflow: hidden;
        outline-color: rgba(0,0,0,0);
        outline-width: 4px;
        outline-style: solid;
        animation: all .5s ease-in-out;
        pointer-events: none;
        /*writing-mode: vertical-rl;
        transform: rotate(-180deg);
        text-align: right;*/
    }

    .table-use.selected > div[b-fh7rbd7xtb] {
        background: hsl(from var(--table-bg-color) h s calc(l - 10));
        outline-color: hsl(from var(--table-bg-color) h s calc(l - 10) / .25);
    }

.table-use-badge[b-fh7rbd7xtb] {
    position: relative;
}
.table-use-badge .active[b-fh7rbd7xtb] {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(25%, -25%);
    background: limegreen;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    overflow: hidden;
    border-radius: 50%;
}
/* _content/IMMacs/Shared/MainLayout.razor.rz.scp.css */
.page[b-km9x0ofrwm] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
}

main[b-km9x0ofrwm] {
    flex: 1;
}

.sidebar[b-km9x0ofrwm] {
    background-image: linear-gradient(135deg, #EF3A60 0%, #F78E3C 100%);
}


.top-row[b-km9x0ofrwm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-km9x0ofrwm]  a, .top-row .btn-link[b-km9x0ofrwm] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-km9x0ofrwm] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-km9x0ofrwm] {
        display: none;
    }

    .top-row.auth[b-km9x0ofrwm] {
        justify-content: space-between;
    }

    .top-row a[b-km9x0ofrwm], .top-row .btn-link[b-km9x0ofrwm] {
        margin-left: 0;
    }
}

@media (min-width: 576px) {
    .page[b-km9x0ofrwm] {
        flex-direction: row;
    }

    .top-row[b-km9x0ofrwm] {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
    }
}

@media(min-width: 1199.98px) {
    .sidebar[b-km9x0ofrwm] {
        width: 250px;
    }
}
/* _content/IMMacs/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cerofcr8po] {
    background-color: rgba(255, 255, 255, 0.1);
}

.oi[b-cerofcr8po] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: middle;
}

.nav-item[b-cerofcr8po] {
    font-size: 0.9rem;
    line-height: 1;
}

    .nav-item[b-cerofcr8po]  a,
    .nav-item[b-cerofcr8po]  button {
        color: #FFF;
        border-radius: 4px;
        display: flex;
        align-items: center;
        padding: .5rem 0;
        margin: .25rem 0;
        cursor: pointer;
    }

        .nav-item[b-cerofcr8po]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: #FFF;
        }

        .nav-item[b-cerofcr8po]  button:hover,
        .nav-item[b-cerofcr8po]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: #FFF;
        }

@media (min-width: 576px) {
    .navbar-toggler[b-cerofcr8po] {
        display: none;
    }

    .collapse[b-cerofcr8po] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
