*[data-theme-key="navbar"] {
    background-color: #000 !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: #000 !important;
    border: 1px solid #000 !important;
}

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

.nav-item.active {
    border-bottom: 2px solid #000000 !important;
}
@media only screen and (max-width: 992px) {
    *[data-theme-key="navbar-image"] {
        width: 90px;
        object-fit: cover;
        object-position: left bottom;
    }
}

@media only screen and (min-width: 768px) {

    /* Number */

    *[data-theme-key="dashboard-grid"] div *[data-theme-key="grid-column:index=[0];"] {

        max-width: 120px !important;

    }

    /* Category Name */

    *[data-theme-key="dashboard-grid"] div *[data-theme-key="grid-column:index=[1];"] {

        width: 700px !important;

    }

    *[data-theme-key="dashboard-grid"] div *[data-theme-key="grid-column:index=[3];"] {

        width: 60px !important;

    }

    /* button */

    *[data-theme-key="dashboard-grid"] div *[data-theme-key="grid-column:index=[3];"] div {

        width: 100% !important;

    }


/* OLD/DEPRECATED - Hide 'Category Number' column dashboard page */
*[data-theme-key="dashboard-grid"] tr td:first-child, *[data-theme-key="dashboard-grid"] tr th:first-child { display: none !important; }

/* Hide 'Category Number' column from dashboard page. */
*[data-theme-key="dashboard-grid"] *[data-theme-key^="grid-column"][data-theme-key*="index=[0]"] { display: none !important; } 

/* Customize look of entrant card for Tile view */
/* .entrant-card .card .main-image {
    margin-left: auto !important;
    margin-right: auto !important;
    height: 190px !important;
    width: 190px !important;
    object-fit: contain!important;
    background-color: black !important;
    border-radius: 5px !important
}*/

/*[data-theme-key^="entrant-details-button"][data-theme-key*="Image=[1]"] {
  display: none !important;
}/

/*REMOVE BEFORE BALLOTING*
*[data-theme-key*="vote-button-create"], *[data-theme-key*="voting-totals"], *[data-theme-key*="grid-column:index=[2]"]{
  display: none !important;
}/

/* FOR METADATA SORT - DANGEROUS - WILL HIDE THE FIRST PEICE OF METADATA INSIDE THE ENTRANT DETAILS MODAL, REGARDLESS OF WHAT IT IS */
dl[data-theme-key="entrant-details-metadata-list"] > div:nth-child(1) > dd > span {
    display: none !important;
}

/* Hide My Submit Votes Button */
*[data-theme-key="voting-panel-submitvotes"] {
    display: none !important;
}
