/* ARCH ColdFront Custom Styles */

/* Hide the upstream Invoice navbar dropdown - billing is now in Admin/Billing Management */
.navbar-nav > li:nth-child(6) {
  display: none !important;
}

/* FilteredSelectMultiple widget - make wider for better readability */
.selector {
  width: 100% !important;
}

.selector select {
  width: 100% !important;
  height: 250px !important;
  min-width: 400px !important;
  font-size: 13px;
}

.selector-available,
.selector-chosen {
  width: 48% !important;
}

/* ToS pending banner */
.tos-pending-banner {
    border-radius: 0;
}

/* ── Right-side footer links (Contact / Privacy / Terms) ──────────────── */
.arch-footer-links {
    margin: 0;
}
.arch-footer-links a {
    text-decoration: none;
}
.arch-footer-links a:hover {
    text-decoration: underline;
}
/* Light themes (default + light_sidebar): white on blue bg-primary */
.arch-footer-links-light a,
.footer.bg-primary .arch-footer-links a {
    color: #fff;
}
.arch-footer-links-light a:hover,
.footer.bg-primary .arch-footer-links a:hover {
    color: #dce9ff;
}
/* base_light_sidebar: smaller type to match surrounding copyright line */
.arch-footer-links-light {
    font-size: 0.72rem;
    margin-top: 0.1rem !important;
}
/* Dark theme (black_dashboard): muted white on dark bg */
.arch-footer-links-dark {
    font-size: 0.72rem;
    margin-top: 0.15rem;
}
.arch-footer-links-dark a {
    color: rgba(255, 255, 255, 0.75);
}
.arch-footer-links-dark a:hover {
    color: rgba(255, 255, 255, 1);
}
