body.admin {
  --corp-bg: #eef2f6;
  --corp-surface: #ffffff;
  --corp-surface-soft: #f6f8fb;
  --corp-ink: #17212b;
  --corp-muted: #667085;
  --corp-line: #dbe3ec;
  --corp-sidebar: #141719;
  --corp-sidebar-2: #1e2422;
  --corp-accent: #0f766e;
  --corp-accent-2: #1d4ed8;
  --corp-warning: #b45309;
  --corp-danger: #b42318;
  --corp-shadow: 0 16px 42px rgba(23, 33, 43, 0.08);
  --corp-shadow-sm: 0 8px 24px rgba(23, 33, 43, 0.06);
  background: linear-gradient(135deg, #f7f9fc 0%, var(--corp-bg) 58%, #f3f6f2 100%);
  color: var(--corp-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

body.admin a {
  color: var(--corp-accent-2);
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease,
    transform 160ms ease;
}

body.admin a:hover,
body.admin a:focus {
  color: #1642a0;
}

body.admin #header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(219, 227, 236, 0.9);
  box-shadow: 0 10px 30px rgba(23, 33, 43, 0.07);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
}

body.admin #header .hide-menu {
  color: var(--corp-ink) !important;
  border-radius: 8px !important;
}

body.admin #header .hide-menu:hover,
body.admin #header .hide-menu:focus {
  background: #edf2f7 !important;
}

body.admin #logo .logo-text {
  color: var(--corp-ink);
  font-weight: 800;
}

body.admin #top_search input {
  background: #f4f7fa !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  color: var(--corp-ink) !important;
  height: 40px !important;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

body.admin #top_search input:hover,
body.admin #top_search input:focus {
  background: #ffffff !important;
  border-color: rgba(15, 118, 110, 0.26) !important;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1) !important;
}

body.admin .navbar-nav > li > a {
  color: #4b5563;
  font-weight: 600;
}

body.admin .navbar-nav > li > a:hover,
body.admin .navbar-nav > li > a:focus,
body.admin .navbar-nav .open > a,
body.admin .navbar-nav .open > a:hover,
body.admin .navbar-nav .open > a:focus {
  color: var(--corp-ink);
}

body.admin .navbar-nav > li > .dropdown-menu,
body.admin .dropdown-menu {
  border: 1px solid var(--corp-line);
  border-radius: 8px;
  box-shadow: var(--corp-shadow-sm);
  overflow: hidden;
}

body.admin .dropdown-menu > li > a {
  color: #344054;
  font-weight: 600;
  padding: 9px 14px;
}

body.admin .dropdown-menu > li > a:hover,
body.admin .dropdown-menu > li > a:focus {
  background: #f1f5f9;
  color: var(--corp-ink);
}

body.admin #menu.sidebar {
  background: linear-gradient(180deg, var(--corp-sidebar) 0%, var(--corp-sidebar-2) 100%);
  border-right: 0;
  box-shadow: 18px 0 42px rgba(20, 23, 25, 0.17);
  padding-left: 10px;
  padding-right: 10px;
}

body.admin .sidebar-user-profile .profile {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: #f8fafc !important;
}

body.admin .sidebar-user-profile .profile:hover,
body.admin .sidebar-user-profile .profile:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

body.admin .sidebar-user-profile .profile span,
body.admin .sidebar-user-profile .profile .tw-text-neutral-500,
body.admin .sidebar-user-profile .profile .tw-text-neutral-300 {
  color: #d8e0e8 !important;
}

body.admin .sidebar .staff-profile-image-small {
  border: 2px solid rgba(255, 255, 255, 0.2);
}

body.admin .sidebar > ul.nav > li {
  border-left: 0;
  margin-bottom: 3px;
}

body.admin .sidebar ul.nav li a {
  border: 1px solid transparent !important;
  border-radius: 8px;
  color: #d5dce4;
  font-size: 13.5px;
  font-weight: 650;
  margin-top: 2px;
  padding: 9px 12px;
}

body.admin .sidebar ul.nav li a i.menu-icon {
  color: #8fb8b2;
  font-size: 15px;
  margin-right: 12px;
}

