/* theme */

div.flex.flex-row.flex-grow.pl-0\.5.pr-1.py-0\.5.rounded-md.w-full,
div.flex.flex-grow.min-w-1,
div.flex.flex-row.w-full.justify-between.pt-0\.5.truncate{
    display: none !important;
}

a[target="_blank"],
button[data-testid="nc-sidebar-search-btn"]{
    display: none !important;
}

/* .nc-button.ant-btn-primary{
    background-color:rgb(32, 182, 19);
} */

/* .nc-button.ant-btn-primary:hover{
    background-color:rgb(22, 180, 8);
} */

/* :root{
    --ant-primary-color: rgb(32, 182, 19) !important;
    --ant-primary-color-hover: rgb(32, 182, 19) !important;
    --ant-primary-color-active: rgb(32, 182, 19) !important;
} */