body.admin-shell {
  --admin-blue: #069bd8;
  --admin-blue-dark: #0278ad;
  --admin-mint: #16b8a6;
  --admin-ink: #21313a;
  --admin-muted: #6d7d86;
  --admin-line: #dce8ef;
  --admin-soft: #f5f9fc;
  --admin-card: #ffffff;
  background: #f5f8fb;
  color: var(--admin-ink);
  font-family: Inter, Roboto, Arial, sans-serif;
  min-width: 1180px;
  padding-bottom: 54px;
}

body.admin-shell a {
  color: var(--admin-blue-dark);
}

body.admin-shell header {
  position: sticky;
  top: 0;
  z-index: 80;
}

body.admin-shell #header_background.user_login {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(6, 155, 216, .14);
  box-shadow: 0 14px 34px rgba(33, 49, 58, .08);
  backdrop-filter: blur(16px);
}

body.admin-shell #header {
  min-height: 74px;
}

body.admin-shell #header .header-content {
  align-items: center;
  display: flex;
  gap: 18px;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 74px;
  padding: 0 28px;
  width: auto;
}

body.admin-shell #header-logo {
  float: none;
  flex: 0 0 auto;
}

body.admin-shell #header-logo a {
  align-items: center;
  display: flex;
  min-height: 58px;
  text-decoration: none;
}

body.admin-shell #header-logo img.logo {
  display: block;
  height: 46px;
  max-height: 46px;
  max-width: 250px;
  object-fit: contain;
}

body.admin-shell .admin-logo-badge {
  display: none;
}

body.admin-shell .header-menu {
  flex: 1 1 auto;
  float: none;
  min-width: 0;
}

body.admin-shell .header-right {
  flex: 0 0 auto;
  float: none;
  margin-left: auto;
}

body.admin-shell .header-private-langs {
  align-items: center;
  display: flex;
  gap: 6px;
  float: none;
  order: 4;
  margin-left: 8px;
}

body.admin-shell .header-private-langs a {
  align-items: center;
  background: var(--admin-soft);
  border: 1px solid var(--admin-line);
  border-radius: 6px;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 34px;
}

body.admin-shell .header-private-langs img {
  display: block;
  max-width: 18px;
}

body.admin-shell #header div#menu ul.menuLevel0 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body.admin-shell #header div#menu ul.menuLevel0 li.level0 {
  float: none;
  margin: 0;
  padding: 0;
}

body.admin-shell #header div#menu ul.menuLevel0 li.level0:first-child {
  margin-left: 0;
}

body.admin-shell #header div#menu ul.menuLevel0 li.level0 > a,
body.admin-shell #header div#menu ul.menuLevel0 li.level0 > div {
  border-radius: 999px;
  color: #31454f;
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 13px;
  text-decoration: none;
  transition: background .16s ease, color .16s ease, box-shadow .16s ease;
}

body.admin-shell #header div#menu ul.menuLevel0 li.level0:hover > a,
body.admin-shell #header div#menu ul.menuLevel0 li.level0.selected > a {
  background: rgba(6, 155, 216, .1);
  box-shadow: inset 0 0 0 1px rgba(6, 155, 216, .18);
  color: var(--admin-blue-dark);
  text-decoration: none;
}

body.admin-shell #menu ul.menuLevel1,
body.admin-shell .user_menu ul.menuLevel1 {
  border: 1px solid var(--admin-line);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(33, 49, 58, .16);
  min-width: 190px;
  overflow: hidden;
  top: 42px;
}

body.admin-shell #menu ul.menuLevel1 li,
body.admin-shell .user_menu ul.menuLevel1 li {
  background: #fff;
  border-top: 1px solid #edf4f8;
  height: auto;
  min-height: 38px;
}

body.admin-shell div#menu ul.menuLevel0 ul.menuLevel1 li a,
body.admin-shell .user_menu ul.menuLevel1 li a {
  color: #31454f;
  display: block;
  font-size: 13px;
  height: auto;
  line-height: 1.25;
  padding: 11px 14px;
  text-decoration: none;
  width: 100%;
}

body.admin-shell div#menu ul.menuLevel0 ul.menuLevel1 li:hover,
body.admin-shell .user_menu ul.menuLevel1 li:hover {
  background: var(--admin-soft);
}

