:root {
    --primary: #4099de;
    --primary-dark: #297ec0;
    --primary-70: rgba(64, 153, 222, 0.7);
    --primary-50: rgba(64, 153, 222, 0.5);
    --primary-30: rgba(64, 153, 222, 0.3);
    --primary-10: rgba(64, 153, 222, 0.1);
    --logo: #252d37;
    --sidebar-icon: #b3c1d1;
}

.bg-grad-sidebar {
    background: #2c5282;
}

.st0 {
    fill: none;
}

.bg-grad-sidebar .st1 {
    fill: #fff;
}

.bg-grad-sidebar .st2 {
    fill: #fff;
}

button[dusk='update-and-continue-editing-button'], button[dusk='create-and-add-another-button'] {
    display: none;
}

div[dusk="orders-index-component"] a[dusk="create-button"] {
    display: none;
}