/* DMCAForce customer shell refresh for FileVault/admin pages. */
body {
  background: #f6f8fb;
  color: #07111f;
}

#app.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#topnav {
  background: #ffffff;
  border-bottom: 1px solid #e6ebf2;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .06) !important;
  min-height: 64px;
}

.navbar-brand {
  align-items: center;
  background: #05070d;
  display: flex;
  min-height: 64px;
  padding-left: 24px;
  padding-right: 24px;
}

.navbar-brand img {
  display: block;
  height: auto;
  max-height: 42px;
  max-width: 190px;
}

#topnav .navbar-text,
#topnav .nav-link {
  color: #07111f;
  font-weight: 700;
}

#topnav .btn-primary {
  background: #ffc400;
  border-color: #d49a00;
  color: #07111f;
}

#mobileNav {
  background: #05070d;
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 10px 12px 14px;
}

#mobileNav .nav-link {
  border-radius: 9px;
  color: #e8edf5 !important;
  display: flex;
  gap: 10px;
  margin: 3px 0;
  padding: 11px 13px;
}

#mobileNav .nav-link.active,
#mobileNav .nav-link:hover {
  background: rgba(255, 196, 0, .16);
  color: #ffffff !important;
}

#mobileNav .dmca-mobile-upload {
  background: #ffc400;
  color: #05070d !important;
  font-weight: 900;
  justify-content: center;
}

.sidebar {
  background: #05070d;
  box-shadow: 10px 0 30px rgba(15, 23, 42, .13);
  padding-top: 4.5rem;
}

.sidebar-sticky {
  height: calc(100vh - 4.5rem);
  padding: 16px 12px 22px;
}

.sidebar .nav-link {
  align-items: center;
  border-radius: 9px;
  color: #e8edf5 !important;
  display: flex;
  font-weight: 800;
  gap: 10px;
  margin: 3px 0;
  min-height: 42px;
  padding: 10px 12px;
}

.sidebar .nav-link svg {
  color: #ffc400;
  flex: 0 0 auto;
  stroke: currentColor;
}

.sidebar .nav-link.active,
.sidebar .nav-link:hover {
  background: rgba(255, 196, 0, .15);
  color: #ffffff !important;
  text-decoration: none;
}

.sidebar .nav-link.active svg,
.sidebar .nav-link:hover svg {
  color: #ffffff;
}

.dmca-nav-action {
  margin: 0 0 14px;
}

.dmca-nav-upload {
  align-items: center;
  background: #ffc400;
  border: 1px solid #d49a00;
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(255, 196, 0, .22);
  color: #05070d !important;
  display: flex;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 46px;
  padding: 11px 14px;
  text-decoration: none;
}

.dmca-nav-upload.active,
.dmca-nav-upload:hover {
  background: #ffd23f;
  color: #05070d !important;
  text-decoration: none;
}

[role=main] {
  background: #f6f8fb;
  min-height: 100vh;
}

@media (min-width: 768px) {
  [role=main] {
    padding-top: 5.25rem;
  }
}