body.admin-shell .user_menu {
  float: none;
}

body.admin-shell .user_menu ul.menuLevel0 li.level0 {
  padding: 0;
}

body.admin-shell .user_menu > .menuLevel0 > .level0 > div {
  background: linear-gradient(135deg, var(--admin-blue), var(--admin-mint));
  border-radius: 999px;
  color: #fff;
  min-width: 0;
  padding: 10px 34px 10px 16px;
}

body.admin-shell .user_menu .user_name {
  color: #fff;
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

body.admin-shell #breadcrumb {
  min-height: 0;
}

body.admin-shell #breadcrumb .breadcrumb-line {
  background: transparent;
  border: 0;
}

body.admin-shell #content-bread {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 32px 14px;
}

body.admin-shell .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}

body.admin-shell .breadcrumb > li > a,
body.admin-shell .breadcrumb > li,
body.admin-shell .breadcrumb > li + li:before {
  color: var(--admin-muted);
  font-size: 13px;
}

body.admin-shell main {
  background:
    radial-gradient(circle at top left, rgba(6, 155, 216, .09), transparent 360px),
    linear-gradient(180deg, #f9fcfe 0, #f4f8fb 260px, #f5f8fb 100%);
  min-height: calc(100vh - 74px);
}

body.admin-shell #content.content-private {
  background: transparent;
  margin: 0 auto;
  max-width: 1440px;
  padding: 22px 32px 92px;
  width: auto;
}

body.admin-shell h2.admin {
  color: var(--admin-ink);
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 30px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 22px;
  padding: 0;
}

body.admin-shell .additional-box,
body.admin-shell .detail-show,
body.admin-shell .book_content {
  position: relative;
}

body.admin-shell .dark-folder,
body.admin-shell .light-folder,
body.admin-shell .table-bookmark,
body.admin-shell .b_form,
body.admin-shell .form-block,
body.admin-shell .dataTables_wrapper {
  background: var(--admin-card);
  border: 1px solid rgba(6, 155, 216, .13);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(33, 49, 58, .08);
}

body.admin-shell .dark-folder,
body.admin-shell .light-folder,
body.admin-shell .table-bookmark {
  margin-bottom: 18px;
  padding: 20px;
}

body.admin-shell .dark-folder h2,
body.admin-shell .light-folder h2 {
  border-bottom: 1px solid var(--admin-line);
  color: var(--admin-ink);
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0 0 13px;
}