body.admin .sidebar > ul.nav > li:hover > a:first-child,
body.admin .sidebar > ul.nav > li.active > a:first-child,
body.admin .sidebar ul.nav li.active > a,
body.admin .sidebar ul.nav > li > a:hover,
body.admin .sidebar ul.nav > li > a:focus {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: none !important;
  color: #ffffff !important;
}

body.admin .sidebar ul.nav li.active > a .menu-icon,
body.admin .sidebar ul.nav > li > a:hover .menu-icon,
body.admin .sidebar ul.nav > li > a:focus .menu-icon {
  color: #5eead4 !important;
}

body.admin .sidebar ul.nav li .nav-second-level {
  margin: 3px 0 8px 0;
}

body.admin .sidebar ul.nav li .nav-second-level li a {
  color: #bcc8d3;
  font-size: 13px;
  padding: 7px 12px 7px 40px;
}

body.admin .sidebar ul.nav li .nav-second-level li.active a,
body.admin .sidebar ul.nav > li .nav-second-level > li:not(.active) > a:hover,
body.admin .sidebar ul.nav > li .nav-second-level > li:not(.active) > a:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07) !important;
}

body.admin #setup-menu-item > a {
  background: rgba(15, 118, 110, 0.18) !important;
  color: #ecfeff !important;
}

body.admin #setup-menu-wrapper.sidebar {
  background: #ffffff;
  border-right: 1px solid var(--corp-line);
  box-shadow: 18px 0 42px rgba(23, 33, 43, 0.12);
  padding-left: 10px;
  padding-right: 10px;
}

body.admin #setup-menu-wrapper .customizer-heading {
  color: var(--corp-ink) !important;
  font-weight: 800;
}

body.admin #setup-menu-wrapper .close-customizer {
  color: #667085 !important;
}

body.admin #setup-menu-wrapper .close-customizer:hover,
body.admin #setup-menu-wrapper .close-customizer:focus {
  background: #edf2f7 !important;
  color: var(--corp-ink) !important;
}

body.admin #setup-menu-wrapper ul.nav li a {
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 8px;
  box-shadow: none !important;
  color: #344054 !important;
  font-weight: 700;
}

body.admin #setup-menu-wrapper ul.nav li a i.menu-icon {
  color: #0f766e !important;
}

body.admin #setup-menu-wrapper ul.nav > li:hover > a:first-child,
body.admin #setup-menu-wrapper ul.nav > li.active > a:first-child,
body.admin #setup-menu-wrapper ul.nav li.active > a,
body.admin #setup-menu-wrapper ul.nav > li > a:hover,
body.admin #setup-menu-wrapper ul.nav > li > a:focus {
  background: #eef6f5 !important;
  border-color: rgba(15, 118, 110, 0.18) !important;
  color: #17212b !important;
}

body.admin #setup-menu-wrapper ul.nav li .nav-second-level {
  margin: 2px 0 8px 0;
}

body.admin #setup-menu-wrapper ul.nav li .nav-second-level li a {
  color: #475467 !important;
  font-size: 13px;
  padding: 7px 12px 7px 40px;
}

body.admin #setup-menu-wrapper ul.nav li .nav-second-level li.active a,
body.admin #setup-menu-wrapper ul.nav > li .nav-second-level > li:not(.active) > a:hover,
body.admin #setup-menu-wrapper ul.nav > li .nav-second-level > li:not(.active) > a:focus {
  background: #f3f7fa !important;
  color: #17212b !important;
}

body.admin #setup-menu-wrapper .arrow {
  color: #98a2b3;
}

body.admin #wrapper {
  background: transparent;
}

body.admin .content {
  padding: 30px;
}

body.admin .content > .row {
  margin-left: -10px;
  margin-right: -10px;
}

body.admin .content > .row > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

body.admin h1,
body.admin h2,
body.admin h3,
body.admin h4 {
  color: var(--corp-ink);
  font-weight: 750;
}

body.admin .panel_s,
body.admin .panel_s > .panel-body,
body.admin .panel-body,
body.admin .modal-content,
body.admin .well {
  border-radius: 8px;
}

body.admin .panel_s {
  background: var(--corp-surface);
  border: 1px solid rgba(219, 227, 236, 0.92);
  box-shadow: var(--corp-shadow-sm);
  overflow: hidden;
}

