:root {
    --primary: rgba(255, 117, 110, 1);
    --primary-dark: rgba(255, 117, 110, 1);
    --primary-70: rgba(255, 117, 110, 0.7);
    --primary-50: rgba(255, 117, 110, 0.5);
    --primary-30: rgba(255, 117, 110, 0.3);
    --primary-10: rgba(255, 117, 110, 0.1);
    --logo: #fff;
    --sidebar-icon: rgba(255, 117, 110, 1);
}
.sidemenu {
    margin-top: -5px !important;
}

#trix-toolbar-1 > div.trix-button-row > span.trix-button-group.trix-button-group--file-tools {
    display: none;
}

.w-sidebar h3 svg, button[dusk='update-and-continue-editing-button'], button[dusk='create-and-add-another-button'], button[dusk='attach-and-attach-another-button'] {
    display: none !important;
}

.h-header {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.h-header > a {
    display: none;
}

label[dusk='employees-with-trashed-checkbox'] {
    display: none !important;
}