body.admin-shell .light-folder .folder ul,
body.admin-shell .additional-box ul.folder,
body.admin-shell .additional-box .folder ul {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

body.admin-shell .light-folder li,
body.admin-shell .additional-box li {
  float: none;
  margin: 0 !important;
  padding: 0;
}

body.admin-shell #private .desktop .user-info-block li a,
body.admin-shell #private .detail-show .folder li a,
body.admin-shell .light-folder li a,
body.admin-shell .additional-box li a {
  align-items: center;
  background: linear-gradient(180deg, #fff, #f7fbfd);
  border: 1px solid var(--admin-line);
  border-radius: 8px;
  box-shadow: none;
  color: #31454f;
  display: flex;
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 750;
  height: auto;
  justify-content: flex-start;
  line-height: 1.25;
  min-height: 76px;
  padding: 16px 18px 16px 68px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
  width: auto;
}

body.admin-shell .light-folder li a:before,
body.admin-shell .additional-box li a:before {
  align-items: center;
  background: linear-gradient(135deg, rgba(6, 155, 216, .14), rgba(22, 184, 166, .18));
  border: 1px solid rgba(6, 155, 216, .2);
  border-radius: 8px;
  color: var(--admin-blue-dark);
  content: "\f013";
  display: flex;
  font-family: FontAwesome;
  font-size: 19px;
  height: 38px;
  justify-content: center;
  left: 16px;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
}

body.admin-shell .light-folder li a:hover:before,
body.admin-shell .additional-box li a:hover:before {
  background: linear-gradient(135deg, var(--admin-blue), var(--admin-mint));
  border-color: transparent;
  color: #fff;
}

body.admin-shell .light-folder li a[href*="/user/"]:before,
body.admin-shell .additional-box li a[href*="/user/"]:before {
  content: "\f0c0";
}

body.admin-shell .light-folder li a[href*="/reservation/"]:before,
body.admin-shell .additional-box li a[href*="/reservation/"]:before {
  content: "\f0f6";
}

body.admin-shell .light-folder li a[href*="/event/"]:before,
body.admin-shell .additional-box li a[href*="/event/"]:before {
  content: "\f073";
}

body.admin-shell .light-folder li a[href*="/event_text/"]:before,
body.admin-shell .additional-box li a[href*="/event_text/"]:before {
  content: "\f036";
}

body.admin-shell .light-folder li a[href*="/voucher/"]:before,
body.admin-shell .additional-box li a[href*="/voucher/"]:before,
body.admin-shell .light-folder li a[href*="/coupon/"]:before,
body.admin-shell .additional-box li a[href*="/coupon/"]:before,
body.admin-shell .light-folder li a[href*="/coupon_buy/"]:before,
body.admin-shell .additional-box li a[href*="/coupon_buy/"]:before,
body.admin-shell .light-folder li a[href*="/coupon-buy/"]:before,
body.admin-shell .additional-box li a[href*="/coupon-buy/"]:before {
  content: "\f06b";
}

body.admin-shell .light-folder li a[href*="/voucher/vouchers"]:before,
body.admin-shell .additional-box li a[href*="/voucher/vouchers"]:before {
  content: "\f145";
}

body.admin-shell .light-folder li a[href*="/payment/"]:before,
body.admin-shell .additional-box li a[href*="/payment/"]:before {
  content: "\f09d";
}

body.admin-shell .light-folder li a[href*="/invoice/"]:before,
body.admin-shell .additional-box li a[href*="/invoice/"]:before,
body.admin-shell .light-folder li a[href*="/payment/invoices"]:before,
body.admin-shell .additional-box li a[href*="/payment/invoices"]:before {
  content: "\f15c";
}

body.admin-shell .light-folder li a[href*="/ip_blacklist/"]:before,
body.admin-shell .additional-box li a[href*="/ip_blacklist/"]:before {
  content: "\f05e";
}

body.admin-shell .light-folder li a[href*="/page/"]:before,
body.admin-shell .additional-box li a[href*="/page/"]:before,
body.admin-shell .light-folder li a[href*="/text/"]:before,
body.admin-shell .additional-box li a[href*="/text/"]:before,
body.admin-shell .light-folder li a[href*="/menu/"]:before,
body.admin-shell .additional-box li a[href*="/menu/"]:before {
  content: "\f15c";
}

body.admin-shell .light-folder li a[href*="/page/pages"]:before,
body.admin-shell .additional-box li a[href*="/page/pages"]:before {
  content: "\f0ac";
}

body.admin-shell .light-folder li a[href*="/menu/menu"]:before,
body.admin-shell .additional-box li a[href*="/menu/menu"]:before {
  content: "\f0c9";
}

body.admin-shell .light-folder li a[href*="/city/"]:before,
body.admin-shell .additional-box li a[href*="/city/"]:before {
  content: "\f041";
}

body.admin-shell .light-folder li a[href*="/ticket-template/"]:before,
body.admin-shell .additional-box li a[href*="/ticket-template/"]:before,
body.admin-shell .light-folder li a[href*="/ticket_template/"]:before,
body.admin-shell .additional-box li a[href*="/ticket_template/"]:before {
  content: "\f02d";
}

body.admin-shell .light-folder li a[href*="/upsell/"]:before,
body.admin-shell .additional-box li a[href*="/upsell/"]:before {
  content: "\f0d6";
}

body.admin-shell .light-folder li a[href*="/mail"]:before,
body.admin-shell .additional-box li a[href*="/mail"]:before,
body.admin-shell .light-folder li a[href*="/email"]:before,
body.admin-shell .additional-box li a[href*="/email"]:before {
  content: "\f0e0";
}

body.admin-shell .light-folder li a[href*="/log/"]:before,
body.admin-shell .additional-box li a[href*="/log/"]:before {
  content: "\f1da";
}

body.admin-shell .light-folder li a[href*="/import"]:before,
body.admin-shell .additional-box li a[href*="/import"]:before {
  content: "\f093";
}

body.admin-shell .light-folder li a[href*="/language/"]:before,
body.admin-shell .additional-box li a[href*="/language/"]:before {
  content: "\f1ab";
}

body.admin-shell .light-folder li a[href*="/settings/"]:before,
body.admin-shell .additional-box li a[href*="/settings/"]:before,
body.admin-shell .light-folder li a[href*="/c_"]:before,
body.admin-shell .additional-box li a[href*="/c_"]:before,
body.admin-shell .light-folder li a[href*="/bank_code/"]:before,
body.admin-shell .additional-box li a[href*="/bank_code/"]:before {
  content: "\f013";
}

body.admin-shell .light-folder li a[href*="/settings/variables"]:before,
body.admin-shell .additional-box li a[href*="/settings/variables"]:before {
  content: "\f1de";
}

body.admin-shell .light-folder li a[href*="/settings/set_mails_active"]:before,
body.admin-shell .additional-box li a[href*="/settings/set_mails_active"]:before {
  content: "\f0e0";
}

body.admin-shell .light-folder li a[href*="/delete_unpaid_reservations"]:before,
body.admin-shell .additional-box li a[href*="/delete_unpaid_reservations"]:before {
  content: "\f014";
}

body.admin-shell .light-folder li a:hover,
body.admin-shell .additional-box li a:hover {
  background: #fff;
  border-color: rgba(6, 155, 216, .42);
  box-shadow: 0 12px 28px rgba(6, 155, 216, .16);
  color: var(--admin-blue-dark);
  transform: translateY(-1px);
}

body.admin-shell .light-folder li .tile_count {
  background: var(--admin-blue);
  box-shadow: 0 8px 18px rgba(6, 155, 216, .28);
  right: -5px;
  top: -8px;
}

body.admin-shell .navigation-box {
  margin-bottom: 18px;
  min-height: 40px;
}

body.admin-shell .b-add .btn,
body.admin-shell .filter-link .btn,
body.admin-shell .export2xls .btn,
body.admin-shell .btn.b-add,
body.admin-shell .btn.btn-submit,
body.admin-shell .btn-blue,
body.admin-shell input[type="submit"] {
  background: var(--admin-blue);
  border: 1px solid var(--admin-blue);
  border-radius: 7px;
  box-shadow: 0 8px 20px rgba(6, 155, 216, .18);
  color: #fff;
  font-family: Inter, Roboto, Arial, sans-serif;
  font-weight: 800;
  min-height: 36px;
  text-decoration: none;
}

body.admin-shell .b-add .btn:before,
body.admin-shell .btn.b-add:before {
  content: "\f067";
  font-family: FontAwesome;
  margin-right: 7px;
}

body.admin-shell .filter-link .btn:before {
  content: "\f0b0";
  font-family: FontAwesome;
  margin-right: 7px;
}

body.admin-shell .export2xls .btn:before {
  content: "\f1c3";
  font-family: FontAwesome;
  margin-right: 7px;
}

body.admin-shell .search .fa.fa-search.search_ico {
  color: var(--admin-blue-dark);
}

body.admin-shell .b-add .btn:hover,
body.admin-shell .filter-link .btn:hover,
body.admin-shell .export2xls .btn:hover,
body.admin-shell .btn.b-add:hover,
body.admin-shell .btn.btn-submit:hover,
body.admin-shell .btn-blue:hover {
  background: var(--admin-blue-dark);
  border-color: var(--admin-blue-dark);
  color: #fff;
}

body.admin-shell .search input[type="text"],
body.admin-shell .b_form .form-control,
body.admin-shell .b_form .select2-container .select2-selection--single,
body.admin-shell .select2-container--default .select2-selection--multiple,
body.admin-shell textarea,
body.admin-shell select {
  background-color: #fff;
  border: 1px solid var(--admin-line);
  border-radius: 7px;
  box-shadow: none;
  color: var(--admin-ink);
  font-family: Inter, Roboto, Arial, sans-serif;
}

body.admin-shell .search input[type="text"]:focus,
body.admin-shell .b_form .form-control:focus,
body.admin-shell textarea:focus {
  border-color: rgba(6, 155, 216, .72);
  box-shadow: 0 0 0 3px rgba(6, 155, 216, .12);
  outline: 0;
}

body.admin-shell .b_form,
body.admin-shell .form-block {
  max-width: 1120px;
  padding: 26px;
  width: 100%;
}

body.admin-shell .b_form label {
  color: #526670;
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

body.admin-shell .block_title,
body.admin-shell .book_content h2.tab.admin {
  color: var(--admin-blue-dark);
  font-family: Inter, Roboto, Arial, sans-serif;
  font-weight: 850;
}

body.admin-shell .dataTables_wrapper {
  margin-bottom: 20px;
  overflow-x: auto;
  padding: 0;
}

body.admin-shell .content-private table {
  border-collapse: separate;
  border-spacing: 0;
  color: #31454f;
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 13px;
  width: 100%;
}

body.admin-shell .content-private table th,
body.admin-shell .content-private table td {
  border-color: #edf4f8;
  padding: 11px 12px;
  vertical-align: middle;
}

body.admin-shell .content-private table th {
  background: #f4f9fc;
  color: #526670;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

body.admin-shell .content-private table tr:hover td {
  background: #f8fcfe;
}

body.admin-shell .content-private table tr:hover td.nevyrizene,
body.admin-shell .content-private table tr:hover td.zakazany,
body.admin-shell .content-private table tr:hover td.inactive-visible,
body.admin-shell .content-private table tr:hover td.inactive-invisible,
body.admin-shell .content-private table tr:hover td.inactive-invisible_,
body.admin-shell .content-private table tr:hover td.inactive-visible_,
body.admin-shell .content-private table tr:hover td.deactivated,
body.admin-shell .content-private table tr:hover td.neuhrazeno,
body.admin-shell .content-private table tr:hover td.Ne,
body.admin-shell .content-private table tr:hover td.bg-danger {
  background: #ea4141;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

body.admin-shell .content-private table tr:hover .label,
body.admin-shell .content-private table tr:hover .badge,
body.admin-shell .content-private table tr:hover .bg-danger,
body.admin-shell .content-private table tr:hover .bg-warning,
body.admin-shell .content-private table tr:hover .bg-success,
body.admin-shell .content-private table tr:hover .bg-info,
body.admin-shell .content-private table tr:hover [class*="label-"],
body.admin-shell .content-private table tr:hover [class*="badge-"] {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

body.admin-shell .paginate *,
body.admin-shell .paginate_button,
body.admin-shell .dataTables_paginate .paginate_button {
  border-color: var(--admin-line);
  border-radius: 6px;
  color: var(--admin-blue-dark);
  margin-right: 4px;
}

body.admin-shell .dataTables_paginate a.paginate_button.current,
body.admin-shell .dataTables_paginate a.paginate_button.current:hover,
body.admin-shell a.paginate_button.current,
body.admin-shell a.paginate_button.current:hover {
  background: var(--admin-blue);
  border-color: var(--admin-blue);
  color: #fff;
}

body.admin-shell div#bookmarks {
  margin-bottom: 18px;
  position: static;
  right: auto;
  top: auto;
}

body.admin-shell div.bookmarks {
  float: none;
  margin: 0 0 18px;
}

body.admin-shell div.bookmarks ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.admin-shell div.bookmarks ul li.bookmark,
body.admin-shell div.bookmarks ul li.bookmark:nth-child(1),
body.admin-shell div.bookmarks ul li.bookmark:last-child,
body.admin-shell div.bookmarks ul li.bookmark.selected {
  background: #fff;
  border: 1px solid var(--admin-line);
  border-radius: 999px;
  margin: 0;
}

body.admin-shell div.bookmarks ul li.bookmark a,
body.admin-shell div.bookmarks ul li.bookmark > div {
  color: #526670;
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  height: auto;
  line-height: 1;
  padding: 11px 15px;
}

body.admin-shell div.bookmarks ul li.bookmark.selected,
body.admin-shell div.bookmarks ul li.bookmark:hover {
  background: rgba(6, 155, 216, .1);
  border-color: rgba(6, 155, 216, .35);
}

body.admin-shell div.bookmarks ul li.bookmark.selected a,
body.admin-shell div.bookmarks ul li.bookmark:hover a {
  color: var(--admin-blue-dark);
  text-decoration: none;
}

body.admin-shell #footer-private {
  background: rgba(255, 255, 255, .96);
  border-top: 1px solid var(--admin-line);
  box-shadow: 0 -12px 30px rgba(33, 49, 58, .08);
  height: 42px;
}

body.admin-shell #footer-private div,
body.admin-shell div.button-back {
  border: 0;
  color: #526670;
  font-size: 13px;
  height: 42px;
  line-height: 42px;
}

body.admin-shell #footer-private a,
body.admin-shell div.button-back a {
  border: 0;
  color: #526670;
  height: 42px;
  line-height: 42px;
  padding: 0 16px 0 38px;
}

body.admin-shell #footer-private .center a {
  padding: 0 16px;
}

body.admin-shell #footer-private a:hover,
body.admin-shell div.button-back a:hover {
  color: var(--admin-blue-dark);
  text-decoration: none;
}

body.admin-shell .payment-dashboard {
  max-width: 1360px;
}

body.admin-shell .payment-dashboard-hero {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 0 18px;
  max-width: 1360px;
}

body.admin-shell .payment-dashboard-hero h2.admin {
  margin-bottom: 8px;
}

body.admin-shell .payment-dashboard-eyebrow {
  color: var(--admin-blue-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

body.admin-shell .payment-dashboard-subtitle {
  color: var(--admin-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  max-width: 760px;
}

body.admin-shell .payment-dashboard-kpis {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  margin: 0 0 18px;
  max-width: 1360px;
}

body.admin-shell .payment-dashboard-kpi {
  background: #fff;
  border: 1px solid rgba(6, 155, 216, .13);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(33, 49, 58, .08);
  min-height: 118px;
  padding: 20px;
}

body.admin-shell .payment-dashboard-kpi-primary {
  background: linear-gradient(135deg, #06324a, #087fb4 54%, #13a892);
  border-color: transparent;
  color: #fff;
}

body.admin-shell .payment-dashboard-kpi span,
body.admin-shell .payment-dashboard-kpi small {
  display: block;
}

body.admin-shell .payment-dashboard-kpi span {
  color: var(--admin-muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

body.admin-shell .payment-dashboard-kpi-primary span,
body.admin-shell .payment-dashboard-kpi-primary small {
  color: rgba(255, 255, 255, .78);
}

body.admin-shell .payment-dashboard-kpi strong {
  color: var(--admin-ink);
  display: block;
  font-size: 28px;
  font-weight: 850;
  line-height: 1.05;
  margin-bottom: 10px;
}

body.admin-shell .payment-dashboard-kpi-primary strong {
  color: #fff;
  font-size: 34px;
}

body.admin-shell .payment-dashboard-kpi small {
  color: #6d7d86;
  font-size: 13px;
  line-height: 1.35;
}

body.admin-shell .payment-dashboard-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, .85fr);
  margin-bottom: 18px;
  max-width: 1360px;
}

body.admin-shell .payment-dashboard-panel {
  margin-bottom: 18px;
}

body.admin-shell .payment-dashboard-layout .payment-dashboard-panel {
  margin-bottom: 0;
}

body.admin-shell .payment-dashboard-panel-head {
  align-items: baseline;
  border-bottom: 1px solid var(--admin-line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 0 0 18px;
  padding: 0 0 13px;
}

body.admin-shell .payment-dashboard-panel-head h2 {
  border: 0;
  margin: 0;
  padding: 0;
}

body.admin-shell .payment-dashboard-panel-head span {
  color: var(--admin-muted);
  font-size: 12px;
  font-weight: 800;
}

body.admin-shell .payment-dashboard-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.admin-shell .payment-dashboard-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.admin-shell .payment-dashboard-card {
  background: linear-gradient(180deg, #fff, #f7fbfd);
  border: 1px solid var(--admin-line);
  border-radius: 8px;
  min-height: 92px;
  padding: 18px;
}

body.admin-shell .payment-dashboard-label {
  color: var(--admin-muted);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 12px;
}

body.admin-shell .payment-dashboard-card strong {
  color: var(--admin-ink);
  display: block;
  font-size: 30px;
  font-weight: 850;
  line-height: 1;
}

body.admin-shell .payment-dashboard-placeholder {
  color: #526670;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-width: 780px;
}

body.admin-shell .payment-dashboard-revenue-chart {
  display: grid;
  gap: 11px;
}

body.admin-shell .payment-dashboard-revenue-row {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 42px minmax(0, 1fr) 118px;
}

body.admin-shell .payment-dashboard-chart-label,
body.admin-shell .payment-dashboard-chart-value {
  color: #526670;
  font-size: 12px;
  font-weight: 800;
}

body.admin-shell .payment-dashboard-chart-value {
  text-align: right;
}

body.admin-shell .payment-dashboard-chart-track {
  align-items: stretch;
  background: #edf5f9;
  border-radius: 999px;
  display: flex;
  height: 14px;
  overflow: hidden;
}

body.admin-shell .payment-dashboard-chart-track span {
  display: block;
  min-width: 0;
}

body.admin-shell .payment-dashboard-bar-gopay {
  background: linear-gradient(90deg, var(--admin-blue), #4bb4e6);
}

body.admin-shell .payment-dashboard-bar-external {
  background: linear-gradient(90deg, #f2b84b, #ef7d4d);
}

body.admin-shell .payment-dashboard-legend {
  display: flex;
  gap: 18px;
  margin-top: 18px;
}

body.admin-shell .payment-dashboard-legend span {
  align-items: center;
  color: #526670;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 7px;
}

body.admin-shell .payment-dashboard-dot {
  border-radius: 999px;
  display: inline-block;
  height: 9px;
  width: 9px;
}

body.admin-shell .payment-dashboard-dot-gopay {
  background: var(--admin-blue);
}

body.admin-shell .payment-dashboard-dot-external {
  background: #ef8b4d;
}

body.admin-shell .payment-dashboard-channel-list {
  display: grid;
  gap: 16px;
}

body.admin-shell .payment-dashboard-channel > div:first-child {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

body.admin-shell .payment-dashboard-channel strong {
  color: var(--admin-ink);
  font-size: 14px;
  font-weight: 850;
}

body.admin-shell .payment-dashboard-channel span,
body.admin-shell .payment-dashboard-channel small {
  color: var(--admin-muted);
  font-size: 12px;
  font-weight: 800;
}

body.admin-shell .payment-dashboard-channel-track,
body.admin-shell .payment-dashboard-mini-track {
  background: #edf5f9;
  border-radius: 999px;
  overflow: hidden;
}

body.admin-shell .payment-dashboard-channel-track {
  height: 10px;
  margin-bottom: 7px;
}

body.admin-shell .payment-dashboard-channel-track span,
body.admin-shell .payment-dashboard-mini-track span {
  background: linear-gradient(90deg, var(--admin-mint), var(--admin-blue));
  display: block;
  height: 100%;
}

body.admin-shell .payment-dashboard-expense-channel .payment-dashboard-channel-track span {
  background: linear-gradient(90deg, #f2b84b, #ef6f4d);
}

body.admin-shell .payment-dashboard-week-chart {
  align-items: end;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(auto-fit, minmax(18px, 1fr));
  min-height: 230px;
}

body.admin-shell .payment-dashboard-week-col {
  align-items: center;
  display: grid;
  gap: 7px;
  min-width: 0;
}

body.admin-shell .payment-dashboard-week-col > div {
  align-items: end;
  background: #edf5f9;
  border-radius: 6px;
  display: flex;
  height: 172px;
  overflow: hidden;
  width: 100%;
}

body.admin-shell .payment-dashboard-week-col > div span {
  background: linear-gradient(180deg, #1bb6d8, #087fb4);
  display: block;
  width: 100%;
}

body.admin-shell .payment-dashboard-week-col small {
  color: var(--admin-muted);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  writing-mode: vertical-rl;
}

body.admin-shell .payment-dashboard-occupancy-chart {
  align-items: end;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(13, minmax(0, 1fr));
  min-height: 240px;
}

body.admin-shell .payment-dashboard-occupancy-col {
  align-items: center;
  display: grid;
  gap: 7px;
  justify-items: center;
}

body.admin-shell .payment-dashboard-occupancy-bar {
  align-items: end;
  background: #edf5f9;
  border-radius: 8px;
  display: flex;
  height: 150px;
  overflow: hidden;
  width: 100%;
}

body.admin-shell .payment-dashboard-occupancy-bar span {
  background: linear-gradient(180deg, var(--admin-mint), var(--admin-blue));
  display: block;
  width: 100%;
}

body.admin-shell .payment-dashboard-occupancy-col strong {
  color: var(--admin-ink);
  font-size: 12px;
  font-weight: 850;
}

body.admin-shell .payment-dashboard-occupancy-col small {
  color: var(--admin-muted);
  font-size: 11px;
  font-weight: 800;
}

body.admin-shell .payment-dashboard-pipeline {
  display: grid;
  gap: 12px;
}

body.admin-shell .payment-dashboard-pipeline > div {
  background: #f7fbfd;
  border: 1px solid var(--admin-line);
  border-radius: 8px;
  padding: 14px;
}

body.admin-shell .payment-dashboard-pipeline span,
body.admin-shell .payment-dashboard-pipeline small {
  color: var(--admin-muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
}

body.admin-shell .payment-dashboard-pipeline strong {
  color: var(--admin-ink);
  display: block;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.1;
  margin: 7px 0;
}

body.admin-shell .payment-dashboard-mini-track {
  display: inline-block;
  height: 8px;
  margin-right: 8px;
  vertical-align: middle;
  width: 82px;
}

body.admin-shell .payment-dashboard-season-form,
body.admin-shell .payment-dashboard-form,
body.admin-shell .payment-dashboard-stack-form,
body.admin-shell .payment-dashboard-import-form {
  align-items: end;
  display: grid;
  gap: 12px;
}

body.admin-shell .payment-dashboard-season-form {
  grid-template-columns: minmax(180px, 260px) auto;
  justify-content: start;
}

body.admin-shell .payment-dashboard-form {
  grid-template-columns: minmax(180px, 1.2fr) minmax(120px, .7fr) minmax(80px, .35fr) minmax(150px, .7fr) minmax(220px, 1.4fr) auto;
  margin-bottom: 18px;
}

body.admin-shell .payment-dashboard-stack-form,
body.admin-shell .payment-dashboard-import-form {
  align-items: stretch;
  grid-template-columns: 1fr;
}

body.admin-shell .payment-dashboard-form label,
body.admin-shell .payment-dashboard-season-form label,
body.admin-shell .payment-dashboard-stack-form label,
body.admin-shell .payment-dashboard-import-form label {
  display: block;
  margin: 0;
}

body.admin-shell .payment-dashboard-form span,
body.admin-shell .payment-dashboard-stack-form span,
body.admin-shell .payment-dashboard-import-form span {
  color: var(--admin-muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 6px;
}

body.admin-shell .payment-dashboard input,
body.admin-shell .payment-dashboard select,
body.admin-shell .payment-dashboard textarea {
  background: #fff;
  border: 1px solid var(--admin-line);
  border-radius: 6px;
  box-sizing: border-box;
  color: var(--admin-ink);
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 14px;
  min-height: 39px;
  padding: 8px 10px;
  width: 100%;
}

body.admin-shell .payment-dashboard textarea {
  line-height: 1.45;
  min-height: 130px;
  resize: vertical;
}

body.admin-shell .payment-dashboard button {
  background: var(--admin-blue);
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 850;
  min-height: 39px;
  padding: 9px 16px;
}

body.admin-shell .payment-dashboard-table {
  border-collapse: collapse;
  width: 100%;
}

body.admin-shell .payment-dashboard-table th,
body.admin-shell .payment-dashboard-table td {
  border-bottom: 1px solid var(--admin-line);
  color: #31454f;
  font-size: 13px;
  padding: 11px 10px;
  text-align: left;
}

body.admin-shell .payment-dashboard-table th {
  color: var(--admin-muted);
  font-weight: 850;
}

@media (max-width: 1280px) {
  body.admin-shell {
    min-width: 980px;
  }

  body.admin-shell #header .header-content,
  body.admin-shell #content-bread,
  body.admin-shell #content.content-private {
    padding-left: 22px;
    padding-right: 22px;
  }

  body.admin-shell .light-folder .folder ul,
  body.admin-shell .additional-box .folder ul {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }

  body.admin-shell .payment-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.admin-shell .payment-dashboard-grid-three,
  body.admin-shell .payment-dashboard-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.admin-shell .payment-dashboard-hero,
  body.admin-shell .payment-dashboard-layout {
    display: block;
  }

  body.admin-shell .payment-dashboard-season-form {
    margin-top: 14px;
  }

  body.admin-shell .payment-dashboard-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.admin-shell .payment-dashboard-occupancy-chart {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