body.admin .panel_s > .panel-body,
body.admin .panel-body {
  background: var(--corp-surface);
  border-color: var(--corp-line);
}

body.admin .panel-heading {
  background: #f8fafc;
  border-bottom: 1px solid var(--corp-line);
  color: var(--corp-ink);
  font-weight: 750;
}

body.admin .top_stats_wrapper {
  background: #ffffff;
  border: 1px solid rgba(219, 227, 236, 0.95);
  border-radius: 8px;
  box-shadow: var(--corp-shadow-sm);
  padding: 18px 20px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

body.admin .top_stats_wrapper:hover {
  border-color: rgba(15, 118, 110, 0.28);
  box-shadow: var(--corp-shadow);
  transform: translateY(-1px);
}

body.admin .progress {
  background-color: #e8eef4;
  border-radius: 8px;
  box-shadow: none;
}

body.admin .progress-bar {
  border-radius: 8px;
}

body.admin .progress-bar-danger {
  background-color: var(--corp-danger);
}

body.admin .progress-bar-success {
  background-color: var(--corp-accent);
}

body.admin .progress-bar-default {
  background-color: #52616f;
}

body.admin .btn {
  border-radius: 8px;
  font-weight: 700;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease,
    transform 160ms ease;
}

body.admin .btn:hover,
body.admin .btn:focus {
  transform: translateY(-1px);
}

body.admin .btn-primary {
  background: var(--corp-accent);
  border-color: var(--corp-accent);
  color: #ffffff !important;
  box-shadow: 0 8px 16px rgba(15, 118, 110, 0.16);
}

body.admin a.btn-primary,
body.admin a.btn-primary:visited,
body.admin .btn-primary i,
body.admin .btn-primary span {
  color: #ffffff !important;
}

body.admin .btn-primary:hover,
body.admin .btn-primary:focus,
body.admin .btn-primary:active {
  background: #0b625c !important;
  border-color: #0b625c !important;
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.22);
}

body.admin .btn-default {
  background: #ffffff;
  border-color: #cfd8e3;
  color: #344054;
}

body.admin .btn-default:hover,
body.admin .btn-default:focus {
  background: #f5f8fb;
  border-color: #b8c4d2;
  color: var(--corp-ink);
}

body.admin .btn-info {
  background: var(--corp-accent-2);
  border-color: var(--corp-accent-2);
  color: #ffffff !important;
}

body.admin .btn-success {
  background: var(--corp-accent);
  border-color: var(--corp-accent);
  color: #ffffff !important;
}

body.admin .btn-danger {
  background: var(--corp-danger);
  border-color: var(--corp-danger);
  color: #ffffff !important;
}

body.admin .form-control,
body.admin .bootstrap-select > .dropdown-toggle,
body.admin .select2-container .select2-choice,
body.admin .select2-container--default .select2-selection--single,
body.admin .select2-container--default .select2-selection--multiple {
  background-color: #ffffff;
  border-color: #cfd8e3;
  border-radius: 8px !important;
  box-shadow: none;
  color: var(--corp-ink);
  min-height: 38px;
}

body.admin .form-control:focus,
body.admin .bootstrap-select.open > .dropdown-toggle,
body.admin .select2-container--focus .select2-selection,
body.admin .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: rgba(15, 118, 110, 0.55) !important;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1) !important;
}

body.admin label {
  color: #344054;
  font-weight: 700;
}

body.admin .table-responsive,
body.admin .dataTables_wrapper {
  border-radius: 8px;
}

body.admin table.table {
  background: #ffffff;
  border-collapse: separate;
  border-spacing: 0;
}

