*[data-theme-key="navbar"] {
    background-color: #080809 !important;
}

*[data-theme-key="navbar-branding"] {
    height: 130px !important;
}

*[data-theme-key="navbar-image"] {
    height: 90px !important;
}

*[data-content-key="alj1"] {
    display: none !important;
}

.btn-primary {
    background-color: #080809 !important;
    border: 1px solid #080809 !important;
}

.btn-primary:hover {
    background-color: #363636 !important;
    border: 1px solid #363636 !important;
}

.nav-item.active {
    border-bottom: 2px solid #080809 !important;
}

#layout > div > div > div > div.row > div.col-xl-8 > div > div > div:nth-child(2) > div > div:nth-child(even) .entrant-card .card {
background-color: #f7fafc !important;
}

/*ROUND 1 ONLY - FOR NON-VOTING CATEGORY GROUPS - Enable this css and create an entry for these 2 categories to show up, the css below hides the voting/view for that category*/ /*
*[data-theme-key="dashboard-category-group-list:name=[Arreglos]"] *[data-theme-key="dashboard-grid"],
*[data-theme-key="dashboard-category-group-list:name=[Diseño de Empaque]"] *[data-theme-key="dashboard-grid"],
*[data-theme-key="dashboard-category-group-list:name=[Arranjos]"] *[data-theme-key="dashboard-grid"],
*[data-theme-key="dashboard-category-group-list:name=[Projeto Gráfico]"] *[data-theme-key="dashboard-grid"],
*[data-theme-key="dashboard-category-group-list:name=[Recording Package]"] *[data-theme-key="dashboard-grid"],
*[data-theme-key="dashboard-category-group-list:name=[Arranging]"] *[data-theme-key="dashboard-grid"] {
   display: none !important;
}*/