body {
    background-color: #eaeaea;
    font-family: 'Inter', 'Heebo', 'Open Sans', sans-serif;
    font-size: 14px;
}

.main-navbar {
    background: #222 !important;
}

.main-navbar .nav-link {
    color: white;
    text-transform: uppercase;
}

.main-navbar .dropdown-menu {
    border: none;
    background: #222 !important;
    color: white;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    border-bottom: 4px solid #111;
}

.main-navbar .dropdown-menu .dropdown-item {
    color: white;
    padding: 8px 20px;
    font-size: 14px;
}

.main-navbar .dropdown-menu .dropdown-item:hover, .main-navbar .dropdown-menu .dropdown-item:active, .main-navbar .dropdown-menu .dropdown-item:focus {
    background: #111 !important;
    color: white !important;
}

.rankBadge {
    font-family: sans-serif;
}

a {
    font-weight: bold;
    text-decoration: none;
}

/* Custom Styling */

:root {
    --executive: #d32f2f;
    --legislative: #f0ad4e;
    --judicial: #4daf59;
    --ss: #1e88e5;
    --executive-transparent: #d32f2fcc;
    --legislative-transparent: #f0ad4ecc;
    --judicial-transparent: #4daf59cc;
    --ss-transparent: #1e88e5cc;
}

.bg-eop {
    background: var(--executive) !important;
}

.bg-executive {
    background: var(--executive) !important;
}

.bg-legislative {
    background: var(--legislative) !important;
}

.bg-judicial {
    background: var(--judicial) !important;
}

.bg-ss {
    background: var(--ss) !important;
}

.text-executive {
    color: var(--executive);
}

.text-legislative {
    color: var(--legislative);
}

.text-judicial {
    color: var(--judicial);
}

.text-ss {
    color: var(--ss);
}

.title-eop, .title-executive {
    color: var(--executive);
    border-bottom: 2px solid var(--executive)
}

.title-legislative {
    color: var(--legislative);
    border-bottom: 2px solid var(--legislative)
}

.title-judicial {
    color: var(--judicial);
    border-bottom: 2px solid var(--judicial)
}

.title-ss {
    color: var(--ss);
    border-bottom: 2px solid var(--ss)
}

.title-primary {
    color: var(--bs-primary);
    border-bottom: 2px solid var(--bs-primary)
}

.title-danger {
    color: var(--bs-danger);
    border-bottom: 2px solid var(--bs-danger);
}

.banner-executive {
    background-image: linear-gradient(var(--executive-transparent), var(--executive-transparent)), url('/assets/images/Banners/Executive.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-judicial {
    background-image: linear-gradient(var(--judicial-transparent), var(--judicial-transparent)), url('/assets/images/Banners/Judicial.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-legislative {
    background-image: linear-gradient(var(--legislative-transparent), var(--legislative-transparent)), url('/assets/images/Banners/Legislative.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-ss {
    background-image: linear-gradient(var(--ss-transparent), var(--ss-transparent)), url('/assets/images/Banners/SS.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.userDisplay {
    padding-right: 75px;
    background-repeat: no-repeat;
    background-position: right -15px top -15px;
    background-size: 100px;
    border: 0;
    min-height: 100px;
}