body.admin table.table > thead > tr > th,
body.admin .table.items thead > tr > th {
  background: #f3f6f9;
  border-bottom: 1px solid var(--corp-line) !important;
  color: #475467;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

body.admin table.table > tbody > tr > td {
  border-top: 1px solid #edf1f5;
  color: #344054;
  vertical-align: middle;
}

body.admin table.table > tbody > tr:hover > td {
  background: #f8fbfc;
}

body.admin .dataTables_filter input,
body.admin .dataTables_length select {
  border: 1px solid #cfd8e3;
  border-radius: 8px;
}

body.admin .pagination > li > a,
body.admin .pagination > li > span {
  border-color: #d9e2ec;
  color: #475467;
  font-weight: 700;
}

body.admin .pagination > .active > a,
body.admin .pagination > .active > span,
body.admin .pagination > .active > a:hover,
body.admin .pagination > .active > span:hover {
  background: var(--corp-accent);
  border-color: var(--corp-accent);
}

body.admin .label,
body.admin .badge {
  border-radius: 8px;
  font-weight: 750;
  letter-spacing: 0;
}

body.admin .alert {
  border: 0;
  border-radius: 8px;
  box-shadow: var(--corp-shadow-sm);
}

body.admin .modal-content {
  border: 1px solid var(--corp-line);
  box-shadow: 0 28px 80px rgba(23, 33, 43, 0.22);
}

body.admin .modal-header {
  border-bottom: 1px solid var(--corp-line);
}

body.admin .modal-footer {
  background: #f8fafc;
  border-top: 1px solid var(--corp-line);
}

body.admin .screen-options-btn {
  background: #ffffff;
  border: 1px solid rgba(219, 227, 236, 0.95);
  border-radius: 8px;
  box-shadow: var(--corp-shadow-sm);
  color: #344054;
  font-weight: 750;
}

body.admin .screen-options-area {
  border: 1px solid var(--corp-line);
  border-radius: 8px;
  box-shadow: var(--corp-shadow);
}

body.admin .executive-dashboard-hero {
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #f6faf9 52%, #eef6ff 100%);
  border: 1px solid rgba(219, 227, 236, 0.95);
  border-radius: 8px;
  box-shadow: var(--corp-shadow);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 8px;
  min-height: 148px;
  overflow: hidden;
  padding: 26px;
  position: relative;
}

body.admin .executive-dashboard-hero:before {
  background: linear-gradient(180deg, var(--corp-accent) 0%, var(--corp-accent-2) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

body.admin .executive-dashboard-copy {
  min-width: 220px;
  position: relative;
  z-index: 1;
}

body.admin .executive-dashboard-kicker {
  color: var(--corp-accent);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

body.admin .executive-dashboard-copy h1 {
  font-size: 30px;
  line-height: 1.15;
  margin: 0;
}

body.admin .executive-dashboard-meta {
  align-items: center;
  color: var(--corp-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 14px;
}

body.admin .executive-dashboard-meta span {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 7px;
}

body.admin .executive-dashboard-meta i {
  color: var(--corp-accent);
}

body.admin .executive-dashboard-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  max-width: 520px;
  position: relative;
  width: 46%;
  z-index: 1;
}

body.admin .executive-action {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d8e2ea;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(23, 33, 43, 0.06);
  color: #25313c;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  min-height: 54px;
  padding: 12px 14px;
}

body.admin .executive-action:hover,
body.admin .executive-action:focus {
  border-color: rgba(15, 118, 110, 0.35);
  box-shadow: 0 14px 30px rgba(23, 33, 43, 0.1);
  color: var(--corp-ink);
  transform: translateY(-2px);
}

body.admin .executive-action-icon {
  align-items: center;
  background: #eff6f5;
  border-radius: 8px;
  color: var(--corp-accent);
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

body.admin .executive-action-primary {
  border-color: rgba(29, 78, 216, 0.24);
}

body.admin .executive-action-primary .executive-action-icon {
  background: #eef4ff;
  color: var(--corp-accent-2);
}

body.admin .executive-action-accent {
  background: var(--corp-accent);
  border-color: var(--corp-accent);
  color: #ffffff;
}

body.admin .executive-action-accent:hover,
body.admin .executive-action-accent:focus {
  color: #ffffff;
}

body.admin .executive-action-accent .executive-action-icon {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

body.admin .quick-stats-invoices .top_stats_wrapper,
body.admin .quick-stats-leads .top_stats_wrapper,
body.admin .quick-stats-projects .top_stats_wrapper,
body.admin .quick-stats-tasks .top_stats_wrapper {
  min-height: 96px;
}

body.admin .row-options a {
  font-weight: 700;
}

body.admin .kan-ban-col,
body.admin .kan-ban-col-wrapper .panel_s:first-child {
  border-radius: 8px;
}

body.admin .mobile-navbar {
  background: #ffffff;
  box-shadow: var(--corp-shadow-sm);
}

body.admin {
  --corp-radius: 8px;
  --corp-focus: 0 0 0 4px rgba(15, 118, 110, 0.12);
}

body.admin ::selection {
  background: rgba(15, 118, 110, 0.18);
  color: var(--corp-ink);
}

body.admin ::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

body.admin ::-webkit-scrollbar-track {
  background: #edf2f7;
}

body.admin ::-webkit-scrollbar-thumb {
  background: #a8b5c2;
  border: 2px solid #edf2f7;
  border-radius: 8px;
}

body.admin ::-webkit-scrollbar-thumb:hover {
  background: #7d8b99;
}

body.admin #header nav > .tw-flex {
  min-height: 57px;
}

body.admin #header .icon > a,
body.admin #header .timer-button > a,
body.admin #header .notifications-wrapper > a {
  border-radius: 8px;
}

body.admin #header .icon > a:hover,
body.admin #header .icon > a:focus,
body.admin #header .timer-button > a:hover,
body.admin #header .timer-button > a:focus,
body.admin #header .notifications-wrapper > a:hover,
body.admin #header .notifications-wrapper > a:focus {
  background: #edf2f7 !important;
}

body.admin .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
}

body.admin .content h4.tw-text-xl,
body.admin .content h4 {
  line-height: 1.25;
}

body.admin .tw-text-neutral-600,
body.admin .text-muted {
  color: #667085 !important;
}

body.admin .tw-text-neutral-800,
body.admin .text-dark {
  color: #17212b !important;
}

body.admin ._buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.admin ._buttons:before,
body.admin ._buttons:after {
  content: none;
}

body.admin ._buttons .pull-left,
body.admin ._buttons .pull-right {
  float: none !important;
}

body.admin ._buttons .display-block.pull-right {
  margin-left: auto;
}

body.admin .btn,
body.admin .btn.dropdown-toggle,
body.admin .bootstrap-select > .dropdown-toggle {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  justify-content: center;
  min-height: 38px;
}

body.admin .btn i {
  margin-right: 0 !important;
}

body.admin .btn-sm,
body.admin .btn-xs {
  min-height: auto;
}

body.admin .btn:focus,
body.admin .form-control:focus,
body.admin a:focus {
  outline: 0;
}

body.admin .panel_s,
body.admin .top_stats_wrapper,
body.admin .modal-content,
body.admin .executive-dashboard-hero,
body.admin .screen-options-btn,
body.admin .screen-options-area {
  border-radius: var(--corp-radius);
}

body.admin .panel_s {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.admin .panel_s:hover {
  border-color: rgba(15, 118, 110, 0.2);
  box-shadow: var(--corp-shadow);
}

body.admin .panel-body.panel-table-full {
  padding: 0;
}

body.admin .panel-body.panel-table-full .table-responsive {
  margin-bottom: 0;
}

body.admin table.table > thead > tr > th:first-child {
  border-top-left-radius: 8px;
}

body.admin table.table > thead > tr > th:last-child {
  border-top-right-radius: 8px;
}

body.admin table.table > tbody > tr > td,
body.admin table.table > thead > tr > th {
  padding-bottom: 12px;
  padding-top: 12px;
}

body.admin table.table > tbody > tr.has-row-options:hover > td {
  background: #f6faf9;
}

body.admin .row-options {
  margin-top: 6px;
}

body.admin .row-options a {
  color: #51606f;
  font-size: 12px;
}

body.admin .row-options a:hover,
body.admin .row-options a:focus {
  color: var(--corp-accent);
}

body.admin .dataTables_wrapper .dataTables_filter input {
  min-height: 38px;
  padding-left: 12px;
}

body.admin .dataTables_wrapper .dataTables_length select {
  min-height: 36px;
}

body.admin .dataTables_info,
body.admin .dataTables_length,
body.admin .dataTables_filter,
body.admin .dataTables_paginate {
  color: #667085;
  font-weight: 650;
}

body.admin .label-tag,
body.admin .tag {
  border-radius: 8px;
}

body.admin .tw-rounded-lg,
body.admin .rounded-lg {
  border-radius: 8px !important;
}

body.admin .executive-dashboard-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f5fbfa 48%, #f3f7fc 100%);
  padding: 30px;
}

body.admin .executive-dashboard-copy h1 {
  font-size: clamp(26px, 2.2vw, 36px);
  font-weight: 850;
}

body.admin .executive-dashboard-kicker {
  letter-spacing: 0;
}

body.admin .executive-action {
  min-height: 60px;
}

body.admin .executive-action span:last-child {
  line-height: 1.2;
}

body.admin .executive-action-icon {
  font-size: 15px;
}

body.admin .top_stats_wrapper .tw-font-medium,
body.admin .top_stats_wrapper .tw-font-semibold {
  letter-spacing: 0;
}

body.admin .top_stats_wrapper svg,
body.admin .top_stats_wrapper i {
  color: var(--corp-accent) !important;
}

body.admin .progress-bar-mini {
  height: 7px;
}

body.admin .progress-bar-mini .progress-bar {
  min-width: 7px;
}

body.admin .nav-tabs {
  border-bottom-color: var(--corp-line);
}

body.admin .nav-tabs > li > a {
  border-radius: 8px 8px 0 0;
  color: #667085;
  font-weight: 750;
}

body.admin .nav-tabs > li.active > a,
body.admin .nav-tabs > li.active > a:hover,
body.admin .nav-tabs > li.active > a:focus {
  color: var(--corp-ink);
}

body.admin .checkbox label,
body.admin .radio label {
  color: #475467;
  font-weight: 650;
}

body.admin .input-group-addon {
  background: #f4f7fa;
  border-color: #cfd8e3;
  color: #667085;
  font-weight: 750;
}

body.admin .alert-success {
  background: #ecfdf3;
  color: #05603a;
}

body.admin .alert-info {
  background: #eff6ff;
  color: #1d4ed8;
}

body.admin .alert-warning {
  background: #fffaeb;
  color: #92400e;
}

body.admin .alert-danger {
  background: #fef3f2;
  color: #b42318;
}

body.admin #menu.sidebar {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #15191c 0%, #111719 100%);
}

body.admin .sidebar ul.nav li a {
  min-height: 40px;
}

body.admin .sidebar > ul.nav > li.active > a:first-child,
body.admin .sidebar ul.nav li.active > a {
  background: rgba(15, 118, 110, 0.2) !important;
  border-color: rgba(94, 234, 212, 0.16) !important;
}

body.admin .sidebar > ul.nav > li:hover > a:first-child,
body.admin .sidebar ul.nav > li > a:hover,
body.admin .sidebar ul.nav > li > a:focus {
  background: rgba(255, 255, 255, 0.08) !important;
}

body.admin .sidebar .badge {
  min-width: 24px;
  padding: 4px 7px;
}

body.admin body.page-small #wrapper,
body.admin.page-small #wrapper,
body.admin.hide-sidebar:not(.show-sidebar) #wrapper {
  background: transparent;
}

