/* overwrite bootstrap style */
.item_container .form-group {
  margin-bottom: 0; }

.edit-column {
  width: 10%; }

.form-control.static {
  background-color: transparent;
  border: none; }

p.form-control {
  height: auto; }

input[type=radio] {
  vertical-align: sub;
  margin-bottom: 5px; }

.ordered-list, .log-list {
  padding-left: 15px; }
  .ordered-list li, .log-list li {
    padding-top: 6px;
    padding-bottom: 6px; }

@media print {
  .header {
    background-color: transparent;
    color: #000000; } }

body.app-guest {
  background:
    radial-gradient(circle at top left, rgba(179, 144, 73, 0.20), transparent 30%),
    linear-gradient(135deg, #edf2f6 0%, #e5ebf0 45%, #dbe3ea 100%);
  min-height: 100vh;
  overflow-x: hidden; }

html,
body {
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.app-guest .header {
  height: auto;
  padding: 16px 0;
  background: linear-gradient(90deg, #16273a 0%, #21384d 55%, #2d516a 100%);
  box-shadow: 0 18px 40px rgba(21, 39, 58, 0.18);
  position: relative;
  z-index: 2; }

.app-guest .header .logo h1 {
  margin: 0;
  padding: 0; }

.app-guest .header .logo h1 a {
  display: inline-block;
  letter-spacing: 0.3px; }

.app-guest .header .logo-guest p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase; }

.app-guest .page-content {
  min-height: calc(100vh - 98px);
  position: relative;
  overflow: hidden; }

/* Auth screen styles moved to public/css/auth-screen.css */

@media (max-width: 991px) {
  .app-guest .header .logo-guest {
    text-align: left; }

  .app-guest .page-content {
    min-height: auto; }
}

@media (max-width: 767px) {
  .app-guest .container {
    width: auto; }

  .app-guest .header {
    padding: 14px 0; }

  .app-guest .header .logo h1 a {
    font-size: 28px;
    line-height: 1.25; }

  .app-guest .header .logo-guest p {
    margin-top: 6px;
    font-size: 10px;
    letter-spacing: 1.4px; }
}

body.app-authenticated {
  background:
    radial-gradient(circle at top left, rgba(39, 88, 114, 0.08), transparent 24%),
    linear-gradient(180deg, #eef3f7 0%, #f4f7fa 48%, #edf2f6 100%);
  min-height: 100vh;
  overflow-x: hidden;
  color: #23384a; }

.app-authenticated .header,
.app-authenticated .header *,
.app-authenticated .app-shell,
.app-authenticated .app-shell * {
  box-sizing: border-box; }

.app-authenticated .header {
  height: auto;
  padding: 14px 0 16px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 20%),
    linear-gradient(135deg, #15283a 0%, #1e3448 55%, #2e5b74 100%);
  box-shadow: 0 18px 44px rgba(17, 31, 46, 0.16); }

.app-authenticated .header .container {
  width: 100%;
  max-width: none;
  padding-left: 28px;
  padding-right: 28px; }

.app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px; }

.app-header__brand {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0; }

.app-header__brand-mark {
  display: inline-block;
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.2px;
  text-decoration: none; }

.app-header__brand-mark:hover,
.app-header__brand-mark:focus {
  color: #ffffff;
  text-decoration: none; }

.app-header__brand-copy {
  min-width: 0;
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.14); }

.app-header__brand-copy p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.6; }

.app-header__eyebrow {
  display: inline-block;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase; }

.app-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px; }

.app-header__meta {
  min-width: 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.10);
  text-align: right; }

.app-header__meta-label {
  display: block;
  color: rgba(255, 255, 255, 0.60);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase; }

.app-header__meta strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.2px; }

.app-header__account {
  margin: 0;
  text-align: right;
  background: transparent;
  border: 0;
  min-height: 0; }

.app-header__account .navbar-right {
  margin-right: 0; }

.app-header__account .nav {
  float: right; }

.app-header__account .nav > li > a:focus,
.app-header__account .nav > li > a:hover {
  background: transparent; }

.app-header__account-link {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-height: 54px;
  padding: 8px 16px 8px 14px !important;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.10); }

.app-header__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700; }

.app-header__account-copy {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right; }

.app-header__account-copy strong {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2; }

.app-header__account-copy small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase; }

.app-header__account .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 180px;
  margin-top: 10px;
  border: 1px solid rgba(126, 180, 216, 0.32) !important;
  border-radius: 16px;
  background: linear-gradient(180deg, #2a4b64 0%, #213f56 100%) !important;
  box-shadow: 0 18px 40px rgba(20, 37, 54, 0.16);
  overflow: hidden; }

