html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0;
}

.table.compact-rows > :not(caption) > * > * {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.dual-date {
  line-height: 1.05;
}

.dual-date-ad {
  font-size: 0.75rem;
}

.app-layout {
  display: flex;
  min-height: 100vh;
}

.app-sidebar {
  width: 250px;
  flex: 0 0 250px;
  background: #1f2937;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 1rem 0.75rem;
}

.app-brand {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  margin: 0 0.5rem 1rem;
}

.app-brand:hover {
  color: #fff;
}

.app-nav {
  gap: 0.2rem;
}

.app-nav-link {
  color: rgba(255, 255, 255, 0.88);
  border-radius: 0.35rem;
  padding: 0.45rem 0.6rem;
}

.app-nav-link:hover,
.app-nav-link:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.app-nav-link.active {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.app-sidebar-user {
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 0.75rem;
  font-size: 0.92rem;
}

.app-content {
  flex: 1;
  min-width: 0;
  background: #f8f9fa;
}

@media (max-width: 991.98px) {
  .app-layout {
    display: block;
  }

  .app-sidebar {
    width: 100%;
    flex-basis: auto;
  }
}