body.admin .content > .row > .col-md-12:first-child h4,
body.admin .content > #vueApp > .row > .col-md-12:first-child h4,
body.admin #vueApp > .row > .col-md-12:first-child h4 {
  font-size: 24px;
  font-weight: 850;
}

body.admin .content > .row > .col-md-12:first-child a,
body.admin #vueApp > .row > .col-md-12:first-child a {
  font-weight: 700;
}

body.admin .tw-grid > div.tw-border {
  border-color: rgba(207, 216, 227, 0.9) !important;
  box-shadow: 0 8px 22px rgba(23, 33, 43, 0.05) !important;
  min-height: 46px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

body.admin .tw-grid > div.tw-border:hover {
  border-color: rgba(15, 118, 110, 0.24) !important;
  box-shadow: 0 14px 32px rgba(23, 33, 43, 0.08) !important;
  transform: translateY(-1px);
}

body.admin .panel_s .panel-table-full,
body.admin .panel_s .panel-body.panel-table-full,
body.admin .panel_s.panel-table-full {
  padding: 18px 24px 14px !important;
}

body.admin .panel_s.panel-table-full {
  padding-top: 0 !important;
}

body.admin .panel-body.panel-table-full .table-responsive,
body.admin .panel-table-full .table-responsive,
body.admin .panel-table-full .dataTables_wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow-x: auto;
}

