/* /Components/CustomStatusButton.razor.rz.scp.css */
[b-9ohpbg6qfp] .custom-alert-position {
    position: relative;
    left: 20px;
}

[b-9ohpbg6qfp] .custom-mud-icon {
    z-index: 1;
    position: relative;
}

[b-9ohpbg6qfp] .custom-alert {
    height: 1.9rem;
    position: relative;
    top: 3px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    margin: 0;
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 1;
    padding-right: 0 !important;
}

[b-9ohpbg6qfp] #halfcircle {
    height: 31px;
    width: 20px;
    background: #fff;
    border-radius: 100% 100%;
    position: absolute;
    right: -9px;
    top: -1px;
    box-shadow: none;
    z-index: -1;
}
/* /Components/HazardCategory.razor.rz.scp.css */
[b-bv1eq4f0rg] .position-absolute-top-right {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}

[b-bv1eq4f0rg] .position-relative {
    position: relative !important;
}
/* /Components/RejectReasonsDialog.razor.rz.scp.css */
[b-x0i8vqmqjb] .mud-checkbox {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[b-x0i8vqmqjb] .mud-tooltip-root.mud-tooltip-inline {
    display: flex;
}

[b-x0i8vqmqjb] .rejections-list {
    max-height: 50em;
    overflow: auto;
}
/* /Components/SdsButton.razor.rz.scp.css */
.button-container[b-ds0zrih2cz] {
    display: inline-block;
}
[b-ds0zrih2cz] .mud-button {
    border-radius: 20px !important;
    box-shadow: none !important;
}
[b-ds0zrih2cz] [class^="mud-button-icon-"] {
    display: none !important;
}
[b-ds0zrih2cz] .mud-button-filled-primary, .mud-button-filled-default[b-ds0zrih2cz], .icon-button[b-ds0zrih2cz] {
    background-color: #D9F4F9 !important;
    color: #253747 !important;
    border: 1px solid #D9F4F9 !important;
}
[b-ds0zrih2cz] .mud-button-filled-primary:hover, .mud-button-filled-default:hover[b-ds0zrih2cz] {
    background-color: var(--mud-palette-secondary) !important;
    color: white !important;
    border: 1px solid var(--mud-palette-secondary) !important;
}
[b-ds0zrih2cz] .mud-button-filled-primary:focus, .mud-button-filled-default:focus[b-ds0zrih2cz] {
    background-color: var(--mud-palette-secondary) !important;
}
[b-ds0zrih2cz] .mud-button-filled:disabled {
    border: 1px solid var(--mud-palette-secondary) !important;
    background: none !important;
    color: var(--mud-palette-secondary) !important;
}
/* /Components/SdsEdit.razor.rz.scp.css */
[b-4wo88krnu6] .border-customcolor {
    border-color: #b1b1b1;
}

[b-4wo88krnu6] .mud-table-cell {
    padding: 4px 8px; !important;
}

[b-4wo88krnu6] .name-column-width {
    width: 16rem;
}

[b-4wo88krnu6] .concentration-column-width {
    width: 1rem;
}

[b-4wo88krnu6] .column-width {
    width: 9rem;
}

@media (max-width: 1280px) {
    [b-4wo88krnu6] .column-width {
        width: auto;
    }
    [b-4wo88krnu6] .concentration-column-width {
        width: auto;
    }
    [b-4wo88krnu6] .name-column-width {
        width: auto;
    }
}
/* /Components/SdsIconButton.razor.rz.scp.css */
.button-container[b-pi7b7tv4uz] {
    display: inline-block;
}
[b-pi7b7tv4uz] .mud-button {
    border-radius: 20px !important;
    box-shadow: none !important;
}

[b-pi7b7tv4uz] .mud-button-filled-primary, .mud-button-filled-default[b-pi7b7tv4uz], .icon-button[b-pi7b7tv4uz] {
    background-color: #D9F4F9 !important;
    color: #253747 !important;
    border: 1px solid #D9F4F9 !important;
}
[b-pi7b7tv4uz] .mud-button-filled-primary:hover, .mud-button-filled-default:hover[b-pi7b7tv4uz] {
    background-color: var(--mud-palette-secondary) !important;
    color: white !important;
    border: 1px solid var(--mud-palette-secondary) !important;
}
[b-pi7b7tv4uz] .mud-button-filled-primary:focus, .mud-button-filled-default:focus[b-pi7b7tv4uz] {
    background-color: var(--mud-palette-secondary) !important;
}
[b-pi7b7tv4uz] .mud-button-filled:disabled {
    border: 1px solid var(--mud-palette-secondary) !important;
    background: none !important;
    color: var(--mud-palette-secondary) !important;
}
/* /Components/SdsRead.razor.rz.scp.css */
[b-1jj49iimn9] .border-customcolor {
    border-color: #b1b1b1;
}

[b-1jj49iimn9] .mud-table-cell {
    padding: 7px 8px 11px; !important;
}

[b-1jj49iimn9] .name-column-width {
    width: 16rem;
}

[b-1jj49iimn9] .concentration-column-width {
    width: 1rem;
}

[b-1jj49iimn9] .column-width {
    width: 9rem;
}

@media (max-width: 1280px) {
    [b-1jj49iimn9] .column-width {
        width: auto;
    }
    [b-1jj49iimn9] .concentration-column-width {
        width: auto;
    }
    [b-1jj49iimn9] .name-column-width {
        width: auto;
    }
}
/* /Pages/Details.razor.rz.scp.css */
[b-uaa4gxb3td] .status-button-position {
    position: relative;
    top: -4px;
    height: 2.2rem;
}
/* /Pages/Home.razor.rz.scp.css */
[b-4gjrw4bust] .bt-toolbar {
    background-color: #F6F6F4;
    border-radius: var(--mud-default-borderradius);
}
/* /Shared/MainLayout.razor.rz.scp.css */
[b-4yyfpxr7x4] .main-logo:hover {
    opacity: 0.8;
}

[b-4yyfpxr7x4] .top-bar-search label{
    max-width: 296px;
    margin-bottom: 3px;
}

    [b-4yyfpxr7x4] .top-bar-search * {
        --mud-palette-action-default: white;
        --mud-palette-surface: var(--mud-palette-appbar-background);
        color: white !important;
    }

    [b-4yyfpxr7x4] .top-bar-search .mud-input-outlined-border {
        border-radius: 10px !important;
    }

[b-4yyfpxr7x4] .top-bar-search-icon svg {
    height: 32px;
    width: 32px;
}

[b-4yyfpxr7x4] .top-bar-white-icon * {
    fill: white;
}

[b-4yyfpxr7x4] .top-bar-white-icon svg {
    transform: scale(0.85);
}
