/* _content/MainFrame/UI/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-dtvd1vcl12] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-dtvd1vcl12] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

*[b-dtvd1vcl12] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.searchComp[b-dtvd1vcl12] {
    margin: 0 0 0 5px
}

@media (min-width: 960px) {
    .searchComp[b-dtvd1vcl12] {
        margin: 0 0 0 50px
    }
}
/* _content/MainFrame/UI/Pages/CdnPage.razor.rz.scp.css */
/* _content/MainFrame/UI/Pages/Login.razor.rz.scp.css */
*[b-b5y5zwrga6] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.Center[b-b5y5zwrga6] {
    display: grid;
    height: 100vh;
    place-content: center;
    place-items: center;
}
/* _content/MainFrame/UI/Pages/RolesEditPage.razor.rz.scp.css */
[b-lf1ncvyw09] .maxTabPanelHeight {
    max-height: calc(100vh - 170px);
    overflow: auto;
}

[b-lf1ncvyw09] .headerFormat {
    text-transform: none;
    font-size: 16px;
}

.maxHeightContent[b-lf1ncvyw09] {
    max-height: calc(100vh - 168px);
    overflow: auto;
    padding: 8px;
}

[b-lf1ncvyw09] .textHover:hover {
    text-decoration: underline;
}

[b-lf1ncvyw09] .mud-tab.mud-tab-active {
    color: var(--mud-palette-info);
}

[b-lf1ncvyw09] .mud-tab-slider {
    background: var(--mud-palette-info);
}

[b-lf1ncvyw09] .mud-tabs-scroll-button {
    display: none;
}

.border-bottom:not(:last-child)[b-lf1ncvyw09] {
    border-bottom: 1px solid #333333;
    margin-bottom: 2px;
}
   
[b-lf1ncvyw09] .mud-switch {
    margin: 0;
    padding: 0;
}
/* _content/MainFrame/UI/Product/EditProductPage.razor.rz.scp.css */
[b-jc5f95q0rh] .image {
    cursor: pointer;
    min-width: 150px;
}

[b-jc5f95q0rh] .productTypeSelect { max-width: 100%; }

@media (min-width: 600px) {
    [b-jc5f95q0rh] .productTypeSelect { max-width: 250px; }
}

.imageBox[b-jc5f95q0rh] {
    display: flex;
    width: 150px;
    height: 150px;
    border-color: rgb(97 97 108);
    border-radius: 4px;
    border-width: 1px;
    padding: 1px;
}

.checkboxColor[b-jc5f95q0rh] >  div > .mud-list-item-icon {
    color: var(--mud-palette-info)
}

.checkboxColor[b-jc5f95q0rh] >  .mud-selected-item > .mud-list-item-text {
    color: white
}

.imageBox:hover[b-jc5f95q0rh] { border-color: rgb(116, 113, 142); }
