/* _content/SherlogV2/Components/Layout/MainLayout.razor.rz.scp.css */
@media (min-width: 1280px) { /* Breakpoint.Md and up */
    .authorized-main[b-uxd7y9mc0y] {
        margin-left: 225px;
    }
}
/* _content/SherlogV2/Components/Pages/SupportDashboard.razor.rz.scp.css */
.table-container[b-ywqojypxxh] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.filter-container[b-ywqojypxxh] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media only screen and (min-width: 960px) {
    .filter-container[b-ywqojypxxh] {
        flex: 1;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        gap: 2rem;
    }
}

.filter-input[b-ywqojypxxh] {
    width: 100%;
}

@media only screen and (min-width: 960px) {
    .filter-input[b-ywqojypxxh] {
        width: 16rem;
    }
}
/* _content/SherlogV2/Components/SupportView/Dialogs/QlikSenseTaskSuspensionDialog.razor.rz.scp.css */
/*::deep .scaled-down-datepicker {
    transform: scale(0.85);*/ /* Adjust the scale value as needed */
/*transform-origin: top left;*/ /* This ensures the component scales down from the top left corner */
/*}*/

[b-7y0qf8p9ep] .closer-timepicker {
    margin-top: -48px; /* Adjust this value as needed */
}
/* _content/SherlogV2/Components/SupportView/Dialogs/SqlSuspensionViewDialog.razor.rz.scp.css */
/*::deep .scaled-down-datepicker {
    transform: scale(0.85);*/ /* Adjust the scale value as needed */
/*transform-origin: top left;*/ /* This ensures the component scales down from the top left corner */
/*}*/

[b-1jgn5y0erx] .closer-timepicker {
    margin-top: -48px; /* Adjust this value as needed */
}
/* _content/SherlogV2/Components/SupportView/SQLView/PreviousSuspensionsTable.razor.rz.scp.css */
.custom-table-container[b-z4knoqn1vh] {
    max-height: 480px;
    overflow-y: scroll;
}