body.admin .panel-table-full table.table,
body.admin .panel-body.panel-table-full table.table {
  margin-bottom: 0 !important;
  width: 100% !important;
}

body.admin .dataTables_wrapper > .row:first-child,
body.admin .dataTables_wrapper > .row:last-child {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 0;
  margin-right: 0;
}

body.admin .dataTables_wrapper > .row:first-child > [class*="col-"],
body.admin .dataTables_wrapper > .row:last-child > [class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

body.admin .dataTables_wrapper > .row:first-child > [class*="col-"]:last-child,
body.admin .dataTables_wrapper > .row:last-child > [class*="col-"]:last-child {
  margin-left: auto;
}

body.admin .dataTables_wrapper .dt-buttons .btn,
body.admin .dataTables_wrapper .btn {
  min-height: 36px;
}

body.admin table.table > thead > tr > th {
  white-space: nowrap;
}

body.admin table.table > tbody > tr > td {
  line-height: 1.45;
}

body.admin .table > tbody > tr > td:first-child,
body.admin .table > thead > tr > th:first-child {
  padding-left: 18px;
}

body.admin .table > tbody > tr > td:last-child,
body.admin .table > thead > tr > th:last-child {
  padding-right: 18px;
}

body.admin .status,
body.admin .label,
body.admin .badge {
  line-height: 1.15;
}

body.admin .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  align-items: center;
  display: inline-flex;
}

