/* _content/Hvtk.UI.Core/Components/DataGrid/EditViewFilterGrid.razor.rz.scp.css */
[b-ocqs4lzghw] {
    .selected,
    .selected td {
        background-color: var(--mud-palette-text-primary) !important;
        color: white !important;
    }

    .selected > td[b-ocqs4lzghw] {
        color: white !important;
    }

    .selected > td .mud-input[b-ocqs4lzghw] {
        color: white !important;
    }
    .toolbar[b-ocqs4lzghw] {
        display: flex;
        flex-grow: 1;
    }
}
/* _content/Hvtk.UI.Core/Components/DataGrid/HvtkMudGrid.razor.rz.scp.css */
[b-qbaw8w5oda] {
    .selected,
    .selected td {
        background-color: var(--mud-palette-text-primary) !important;
        color: white !important;
    }

    .selected > td[b-qbaw8w5oda] {
        color: white !important;
    }

    .selected > td .mud-input[b-qbaw8w5oda] {
        color: white !important;
    }
    .toolbar[b-qbaw8w5oda] {
        display: flex;
        flex-grow: 1;
    }
    .mud-toolbar[b-qbaw8w5oda]{
        height: auto !important;
    }
}

:global .mud-toolbar[b-qbaw8w5oda] {
    height: auto !important;
}
/* _content/Hvtk.UI.Core/Components/HvtkRightDrawerComponent.razor.rz.scp.css */
[b-kdysq075qo]{
    .mud-drawer-full-height {
        top: 0px !important;
        height: 100vh !important;
        z-index: 1301 !important;
    }
}
/* _content/Hvtk.UI.Core/Components/HvtkTable.razor.rz.scp.css */
[b-uvfsopiq8c] {
    .selected,
    .selected td {
        background-color: var(--mud-palette-text-primary) !important;
        color: white !important;
    }

    .selected > td[b-uvfsopiq8c] {
        color: white !important;
    }

    .selected > td .mud-input[b-uvfsopiq8c] {
        color: white !important;
    }
}
/* _content/Hvtk.UI.Core/Components/PdfPreview.razor.rz.scp.css */
/* Center the canvas within the container */
.pdf-container[b-6p9yqn91qu] {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Style the canvas */
.pdf-container canvas[b-6p9yqn91qu] {
    max-width: 100%;
    max-height: 100%;
}
/* _content/Hvtk.UI.Core/Components/VimeoPlayer.razor.rz.scp.css */
.vimeoPlayer[b-xvhevzz4me] {
    min-height: 80vh;
}
/* _content/Hvtk.UI.Core/Dialogs/CropImageDialog.razor.rz.scp.css */
.img-container[b-or9x6bj0ah],
.img-preview[b-or9x6bj0ah] {
    background-color: var(--mud-palette-background-gray);
    text-align: center;
    width: 100%;
}

.img-container[b-or9x6bj0ah] {
    max-height: 573px;
    min-height: 200px;
}

@media (min-width: 768px) {
    .img-container[b-or9x6bj0ah] {
        min-height: 573px;
    }
}

.img-preview[b-or9x6bj0ah] {
    overflow: hidden;
}

.img-container[b-or9x6bj0ah] >  img {
    max-width: 100%;
}

.img-preview[b-or9x6bj0ah] >  img {
    max-width: 100%;
}

.avatar[b-or9x6bj0ah] {
    border-radius: 50%;
}

.preview-lg[b-or9x6bj0ah] {
    height: 9em;
    width: 16em;
}

.preview-md[b-or9x6bj0ah] {
    height: 4.5em;
    width: 8em;
}

.preview-sm[b-or9x6bj0ah] {
    height: 2.25em;
    width: 4em;
}

.preview-xs[b-or9x6bj0ah] {
    height: 1.125em;
    margin-right: 0;
    width: 2em;
}
