header .hidden.lg\:w-60.shrink-0.md\:flex.items-center {
    background: #87212D;
    height: 100px;
}

header img.image-logo.h-10 {
    height: 3.5rem;
}


.hidden.lg\:block.lg\:absolute.left-0.bottom-0.lg\:top-\[56px\].lg\:bottom-auto.w-60.px-3.py-8 {
    background: #87212D;
}

.sidebar-menu button,
.sidebar-menu a {
    color: white;
}

.sidebar-menu .inline-block.shrink-0.w-6.h-6 svg {
    width: 30px;
    height: 30px;
    position: relative;
    top: -4px;
    left: -3px;
}


.hover\:bg-gray-200:hover {
    background-color: rgba(var(--colors-blue-800));
}


.icon-action-toolbar :is(.text-gray-500) {
    background-color: #87212D;
    display: flex;
    margin: 5px;
    color: white !important;
    padding: 6px 10px;
    justify-items: center;
    align-items: center;
    border-radius: 8px;
}

.icon-action-toolbar :is(.text-gray-500):hover {
    background-color: #681824 !important;
}

#nova-ui-dropdown-button-5 {
    display: flex;
    top: 12px;
    position: relative;
}