:root {
  --zt-shell-bg: #f4f7fb;
  --zt-shell-surface: #ffffff;
  --zt-shell-surface-muted: #f8fbff;
  --zt-shell-border: #dbe5f0;
  --zt-shell-border-strong: #c5d3e3;
  --zt-shell-text: #17324d;
  --zt-shell-text-muted: #647a90;
  --zt-shell-primary: #1b4f9c;
  --zt-shell-primary-strong: #113a76;
  --zt-shell-accent: #f4b94a;
  --zt-shell-success: #198754;
  --zt-shell-danger: #dc3545;
  --zt-shell-shadow: 0 20px 45px rgba(18, 47, 94, 0.08);
  --zt-shell-sidebar-width: 236px;
  --zt-shell-header-height: 70px;
  --zt-shell-subnav-height: 48px;
  --zt-shell-notice-height: 42px;
}

body.zt-app-shell {
  background: var(--zt-shell-bg);
  color: var(--zt-shell-text);
}

body.zt-app-shell #printarea,
body.zt-app-shell .body_all_details {
  min-height: 100vh;
}

body.zt-app-shell .header {
  height: var(--zt-shell-header-height);
  background:
    linear-gradient(135deg, rgba(27, 79, 156, 0.05), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);
  border-bottom: 1px solid var(--zt-shell-border);
  box-shadow: 0 8px 28px rgba(18, 47, 94, 0.08);
  z-index: 1105;
  overflow: visible;
}

body.zt-app-shell .zt-subscription-notice-shell {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1110;
  min-height: var(--zt-shell-notice-height);
  padding: 0.45rem 1rem;
  border-bottom: 1px solid var(--zt-shell-border);
  box-shadow: 0 6px 18px rgba(18, 47, 94, 0.05);
}

body.zt-app-shell .zt-subscription-notice-shell.zt-subscription-notice--info {
  background: #eef6ff;
  color: #123a67;
}

body.zt-app-shell .zt-subscription-notice-shell.zt-subscription-notice--warning {
  background: #fff7df;
  color: #6d4b00;
}

body.zt-app-shell .zt-subscription-notice-shell.zt-subscription-notice--danger {
  background: #fdeced;
  color: #7d1f2a;
}

body.zt-app-shell .zt-subscription-notice-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(var(--zt-shell-notice-height) - 0.9rem);
  padding-inline: 1rem 9rem;
}

body.zt-app-shell .zt-subscription-notice-copy {
  display: inline-block;
  max-width: 100%;
  font-size: 0.9rem;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

body.zt-app-shell .zt-subscription-notice-title {
  font-weight: 700;
  margin-right: 0.45rem;
}

body.zt-app-shell .zt-subscription-notice-message {
  font-weight: 500;
}

body.zt-app-shell .zt-subscription-notice-cta {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  flex: 0 0 auto;
}

body.zt-app-shell .zt-subscription-notice-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0.2rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(18, 50, 77, 0.14);
  color: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

body.zt-app-shell .zt-subscription-notice-link:hover,
body.zt-app-shell .zt-subscription-notice-link:focus {
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
}

body.zt-app-shell .brand-logo {
  min-width: var(--zt-shell-sidebar-width);
  padding-inline: 1rem;
  border-right: 1px solid var(--zt-shell-border);
  background: #fff;
  flex: 0 1 var(--zt-shell-sidebar-width);
  min-height: var(--zt-shell-header-height);
  overflow: hidden;
}

body.zt-app-shell.zt-shell-has-notice .header {
  top: var(--zt-shell-notice-height);
}

body.zt-app-shell .brand-logo > a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-width: 0;
}

body.zt-app-shell img.main-logo {
  height: 42px;
  max-width: 100%;
  width: auto;
  margin-top: 0;
  padding-left: 0;
}

body.zt-app-shell .navbar-header {
  padding-right: 0.75rem;
  flex: 0 0 auto;
  min-width: 0;
  position: relative;
  z-index: 1120;
}

body.zt-app-shell .axis-nav {
  gap: 0.15rem;
  position: relative;
  z-index: 1120;
}

body.zt-app-shell .axis-nav > li.header-notification,
body.zt-app-shell .axis-nav > li.profile-menu,
body.zt-app-shell .axis-nav > li.logout-menu {
  float: none;
  height: var(--zt-shell-header-height);
  line-height: normal;
  border-left: 0;
}

