/* _content/DocksApp.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-c2bypm80n1] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-c2bypm80n1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/DocksApp.Web/Components/Pages/AddEditPort.razor.rz.scp.css */
.mud-drawer-gray-background[b-b51r50d6gz] {
    background-color: #f5f5f5;
}

.form-card-white-background[b-b51r50d6gz] {
    background-color: #ffffff;
}

.mud-button-square[b-b51r50d6gz] {
    width: 43px;
    height: 43px;
    border: 1px solid var(--mud-palette-primary);
    border-radius: 4px;
}
/* _content/DocksApp.Web/Components/Pages/PortsView.razor.rz.scp.css */
.disabled-row[b-za200kr929] {
    background-color: #f5f5f5 !important;
    color: #a0a0a0 !important;
    opacity: 0.5 !important;
}

h3[b-za200kr929] {
    font-weight: 500 !important;
}

tr:hover .edit-button[b-za200kr929] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.edit-button-column-fixed[b-za200kr929] {
    width: 100px;
}

.cursor-pointer[b-za200kr929] {
    cursor: pointer;
}
/* _content/DocksApp.Web/Components/Parts/AgentDetails/AddEditAgent.razor.rz.scp.css */
/* _content/DocksApp.Web/Components/Parts/ShipDetails/EditShipDrawer.razor.rz.scp.css */
/* _content/DocksApp.Web/Components/Parts/Users/EditUserDrawer.razor.rz.scp.css */
