/**
 * Delivery Pro — overrides sobre Sneat Bootstrap Admin
 */
:root {
  --dp-brand: #1F6F8B;
  --dp-brand-dark: #0C2A3E;
}

.app-brand-text.demo {
  font-size: 1.25rem;
}

.layout-menu .menu-link.active,
.layout-menu .menu-item.active > .menu-link {
  background-color: rgba(31, 111, 139, 0.12);
  color: var(--dp-brand-dark);
}

.layout-menu.menu-vertical .menu-inner > .menu-item {
  position: relative;
}

.layout-menu.menu-vertical .menu-inner > .menu-item.active:not(.open) > .menu-link:not(.menu-toggle)::before {
  inset-inline-start: 1.65rem;
}

.layout-menu.menu-vertical .menu-item .menu-link > div.menu-text-wrap {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.btn-primary {
  background-color: var(--dp-brand);
  border-color: var(--dp-brand);
}

.btn-primary:hover {
  background-color: var(--dp-brand-dark);
  border-color: var(--dp-brand-dark);
}

.layout-menu .menu-link .menu-text-wrap {
  white-space: normal;
  line-height: 1.35;
}

.layout-menu .menu-link {
  height: auto;
  min-height: 2.375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.detail-modal {
  position: fixed;
  inset: 0;
  background: rgba(12, 42, 62, 0.65);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1090;
  padding: 1rem;
}

.detail-modal .modal-content {
  background: #fff;
  border-radius: 0.5rem;
  width: min(1600px, 98vw);
  max-height: 95vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.25);
}

.detail-modal .modal-header {
  background: linear-gradient(135deg, var(--dp-brand-dark) 0%, var(--dp-brand) 100%);
  color: #fff;
  padding: 1.25rem 1.5rem;
}

.detail-modal .modal-body {
  background: #f8fafc;
  overflow-y: auto;
}