body.zt-app-shell .axis-nav > li > a {
  min-width: 42px;
  width: 42px;
  height: 42px;
  margin: 14px 0;
  border-radius: 12px;
  background: transparent;
  color: var(--zt-shell-primary-strong);
  transition: all 0.2s ease;
  padding-inline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
}

body.zt-app-shell .axis-nav > li > a.dropdown-toggle::after {
  display: none !important;
  margin: 0 !important;
  content: none !important;
}

body.zt-app-shell .axis-nav > li.grey > a,
body.zt-app-shell .axis-nav > li.purple > a,
body.zt-app-shell .axis-nav > li.light-blue > a,
body.zt-app-shell .axis-nav > li.logout-menu > a {
  background: rgba(27, 79, 156, 0.08) !important;
  color: var(--zt-shell-primary-strong) !important;
  border: 1px solid rgba(27, 79, 156, 0.12);
}

body.zt-app-shell .axis-nav > li > a:hover,
body.zt-app-shell .axis-nav > li > a:focus,
body.zt-app-shell .axis-nav > li.show > a {
  background: rgba(27, 79, 156, 0.15) !important;
  color: var(--zt-shell-primary-strong) !important;
  border-color: rgba(27, 79, 156, 0.18);
}

body.zt-app-shell .axis-nav > li.profile-menu {
  width: auto;
  min-width: 168px;
}

body.zt-app-shell .axis-nav > li.profile-menu > a {
  width: auto;
  min-width: 152px;
  padding-inline: 0.6rem 0.75rem;
  background: linear-gradient(180deg, #1c4d97 0%, #143c78 100%);
  color: #fff;
  justify-content: flex-start;
}

body.zt-app-shell .axis-nav > li.profile-menu > a:hover,
body.zt-app-shell .axis-nav > li.profile-menu > a:focus,
body.zt-app-shell .axis-nav > li.profile-menu.show > a {
  background: linear-gradient(180deg, #2159af 0%, #174384 100%);
  color: #fff;
}

body.zt-app-shell .axis-nav > li.profile-menu .user-info {
  max-width: 92px;
  top: 0;
}

body.zt-app-shell .axis-nav .nav-user-photo {
  width: 30px;
  height: 30px;
  object-fit: cover;
  margin: 0 0.45rem 0 0;
}

body.zt-app-shell .axis-nav > li.logout-menu > a {
  color: var(--zt-shell-danger);
}

body.zt-app-shell .axis-nav > li.logout-menu > a:hover,
body.zt-app-shell .axis-nav > li.logout-menu > a:focus {
  background: rgba(220, 53, 69, 0.12);
  color: #b42635;
}

body.zt-app-shell .axis-nav > li > a > .axis-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: inherit !important;
}

body.zt-app-shell .axis-nav > li > a > .fa,
body.zt-app-shell .axis-nav > li > a > .fas,
body.zt-app-shell .axis-nav > li > a > .far,
body.zt-app-shell .axis-nav > li > a > .fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

body.zt-app-shell .axis-nav > li > a > .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  left: auto;
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 0.28rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #fff;
  box-shadow: 0 6px 14px rgba(220, 53, 69, 0.25);
}

body.zt-app-shell .dropdown-menu.dropdown-close {
  top: calc(100% - 8px);
  left: auto;
  right: 0;
  border: 1px solid var(--zt-shell-border);
  border-radius: 18px !important;
  box-shadow: var(--zt-shell-shadow);
  z-index: 1130 !important;
}

body.zt-app-shell .dropdown-menu.dropdown-caret::before,
body.zt-app-shell .dropdown-menu.dropdown-caret::after {
  left: auto !important;
  right: 20px !important;
}

body.zt-app-shell .dropdown-menu.dropdown-caret::before {
  border-bottom: 7px solid rgba(219, 229, 240, 1) !important;
  border-left: 7px solid transparent !important;
  border-right: 7px solid transparent !important;
  top: -7px !important;
}

body.zt-app-shell .dropdown-menu.dropdown-caret::after {
  border-bottom: 6px solid #fff !important;
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  top: -6px !important;
}

body.zt-app-shell .user-menu.dropdown-menu {
  min-width: 14rem;
}

