.mud-table-cell.client-color {
    width: 2px;
    padding-inline-start: 1px !important;
    padding-inline-end: 2px !important;
}

.mud-input-no-margin {
    margin-top: 0;
}

.mud-input-no-margin .mud-input {
    margin-top: 0 !important;
}

.mud-select-no-margin {
    margin-top: 0 !important;
}

.mud-select-no-margin .mud-input {
    margin-top: 0 !important;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.diagram-container {
    width: 100%;
    height: 600px;
    border: 1px solid black; /* Just visual */
}

.mud-table-head .header-centered th {
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
}

.mud-table-root .mud-table-head .mud-table-cell.custom-header {
    color: var(--mud-palette-info);
    font-weight: bold;
    /*text-align: center;*/
}

