header,
body {
    background-color: #0f3223 !important;
}

div[dusk="global-search-component"] {
    display: none !important;
}

h1,
a.link-footer,
div[dusk="content"] button.text-gray-600,
div[dusk="content"] p.text-center,
header .text-gray-600,
header .text-gray-500,
.sidebar-menu .text-gray-600,
.sidebar-menu .text-gray-500 {
    color: white !important;
}

.hover\:\[\&\:not\(\:disabled\)\]\:text-primary-500:not(:disabled):hover,
div[dusk="content"] .link-default:hover {
    color: #aa00ff !important;
}

.hover\:bg-primary-400:hover,
.hover\:\[\&\:not\(\:disabled\)\]\:border-primary-400:not(:disabled):hover {
    border: 0px solid white !important;
    text-decoration: underline;
}

.hover\:bg-gray-200:hover {
    background-color: #aa00ff !important;
}

header {
    border-bottom: 2px solid white;
}

.content .text-gray-500,
.content .text-gray-600,
#nova-ui-dropdown-menu-v-1 .text-gray-500,
#nova-ui-dropdown-menu-v-1 .text-gray-600 {
    color: black !important;
}

.bg-primary-500 {
    background-color: #aa00ff !important;
}