body.zt-app-shell .user-menu.dropdown-menu.dropdown-caret::after {
  left: auto;
  right: 26px;
}

body.zt-app-shell .user-menu.dropdown-menu.dropdown-caret::before,
body.zt-app-shell .user-menu.dropdown-menu.dropdown-caret::after {
  right: 28px !important;
}

body.zt-app-shell .dropdown-navbar {
  width: 320px;
  background: var(--zt-shell-surface);
  overflow: hidden;
}

body.zt-app-shell .dropdown-navbar > li {
  padding: 0 1rem;
}

body.zt-app-shell .dropdown-navbar > li > a,
body.zt-app-shell .user-menu > li > a {
  font-size: 0.875rem;
  border-radius: 12px;
}

body.zt-app-shell .dropdown-navbar > li.dropdown-content {
  max-height: min(19rem, calc(100vh - 11rem));
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.35rem;
  -webkit-overflow-scrolling: touch;
}

body.zt-app-shell .zt-table-responsive-auto {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

body.zt-app-shell .zt-table-responsive-auto > table {
  margin-bottom: 0;
}

body.zt-app-shell .dropdown-navbar > li.dropdown-content > ul {
  margin: 0;
  padding-bottom: 0.35rem;
}

body.zt-app-shell .modal-backdrop {
  z-index: 1990 !important;
}

body.zt-app-shell .modal {
  z-index: 2000 !important;
}

body.zt-app-shell #check_session,
body.zt-app-shell #check_multi_session {
  z-index: 2005 !important;
}

body.zt-app-shell.zt-shell-has-notice .wrapper {
  margin-top: calc(var(--zt-shell-notice-height) + var(--zt-shell-header-height) + var(--zt-shell-subnav-height));
  min-height: calc(100vh - var(--zt-shell-notice-height) - var(--zt-shell-header-height));
  display: block !important;
  width: 100%;
  position: relative;
}

body.zt-app-shell.zt-shell-has-notice #sidebar {
  top: calc(var(--zt-shell-notice-height) + var(--zt-shell-header-height));
  width: var(--zt-shell-sidebar-width);
  min-width: var(--zt-shell-sidebar-width);
  max-width: var(--zt-shell-sidebar-width);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.82)),
    linear-gradient(180deg, #f8f9fa 0%, #f2f6fb 100%);
  border-right: 1px solid var(--zt-shell-border);
  box-shadow: 12px 0 30px rgba(18, 47, 94, 0.06);
  height: calc(100vh - var(--zt-shell-notice-height) - var(--zt-shell-header-height));
  overflow: visible;
  display: flex;
  flex-direction: column;
  z-index: 1095;
}

body.zt-app-shell #sidebar .sidebar-header {
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 0.75rem;
  background: rgba(251, 253, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--zt-shell-border);
}

body.zt-app-shell .zt-sidebar-close {
  display: none;
}

body.zt-app-shell #sidebar .sidebar-header .sidebar-dropdown,
body.zt-app-shell #sidebar .sidebar-header .dropdown {
  position: relative;
}

body.zt-app-shell #sidebar .sidebar-header .btn {
  min-width: 36px;
  min-height: 36px;
  border-radius: 11px;
  border-color: var(--zt-shell-border-strong);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(18, 47, 94, 0.06);
}

body.zt-app-shell #sidebar .sidebar-header .btn:hover,
body.zt-app-shell #sidebar .sidebar-header .btn:focus {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: var(--zt-shell-primary) !important;
  color: var(--zt-shell-primary-strong) !important;
  box-shadow: 0 10px 22px rgba(18, 47, 94, 0.1);
}

body.zt-app-shell #sidebar .sidebar-header .btn .fa,
body.zt-app-shell #sidebar .sidebar-header .btn .fas {
  color: inherit;
}

body.zt-app-shell #sidebar .sidebar-header .dropdown-menu.dropdown-close,
body.zt-app-shell #sidebar .sidebar-header .dropdown-navbar {
  max-height: min(28rem, calc(100vh - 140px));
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

body.zt-app-shell #sidebar .sidebar-header .dropdown-navbar {
  width: min(18rem, calc(100vw - 2rem));
}