.app-authenticated .header .app-header__account .dropdown-menu li {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10); }

.app-authenticated .header .app-header__account .dropdown-menu li:last-child {
  border-bottom: 0; }

.app-header__account .dropdown-menu > li > a {
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent !important;
  text-align: left; }

.app-header__account .dropdown-menu > li > a .glyphicon {
  width: 14px;
  text-align: center;
  opacity: 0.9; }

.app-header__account .dropdown-menu > li > a:hover,
.app-header__account .dropdown-menu > li > a:focus {
  background: rgba(255, 255, 255, 0.10) !important;
  color: #ffffff !important; }

.app-authenticated .header .app-header__account .dropdown-menu {
  padding: 6px 0 !important;
  background: linear-gradient(180deg, #2a4b64 0%, #213f56 100%) !important; }

.app-authenticated .header .app-header__account .dropdown-menu li a {
  padding-left: 16px !important;
  color: rgba(255, 255, 255, 0.92) !important; }

.app-authenticated .header .app-header__account .dropdown-menu li a:hover,
.app-authenticated .header .app-header__account .dropdown-menu li a:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.10) !important; }

.app-authenticated .page-content {
  min-height: calc(100vh - 102px);
  padding: 28px 0 38px; }

.app-shell {
  width: 100%;
  max-width: none;
  padding-left: 22px;
  padding-right: 22px; }

.app-shell__row {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }

@media (min-width: 992px) {
  .app-authenticated .app-shell__row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start; }

  .app-authenticated .app-shell__row > [class*="col-"] {
    float: none !important; }

  .app-authenticated .app-shell__sidebar-column {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    width: 16.666667%;
    float: none; }

  .app-authenticated .app-shell__content-column {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    width: auto;
    float: none; }
}

.app-shell__sidebar-column,
.app-shell__content-column {
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box; }

.app-authenticated .app-shell__content-column {
  width: 100%;
  max-width: 100%; }

.app-mobile-nav-bar,
.app-mobile-nav-backdrop {
  display: none; }

.app-header__hamburger {
  display: none;
  align-items: center;
  flex-shrink: 0; }

.app-mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #183149 0%, #2b5e7b 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(28, 61, 85, 0.18); }

.app-mobile-nav-toggle:hover,
.app-mobile-nav-toggle:focus {
  color: #ffffff;
  outline: none; }

.app-sidebar {
  position: sticky;
  top: 26px;
  max-height: calc(100vh - 136px);
  padding: 18px;
  border: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 48px rgba(22, 43, 61, 0.10);
  overflow-x: hidden;
  overflow-y: auto; }

.app-sidebar__head {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 4px 18px;
  border-bottom: 1px solid #e7edf3; }

.app-sidebar__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #edf3f8;
  color: #31516a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase; }

.app-sidebar__head h2 {
  margin: 0;
  color: #193146;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2; }

.app-sidebar__head p {
  margin: 10px 0 0;
  color: #627586;
  font-size: 13px;
  line-height: 1.7; }

.app-sidebar__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  border: 0;
  border-radius: 14px;
  background: #edf4f9;
  color: #284156; }

.app-sidebar__close:hover,
.app-sidebar__close:focus {
  outline: none;
  color: #1d3245; }

.app-authenticated .sidebar ul.nav {
  margin-top: 14px; }

.app-authenticated .sidebar ul.nav ul {
  padding-top: 4px; }

.app-authenticated .sidebar .nav > li {
  margin-bottom: 8px;
  border-bottom: 0; }

.app-authenticated .sidebar .nav > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border-radius: 16px;
  color: #506678;
  background: #f5f8fb;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }

.app-authenticated .sidebar .nav > li > a > i {
  width: 18px;
  margin-right: 0;
  text-align: center; }

.app-authenticated .sidebar .nav > li > a:hover,
.app-authenticated .sidebar .nav > li.current > a,
.app-authenticated .sidebar .nav > li.open > a {
  background: linear-gradient(135deg, #183149 0%, #2b5e7b 100%);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(28, 61, 85, 0.18);
  transform: translateY(-1px); }

.app-authenticated .sidebar .nav > li.open > a {
  border-bottom: 0; }

.app-authenticated .sidebar .nav > li > ul > li {
  margin: 5px 0; }

.app-authenticated .sidebar .nav > li > ul > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px 10px 42px;
  border-radius: 12px;
  color: #66798a;
  background: transparent;
  white-space: nowrap; }

.app-authenticated .sidebar .nav > li > ul > li > a > i {
  width: 16px;
  margin-right: 0;
  text-align: center; }

.app-authenticated .sidebar .nav > li > ul > li > a:hover,
.app-authenticated .sidebar .nav > li > ul > li.current > a,
.app-authenticated .sidebar .nav > li > ul > li.active > a {
  background: linear-gradient(180deg, #2a4b64 0%, #213f56 100%);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(20, 37, 54, 0.14); }

.app-authenticated .sidebar .nav li a:hover .caret,
.app-authenticated .sidebar .nav li.current > a .caret,
.app-authenticated .sidebar .nav li.open > a .caret {
  border-top-color: currentColor; }

.app-authenticated .sidebar .nav a .caret {
  margin-left: auto;
  margin-top: 0;
  align-self: center;
  border-top-color: currentColor !important;
  border-bottom-color: currentColor !important; }

.app-authenticated .sidebar .nav li.open > a > .caret {
  border-bottom-color: currentColor !important; }

.dashboard-home {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 2px 0 0; }

.dashboard-home__hero {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 22px; }

.dashboard-home__hero-copy,
.dashboard-home__hero-panel {
  margin: 0 10px 20px;
  border-radius: 26px; }

.dashboard-home__hero-copy {
  position: relative;
  flex: 1 1 58%;
  min-width: 320px;
  padding: 34px 36px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.10), transparent 28%),
    linear-gradient(135deg, #16314a 0%, #275876 100%);
  box-shadow: 0 26px 60px rgba(23, 49, 73, 0.18);
  color: #ffffff; }

.dashboard-home__hero-copy:after {
  content: "";
  position: absolute;
  right: -64px;
  bottom: -84px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08); }

.dashboard-home__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase; }

.dashboard-home__hero-copy h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 680px;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 700; }

.dashboard-home__hero-copy p {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 15px;
  line-height: 1.9; }

.dashboard-home__hero-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px; }

.dashboard-home__hero-meta-item {
  min-width: 160px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10); }

