:root {
  --primary: rgb(236, 29, 36, 1);
  --primary-dark: rgb(181, 20, 25);
  --primary-70: rgba(236, 29, 36, 0.7);
  --primary-50: rgba(236, 29, 36, 0.5);
  --primary-30: rgba(236, 29, 36, 0.3);
  --primary-10: rgba(236, 29, 36, 0.1);
  --logo: #db1318;
  --sidebar-icon: rgb(236, 29, 36);
}
.h-header {
    background-color: #db1318 !important;
}
.h-header span.text-90 {
    color: #fff;
}
.h-header .rounded svg path {
    fill: #fff;
}
.bg-grad-sidebar {
  background-color: #222;
  background-image: none;
}

.header-logo {
  width: 150px;
  margin: 0 auto;
}

.no-underline.dim.font-bold.text-90.mr-6 {
  display: none;
}

/*label.flex.items-center.select-none {*/
/*    display: none;*/
/*}*/

.multiselect__content {
    position: relative; !important;
}

.bg-40.text-black.h-full {
    background-color: #db1318 !important;
}

.second-toolbar #logo {
    display: none;
}

.trix-button.trix-button--icon.trix-button--icon-attach,
.trix-button-group-spacer, .trix-button-group--file-tools,
#nova > div > div.content > div.px-view.py-view.mx-auto > div.relative > form > div.card.overflow-hidden.mb-8 > div > div.py-6.px-8.w-1\/2 > div > label {
  display: none !important;
}