body.zt-app-shell #sidebar .sidebar-header .dropdown-menu {
  top: calc(100% + 0.35rem) !important;
  left: 0 !important;
  right: auto !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  transform: none !important;
}

body.zt-app-shell #sidebar .sidebar-header .dropdown-menu.dropdown-caret::before,
body.zt-app-shell #sidebar .sidebar-header .dropdown-menu.dropdown-caret::after {
  left: 22px !important;
  right: auto !important;
}

body.zt-app-shell #sidebar .sidebar-header .dropdown-content {
  overflow: visible;
}

body.zt-app-shell #sidebar ul.components {
  flex: 1 1 auto;
  min-height: 0;
  padding: 0.55rem 0 4rem;
  overflow-y: auto;
  overflow-x: hidden;
}

body.zt-app-shell #sidebar ul.components > li {
  position: relative;
  margin-bottom: 0.04rem;
}

body.zt-app-shell #sidebar ul li a {
  padding: 0.68rem 0.8rem;
  margin: 0.06rem 0.5rem;
  border-radius: 10px;
  color: var(--zt-shell-text);
  font-weight: 600;
  font-size: 0.86rem;
  letter-spacing: 0.01em;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

body.zt-app-shell #sidebar ul li a:hover,
body.zt-app-shell #sidebar ul li.active > a,
body.zt-app-shell #sidebar ul li > a[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.96);
  color: var(--zt-shell-primary-strong);
  box-shadow: 0 6px 14px rgba(18, 47, 94, 0.06);
}

body.zt-app-shell #sidebar ul.components > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  bottom: 9px;
  width: 3px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.2s ease;
}

body.zt-app-shell #sidebar ul.components > li > a:hover::before,
body.zt-app-shell #sidebar ul.components > li.active > a::before,
body.zt-app-shell #sidebar ul.components > li > a[aria-expanded="true"]::before {
  background: linear-gradient(180deg, var(--zt-shell-primary) 0%, #38a3c6 100%);
}

body.zt-app-shell #sidebar ul li a .fa,
body.zt-app-shell #sidebar ul li a .fas {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.6rem !important;
  border-radius: 0;
  background: transparent;
  color: var(--zt-shell-primary-strong);
  font-size: 0.92rem;
  float: left !important;
  flex-shrink: 0;
}

body.zt-app-shell #sidebar ul.sub-menu {
  padding: 0.04rem 0 0.36rem;
  position: relative;
}

body.zt-app-shell #sidebar ul.sub-menu::before {
  content: "";
  position: absolute;
  left: 1.32rem;
  top: 0.2rem;
  bottom: 0.5rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(27, 79, 156, 0.16), rgba(27, 79, 156, 0.03));
}

body.zt-app-shell #sidebar ul.sub-menu > li > a {
  margin-left: 1.06rem;
  margin-right: 0.5rem;
  padding-top: 0.52rem;
  padding-bottom: 0.52rem;
  padding-left: 0.82rem;
  font-weight: 500;
  font-size: 0.8rem;
  color: var(--zt-shell-text-muted);
  background: rgba(255, 255, 255, 0.26);
  box-shadow: none;
  border: 1px solid transparent;
}

body.zt-app-shell #sidebar ul.sub-menu > li > a:hover,
body.zt-app-shell #sidebar ul.sub-menu > li.active > a {
  color: var(--zt-shell-primary);
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(27, 79, 156, 0.1);
  box-shadow: none;
}

body.zt-app-shell #sidebar ul.sub-menu > li > a .fa,
body.zt-app-shell #sidebar ul.sub-menu > li > a .fas {
  width: 1.05rem;
  height: 1.05rem;
  margin-right: 0.42rem !important;
  border-radius: 0;
  background: transparent;
}

body.zt-app-shell #sidebar ul.components > li > a.dropdown-toggle {
  justify-content: flex-start;
  padding-right: 2rem;
}

body.zt-app-shell #sidebar ul.components > li > a .float-right.axis-icon {
  position: absolute;
  right: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0 !important;
  margin-right: 0 !important;
  float: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  min-width: 0.9rem;
  color: var(--zt-shell-text-muted);
  font-size: 0.8rem;
  transition: transform 0.18s ease, color 0.18s ease;
}

