ins[data-ad-status="unfilled"] {
    /* display: none!important; */
    /* background-color: lightcoral; */
}

.navbar-brand {
    color: rgba(255, 255, 255, 0.9) !important;
}

.god-cover {
    background-size: cover;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 1);
    padding-top: 15rem !important;
}

.button-indicator {
    position: absolute;
    right: -4px;
    top: -12px;
    font-size: 11px;
    padding: 1px 6px;
}

.item-container {
    margin-left: 3px;
    height: 5.5rem;
    width: 5.5rem;
}

.first-item-container {
    margin-left: 0 !important;
}

.item {
    height: 5.5rem;
    width: 5.5rem;
}

.role {
    height: 5.5rem;
    width: 5.5rem;
}

.enemy-icon {
    height: 3rem;
    width: 3rem;
    margin-left: 2px;
}

@media only screen and (min-width: 768px) {
    .enemy-icon {
        height: 3.5rem;
        width: 3.5rem;
    }
}

#search-box {
    font-size: max(100%, 16px);
}

.search-result {
    margin: 0;
    padding: 5px;
    display: block;
}

.dropdown-menu {
    width: max-content !important;
    max-width: min(75vw, 350px) !important;

    /* Remove Halfmoon dropdown animation */
    -webkit-transition: none !important;
    transition: none !important;
}

.small-dropdown {
    font-size: 11px;
    min-width: 0;
}

.dropdown-content {
    font-size: 1rem !important;
}

/* Make arrow on dropdown same color as background */
.tooltip-dropdown::after {
    border-top-color: #25282c !important;
    border-bottom-color: #25282c !important;
}

.mode-dropdown::after {
    border-top-color: #191c20 !important;
    border-bottom-color: #191c20 !important;
}

.player-name-container {
    width: 16rem;
}

.active-page-button {
    color: rgba(255, 255, 255, 0.8) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    background-image: none !important;
    border-color: rgba(255, 255, 255, 0.025) transparent transparent !important;
}

.filter-item-container {
    padding: 10px;
}

.filter-item {
    padding: 0;
}

#ad-top-banner {
    min-height: 280px !important;
    max-height: 280px !important;
}

#news {
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 40;
    width: 90%;
}

#search-results {
    top: 100%;
}

#no-builds {
    margin-top: 40px;
}

#reached-end {
    margin-top: 30px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}

@media only screen and (min-width: 768px) {
    .h-md-75 {
        height: 7.5rem !important;
    }
    .w-md-75 {
        width: 7.5rem !important;
    }
}