body.admin .app-filters,
body.admin app-filters {
  display: inline-flex;
}

body.admin .executive-dashboard-hero {
  border-color: rgba(207, 216, 227, 0.86);
  overflow: hidden;
}

body.admin .executive-dashboard-actions {
  z-index: 2;
}

body.admin .executive-action {
  border-color: rgba(207, 216, 227, 0.88);
  position: relative;
}

body.admin .executive-action:hover,
body.admin .executive-action:focus {
  border-color: rgba(15, 118, 110, 0.32);
}

body.admin #setup-menu-wrapper.sidebar {
  width: 260px !important;
}

body.admin #setup-menu-wrapper ul.nav li a {
  min-height: 38px;
  padding-bottom: 8px;
  padding-top: 8px;
}

body.admin #setup-menu-wrapper .badge {
  background: #d97706 !important;
  color: #ffffff !important;
}

body.admin .screen-options-btn {
  right: 16px;
}

body.admin .screen-options-area {
  background: #ffffff;
}

body.admin ._buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.admin ._buttons .pull-left,
body.admin ._buttons .pull-right {
  float: none !important;
}

body.admin ._buttons .display-block.pull-right {
  align-items: center;
  display: inline-flex !important;
  gap: 8px;
  margin-left: auto;
}

body.admin #small-table {
  margin-top: 4px;
}

body.admin #small-table .panel_s {
  overflow: hidden;
}

body.admin #small-table .panel-body.panel-table-full {
  padding: 20px 28px 16px !important;
}

body.admin #small-table .panel-body.panel-table-full .dataTables_wrapper > .row:first-child {
  border-bottom: 1px solid #edf1f5;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

body.admin .table-invoices > thead > tr > th:first-child,
body.admin .table-invoices > tbody > tr > td:first-child {
  min-width: 138px;
  padding-left: 30px !important;
}

body.admin .table-invoices > thead > tr > th:last-child,
body.admin .table-invoices > tbody > tr > td:last-child {
  padding-right: 24px !important;
}

body.admin #setup-menu-wrapper.sidebar {
  padding-top: 12px;
}

body.admin #setup-menu-wrapper .customizer-heading {
  border-bottom: 1px solid #edf1f5;
  margin: -2px -2px 8px;
  padding: 0 2px 12px;
}

body.admin #setup-menu-wrapper ul.nav li a {
  align-items: center;
  display: flex;
  gap: 10px;
}

body.admin #setup-menu-wrapper ul.nav li a .arrow {
  margin-left: auto;
}