body.zt-app-shell #sidebar ul.components > li > a[aria-expanded="true"] .float-right.axis-icon {
  transform: translateY(-50%) rotate(180deg);
  color: var(--zt-shell-primary-strong);
}

body.zt-app-shell .zt-sidebar-backdrop {
  position: fixed;
  inset: var(--zt-shell-header-height) 0 0 0;
  background: rgba(13, 27, 46, 0.45);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 1090;
  pointer-events: none;
}

body.zt-app-shell.zt-shell-has-notice .zt-sidebar-backdrop {
  inset: calc(var(--zt-shell-notice-height) + var(--zt-shell-header-height)) 0 0 0;
}

body.zt-app-shell.zt-shell-has-notice #content {
  display: block;
  flex: none !important;
  width: calc(100% - var(--zt-shell-sidebar-width));
  max-width: calc(100% - var(--zt-shell-sidebar-width));
  margin-left: var(--zt-shell-sidebar-width);
  min-height: calc(100vh - var(--zt-shell-notice-height) - var(--zt-shell-header-height));
  min-width: 0;
  transition: margin-left 0.25s ease;
}

body.zt-app-shell.zt-shell-has-notice .fixed-navbar {
  top: calc(var(--zt-shell-notice-height) + var(--zt-shell-header-height));
  left: var(--zt-shell-sidebar-width);
  right: 0;
  height: var(--zt-shell-subnav-height);
  background: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid var(--zt-shell-border);
  box-shadow: 0 8px 20px rgba(18, 47, 94, 0.05);
  z-index: 1085;
}

body.zt-app-shell .fixed-navbar {
  flex-wrap: nowrap !important;
  overflow: hidden;
}

body.zt-app-shell .fixed-navbar .container-fluid {
  display: flex;
  flex-wrap: nowrap !important;
  height: 100%;
  min-width: 0;
  overflow: hidden;
}

body.zt-app-shell .menu-button {
  flex: 0 0 56px;
  width: 56px;
  height: 100%;
  border-right: 1px solid var(--zt-shell-border);
}

body.zt-app-shell #sidebarCollapse {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: linear-gradient(180deg, #27ac69 0%, #189857 100%);
  box-shadow: 0 10px 20px rgba(39, 172, 105, 0.18);
}

body.zt-app-shell #sidebarCollapse span {
  background: var(--zt-shell-primary-strong);
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  margin: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
  background: #fff;
}

body.zt-app-shell #sidebarCollapse.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

body.zt-app-shell #sidebarCollapse.active span:nth-child(2) {
  opacity: 0;
}

body.zt-app-shell #sidebarCollapse.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

body.zt-app-shell .menu-breadcrumb {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  height: 100%;
  padding-inline: 1.15rem;
  min-width: 0;
  overflow: hidden;
}

body.zt-app-shell .menu-breadcrumb nav {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

body.zt-app-shell .menu-breadcrumb .breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

body.zt-app-shell .menu-breadcrumb .breadcrumb-item {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.zt-app-shell .menu-breadcrumb .breadcrumb-item a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

body.zt-app-shell .menu-breadcrumb .zt-breadcrumb-disabled {
  display: inline-block;
  max-width: 100%;
  color: var(--zt-shell-text);
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

body.zt-app-shell .menu-breadcrumb .breadcrumb-item.active {
  max-width: 24rem;
}

body.zt-app-shell .menu-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: none;
  flex: 0 0 auto;
}

body.zt-app-shell #body-content {
  margin-top: calc(var(--zt-shell-subnav-height) + 1rem);
  padding: 1.25rem 1.5rem 1.5rem;
  background: transparent;
}

body.zt-app-shell #body-content > .zt-page-fluid {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0;
  margin-right: 0;
}

body.zt-app-shell #body-content > .zt-page-fluid.container,
body.zt-app-shell #body-content > .zt-page-fluid.container-fluid {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

body.zt-app-shell .no-subs-tab .container,
body.zt-app-shell .renew-section .container {
  max-width: 100%;
  padding: 0;
}

body.zt-app-shell .alert {
  border-radius: 16px;
}

body.zt-shell-sidebar-collapsed #sidebar {
  transform: translateX(calc(-1 * var(--zt-shell-sidebar-width)));
}

body.zt-shell-sidebar-collapsed #content {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}

