.logo-img {
  image-rendering: -webkit-optimize-contrast;
}

.shipnet-navbar {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  min-width: 600px;
  max-width: 900px;
  height: 48px;
  z-index: 3000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(210, 215, 220, 0.85);
  border-radius: 14px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}


.shipnet-brand-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shipnet-logo {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #1f2937;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.shipnet-brand {
  font-size: 18px;
  font-weight: 800;
  color: #111827;
  margin-right: 10px;
}

.shipnet-menu {
  position: relative;
  margin-right: auto;
  margin-left: 8px;
}

.shipnet-menu-btn {
  border: 1px solid #d1d5db;
  background: #f9fafb;
  color: #111827;
  padding: 7px 12px;
  border-radius: 9px;
  cursor: pointer;
  font-weight: 600;
}

.shipnet-menu-btn:hover {
  background: #eef2f7;
}

.shipnet-dropdown {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  min-width: 210px;
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
  overflow: hidden;
}

.shipnet-dropdown.show {
  display: block;
}

.shipnet-dropdown a {
  display: block;
  padding: 11px 14px;
  color: #111827;
  text-decoration: none;
  font-size: 14px;
}

.shipnet-dropdown a:hover {
  background: #f3f4f6;
}

.shipnet-submenu {
  position: relative;
}

.shipnet-submenu-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px;
  border: 0;
  background: white;
  color: #111827;
  font: inherit;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.shipnet-submenu-btn:hover {
  background: #f3f4f6;
}

.shipnet-submenu-panel {
  display: none;
  position: static;
  min-width: 0;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: none;
  overflow: hidden;
}

.shipnet-submenu:hover .shipnet-submenu-panel,
.shipnet-submenu-panel.show {
  display: block;
}

.shipnet-submenu-panel a {
  padding-left: 28px;
}

.shipnet-dropdown-separator {
  height: 1px;
  background: #e5e7eb;
  margin: 4px 0;
}

.shipnet-status {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #374151;
  font-size: 13px;
  white-space: nowrap;
}

.shipnet-status strong {
  color: #111827;
}

.shipnet-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34,197,94,0.8);
}

.dummy-page {
  padding: 82px 30px 30px 30px;
  font-family: Arial, sans-serif;
}

.dummy-page table {
  border-collapse: collapse;
  width: 100%;
  max-width: 900px;
  background: white;
}

.dummy-page th {
  background: #f3f4f6;
}

.dummy-page th,
.dummy-page td {
  border: 1px solid #d1d5db;
  padding: 10px;
  text-align: left;
}

.shipnet-navbar {
  justify-content: flex-start !important;
}

.shipnet-brand-wrap {
  flex: 0 0 auto !important;
}

.shipnet-menu {
  flex: 0 0 auto !important;
  margin-left: 12px !important;
  margin-right: auto !important;
}

.shipnet-status {
  flex: 0 0 auto !important;
}

.shipnet-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.shipnet-brand-wrap {
  text-decoration: none;
  color: inherit;
}

.shipnet-menu {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.shipnet-navbar {
  justify-content: space-between !important;
}