body.login_admin,
body.authentication {
  --corp-auth-ink: #17212b;
  --corp-auth-muted: #667085;
  --corp-auth-line: #d8e2ea;
  --corp-auth-accent: #0f766e;
  background: linear-gradient(120deg, #15191c 0%, #15191c 31%, #eef2f6 31%, #f7f9fb 100%) !important;
  color: var(--corp-auth-ink);
  min-height: 100vh;
}

body.login_admin .authentication-form-wrapper,
body.authentication .authentication-form-wrapper {
  max-width: 470px !important;
  padding-top: 88px !important;
}

body.login_admin .company-logo,
body.authentication .company-logo {
  padding: 0 10px 22px;
}

body.login_admin .company-logo img,
body.authentication .company-logo img {
  max-height: 52px;
}

body.login_admin .authentication-form-wrapper > .text-center:not(.company-logo),
body.authentication .authentication-form-wrapper > .text-center:not(.company-logo) {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(216, 226, 234, 0.8);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(23, 33, 43, 0.08);
  margin: 0 12px 12px !important;
  padding: 18px 20px;
}

body.login_admin .authentication-form-wrapper > .company-logo,
body.authentication .authentication-form-wrapper > .company-logo {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}

body.login_admin .authentication-form-wrapper h1,
body.authentication .authentication-form-wrapper h1 {
  color: var(--corp-auth-ink) !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  line-height: 1.2;
}

body.login_admin .authentication-form-wrapper p,
body.authentication .authentication-form-wrapper p {
  color: var(--corp-auth-muted) !important;
  font-weight: 600;
  margin-bottom: 0;
}

body.login_admin .authentication-form-wrapper > .tw-bg-white,
body.authentication .authentication-form-wrapper > .tw-bg-white {
  border: 1px solid var(--corp-auth-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 26px 70px rgba(23, 33, 43, 0.18) !important;
  padding: 30px !important;
}

body.login_admin label,
body.authentication label {
  color: #344054;
  font-weight: 800;
}

body.login_admin .form-control,
body.authentication .form-control {
  border: 1px solid #cbd7e2;
  border-radius: 8px;
  box-shadow: none;
  color: var(--corp-auth-ink);
  height: 42px;
}

body.login_admin .form-control:focus,
body.authentication .form-control:focus {
  border-color: rgba(15, 118, 110, 0.58);
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.11);
}

body.login_admin .text-muted,
body.authentication .text-muted {
  color: var(--corp-auth-muted);
  font-weight: 700;
}

body.login_admin .checkbox label,
body.authentication .checkbox label {
  color: #475467;
  font-weight: 650;
}

body.login_admin .btn-primary,
body.authentication .btn-primary {
  background: #15191c;
  border-color: #15191c;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(21, 25, 28, 0.2);
  color: #ffffff;
  font-weight: 800;
  min-height: 42px;
}

body.login_admin .btn-primary:hover,
body.login_admin .btn-primary:focus,
body.authentication .btn-primary:hover,
body.authentication .btn-primary:focus {
  background: var(--corp-auth-accent) !important;
  border-color: var(--corp-auth-accent) !important;
  box-shadow: 0 16px 34px rgba(15, 118, 110, 0.26);
}

body.login_admin .alert,
body.authentication .alert {
  border: 0;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  body.admin .executive-dashboard-hero {
    align-items: stretch;
    flex-direction: column;
  }

  body.admin .executive-dashboard-actions {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  body.admin #header {
    position: relative;
  }

  body.admin #menu.sidebar {
    box-shadow: 12px 0 32px rgba(20, 23, 25, 0.22);
  }

  body.admin .content {
    padding: 18px;
  }

  body.admin .executive-dashboard-hero {
    min-height: auto;
    padding: 22px 18px;
  }

  body.admin .executive-dashboard-copy h1 {
    font-size: 25px;
  }

  body.admin .executive-dashboard-actions {
    grid-template-columns: 1fr;
  }

  body.admin .executive-action {
    min-height: 50px;
  }

  body.login_admin,
  body.authentication {
    background: #eef2f6 !important;
  }

  body.login_admin .authentication-form-wrapper,
  body.authentication .authentication-form-wrapper {
    padding-top: 44px !important;
  }

  body.login_admin .authentication-form-wrapper > .tw-bg-white,
  body.authentication .authentication-form-wrapper > .tw-bg-white {
    padding: 26px 22px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.admin *,
  body.admin *:before,
  body.admin *:after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