body.zt-shell-sidebar-collapsed .fixed-navbar {
  left: 0;
}

body.zt-shell-sidebar-open .zt-sidebar-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 991.98px) {
  body.zt-app-shell .header .container-fluid > .d-flex {
    min-width: 0;
  }

  body.zt-app-shell .brand-logo {
    min-width: auto;
    border-right: 0;
    flex: 1 1 auto;
    max-width: calc(100% - 15rem);
    padding-inline: 0.85rem 0.5rem;
  }

  body.zt-app-shell #sidebar {
    left: 0 !important;
    margin-left: 0 !important;
    transform: translateX(calc(-1 * var(--zt-shell-sidebar-width))) !important;
    visibility: hidden;
    z-index: 1100;
  }

  body.zt-shell-sidebar-open {
    overflow: hidden;
  }

  body.zt-app-shell #content,
  body.zt-app-shell.zt-shell-has-notice #content {
    flex: 0 0 100% !important;
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.zt-app-shell .fixed-navbar,
  body.zt-app-shell.zt-shell-has-notice .fixed-navbar {
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.zt-shell-sidebar-open #sidebar {
    transform: translateX(0) !important;
    margin-left: 0 !important;
    visibility: visible;
  }

  body.zt-app-shell .zt-sidebar-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 6;
    display: inline-flex;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(27, 79, 156, 0.16);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 18px rgba(18, 47, 94, 0.12);
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  body.zt-app-shell .zt-sidebar-close span {
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--zt-shell-primary-strong);
  }

  body.zt-app-shell .zt-sidebar-close span:first-child {
    transform: rotate(45deg);
  }

  body.zt-app-shell .zt-sidebar-close span:last-child {
    transform: rotate(-45deg);
  }

  body.zt-app-shell .axis-nav > li.profile-menu {
    min-width: auto;
  }

  body.zt-app-shell .navbar-header {
    padding-right: 0.4rem;
  }

  body.zt-app-shell .zt-subscription-notice-shell {
    padding-inline: 0.75rem;
  }

  body.zt-app-shell .zt-subscription-notice-inner {
    padding-inline: 0.75rem 8.25rem;
  }

  body.zt-app-shell .zt-subscription-notice-copy {
    font-size: 0.84rem;
  }
}

