:root {
    --primary: rgb(95, 109, 199);
    --primary-menu-bg: rgb(95, 109, 199);
    --primary-menu-bg-2: #3c4655;
    --primary-menu-bg-3: rgb(63, 81, 193);
    --primary-dark: rgb(63, 81, 193);
    --primary-70: rgba(95, 109, 199, 0.7);
    --primary-50: rgba(95, 109, 199, 0.5);
    --primary-30: rgba(95, 109, 199, 0.3);
    --primary-10: rgba(95, 109, 199, 0.1);
    --logo: rgb(63, 81, 193);
    --sidebar-icon: #fff;
}

.bg-grad-sidebar {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(var(--primary-menu-bg)),
        to(var(--primary-menu-bg-2))
    );

    background-image: linear-gradient(
        0deg,
        var(--primary-menu-bg),
        var(--primary-menu-bg-3)
    );
}


/* Details page */
div[dusk="print-queues-detail-component"] button[dusk="open-delete-modal-button"],
    /* Index page next to each row */
div[dusk="print-queues-index-component"] button[dusk$="-delete-button"],
    /* Index page after checking boxes */
div[dusk="print-queues-index-component"] div[dusk="delete-menu"] {
    display: none !important;
}
div[dusk="print-queues-index-component"] a[dusk$="-edit-button"]{
    display: none !important;
}
div[dusk="print-queues-index-component"] a[dusk$="-view-button"]{
    display: none !important;
}
label[dusk="select-all-matching-button"]{
    display: none !important;
}
