@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.b6pgxrrsua.bundle.scp.css';

/* _content/Etng.Shortcuts.Blazor/Components/DataTable.razor.rz.scp.css */
.table-frame[b-4wehpqbf9r] {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr auto; /* Proportional column widths */
    gap: 0; /* Uniform spacing between columns */
    width: 100%;
    background-color: #272936;
    border-radius: 15px;
    padding: 1.5rem;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.1) 0px 6px 6px;
}

.icon-button[b-4wehpqbf9r] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 20px !important;
    height: 20px !important;
}

.icon-button-trash[b-4wehpqbf9r] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    fill: #f5102d;
}

.sort-button[b-4wehpqbf9r] {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 15px !important;
}

.sort-group[b-4wehpqbf9r] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.no-data[b-4wehpqbf9r] {
    grid-column: 1 / -1; /* Span across all columns */
    text-align: center;
    padding: 20px;
    color: #CCCCCC; /* Light grey color for the no data message */
}

/* Adjust for tablets */
@media (max-width: 768px) {
    .table-frame[b-4wehpqbf9r] {
        grid-template-columns: 1fr 1.5fr 1.5fr 1fr auto; /* Smaller column layout */
    }
}

/* Switch to cards for mobile */
@media (max-width: 480px) {
    .table-frame[b-4wehpqbf9r] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .table-row[b-4wehpqbf9r] {
        display: flex;
        flex-direction: column;
        background-color: #333344;
        padding: 1rem;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

        .table-row > .row-item[b-4wehpqbf9r] {
            margin-bottom: 0.5rem;
            white-space: normal;
        }
}

.table-frame > .row-item:nth-child(4n+1)[b-4wehpqbf9r] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table-frame > .row-item:nth-child(4n+4)[b-4wehpqbf9r] {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.table-col[b-4wehpqbf9r] {
    display: contents; /* Makes .table-col act like it's not there, directly placing its children in the grid */
}

.table-row[b-4wehpqbf9r] {
    display: grid;
    grid-template-columns: 1fr; /* Each row is a single column grid */
    padding: 1rem;
    align-items: center; /* Centers items vertically within the row */
    width: 100%;
}

.row-item[b-4wehpqbf9r] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #eeeeee;
    padding: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

    .row-item a[b-4wehpqbf9r] {
        cursor: pointer;
        text-decoration: none;
        color: #eeeeee;
    }

        .row-item a:hover[b-4wehpqbf9r] {
            color: #a9cff9 !important;
            text-decoration: underline !important;
        }

.header[b-4wehpqbf9r] {
    text-transform: uppercase;
    font-weight: 600; /* Slightly bolder than normal text for headers */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 0.5rem;
}

.icon[b-4wehpqbf9r] {
    fill: red;
    cursor: pointer;
}

.trash[b-4wehpqbf9r] {
    fill: #f5102d; /* Red color for the trash icon */
}

.action-group[b-4wehpqbf9r] {
    display: flex;
    height: fit-content !important;
    gap: 10px; /* Space between action buttons */
    align-items: center;
    justify-content: center;
}

.striped[b-4wehpqbf9r] {
    background-color: #484955;
}

.row-left[b-4wehpqbf9r] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.row-right[b-4wehpqbf9r] {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.start[b-4wehpqbf9r], .end[b-4wehpqbf9r] {
    padding: 1.5rem; /* Consistent padding for start and end columns */
}

p[b-4wehpqbf9r] {
    margin: 0;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
}
/* _content/Etng.Shortcuts.Blazor/Components/Pages/Admin.razor.rz.scp.css */
.content[b-xvp6q5an1m] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
    justify-content: start;
}

.toolbar-frame[b-xvp6q5an1m] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    width: auto;
    height: auto;
    gap: 1rem;
}
/* _content/Etng.Shortcuts.Blazor/Components/Pages/Home.razor.rz.scp.css */
.content[b-5415b9o6qt] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
    justify-content: start;
}

.toolbar-frame[b-5415b9o6qt] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    width: auto;
    height: auto;
    gap: 1rem;
    font-weight: 400 !important;
}