.dashboard-home__hero-meta-item span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase; }

.dashboard-home__hero-meta-item strong {
  display: block;
  margin-top: 7px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700; }

.dashboard-home__hero-panel {
  flex: 1 1 36%;
  min-width: 320px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e6edf3;
  box-shadow: 0 20px 46px rgba(21, 39, 58, 0.10); }

.dashboard-panel__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #47657d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase; }

.dashboard-home__hero-panel h2,
.dashboard-panel h3 {
  margin: 0;
  color: #1b3347;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 700; }

.dashboard-home__hero-panel p {
  margin: 16px 0 0;
  color: #6c7f90;
  font-size: 14px;
  line-height: 1.8; }

.dashboard-home__highlight {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px; }

.dashboard-home__highlight-item {
  flex: 1 1 110px;
  padding: 14px 15px;
  border-radius: 16px;
  background: #f2f6fa; }

.dashboard-home__highlight-item span {
  display: block;
  color: #637888;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase; }

.dashboard-home__highlight-item strong {
  display: block;
  margin-top: 8px;
  color: #183149;
  font-size: 28px;
  line-height: 1; }

.dashboard-home__module-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px; }

.dashboard-home__module-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #edf4f9;
  color: #35526a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase; }

.dashboard-home__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  margin: 0 0 20px; }

.dashboard-stat-card {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e5ecf2;
  box-shadow: 0 18px 40px rgba(18, 35, 52, 0.09);
  transition-property: transform, box-shadow, border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out; }

.dashboard-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(18, 35, 52, 0.12);
  border-color: #d7e3ec; }

.dashboard-stat-card--primary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent),
    linear-gradient(135deg, #183149 0%, #2b5e7b 100%);
  border-color: transparent;
  color: #ffffff; }

.dashboard-stat-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #edf4f9;
  color: #2b5875;
  font-size: 18px;
  line-height: 1; }

.dashboard-stat-card__icon.glyphicon {
  padding-top: 1px; }

.dashboard-stat-card--primary .dashboard-stat-card__icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff; }

.dashboard-stat-card__label {
  display: block;
  margin-top: 16px;
  color: #5d7385;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.9px;
  text-transform: uppercase; }

.dashboard-stat-card--primary .dashboard-stat-card__label {
  color: rgba(255, 255, 255, 0.70); }