@media (max-width: 767.98px) {
  body.zt-app-shell .menu-button {
    flex-basis: 52px;
    width: 52px;
  }

  body.zt-app-shell #sidebarCollapse {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  body.zt-app-shell .menu-breadcrumb {
    padding-inline: 0.75rem;
  }

  body.zt-app-shell .menu-breadcrumb .breadcrumb {
    width: 100%;
    font-size: 0.78rem;
  }

  body.zt-app-shell .menu-breadcrumb .breadcrumb-item {
    display: none;
    max-width: none;
  }

  body.zt-app-shell .menu-breadcrumb .breadcrumb-item:first-child,
  body.zt-app-shell .menu-breadcrumb .breadcrumb-item.active {
    display: inline-flex;
    align-items: center;
  }

  body.zt-app-shell .menu-breadcrumb .breadcrumb-item:first-child {
    flex: 0 0 auto;
    max-width: 4.75rem;
  }

  body.zt-app-shell .menu-breadcrumb .breadcrumb-item.active {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.zt-app-shell .menu-breadcrumb .breadcrumb-item.active a,
  body.zt-app-shell .menu-breadcrumb .breadcrumb-item.active .zt-breadcrumb-disabled {
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  body.zt-app-shell .menu-breadcrumb {
    padding-inline: 0.55rem;
  }
}

@media (max-width: 767.98px) {
  :root {
    --zt-shell-notice-height: 38px;
    --zt-shell-header-height: 60px;
    --zt-shell-subnav-height: 44px;
  }

  body.zt-app-shell .zt-subscription-notice-inner {
    padding-inline: 0.5rem 6.9rem;
  }

  body.zt-app-shell .zt-subscription-notice-copy {
    font-size: 0.8rem;
  }

  body.zt-app-shell .zt-subscription-notice-link {
    padding-inline: 0.6rem;
    font-size: 0.76rem;
  }

  body.zt-app-shell img.main-logo {
    height: 34px;
  }

  body.zt-app-shell .header {
    overflow: hidden;
  }

  body.zt-app-shell .brand-logo {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    min-height: var(--zt-shell-header-height);
    padding-inline: 0.65rem 0.25rem;
    border-right: 0;
  }

  body.zt-app-shell .brand-logo > a {
    max-width: min(10rem, 100%);
  }

  body.zt-app-shell .navbar-buttons.navbar-header {
    flex: 0 0 auto;
    background: #fff;
    position: relative;
    z-index: 1120;
  }

  body.zt-app-shell .axis-nav > li > a {
    height: 34px;
    margin: 8px 0;
    min-width: 34px;
    width: 34px;
    border-radius: 10px;
    padding-inline: 0.25rem;
  }

  body.zt-app-shell .axis-nav > li.profile-menu > a {
    min-width: 0;
    width: auto;
    max-width: 42px;
    padding-inline: 0.2rem;
    justify-content: center;
  }

  body.zt-app-shell .axis-nav > li.profile-menu .user-info {
    display: none;
  }

  body.zt-app-shell .axis-nav > li.profile-menu .axis-icon.fa-caret-down {
    display: none;
  }

  body.zt-app-shell .axis-nav .nav-user-photo {
    margin-right: 0;
    width: 26px;
    height: 26px;
  }

  body.zt-app-shell .axis-nav {
    gap: 0.08rem;
  }

  body.zt-app-shell .navbar-header {
    padding-right: 0.2rem;
  }

  body.zt-app-shell .axis-nav > li > a > .badge {
    top: -4px;
    right: -4px;
    min-width: 1.05rem;
    height: 1.05rem;
    font-size: 0.62rem;
    padding-inline: 0.2rem;
    border-width: 1.5px;
  }

  body.zt-app-shell .axis-nav > li.logout-menu > a {
    min-width: 32px;
    width: 32px;
  }

  body.zt-app-shell .axis-nav > li > .dropdown-menu.dropdown-close {
    position: fixed !important;
    top: calc(var(--zt-shell-header-height) - 1px) !important;
    right: 0.5rem !important;
    left: auto !important;
    transform: none !important;
    z-index: 1145 !important;
  }

  body.zt-app-shell.zt-shell-has-notice .axis-nav > li > .dropdown-menu.dropdown-close {
    top: calc(var(--zt-shell-notice-height) + var(--zt-shell-header-height) - 1px) !important;
  }

  body.zt-app-shell .dropdown-navbar,
  body.zt-app-shell .user-menu.dropdown-menu {
    width: min(22rem, calc(100vw - 1rem));
    max-width: calc(100vw - 1rem);
    right: 0.5rem !important;
    left: auto !important;
    transform: none !important;
  }

  body.zt-app-shell .dropdown-navbar > li.dropdown-content {
    max-height: min(17rem, calc(100vh - 9rem));
  }

  body.zt-app-shell #body-content {
    padding-inline: 1rem;
  }

  body.zt-app-shell #body-content > .zt-page-fluid.container,
  body.zt-app-shell #body-content > .zt-page-fluid.container-fluid {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  body.zt-app-shell #sidebar .sidebar-header .dropdown-navbar,
  body.zt-app-shell #sidebar .sidebar-header .dropdown-menu {
    width: min(17rem, calc(100vw - 1.25rem));
    max-width: calc(100vw - 1.25rem);
  }
}

@media (max-width: 575.98px) {
  body.zt-app-shell img.main-logo {
    height: 31px;
  }

  body.zt-app-shell .brand-logo {
    padding-inline: 0.55rem 0.1rem;
  }

  body.zt-app-shell .brand-logo > a {
    max-width: 8.75rem;
  }

  body.zt-app-shell .axis-nav > li > a {
    min-width: 32px;
    width: 32px;
  }

  body.zt-app-shell .axis-nav > li.profile-menu > a {
    max-width: 38px;
  }
}

@media (max-width: 460px) {
  body.zt-app-shell .brand-logo > a {
    
  }

  body.zt-app-shell .axis-nav > li.header-notification,
  body.zt-app-shell .axis-nav > li.profile-menu,
  body.zt-app-shell .axis-nav > li.logout-menu {
    height: var(--zt-shell-header-height);
  }

  body.zt-app-shell .axis-nav > li > a {
    min-width: 30px;
    width: 30px;
  }
}
