:root {
    --dxds-color-primary: #087f72;
}

.dx-grid-shell {
    margin-top: 12px;
    overflow: hidden;
    border: 1px solid #dce3e6;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgb(22 61 76 / 5%);
}

.employee-grid {
    border: 0;
}

.employee-actions {
    justify-content: flex-end;
}

.grid-hint {
    margin-right: auto;
    color: #667780;
    font-size: 13px;
}

.dxbs-grid .dxbs-data-row:has(td:nth-child(2):is([title*="Uten bedrift"])) {
    background: #fff9e9;
}

@media (max-width: 700px) {
    .grid-hint {
        flex-basis: 100%;
    }
}