.dashboard-stat-card h3 {
  margin: 12px 0 0;
  color: #1d3245;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  font-variant-numeric: tabular-nums; }

.dashboard-stat-card--primary h3 {
  color: #ffffff; }

.dashboard-stat-card h3 small {
  color: inherit;
  font-size: 18px;
  opacity: 0.65; }

.dashboard-stat-card__pairs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px; }

.dashboard-stat-card__pairs > div {
  min-width: 110px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f4f8fb; }

.dashboard-stat-card__pairs span {
  display: block;
  color: #6f8191;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase; }

.dashboard-stat-card__pairs strong {
  display: block;
  margin-top: 6px;
  color: #1d3245;
  font-size: 18px; }

.dashboard-stat-card p {
  margin: 16px 0 0;
  color: #708292;
  font-size: 13px;
  line-height: 1.8;
  text-wrap: pretty; }

.dashboard-stat-card--primary p {
  color: rgba(255, 255, 255, 0.76); }

.dashboard-callout {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
  padding: 20px 22px;
  border-radius: 22px;
  background: #fff7eb;
  border: 1px solid #f3dfbd;
  color: #7a5631;
  box-shadow: 0 14px 32px rgba(88, 57, 18, 0.08); }

.dashboard-callout span.glyphicon {
  font-size: 18px;
  margin-top: 2px; }

.dashboard-callout strong {
  display: block;
  font-size: 16px; }

.dashboard-callout p {
  margin: 6px 0 0;
  color: #8d6a44;
  font-size: 13px;
  line-height: 1.7; }

.dashboard-home__panels {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }

.dashboard-panel {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  padding: 28px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e5edf3;
  box-shadow: 0 18px 40px rgba(20, 36, 54, 0.08); }

.dashboard-checklist {
  margin: 20px 0 0;
  padding: 0;
  list-style: none; }

.dashboard-checklist li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 26px;
  color: #5e7284;
  font-size: 14px;
  line-height: 1.8; }

.dashboard-checklist li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #204765 0%, #3a7893 100%); }

.dashboard-summary-list {
  margin-top: 20px; }

.dashboard-summary-list__item {
  margin-bottom: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #f4f8fb; }

.dashboard-summary-list__item:last-child {
  margin-bottom: 0; }

.dashboard-summary-list__item span {
  display: block;
  color: #6d8090;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase; }

.dashboard-summary-list__item strong {
  display: block;
  margin-top: 7px;
  color: #193146;
  font-size: 18px;
  line-height: 1.35; }

.dashboard-summary-list__item small {
  display: block;
  margin-top: 5px;
  color: #6e8090;
  font-size: 12px;
  line-height: 1.7; }

@media (max-width: 1199px) {
  .dashboard-home__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
  .app-authenticated .header {
    padding: 12px 0 14px; }

  .app-authenticated .header .container {
    padding-left: 18px;
    padding-right: 18px; }

  .app-header {
    flex-wrap: nowrap;
    align-items: center; }

  .app-header__brand-mark {
    font-size: 30px; }

  .app-header__meta {
    text-align: left; }

  .app-authenticated .page-content {
    padding-top: 22px; }

  .app-shell {
    padding-left: 10px;
    padding-right: 10px; }

  .app-sidebar {
    position: relative;
    top: auto;
    margin-bottom: 22px; }

  .dashboard-home__hero-copy,
  .dashboard-home__hero-panel,
  .dashboard-panel {
    width: calc(100% - 20px); }
}

@media (max-width: 767px) {
  .app-authenticated .header .container {
    width: auto;
    padding-left: 14px;
    padding-right: 14px; }

  .app-header {
    gap: 10px; }

  .app-header__brand {
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0; }

  .app-header__brand-copy {
    padding-left: 10px;
    display: none; }

  .app-authenticated .app-shell__row {
    display: flex;
    flex-direction: column;
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .app-authenticated .app-shell__content-column,
  .app-authenticated .app-shell__sidebar-column {
    float: none;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  .app-authenticated .app-shell__sidebar-column {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: min(88vw, 360px);
    max-width: 360px;
    height: 100vh;
    height: 100dvh;
    padding: calc(12px + env(safe-area-inset-top, 0px)) 12px calc(12px + env(safe-area-inset-bottom, 0px));
    transform: translateX(-112%);
    transition-property: transform;
    transition-duration: 0.28s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: none; }

  body.app-mobile-nav-open .app-shell__sidebar-column {
    transform: translateX(0);
    box-shadow: 18px 0 48px rgba(18, 31, 44, 0.22); }

  .app-authenticated .app-shell__content-column {
    order: 1; }

  .app-mobile-nav-bar {
    display: none; }

  .app-header__hamburger {
    display: flex;
    align-items: center;
  }

  .app-header__hamburger .app-mobile-nav-toggle {
    width: 44px;
    min-height: 44px;
    min-width: 44px;
    padding: 0;
    border-radius: 12px;
    justify-content: center;
    font-size: 16px; }

  .app-mobile-nav-backdrop {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background: rgba(18, 31, 44, 0.38);
    opacity: 0;
    pointer-events: none;
    transition-property: opacity;
    transition-duration: 0.22s;
    transition-timing-function: ease-out; }

  body.app-mobile-nav-open {
    overflow: hidden; }

  body.app-mobile-nav-open .app-mobile-nav-backdrop {
    opacity: 1;
    pointer-events: auto; }

  .app-header__account-copy {
    display: none; }

  .app-header__account-link {
    justify-content: flex-end;
    min-height: 44px;
    padding: 6px 10px !important;
    gap: 0; }

  .app-header__account-link .caret {
    display: none; }

  .app-header__account .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 188px;
    margin-top: 8px; }

  .app-header__brand-mark {
    font-size: 30px; }

  .app-header__eyebrow {
    letter-spacing: 1.7px; }

  .app-header__actions {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-shrink: 0; }

  .app-header__account .nav {
    float: none; }

  .app-header__meta {
    display: none; }

  .app-authenticated .page-content {
    padding-top: 18px;
    padding-bottom: 28px; }

  .app-shell {
    padding-left: 10px;
    padding-right: 10px; }

  .app-sidebar {
    position: relative;
    top: auto;
    height: 100%;
    max-height: none;
    margin-bottom: 0;
    padding: 16px 14px 18px;
    border-radius: 22px; }

  .app-sidebar__head {
    display: flex; }

  .app-authenticated .sidebar ul.nav {
    margin-top: 12px; }

  .app-authenticated .sidebar .nav > li {
    margin-bottom: 6px; }

  .app-authenticated .sidebar .nav > li > a {
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 14px; }

  .app-authenticated .sidebar .nav > li > a:hover,
  .app-authenticated .sidebar .nav > li.current > a,
  .app-authenticated .sidebar .nav > li.open > a {
    transform: none;
    box-shadow: 0 12px 24px rgba(28, 61, 85, 0.14); }

  .app-authenticated .sidebar .nav > li > ul > li > a {
    padding: 9px 12px 9px 38px;
    font-size: 13px; }

  .dashboard-home__hero-copy,
  .dashboard-home__hero-panel,
  .dashboard-panel,
  .dashboard-stat-card {
    width: calc(100% - 20px);
    min-width: 0; }

  .dashboard-home__hero-copy,
  .dashboard-home__hero-panel,
  .dashboard-panel,
  .dashboard-stat-card {
    padding: 24px; }

  .dashboard-home__hero-copy h1,
  .dashboard-home__hero-panel h2,
  .dashboard-panel h3 {
    font-size: 30px; }

  .dashboard-home__hero-copy p {
    font-size: 14px; }

  .dashboard-home__hero-meta-item,
  .dashboard-home__highlight-item,
  .dashboard-stat-card__pairs > div {
    flex: 1 1 100%; }

  .dashboard-stat-card h3 {
    font-size: 30px; }
}

/* Dashboard operational health banner */
.dashboard-home .dashboard-health {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  margin: 0 0 22px;
  padding: 22px 24px;
  border-radius: 20px;
  border: 1px solid #c5d8e6;
  background: linear-gradient(135deg, #edf4f9 0%, #f8fbfd 100%);
  box-shadow: 0 14px 32px rgba(18, 35, 52, 0.06);
  animation: prime-dashboard-enter 0.32s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.dashboard-home .dashboard-health__copy {
  flex: 1 1 320px;
  min-width: 0;
}

.dashboard-home .dashboard-health__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.dashboard-home .dashboard-health__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #d7e3ec;
  color: #47657d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.dashboard-home .dashboard-health__status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.dashboard-home .dashboard-health__status-pill--healthy {
  background: #e8f4ec;
  color: #1f5c38;
  border: 1px solid #b8dcc8;
}

.dashboard-home .dashboard-health__status-pill--warning {
  background: #fff7eb;
  color: #7a5631;
  border: 1px solid #f3dfbd;
}

.dashboard-home .dashboard-health__status-pill--critical {
  background: #fff1ee;
  color: #8b4337;
  border: 1px solid #e8b4ab;
}

.dashboard-home .dashboard-health__status-pill--neutral {
  background: #edf4f9;
  color: #284156;
  border: 1px solid #c5d8e6;
}

.dashboard-home .dashboard-health__greeting {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #1d3245;
}

.dashboard-home .dashboard-health__summary {
  margin: 0;
  color: #506678;
  font-size: 14px;
  line-height: 1.65;
  max-width: 640px;
}

.dashboard-home .dashboard-health__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  align-content: flex-start;
}

.dashboard-home .dashboard-health__action {
  min-width: 132px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d7e3ec;
  box-shadow: 0 8px 18px rgba(18, 35, 52, 0.04);
  transition-property: transform, box-shadow, border-color, background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
}

.dashboard-home .dashboard-health__action--link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.dashboard-home .dashboard-health__action--link:hover,
.dashboard-home .dashboard-health__action--link:focus {
  color: inherit;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(18, 35, 52, 0.08);
  border-color: #c5d8e6;
}

.dashboard-home .dashboard-health__action span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6d7f91;
}

.dashboard-home .dashboard-health__action strong {
  display: block;
  margin-top: 4px;
  font-size: 24px;
  line-height: 1.1;
  color: #1d3245;
}

.dashboard-home .dashboard-health__action--warning {
  border-color: #f3dfbd;
  background: #fffaf2;
}

.dashboard-home .dashboard-health__action--danger {
  border-color: #e8b4ab;
  background: #fff7f5;
}

.dashboard-home .dashboard-health--healthy {
  border-color: #b8dcc8;
  background: linear-gradient(135deg, #e8f4ec 0%, #f5faf7 100%);
}

.dashboard-home .dashboard-health--warning {
  border-color: #f3dfbd;
  background: linear-gradient(135deg, #fff7eb 0%, #fffdf8 100%);
}

.dashboard-home .dashboard-health--critical {
  border-color: #e8b4ab;
  background: linear-gradient(135deg, #fff1ee 0%, #fff8f6 100%);
}

.dashboard-home .dashboard-health--neutral {
  border-color: #c5d8e6;
  background: linear-gradient(135deg, #edf4f9 0%, #f8fbfd 100%);
}

.dashboard-home .dashboard-stat-card p .dashboard-tag {
  font-size: 11px;
  padding: 2px 8px;
  vertical-align: middle;
}

.dashboard-home .dashboard-section {
  width: 100%;
  margin-bottom: 8px;
}

.dashboard-home .dashboard-section--compact {
  margin-bottom: 0;
}

.dashboard-home .dashboard-section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin: 24px 0 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--prime-border, #e5edf3);
}

.dashboard-home .dashboard-section__title {
  margin: 0;
  color: var(--prime-text-primary, #1b3347);
  font-size: 16px;
  font-weight: 700;
  text-wrap: balance;
}

.dashboard-home .dashboard-section__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: #edf4f9;
  color: #284156;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition-property: background-color, color, transform;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
}

.dashboard-home .dashboard-section__link:hover,
.dashboard-home .dashboard-section__link:focus {
  color: #183149;
  background: #e2edf5;
  text-decoration: none;
  transform: translateY(-1px);
}

.dashboard-home .dashboard-section__link:active {
  transform: scale(0.98);
}

/* Dashboard data tables & tags (home + reports) */
.dashboard-section-title {
  margin: 28px 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--prime-border, #e5edf3);
  color: var(--prime-text-primary, #1b3347);
  font-size: 16px;
  font-weight: 700;
  text-wrap: balance;
}

.dashboard-home .dashboard-table-wrap {
  width: 100%;
  margin-bottom: 22px;
  border-radius: var(--prime-radius-lg, 22px);
  background: var(--prime-surface-card, rgba(255, 255, 255, 0.96));
  border: 1px solid var(--prime-border, #e5edf3);
  box-shadow: var(--prime-shadow-md, 0 18px 40px rgba(18, 35, 52, 0.09));
  overflow: hidden;
}

.dashboard-home .dashboard-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.dashboard-home .dashboard-table thead {
  background: var(--prime-neutral-50, #f4f8fb);
}

.dashboard-home .dashboard-table th,
.dashboard-home .dashboard-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--prime-border, #e5edf3);
  color: var(--prime-text-primary, #1d3245);
  font-size: 14px;
  vertical-align: top;
}

.dashboard-home .dashboard-table--compact th,
.dashboard-home .dashboard-table--compact td {
  padding: 12px 14px;
}

.dashboard-home .dashboard-table th {
  color: var(--prime-neutral-700, #35526a);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  white-space: nowrap;
}

.dashboard-home .dashboard-table__col-num,
.dashboard-home .dashboard-table__col-date {
  white-space: nowrap;
}

.dashboard-home .dashboard-table__col-num {
  text-align: right;
}

.dashboard-home .dashboard-table__col-reason {
  min-width: 180px;
  max-width: 420px;
}

.dashboard-home .dashboard-table__link {
  color: #204765;
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
}

.dashboard-home .dashboard-table__link:hover,
.dashboard-home .dashboard-table__link:focus {
  color: #183149;
  text-decoration: underline;
}

.dashboard-home .dashboard-table--zebra tbody tr:nth-child(even) {
  background: rgba(244, 248, 251, 0.72);
}

.dashboard-home .dashboard-table tbody tr {
  transition-property: background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
}

.dashboard-home .dashboard-table tbody tr:hover {
  background: var(--prime-info-bg, #edf4f9);
}

.dashboard-home .dashboard-table tbody tr:last-child td {
  border-bottom: 0;
}

.dashboard-tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: var(--prime-radius-pill, 999px);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.dashboard-tag--success {
  background: var(--prime-success-bg, #e8f4ec);
  color: var(--prime-success-text, #1f5c38);
}

.dashboard-tag--warning {
  background: var(--prime-warning-bg, #fff7eb);
  color: var(--prime-warning-text, #7a5631);
}

.dashboard-tag--danger {
  background: var(--prime-danger-bg, #fff1ee);
  color: var(--prime-danger-text, #8b4337);
}

.dashboard-tag--info {
  background: #e8f0fa;
  color: #2a4f7a;
}

.dashboard-tag--neutral {
  background: var(--prime-info-bg, #edf4f9);
  color: var(--prime-info-text, #284156);
}

.dashboard-home .dashboard-progress {
  height: 20px;
  border-radius: var(--prime-radius-pill, 999px);
  background: var(--prime-neutral-200, #e6edf3);
  overflow: hidden;
}

.dashboard-home .dashboard-progress__fill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
  border-radius: var(--prime-radius-pill, 999px);
  background: var(--prime-gradient-primary, linear-gradient(135deg, #183149 0%, #2b5e7b 100%));
  color: var(--prime-text-inverse, #ffffff);
  font-size: 10px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  transition-property: width;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.dashboard-home .dashboard-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  margin-bottom: 22px;
  align-items: start;
}

@media (max-width: 991px) {
  .dashboard-home .dashboard-grid-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .dashboard-home__stats {
    grid-template-columns: 1fr; }

  .dashboard-home .dashboard-health__greeting {
    font-size: 21px;
  }

  .dashboard-home .dashboard-health__action {
    min-width: calc(50% - 5px);
    flex: 1 1 calc(50% - 5px);
  }

  .dashboard-home .dashboard-table th,
  .dashboard-home .dashboard-table td {
    padding: 11px 12px;
    font-size: 13px;
  }
}

/* Bridge legacy CRUD pages to modern shell */
.app-authenticated .content-box-large {
  border: 1px solid var(--prime-border, #e5edf3);
  border-radius: var(--prime-radius-lg, 22px);
  box-shadow: var(--prime-shadow-md, 0 18px 40px rgba(18, 35, 52, 0.09));
  padding: 28px;
  border-left: 1px solid var(--prime-border, #e5edf3);
  border-top: 1px solid var(--prime-border, #e5edf3);
  border-right: 1px solid var(--prime-border, #e5edf3);
  border-bottom: 1px solid var(--prime-border, #e5edf3); }

body.app-authenticated {
  font-size: 14px; }

/* Authenticated controls — tactile press, usable hit area */
.app-authenticated .btn {
  min-height: 40px;
  transition-property: transform, background-color, border-color, box-shadow, color;
  transition-duration: 0.15s;
  transition-timing-function: ease-out; }

.app-authenticated .btn:active {
  transform: scale(0.98); }

.app-authenticated .btn-sm {
  min-height: 36px; }

.app-authenticated .app-header__hamburger .app-mobile-nav-toggle {
  min-width: 44px;
  min-height: 44px;
  transition-property: transform, background-color, box-shadow;
  transition-duration: 0.15s;
  transition-timing-function: ease-out; }

.app-authenticated .app-header__hamburger .app-mobile-nav-toggle:active {
  transform: scale(0.96); }

@keyframes prime-dashboard-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dashboard-home__stats .dashboard-stat-card {
  animation: prime-dashboard-enter 0.34s cubic-bezier(0.22, 1, 0.36, 1) both; }

.dashboard-home__stats .dashboard-stat-card:nth-child(1) { animation-delay: 0.04s; }
.dashboard-home__stats .dashboard-stat-card:nth-child(2) { animation-delay: 0.08s; }
.dashboard-home__stats .dashboard-stat-card:nth-child(3) { animation-delay: 0.12s; }
.dashboard-home__stats .dashboard-stat-card:nth-child(4) { animation-delay: 0.16s; }

.dashboard-home .dashboard-table-wrap {
  animation: prime-dashboard-enter 0.36s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.1s;
}

.dashboard-home .dashboard-section:nth-of-type(1) .dashboard-table-wrap { animation-delay: 0.12s; }
.dashboard-home .dashboard-section:nth-of-type(2) .dashboard-table-wrap { animation-delay: 0.16s; }
.dashboard-home .dashboard-section:nth-of-type(3) .dashboard-table-wrap { animation-delay: 0.2s; }

input.prime-input-uppercase,
textarea.prime-input-uppercase {
  text-transform: uppercase;
}

.prime-list-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid var(--prime-border, #e5edf3);
  border-radius: var(--prime-radius-md, 16px);
  background: var(--prime-neutral-50, #f4f7fa);
}

.prime-list-toolbar__group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.prime-list-toolbar__group--actions {
  flex: 0 0 auto;
}

.prime-list-toolbar__group--print {
  flex: 0 0 auto;
  padding-right: 12px;
  border-right: 1px solid var(--prime-border, #e5edf3);
}

.prime-list-toolbar__group--filters {
  flex: 1 1 420px;
  justify-content: flex-end;
}

.prime-list-toolbar__label {
  margin: 0;
  color: var(--prime-neutral-700, #35526a);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.prime-list-toolbar__search {
  flex: 1 1 220px;
  min-width: 180px;
  max-width: 320px;
}

.prime-list-toolbar__select {
  flex: 0 1 140px;
  min-width: 120px;
}

.prime-list-toolbar__date {
  flex: 0 1 130px;
  min-width: 110px;
  max-width: 140px;
}

.prime-list-toolbar .btn,
.prime-list-toolbar .form-control {
  margin: 0;
}

.prime-list-toolbar__label--checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
  text-wrap: pretty;
  cursor: pointer;
}

.prime-list-toolbar__label--checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .prime-list-toolbar__group--print {
    padding-right: 0;
    border-right: 0;
    width: 100%;
  }

  .prime-list-toolbar__group--filters {
    width: 100%;
    justify-content: flex-start;
  }

  .prime-list-toolbar__search {
    max-width: none;
    width: 100%;
    flex-basis: 100%;
  }
}

/* Mobile interface polish */
@media (max-width: 767px) {
  .app-authenticated .content-box-large {
    margin-bottom: 18px;
    padding: 16px 14px;
    border-radius: 18px; }

  .app-authenticated .content-box-header {
    padding: 12px 14px;
    border-radius: 18px 18px 0 0; }

  .app-authenticated .content-box-header .panel-title {
    text-wrap: balance;
    font-size: 18px;
    line-height: 1.35; }

  .app-authenticated .panel-body {
    padding: 12px 0 0; }

  .app-authenticated .help-block {
    text-wrap: pretty;
    font-size: 13px;
    line-height: 1.55; }

  .app-authenticated .content-box-large > [class*="col-md-"],
  .app-authenticated .content-box-large form > [class*="col-md-"],
  .app-authenticated .content-box-large .panel-body > [class*="col-md-"] {
    float: none !important;
    width: 100% !important;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px; }

  .app-authenticated .content-box-large > [class*="col-md-"] > .btn,
  .app-authenticated .content-box-large form > [class*="col-md-"] > .btn,
  .app-authenticated .content-box-large form > [class*="col-md-"] > a.btn {
    width: 100%;
    max-width: 100%; }

  .app-authenticated .content-box-large form .btn[type="submit"],
  .app-authenticated .content-box-large input.btn[type="submit"] {
    width: auto;
    min-width: 96px; }

  .app-authenticated .table-responsive {
    margin-bottom: 0;
    border-radius: 14px;
    -webkit-overflow-scrolling: touch; }

  .app-authenticated .table {
    font-size: 12px; }

  .app-authenticated .table th,
  .app-authenticated .table td {
    padding: 10px 9px;
    font-variant-numeric: tabular-nums;
    vertical-align: middle; }

  .app-authenticated .table .label {
    display: inline-block;
    max-width: 132px;
    white-space: normal;
    text-wrap: pretty;
    line-height: 1.35; }

  .app-authenticated .sidebar .nav > li > ul > li > a {
    min-height: 44px;
    padding-top: 11px;
    padding-bottom: 11px; }

  .app-header__account .dropdown-menu > li > a {
    min-height: 44px;
    padding-top: 13px;
    padding-bottom: 13px; }

  .prime-list-toolbar {
    padding: 12px;
    gap: 10px;
    border-radius: 16px; }

  .prime-list-toolbar__group,
  .prime-list-toolbar__group--filters,
  .prime-list-toolbar__group--print,
  .prime-list-toolbar__group--actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch; }

  .prime-list-toolbar__select,
  .prime-list-toolbar__date,
  .prime-list-toolbar__search,
  .prime-list-toolbar .form-control {
    width: 100%;
    max-width: none;
    flex: 1 1 100%;
    min-width: 0; }

  .prime-list-toolbar__label {
    width: 100%;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
    text-wrap: pretty; }

  .prime-list-toolbar .btn {
    width: 100%; }
}

/*# sourceMappingURL=customStyle.css.map */
