/* Fool-proof @font-face */
/* Based on http://coding.smashingmagazine.com/2013/02/14/setting-weights-and-styles-at-font-face-declaration/ */
/* Front */
@-webkit-keyframes slide-down {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}

/* Authenticated NetSuite-style dashboard */
.ns-dashboard {
  margin: 0;
  background: #f1f3f7;
  color: #172b4d;
  font:
    14px Arial,
    Helvetica,
    sans-serif;
}
.ns-dashboard * {
  box-sizing: border-box;
}
.ns-dashboard a {
  color: #1756a2;
  text-decoration: none;
}
.ns-topbar {
  height: 56px;
  background: #fff;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 0 0 0 1px;
}
.ns-logo {
  color: #101010;
  width: 27.5%;
  line-height: 0.85;
  font-size: 20px;
  letter-spacing: -1px;
}
.ns-logo span {
  font-size: 11px;
  display: block;
  letter-spacing: 0;
}
.ns-logo strong {
  font-weight: 400;
}
.ns-search {
  position: relative;
  width: 550px;
}
.ns-search input {
  border: 1px solid #777;
  width: 100%;
  height: 34px;
  padding: 7px;
  font-size: 14px;
  margin-bottom: 0;
}
.ns-search i {
  position: absolute;
  right: 10px;
  top: 9px;
  color: #555;
  font-size: 16px;
}
.ns-utilities {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 26px;
  padding-right: 25px;
  white-space: nowrap;
}
.ns-utilities a {
  color: #111;
}
.ns-utilities button {
  border: 0;
  background: transparent;
  color: #111;
  font-size: 14px;
  cursor: pointer;
}
.ns-utilities button b {
  font-size: 16px;
}
.ns-profile {
  display: flex;
  align-items: center;
  gap: 7px;
  text-align: left;
}
.ns-profile > i:first-child {
  font-size: 20px;
}
.ns-profile span {
  display: flex;
  flex-direction: column;
}
.ns-profile small {
  font-size: 10px;
}
.ns-nav {
  height: 40px;
  background: #607b9e;
  display: flex;
  align-items: stretch;
  overflow: visible;
}
.ns-nav a {
  color: #fff;
  font-weight: bold;
  padding: 9px 15px;
  font-size: 18px;
  white-space: nowrap;
}
.ns-nav a:first-child,
.ns-nav a:nth-child(2),
.ns-nav a.active {
  font-size: 18px;
  padding: 9px 15px;
}
.ns-nav a.active {
  background: #526e92;
}
.ns-page-title {
  height: 60px;
  padding: 18px 3px;
  display: flex;
  align-items: center;
}
.ns-page-title h1 {
  margin: 0;
  color: #405a7c;
  font-size: 24px;
  font-weight: bold;
}
.ns-page-title div {
  margin-left: auto;
  display: flex;
  gap: 30px;
}
.ns-page-title a {
  font-size: 14px;
}
.ns-page-title i {
  font-size: 11px;
}
.ns-flash {
  margin: 0 16px 10px;
  background: #e4f4e6;
  border-left: 4px solid #36a45a;
  color: #23713c;
  padding: 9px 12px;
}
.ns-grid {
  display: grid;
  grid-template-columns: 465px 1fr;
  gap: 16px;
}
.ns-left-column,
.ns-main-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ns-card {
  position: relative;
  background: #fff;
  border: 1px solid #dfe3e9;
  border-radius: 6px;
  box-shadow: 0 2px 9px #22334b1c;
  padding: 16px;
}
.ns-card h2 {
  margin: 1px 0 17px;
  color: #050505;
  font-size: 16px;
  font-weight: 600;
}
.ns-grip {
  position: absolute;
  right: 50%;
  top: 2px;
  color: #d1d1d1;
  letter-spacing: 2px;
}
.ns-items {
  height: 550px;
}
.ns-items select {
  width: 100%;
  height: 27px;
  padding: 2px 4px;
  font-size: 14px;
  border: 1px solid #b8b8b8;
  background: white;
  color: #111;
}
.ns-chart-tabs {
  display: flex;
  margin: 9px 0 2px;
}
.ns-chart-tabs button {
  height: 26px;
  width: 34px;
  border: 1px solid #c5c5c5;
  background: #fafafa;
  color: #999;
}
.ns-chart-tabs .chosen {
  color: #fff;
  background: #0d6ddb;
  border-color: #0d6ddb;
}
.ns-chart {
  height: 353px;
  border-bottom: 1px solid #222;
  display: flex;
  padding: 20px 12px 0 0;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 54px,
    #cdd4d0 55px,
    #cdd4d0 56px
  );
}
.ns-chart .axis {
  width: 37px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
  padding: 0 3px 0 0;
  color: #111;
  font-size: 10px;
}
.ns-chart .bars {
  position: relative;
  right: auto;
  bottom: auto;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding-left: 43px;
}
.ns-chart .bar {
  width: 37px;
  border-radius: 6px 6px 0 0;
  display: block;
}
.ns-line-chart {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.ns-line-chart polyline {
  fill: none;
  stroke: #3976b5;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ns-pie-chart {
  width: 210px;
  height: 210px;
  margin: auto;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.ns-horizontal-bars {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-around;
  gap: 12px;
  padding: 8px 0 8px 43px;
}
.ns-horizontal-bars span {
  display: block;
  height: 28px;
  background: #edf1f4;
}
.ns-horizontal-bars i {
  display: block;
  height: 100%;
  border-radius: 0 5px 5px 0;
}
.cyan {
  background: #55bdd1;
}
.yellow {
  background: #dfcf28;
}
.orange {
  background: #ff842b;
}
.purple {
  background: #7772e6;
}
.green {
  background: #55bd37;
}
.ns-legend {
  padding: 15px 0 0 50px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 10px;
}
.ns-legend span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.ns-legend b {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
}
.ns-recent {
  min-height: 230px;
}
.ns-recent ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ns-recent li {
  display: flex;
  gap: 8px;
  margin: 7px 2px;
  color: #2860a4;
  font-size: 12px;
}
.ns-recent li i {
  color: #63a726;
  font-size: 20px;
}
.ns-recent small {
  font-size: 12px;
}
.ns-hero {
  height: 280px;
  margin: 0 -16px;
  background: linear-gradient(115deg, #ead7f6, #e0cdf1 38%, #8abbde 100%);
  display: flex;
  align-items: center;
  padding: 34px 8%;
  position: relative;
  overflow: hidden;
}
.ns-hero:after {
  content: "";
  position: absolute;
  width: 470px;
  height: 470px;
  border: 2px solid white;
  border-radius: 50%;
  right: 15%;
  top: 105px;
  opacity: 0.8;
}
.suiteworld {
  font-size: 25px;
  color: #1d435a;
}
.suiteworld small {
  font-size: 10px;
  font-weight: 400;
  margin-left: 13px;
}
.ns-hero h3 {
  font-size: 26px;
  margin: 58px 0 4px;
  color: #22455b;
}
.ns-hero p {
  max-width: 350px;
  margin: 0;
  line-height: 1.35;
  color: #29465c;
  font-size: 15px;
}
.ns-hero aside {
  margin-left: auto;
  background: #fff;
  z-index: 1;
  padding: 17px 20px;
  width: 362px;
  box-shadow: 0 2px 10px #33485b55;
  display: flex;
  flex-direction: column;
}
.ns-hero aside small {
  font-weight: bold;
  font-size: 14px;
}
.ns-hero aside strong {
  font-size: 28px;
  color: #405a7c;
  margin: 8px 0;
}
.ns-hero aside em {
  color: #f58b82;
  font-style: normal;
}
.ns-news-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 17px 0;
}
.ns-news-copy h3 {
  font-size: 14px;
  color: #111;
  margin: 0 0 15px;
}
.ns-news-copy p {
  font-size: 13px;
  line-height: 1.36;
  margin: 0 0 12px;
  color: #263a54;
}
.ns-news-copy button {
  background: #fa5745;
  border: 0;
  border-radius: 3px;
  color: #fff;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: bold;
}
.ns-resources {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
.ns-resources a {
  height: 130px;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 10px;
  font-size: 13px;
}
.ns-resources i {
  font-size: 36px;
  color: #333;
  margin-bottom: 15px;
}
.ns-tasks {
  min-height: 130px;
}
.ns-task-row {
  display: flex;
  gap: 13px;
  align-items: center;
}
.ns-task-row > i {
  font-size: 27px;
  color: #5e7fa8;
}
.ns-task-row p {
  margin: 4px 0;
}
.ns-task-row > a {
  margin-left: auto;
}
.ns-help-float {
  position: fixed;
  right: 0;
  top: 42%;
  background: #174b66;
  color: #fff !important;
  padding: 14px 8px;
  border-radius: 15px 0 0 15px;
  font-size: 20px;
}
.ns-permission-toast {
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 130px;
  transform: translate(-50%, 18px);
  opacity: 0;
  background: #293f5d;
  color: #fff;
  padding: 13px 20px;
  border-radius: 4px;
  box-shadow: 0 4px 15px #15263b55;
  font:
    14px Arial,
    sans-serif;
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.ns-permission-toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.ns-permission-toast.blink {
  animation: ns-permission-toast-blink 0.45s ease-in-out;
}
@keyframes ns-permission-toast-blink {
  0%,
  100% {
    background: #293f5d;
    box-shadow: 0 4px 15px #15263b55;
  }
  50% {
    background: #496b96;
    box-shadow: 0 0 0 5px #496b9633;
  }
}
.ns-receive-page {
  margin: 0;
  font: 12px Arial;
  color: #293a50;
  background: #fff;
}
.receive-main {
  padding: 18px 16px;
}
.receive-main header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.receive-main h1 {
  font-size: 19px;
  color: #4b5f7c;
  margin: 0 0 10px;
}
.receive-main a {
  color: #1f568e;
  text-decoration: none;
}
.receive-cancel,
.receive-toolbar button {
  border: 1px solid #bfc5cb;
  background: #eee;
  color: #222;
  padding: 5px 10px;
  display: inline-block;
}
.receive-filters {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 240px;
  margin: 16px 0 8px;
}
.receive-filters label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-transform: uppercase;
  font-size: 10px;
  color: #667384;
}
.receive-filters input,
.receive-filters select {
  height: 24px;
  border: 1px solid #bdc4ca;
  margin-bottom: 5px;
}
.receive-toolbar {
  background: #dce4ef;
  padding: 6px;
  margin-top: 8px;
}
.receive-table-wrap {
  overflow: auto;
}
.receive-table-wrap table {
  border-collapse: collapse;
  width: 100%;
  min-width: 1200px;
}
.receive-table-wrap th {
  background: #e5e5e5;
  color: #687384;
  text-align: left;
  text-transform: uppercase;
  font-size: 9px;
  padding: 7px;
}
.receive-table-wrap td {
  border-bottom: 1px solid #e0e3e6;
  padding: 8px 5px;
  vertical-align: top;
  min-width: 70px;
}
.receive-table-wrap tbody tr:first-child {
  background: #ffffe9;
}
.receive-btn {
  border: 0;
  background: transparent;
  color: #2d649e;
  cursor: pointer;
}
.receive-btn:hover {
  text-decoration: underline;
}
.received {
  opacity: 0.55;
  background: #e8f3e8 !important;
}
.received .receive-btn {
  color: #39804a;
  font-weight: bold;
}
.receive-form {
  padding: 12px;
  background: #f5f8fc;
}
.receive-form h3 {
  margin: 0 0 10px;
  color: #405a7c;
}
.receive-form table {
  width: 650px;
  max-width: 100%;
  border-collapse: collapse;
}
.receive-form th,
.receive-form td {
  border: 1px solid #d1d8e0;
  padding: 7px;
  text-align: left;
}
.receive-form th {
  background: #e1e7ef;
}
.receive-form input[type="number"] {
  width: 70px;
}
.confirm-receipt,
.close-receipt {
  margin: 11px 8px 0 0;
  padding: 7px 12px;
  border: 1px solid #9da9b6;
  cursor: pointer;
}
.confirm-receipt {
  background: #0874dc;
  color: #fff;
  border-color: #0874dc;
}
.close-receipt {
  background: #fff;
}
@media (max-width: 1100px) {
  .ns-grid {
    grid-template-columns: 350px 1fr;
  }
  .ns-utilities {
    gap: 10px;
  }
  .ns-utilities a {
    display: none;
  }
  .ns-search {
    width: 360px;
  }
  .ns-hero aside {
    width: 270px;
  }
  .ns-resources {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 760px) {
  .ns-topbar {
    padding: 0 12px;
  }
  .ns-logo {
    width: auto;
    margin-right: 15px;
  }
  .ns-search {
    width: auto;
    flex: 1;
  }
  .ns-profile span,
  .ns-profile > i:last-child {
    display: none;
  }
  .ns-utilities {
    padding-right: 0;
  }
  .ns-grid {
    grid-template-columns: 1fr;
  }
  .ns-page-title div {
    display: none;
  }
  .ns-nav {
    overflow-x: auto;
  }
  .ns-news-copy {
    grid-template-columns: 1fr;
  }
  .ns-hero {
    height: auto;
    min-height: 260px;
    padding: 25px;
  }
  .ns-hero aside {
    display: none;
  }
  .ns-resources {
    grid-template-columns: repeat(2, 1fr);
  }
  .ns-items {
    height: 480px;
  }
}
/* Dashboard menus and account controls */
.ns-logo {
  display: flex;
  align-items: center;
}
.ns-logo img {
  width: 80px;
  height: auto;
  display: block;
}
.ns-user-menu {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.ns-user-menu summary {
  list-style: none;
}
.ns-user-menu summary::-webkit-details-marker,
.ns-menu summary::-webkit-details-marker {
  display: none;
}
.ns-profile {
  list-style: none;
}
.ns-user-popover {
  position: absolute;
  top: 50px;
  right: 0;
  width: 220px;
  background: #fff;
  border: 1px solid #d5d9df;
  box-shadow: 0 4px 14px #18283a40;
  padding: 9px 0;
  z-index: 30;
}
.ns-user-popover b,
.ns-user-popover small {
  display: block;
  padding: 0 14px;
}
.ns-user-popover b {
  font-size: 14px;
  margin: 3px 0;
}
.ns-user-popover small {
  color: #68778a;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7eb;
}
.ns-user-popover a {
  display: block;
  color: #263746;
  padding: 10px 14px;
  font-size: 13px;
}
.ns-user-popover a:hover {
  background: #edf1f5;
}
.ns-user-popover a i {
  color: #5a7597;
  width: 19px;
}
.ns-user-popover .ns-logout {
  color: #a72727;
  border-top: 1px solid #e5e7eb;
  margin-top: 4px;
}
.ns-nav .ns-menu {
  position: relative;
  z-index: 20;
}
.ns-nav .ns-menu > summary {
  color: #fff;
  font-weight: bold;
  padding: 11px 14px;
  font-size: 14px;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
}
.ns-nav .ns-menu[open] > summary,
.ns-nav .ns-menu > summary:hover,
.ns-nav .ns-menu.is-active > summary {
  background: #526e92;
}
.ns-menu-panel,
.ns-submenu,
.ns-submenu-small {
  position: absolute;
  background: #fff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 2px 6px #172b4d38;
  min-width: 180px;
  z-index: 60;
}
.ns-menu-panel {
  top: 40px;
  left: 0;
}
.ns-menu-panel > a,
.ns-menu-panel > details > summary,
.ns-submenu > a,
.ns-submenu > details > summary,
.ns-submenu-small > a {
  display: flex;
  color: #263746 !important;
  background: #fff;
  font-size: 13px !important;
  font-weight: 400 !important;
  padding: 10px !important;
  min-width: 200px;
  list-style: none;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}
.ns-menu-panel > a:hover,
.ns-menu-panel > details > summary:hover,
.ns-menu-panel > details[open] > summary,
.ns-submenu > a:hover,
.ns-submenu > details > summary:hover,
.ns-submenu > details[open] > summary,
.ns-submenu-small > a:hover {
  background: #e6e6e6;
}
.ns-menu-panel i,
.ns-submenu i {
  float: right;
  font-size: 10px;
}
.ns-menu-panel > details,
.ns-submenu > details {
  position: relative;
}
.ns-menu-panel > details > summary::-webkit-details-marker,
.ns-submenu > details > summary::-webkit-details-marker {
  display: none;
}
.ns-submenu > details > summary a {
  color: inherit !important;
  text-decoration: none;
  padding: 0 !important;
  font-size: 13px !important;
  font-weight: 400;
}
.ns-submenu {
  left: 100%;
  top: -1px;
}
.ns-submenu-small {
  left: 100%;
  top: -1px;
}
.ns-menu-panel > details:not([open]) > .ns-submenu,
.ns-submenu > details:not([open]) > .ns-submenu-small {
  display: none;
}
.ns-nav > .ns-menu:hover > .ns-menu-panel,
.ns-menu-panel > details:hover > .ns-submenu,
.ns-submenu > details:hover > .ns-submenu-small {
  display: block;
}
.ns-nav .ns-menu[open] .ns-menu-panel {
  display: block;
}
@media (max-width: 760px) {
  .ns-logo img {
    width: 50px;
  }
  .ns-user-popover {
    right: -8px;
  }
  .ns-nav .ns-menu > summary {
    padding: 11px 12px;
  }
}

/* Invoice entry screen */
.ns-invoice-page {
  margin: 0;
  background: #fff;
  color: #172b4d;
  font:
    13px Arial,
    Helvetica,
    sans-serif;
}
.ns-invoice-page * {
  box-sizing: border-box;
}
.inv-nav {
  height: 37px;
  background: #607b9e;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.inv-nav a {
  color: #fff;
  text-decoration: none;
  padding: 10px 13px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
.inv-nav a:first-child,
.inv-nav a:nth-child(2),
.inv-nav a:nth-child(3) {
  font-size: 17px;
  padding-top: 8px;
}
.inv-nav .active {
  background: #314866;
}
.invoice-main {
  padding: 21px 16px 30px;
}
.inv-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}
.inv-heading > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.inv-heading > div > i:first-child {
  font-size: 27px;
  color: #5da927;
}
.inv-heading h1 {
  color: #3f597d;
  font-size: 23px;
  margin: 0;
}
.inv-heading > div > i:last-child {
  color: #456888;
}
.inv-heading nav {
  display: flex;
  gap: 22px;
}
.inv-heading a {
  color: #001a3a;
  text-decoration: none;
}
.inv-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}
.inv-actions button,
.inv-actions .cancel {
  height: 28px;
  border: 1px solid #bac2ca;
  border-radius: 2px;
  background: #f1f1f1;
  padding: 5px 10px;
  color: #111;
  text-decoration: none;
  cursor: pointer;
}
.inv-actions .save {
  background: #076fe6;
  border-color: #076fe6;
  color: #fff;
  font-weight: bold;
}
.inv-actions .save i {
  margin-left: 7px;
  border-left: 1px solid #fff;
  padding-left: 7px;
}
.inv-actions .text-action {
  border: 0;
  background: transparent;
  margin-left: 5px;
}
.inv-section {
  margin: 0 0 15px;
}
.inv-section h2 {
  background: #dce3ec;
  color: #15263b;
  font-size: 13px;
  padding: 6px 9px;
  margin: 0 0 13px;
  font-weight: bold;
}
.inv-section h2 i {
  font-size: 11px;
  margin-right: 8px;
}
.inv-with-summary {
  display: flex;
}
.primary-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(230px, 1fr));
  gap: 9px 180px;
  flex: 1;
  padding: 0 8px;
}
.primary-fields .inv-column {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.inv-fields label {
  color: #5b6b7f;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  text-transform: uppercase;
}
.inv-fields b {
  color: #e18b24;
  margin-left: 3px;
}
.inv-fields input,
.inv-fields select {
  height: 26px;
  border: 1px solid #c9cdd1;
  background: #fff;
  padding: 4px;
  color: #24364f;
  font: 13px Arial;
  margin-bottom: 10px;
}
.inv-fields select {
  appearance: auto;
}
.inv-fields input:disabled {
  background: #e9e9e9;
}
.account-field-row {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 10px;
}
.account-picker {
  display: inline-flex;
  position: relative;
  flex: 1;
  min-width: 0;
}
.inv-fields .account-picker input[type="text"] {
  width: 100%;
  margin: 0;
  padding-right: 27px;
}
.account-picker-toggle {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 25px;
  height: 24px;
  padding: 0;
  border: 0;
  border-left: 1px solid #c9cdd1;
  background: #f7f8fa;
  color: #526e92;
  cursor: pointer;
  border-radius: 0 20px 20px 0;
}
.account-picker-menu {
  display: none;
  position: absolute;
  z-index: 10;
  top: 26px;
  left: 0;
  right: 0;
  max-height: 160px;
  overflow: auto;
  border: 1px solid #8aa8cc;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}
.account-picker.is-open .account-picker-menu {
  display: block;
}
.account-picker-menu button {
  display: block;
  width: 100%;
  padding: 6px 8px;
  border: 0;
  background: #fff;
  text-align: left;
  color: #24364f;
  cursor: pointer;
  font: 13px Arial;
}
.account-picker-menu button:hover {
  background: #dce9f7;
}
.vendor-picker {
  display: inline-flex;
  position: relative;
  flex: 1;
  min-width: 0;
}
.inv-fields .vendor-picker input {
  width: 100%;
  margin: 0;
  padding-right: 27px;
}
.vendor-picker-toggle {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 25px;
  height: 24px;
  padding: 0;
  border: 0;
  border-left: 1px solid #c9cdd1;
  background: #f7f8fa;
  color: #526e92;
  cursor: pointer;
  border-radius: 0 20px 20px 0;
}
.vendor-picker-menu {
  display: none;
  position: absolute;
  z-index: 10;
  top: 26px;
  left: 0;
  right: 0;
  max-height: 160px;
  overflow: auto;
  border: 1px solid #8aa8cc;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}
.vendor-picker.is-open .vendor-picker-menu {
  display: block;
}
.vendor-picker-menu button {
  display: block;
  width: 100%;
  padding: 6px 8px;
  border: 0;
  background: #fff;
  text-align: left;
  color: #24364f;
  cursor: pointer;
  font: 13px Arial;
}
.vendor-picker-menu button:hover {
  background: #dce9f7;
}
.location-field-row {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
.location-field-row select {
  flex: 1;
  margin: 0;
}
.location-field-row button {
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #526e92;
  cursor: pointer;
  font-size: 14px;
}
.account-empty {
  display: block;
  padding: 7px 8px;
  color: #687789;
  font-size: 12px;
  text-transform: none;
}
.account-actions {
  display: inline-flex;
  gap: 5px;
}
.account-actions button {
  width: 23px;
  height: 23px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #526e92;
  cursor: pointer;
  font-size: 14px;
}
.account-actions button:disabled {
  color: #aab3bd;
  cursor: default;
}
.account-dialog {
  width: min(400px, calc(100% - 32px));
  padding: 0;
  border: 1px solid #6f8eaf;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.28);
}
.account-dialog::backdrop {
  background: rgba(18, 35, 55, 0.3);
}
.account-dialog form {
  padding: 16px;
}
.account-dialog header {
  display: flex;
  justify-content: space-between;
  margin: -16px -16px 16px;
  padding: 10px 14px;
  background: #587397;
  color: #fff;
}
.account-dialog header button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.account-dialog label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #5b6b7f;
  font-size: 12px;
  text-transform: uppercase;
}
.account-dialog input {
  height: 28px;
  padding: 4px;
  border: 1px solid #c9cdd1;
  border-radius: 0;
  font: 13px Arial;
}
.account-dialog footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
}
.account-dialog footer button {
  border: 1px solid #526e92;
  padding: 6px 10px;
  background: #fff;
  color: #304f70;
  cursor: pointer;
}
.account-dialog footer button:last-child {
  background: #526e92;
  color: #fff;
}
.inv-fields .plain {
  color: #172b4d;
  text-transform: none;
  font-size: 13px;
  min-height: 26px;
  padding-top: 2px;
}
.inv-summary {
  width: 240px;
  background: #f0f0f0;
  margin: 12px 126px 0 20px;
  color: #1b2d45;
  display: flex;
  flex-direction: column;
}
.inv-summary h3 {
  background: #587397;
  color: #fff;
  margin: 0;
  padding: 8px;
  font-size: 14px;
}
.inv-summary p {
  margin: 0;
  padding: 8px;
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 12px;
}
.inv-summary .total {
  border-top: 1px solid #2f3c4b;
  margin-top: auto;
  font-weight: bold;
}
.inv-pair {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 8px;
}
.small {
  padding: 0 8px;
}
.transaction {
  display: grid;
  grid-template-columns: 125px 165px;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  gap: 10px;
  padding: 0 8px;
}
.sales-fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(190px, 1fr));
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  gap: 10px 180px;
  padding: 0 8px;
}
.inv-check {
  color: #5b6b7f;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin: 10px 0;
}
.inv-check input {
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.inv-items {
  margin-top: 20px;
}
.item-controls {
  padding: 0 8px 8px;
}
.item-controls button {
  border: 1px solid #aeb8c3;
  background: #f4f4f4;
  padding: 5px 9px;
  cursor: pointer;
}
.inv-items table {
  width: 100%;
  border-collapse: collapse;
}
.inv-items th {
  background: #e2e7ee;
  text-align: left;
  font-size: 12px;
  padding: 7px;
  color: #33465d;
}
.inv-items td {
  border-bottom: 1px solid #d7dce2;
  padding: 5px;
}
.inv-items td input {
  width: 100%;
  height: 25px;
  border: 1px solid #c9cdd1;
  padding: 4px;
}
.inv-items .line-total {
  text-align: right;
  width: 90px;
}
.inv-items {
  border: 1px solid #ccd2da;
  overflow: hidden;
}
.invoice-tabs {
  display: flex;
  align-items: center;
  min-height: 33px;
  padding: 0 10px;
  background: #607b9e;
}
.invoice-tabs a {
  padding: 8px 11px;
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
}
.invoice-tabs a.active {
  font-weight: bold;
  text-decoration: none;
}
.invoice-tabs button {
  margin-left: auto;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
.shipping-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 0 8px 12px;
  background: #fff;
}
.shipping-panel section {
  min-width: 0;
}
.shipping-panel h3 {
  margin: 0 0 12px;
  padding: 6px;
  background: #e1e7f0;
  color: #263b55;
  font-size: 13px;
}
.shipping-fields {
  display: grid;
  grid-template-columns: minmax(220px, 420px);
  gap: 10px;
  padding: 0 8px;
}
.shipping-fields label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #697987;
  font-size: 12px;
  text-transform: uppercase;
}
.shipping-fields input,
.shipping-fields select,
.shipping-fields textarea {
  min-height: 26px;
  border: 1px solid #c9cdd1;
  border-radius: 0;
  padding: 4px;
  background: #fff;
  color: #24364f;
  font: 13px Arial;
  box-shadow: none;
}
.shipping-fields textarea {
  height: 108px;
  resize: vertical;
  background: #f0f0f0;
}
.ship-to-row {
  display: flex;
  gap: 6px;
}
.ship-to-row select {
  flex: 1;
}
.ship-to-row button {
  width: 25px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #526e92;
  cursor: pointer;
  font-size: 14px;
}
.shipping-map {
  align-self: end;
  margin-left: auto;
  color: #526e92;
  font-size: 12px;
}
.account-dialog textarea {
  min-height: 80px;
  padding: 5px;
  border: 1px solid #c9cdd1;
  border-radius: 0;
  font: 13px Arial;
  resize: vertical;
}
.shipping-bottom-actions {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  padding: 0;
}
.invoice-panel[hidden] {
  display: none !important;
}
.invoice-subtabs {
  display: flex;
  min-height: 38px;
  padding: 0 8px;
  align-items: center;
  background: #e1e7f0;
}
.invoice-subtabs button {
  border: 0;
  padding: 9px 10px;
  background: transparent;
  color: #405a7c;
  font-size: 13px;
  cursor: pointer;
}
.invoice-subtabs button.active {
  background: #f7f8fa;
  font-weight: bold;
  color: #24364f;
}
.inv-items .item-controls {
  padding: 8px;
}
.inv-items .item-controls button {
  color: #33465d;
  margin-right: 12px;
}
.item-entry-wrap {
  border-top: 1px solid #d7dce2;
}
.item-entry-table,
.item-lines-table {
  width: 100%;
  min-width: 1600px;
  border-collapse: collapse;
  table-layout: fixed;
}
.item-entry-table th,
.item-lines-table th {
  background: #e6e6e6;
  border-bottom: 1px solid #8ba1bd;
  color: #65758a;
  padding: 7px 5px;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  vertical-align: bottom;
}
.item-entry-table th b {
  color: #dd8b22;
}
.item-entry-table th:nth-child(1) {
  width: 215px;
}
.item-entry-table th:nth-child(2) {
  width: 250px;
}
.item-entry-table th:nth-child(3) {
  width: 100px;
}
.item-entry-table th:nth-child(4) {
  width: 65px;
}
.item-entry-table th:nth-child(5) {
  width: 75px;
}
.item-entry-table th:nth-child(6) {
  width: 100px;
}
.item-entry-table th:nth-child(7),
.item-entry-table th:nth-child(8) {
  width: 90px;
}
.item-entry-table td {
  height: 30px;
  padding: 0;
  border: 1px solid #d9dde2;
  background: #fff;
}
.item-entry-table td input,
.item-entry-table td select {
  width: 100%;
  height: 29px;
  margin: 0;
  padding: 3px 5px;
  border: 0;
  border-radius: 0;
  background: #fff;
  font: 12px Arial;
  box-shadow: none;
}
.item-entry-table td input[readonly] {
  background: #f8f8f8;
}
.item-entry-table .entry-amount {
  padding: 0 6px;
  text-align: right;
  font-size: 12px;
}
.item-entry-table .tax-cell {
  background: #f2f2f2;
  text-align: center;
  color: #8b97a5;
  font-size: 12px;
}
.item-lookup {
  display: block;
  width: 100%;
  height: 29px;
  border: 0;
  background: #f1f4f7;
  color: #526e92;
  cursor: pointer;
}
.item-entry-actions {
  display: flex;
  gap: 6px;
  padding: 5px 8px;
  border-bottom: 1px solid #ccd2da;
  background: #f5f5f5;
}
.item-entry-actions button {
  border: 1px solid #aeb8c3;
  padding: 5px 11px;
  background: #fff;
  color: #4c5b6b;
  cursor: pointer;
}
.item-entry-actions .primary,
.item-dialog .primary {
  border-color: #176fc7;
  background: #1976d2;
  color: #fff;
}
.item-entry-actions button:disabled {
  color: #aab3bd;
  background: #f0f0f0;
  cursor: default;
}
.item-grid-scroll {
  overflow-x: auto;
  min-height: 34px;
  border-bottom: 1px solid #ccd2da;
}
.item-bottom-actions {
  margin: 12px 0 0;
  padding: 0;
}
.item-lines-table th {
  background: #f3f4f5;
}
.item-lines-table td {
  padding: 4px 5px;
  border-right: 1px solid #e0e3e6;
  border-bottom: 1px solid #e0e3e6;
  font-size: 12px;
  color: #35465b;
}
.item-lines-table td input {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  font: inherit;
}
.item-lines-table .line-total {
  text-align: right;
}
.item-lines-table .remove-line {
  border: 0;
  background: transparent;
  color: #af4b4b;
  cursor: pointer;
}
.item-lines-table .no-items td {
  padding: 9px;
  color: #788694;
  text-align: center;
}
.item-dialog {
  width: min(900px, calc(100% - 32px));
  padding: 0;
  border: 2px solid #4e93d0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}
.item-dialog::backdrop {
  background: rgba(20, 35, 52, 0.28);
}
.item-dialog form {
  padding: 14px 18px;
}
.item-dialog header {
  display: flex;
  justify-content: space-between;
  margin: -14px -18px 12px;
  padding: 8px 12px;
  background: #607b9e;
  color: #fff;
}
.item-dialog header button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
.item-dialog-search {
  display: flex;
  gap: 8px;
}
.item-dialog-search input {
  width: 165px;
  height: 30px;
  padding: 4px;
  border: 2px solid #69a8df;
  border-radius: 0;
  font: 13px Arial;
}
.item-dialog-search button,
.item-dialog footer button {
  padding: 5px 12px;
  border: 1px solid #bac1c8;
  background: #f4f4f4;
  color: #3f5063;
  cursor: pointer;
}
.item-chooser {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  margin-top: 14px;
}
.item-chooser section,
.item-chooser aside {
  min-height: 250px;
  border: 1px solid #cfd4da;
}
.item-chooser p {
  margin: 0;
  padding: 7px;
  color: #6a7580;
  font-size: 12px;
}
.item-results {
  max-height: 290px;
  overflow-y: auto;
}
.item-results button {
  display: grid;
  grid-template-columns: 20px 1fr 70px;
  width: 100%;
  border: 0;
  border-top: 1px solid #edf0f3;
  padding: 8px;
  background: #fff;
  color: #3e4b58;
  text-align: left;
  cursor: pointer;
}
.item-results button:hover,
.item-results button.selected {
  background: #dce9f7;
}
.item-results i {
  color: #4ca56f;
}
.item-results small {
  display: block;
  margin-top: 3px;
  color: #74808b;
}
.item-results em {
  font-style: normal;
  text-align: right;
}
.selected-items {
  min-height: 210px;
  padding: 7px;
  background: #fafafa;
  color: #77828d;
  font-size: 12px;
}
.selected-items div {
  display: flex;
  justify-content: space-between;
  padding: 6px 3px;
  color: #3e4b58;
}
.selected-items button {
  border: 0;
  background: transparent;
  color: #ad4a4a;
  cursor: pointer;
}
.item-dialog footer {
  display: flex;
  gap: 8px;
  margin-top: 15px;
}
.po-pair {
  grid-template-columns: 33% 43% 1fr;
}
.po-tabs {
  height: 28px;
  background: #607b9e;
  display: flex;
  align-items: center;
  padding: 0 9px;
}
.po-tabs a {
  color: #fff;
  text-decoration: none;
  padding: 7px 10px;
  font-size: 12px;
}
.po-tabs .active {
  background: #526e92;
  font-weight: bold;
}
.po-items {
  border: 1px solid #ccd2da;
  background: #fff;
}
.po-subtabs {
  padding: 7px;
  background: #e3e8ef;
  color: #405a7c;
}
.po-subtabs span {
  margin-left: 20px;
}
.po-items .item-controls {
  padding: 7px;
}
.po-tabs {
  display: flex;
  align-items: center;
}
.po-tabs button {
  margin-left: auto;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
.po-entry-scroll,
.po-lines-scroll {
  overflow-x: auto;
}
.po-entry-table {
  min-width: 2150px;
  table-layout: fixed;
}
.po-entry-table th {
  min-height: 52px;
  vertical-align: bottom;
  background: #e6e6e6;
  color: #65758a;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
.po-entry-table th b {
  color: #dd8b22;
}
.po-entry-table th,
.po-entry-table td {
  padding: 4px;
  border: 1px solid #d3d8de;
}
.po-entry-table td {
  height: 30px;
  padding: 0;
}
.po-entry-table td input,
.po-entry-table td select {
  width: 100%;
  height: 29px;
  margin: 0;
  padding: 3px 5px;
  border: 0;
  border-radius: 0;
  background: #fff;
  font: 12px Arial;
  box-shadow: none;
}
.po-entry-table th:nth-child(1) {
  width: 220px;
}
.po-entry-table th:nth-child(2) {
  width: 135px;
}
.po-entry-table th:nth-child(3) {
  width: 260px;
}
.po-entry-table .po-muted {
  background: #f1f1f1;
  text-align: center;
  color: #8995a0;
}
.po-entry-table .po-entry-amount {
  text-align: right;
  padding: 0 6px;
  font-size: 12px;
}
.po-line-actions {
  display: flex;
  gap: 6px;
  padding: 5px 8px;
  background: #f5f5f5;
  border-bottom: 1px solid #ccd2da;
}
.po-line-actions button {
  padding: 5px 11px;
  border: 1px solid #aeb8c3;
  background: #fff;
  color: #4c5b6b;
  cursor: pointer;
}
.po-line-actions .primary {
  border-color: #176fc7;
  background: #1976d2;
  color: #fff;
}
.po-line-actions button:disabled {
  color: #aab3bd;
  background: #f0f0f0;
  cursor: default;
}
.po-lines-table {
  width: 100%;
  min-width: 1050px;
  border-collapse: collapse;
}
.po-lines-table th {
  background: #f3f4f5;
  color: #65758a;
  padding: 6px;
  font-size: 10px;
  text-transform: uppercase;
  text-align: left;
}
.po-lines-table td {
  padding: 4px 5px;
  border: 1px solid #e0e3e6;
  font-size: 12px;
}
.po-lines-table td input {
  border: 0;
  background: transparent;
  font: inherit;
}
.po-lines-table .po-line-total {
  text-align: right;
}
.po-lines-table .remove-line {
  border: 0;
  background: transparent;
  color: #af4b4b;
  cursor: pointer;
}
.po-lines-table .no-items td {
  padding: 9px;
  text-align: center;
  color: #788694;
}
.po-bottom {
  margin-top: 14px;
}
.po-items .loading {
  font-size: 11px;
  color: #555;
  padding: 4px;
}
.po-items table {
  width: 100%;
  border-collapse: collapse;
}
.po-items th,
.po-items td {
  border: 1px solid #ccd2da;
  padding: 5px;
  text-align: left;
  font-size: 12px;
}
.po-items th {
  background: #f0f3f7;
  color: #405a7c;
}
.po-items td input {
  width: 100%;
  min-width: 80px;
  height: 26px;
  border: 1px solid #c9cdd1;
  padding: 4px;
}
.po-items output {
  display: block;
  min-width: 110px;
  text-align: right;
  font-weight: bold;
}
.po-items .po-entry-table {
  width: 100%;
  min-width: 2150px;
}
.po-items .po-entry-table th {
  min-height: 52px;
  padding: 4px;
  vertical-align: bottom;
  background: #e6e6e6;
  color: #65758a;
  font-size: 10px;
  font-weight: normal;
}
.po-items .po-entry-table td {
  height: 30px;
  padding: 0;
}
.po-items .po-entry-table td input,
.po-items .po-entry-table td select {
  min-width: 0;
  width: 100%;
  height: 29px;
  margin: 0;
  padding: 3px 5px;
  border: 0;
  border-radius: 0;
  background: #fff;
  font: 12px Arial;
  box-shadow: none;
}
.po-items .po-lines-table td input {
  min-width: 0;
  height: auto;
  padding: 0;
  border: 0;
}
.po-items .po-lines-table th {
  font-size: 10px;
}
.po-items .po-lines-table td {
  padding: 4px 5px;
}
.ns-list-success {
  margin: 0 0 12px;
  padding: 10px 12px;
  background: #e8f5ea;
  border: 1px solid #9bc8a2;
  color: #245c31;
}
.invoice-list-main {
  padding: 16px 12px 28px;
  color: #3f536b;
}
.invoice-list-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.invoice-list-heading > div {
  display: flex;
  align-items: center;
  gap: 9px;
}
.invoice-list-heading i {
  color: #75a73c;
  font-size: 27px;
}
.invoice-list-heading h1 {
  margin: 0;
  color: #405875;
  font-size: 24px;
  font-weight: 600;
}
.invoice-list-heading nav {
  display: flex;
  gap: 20px;
}
.invoice-list-heading nav a,
.invoice-records-wrap a {
  color: #336e9f;
  text-decoration: none;
  font-size: 12px;
}
.invoice-list-heading nav a:hover,
.invoice-records-wrap a:hover {
  text-decoration: underline;
}
.invoice-viewbar {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 18px 10px;
}
.invoice-viewbar label {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #647689;
  font-size: 11px;
  text-transform: uppercase;
}
.invoice-viewbar select {
  width: 207px;
  height: 28px;
  border: 1px solid #c8d0d8;
  border-radius: 0;
  padding: 3px 7px;
  background: #fff;
  color: #3e536c;
}
.invoice-viewbar button,
.invoice-list-tools button {
  border: 1px solid #c5cbd1;
  border-radius: 2px;
  padding: 6px 11px;
  background: #eee;
  color: #40546c;
  cursor: pointer;
}
.invoice-viewbar span {
  height: 25px;
  border-left: 1px solid #d2d7dc;
}
.new-transaction {
  border-radius: 3px;
  padding: 7px 13px;
  background: #147be3;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.invoice-filters {
  display: block;
  width: calc(100% - 36px);
  margin: 0 18px 10px;
  padding: 5px 8px;
  border: 0;
  border-radius: 3px;
  background: #e5e5e5;
  color: #627284;
  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
}
.invoice-filters i {
  margin-right: 5px;
}
.invoice-list-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1120px;
  padding: 6px 14px;
  background: #dfe8f5;
}
.invoice-list-tools > div:first-child {
  display: flex;
  align-items: center;
  gap: 9px;
}
.invoice-list-tools button {
  padding: 2px 6px;
  border: 0;
  background: transparent;
  font-size: 17px;
}
.invoice-list-tools button:nth-child(2) {
  color: #318546;
}
.invoice-list-tools button:nth-child(3) {
  color: #dc4545;
}
.invoice-list-tools button:nth-child(4) {
  color: #3872a8;
}
.invoice-list-tools b {
  height: 24px;
  border-left: 1px solid #aeb9c7;
}
.invoice-list-tools a {
  color: #3c607f;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
}
.invoice-toggle input {
  display: none;
}
.invoice-toggle span {
  display: block;
  width: 37px;
  height: 17px;
  border-radius: 10px;
  background: #d5d9dd;
  position: relative;
}
.invoice-toggle span::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
}
.quick-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #59708a;
  font-size: 11px;
  text-transform: uppercase;
}
.quick-sort select {
  width: 150px;
  height: 26px;
  border: 1px solid #bdc7d0;
  background: #fff;
}
.quick-sort span {
  border-left: 1px solid #aeb9c7;
  padding-left: 15px;
}
.quick-sort button {
  padding: 1px 8px;
  font-size: 22px;
  line-height: 20px;
}
.quick-sort strong {
  padding-left: 13px;
  color: #63758b;
}
.invoice-records-wrap {
  overflow: auto;
}
.invoice-records-wrap table {
  width: 100%;
  min-width: 1640px;
  border-collapse: collapse;
}
.invoice-records-wrap th {
  padding: 7px 8px;
  background: #e5e5e5;
  color: #687789;
  font-size: 9px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}
.invoice-records-wrap th i {
  font-size: 8px;
}
.invoice-records-wrap td {
  min-width: 70px;
  padding: 12px 8px;
  border-bottom: 1px solid #dfe3e6;
  color: #52677d;
  font-size: 12px;
  vertical-align: top;
}
.invoice-records-wrap tbody tr:first-child {
  background: #ffffe9;
}
.invoice-records-wrap tbody tr:hover {
  background: #f4f8fc;
}
.invoice-records-wrap td:nth-child(2) {
  width: 82px;
}
.invoice-records-wrap td:nth-child(5) {
  min-width: 100px;
}
.invoice-status {
  color: #88652d;
}
.invoice-money {
  text-align: right;
  white-space: nowrap;
}
.invoice-empty {
  padding: 24px !important;
  text-align: center;
  color: #7b8794;
}
.list-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 14px 18px 0;
  color: #647689;
  font-size: 12px;
}
.list-pagination-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.list-pagination a,
.list-pagination span {
  display: inline-block;
  padding: 5px 9px;
  border: 1px solid #cbd3dc;
  color: #336e9f;
  text-decoration: none;
  background: #fff;
}
.list-pagination .is-current {
  border-color: #336e9f;
  background: #336e9f;
  color: #fff;
}
.list-pagination .is-disabled {
  color: #a0aab5;
  background: #f3f5f7;
  cursor: default;
}
.list-pagination a:hover {
  background: #edf4fa;
}
@media (max-width: 900px) {
  .po-pair {
    grid-template-columns: 1fr;
  }
}
.remove-line {
  border: 0;
  background: transparent;
  color: #b23b3b;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .primary-fields,
  .sales-fields {
    gap: 9px 35px;
  }
  .inv-summary {
    margin-right: 0;
  }
  .inv-nav {
    overflow-x: auto;
  }
}
@media (max-width: 700px) {
  .inv-nav a {
    padding: 10px;
  }
  .inv-with-summary {
    display: block;
  }
  .primary-fields,
  .sales-fields {
    grid-template-columns: 1fr;
  }
  .inv-summary {
    width: auto;
    margin: 12px 8px;
  }
  .inv-pair {
    grid-template-columns: 1fr;
  }
  .inv-items {
    overflow-x: auto;
  }
  .inv-items table {
    min-width: 650px;
  }
}

@keyframes slide-down {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
.element {
  width: 100px;
  height: 100px;
  background: black;
  -webkit-animation: slide-down 5s 3;
  animation: slide-down 5s 3;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #797687;
  overflow-x: hidden;
}

svg {
  display: block;
}

a,
input,
select {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input,
select {
  width: 100%;
  padding: 10px 12px;
  outline: 0;
}

a,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Poppins", sans-serif;
  margin-top: 0;
  font-weight: 600;
  color: #2b2350;
}

img {
  max-width: 100%;
  height: auto;
}

.container-wrap {
  max-width: 95%;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
}
.container-wrap.bg-color-one {
  background-color: #f6faf8;
}
.container-wrap.bg-color-two {
  background-color: #d9e6ff;
}
.container-wrap.bg-footer-color {
  background-color: #1d2146;
}

section {
  position: relative;
  margin: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 991px) {
  .pr-85 {
    padding-right: 85px;
  }
  .pl-85 {
    padding-left: 85px;
  }
}

.no-scroll {
  overflow-y: hidden !important;
}

/*
	Flaticon icon font: Flaticon
	Creation date: 13/07/2025 13:19
*/

@font-face {
  font-family: "Flaticon";
  src:
    url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Flaticon.woff") format("woff"),
    url("../fonts/Flaticon.ttf") format("truetype"),
    url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-google-play:before {
  content: "\f100";
}

@media (max-width: 991px) {
  .pix-order-two {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .pix-order-one {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/*--------------------------------------------------------------
  ##  Buttons
  --------------------------------------------------------------*/
.pix-btn {
  padding: 8px 30px;
  background: #fa7070;
  border-radius: 30px;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
  box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
}
.pix-btn i {
  font-size: 20px;
  margin-left: 3px;
  line-height: 1;
  vertical-align: middle;
}
.pix-btn.btn-grey {
  background: #f3f3f4;
  color: #322d49;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  padding: 11px 40px;
}
.pix-btn.btn-grey:hover {
  background: #fd4d5c;
}
.pix-btn.btn-grey.color-three:hover {
  background: #12bf7c;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(11, 176, 112, 0.3);
  box-shadow: 0px 10px 20px 0px rgba(11, 176, 112, 0.3);
}
.pix-btn:hover,
.pix-btn:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.pix-btn.btn-light {
  background: #fff;
  color: #fa7070;
  border: 2px solid #fff;
  padding: 14px 40px;
}
.pix-btn.btn-light:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.pix-btn.btn-light:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.pix-btn.btn-round {
  border-radius: 4px;
}
.pix-btn.btn-four {
  background: #12bf7c;
  border: 1px solid #12bf7c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pix-btn.btn-four:hover {
  background: transparent;
  color: #12bf7c;
}
.pix-btn.btn-round {
  border-radius: 4px;
}

.play-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
}
.play-btn i {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  color: #fa7070;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 30px;
  text-shadow: 0px 10px 10px rgba(176, 70, 70, 0.4);
}
.play-btn:hover {
  color: #fff;
}
.play-btn.play-btn-outline {
  background: transparent;
  color: #12bf7c;
}
.play-btn.play-btn-outline i {
  border: 2px solid #12bf7c;
  color: #12bf7c;
  text-shadow: 0px 6px 10px rgba(11, 176, 112, 0.4);
  height: 52px;
  width: 52px;
  line-height: 49px;
}

.app-btn-two {
  background: #1a133b;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 25px;
  font-size: 18px;
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.app-btn-two.btn-light {
  background: #f3f3f4;
  color: #1a133b;
}
.app-btn-two span {
  display: block;
}
.app-btn-two i {
  margin-right: 15px;
  font-size: 28px;
}
.app-btn-two .btn-text {
  font-weight: 500;
  line-height: 20px;
}
.app-btn-two .btn-text .text-top {
  font-size: 14px;
  font-weight: 400;
}
.app-btn-two:hover {
  background: #12bf7c;
  color: #fff;
}

/* Back To Top */
.return-to-top {
  position: fixed;
  bottom: -30px;
  right: 20px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  z-index: 998;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition:
    bottom 0.5s ease,
    opacity 0.5s ease;
  -o-transition:
    bottom 0.5s ease,
    opacity 0.5s ease;
  transition:
    bottom 0.5s ease,
    opacity 0.5s ease;
}
.return-to-top:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  opacity: 1;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: inherit;
  -webkit-transition:
    opacity 0.6s ease,
    -webkit-transform 0.5s ease;
  transition:
    opacity 0.6s ease,
    -webkit-transform 0.5s ease;
  -o-transition:
    transform 0.5s ease,
    opacity 0.6s ease;
  transition:
    transform 0.5s ease,
    opacity 0.6s ease;
  transition:
    transform 0.5s ease,
    opacity 0.6s ease,
    -webkit-transform 0.5s ease;
}
.return-to-top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: inherit;
}
.return-to-top > i {
  position: relative;
  overflow: hidden;
  font-size: 12px;
  width: inherit;
  height: inherit;
  line-height: inherit;
  display: block;
  color: transparent;
  text-shadow:
    0px 0px #fff,
    0px 50px #fff;
  -webkit-transition: text-shadow 0.2s ease;
  -o-transition: text-shadow 0.2s ease;
  transition: text-shadow 0.2s ease;
  z-index: 1;
}
.return-to-top:hover:after {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  background: #fa7070;
  -webkit-box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
}
.return-to-top:hover > i {
  text-shadow:
    0px -50px #fff,
    0px 0px #fff;
}
.return-to-top.back-top {
  bottom: 20px;
  opacity: 1;
}

/*--------------------------------------------------------------
  ##  List
  --------------------------------------------------------------*/
.list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-items li {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  color: #2b2350;
  padding-left: 36px;
  position: relative;
}
.list-items li:before {
  content: "N";
  font-family: eleganticons;
  position: absolute;
  left: 0;
  top: 0;
  color: #fa7070;
}
.list-items.list-icon-arrow li {
  padding-left: 25px;
}
.list-items.list-icon-arrow li:before {
  content: "$";
  color: #12bf7c;
}

/*--------------------------------------------------------------
  ##  Froms
  --------------------------------------------------------------*/
input,
select {
  background: #fdfafa;
  padding: 15px;
  border: 1px solid #efe7e7;
}
input:focus,
select:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

/* Custom Select */

select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  cursor: pointer;
}

/* Arrow */

/* Transition */

/*--------------------------------------------------------------
##  Animation
--------------------------------------------------------------*/
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
  }
}
@-webkit-keyframes pixFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes pixFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes pixFadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes pixFadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes pixFadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes pixFadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes pixZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pixZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pixFadeUp {
  -webkit-animation-name: pixFadeUp;
  animation-name: pixFadeUp;
}

.pixFadeLeft {
  -webkit-animation-name: pixFadeLeft;
  animation-name: pixFadeLeft;
}

.pixFadeRight {
  -webkit-animation-name: pixFadeRight;
  animation-name: pixFadeRight;
}

.pixZoomIn {
  -webkit-animation-name: pixZoomIn;
  animation-name: pixZoomIn;
}
@-webkit-keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 3%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 3%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 3%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 3%, 0) rotateZ(-360deg);
  }
}
/*--------------------------------------------------------------
  ##  Page Loader
  --------------------------------------------------------------*/
.page-loader {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
}
.page-loader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-loader svg {
  display: none;
}

.blobs {
  -webkit-filter: url(#goo);
  filter: url(#goo);
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.blobs .blob-center {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  background: #fa7070;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  -ms-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
  -webkit-animation: blob-grow linear 3.4s infinite;
  animation: blob-grow linear 3.4s infinite;
  border-radius: 50%;
  -webkit-box-shadow: 0 -10px 40px -5px #fa7070;
  box-shadow: 0 -10px 40px -5px #fa7070;
}

.blob {
  position: absolute;
  background: #fa7070;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: blobs ease-out 3.4s infinite;
  animation: blobs ease-out 3.4s infinite;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  -ms-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
}
.blob:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.blob:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.blob:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.blob:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.blob:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
    transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,
  65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
    transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}

@keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
    transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,
  65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
    transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}
@-webkit-keyframes blob-grow {
  0%,
  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
  40%,
  42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%,
  44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%,
  46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%,
  48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
    transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
    transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%,
  70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
    transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
    transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%,
  81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%,
  83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%,
  85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%,
  87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%,
  91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%,
  100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
}
@keyframes blob-grow {
  0%,
  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
  40%,
  42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%,
  44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%,
  46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%,
  48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
    transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
    transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%,
  70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
    transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
    transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%,
  81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%,
  83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%,
  85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%,
  87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%,
  91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%,
  100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
}
/*--------------------------------------------------------------
  ##  Header
  --------------------------------------------------------------*/
.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header .header-inner {
  position: relative;
}
.site-header .header-inner .site-logo a {
  display: block;
  max-width: 150px;
}
.site-header .header-inner .site-logo a img {
  width: 100%;
}
.site-header .header-inner .site-logo a .sticky-logo {
  display: none;
}
.site-header .header-inner .site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-header .header-inner .site-nav .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .site-header .header-inner .site-nav .menu-wrapper {
    display: block;
  }
}
.site-header .header-inner .site-nav .menu-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site-header .header-inner .site-nav .nav-right {
  margin-left: 50px;
}
.site-header .header-inner .site-nav .nav-right .nav-btn {
  background: #fff;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(79, 35, 35, 0.15);
  box-shadow: 0px 20px 30px 0px rgba(79, 35, 35, 0.15);
  color: #fa7070;
  display: inline-block;
  padding: 7px 37px;
  font-weight: 600;
  border-radius: 30px;
  font-size: 14px;
  border: 2px solid transparent;
}
.site-header .header-inner .site-nav .nav-right .nav-btn:hover {
  background: #fa7070;
  color: #fff;
}
.site-header .site-mobile-logo {
  display: none;
}
.site-header .site-main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .site-main-menu li {
  margin: 0 23px;
  position: relative;
  padding: 36px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header .site-main-menu li:last-child {
  margin-right: 0;
}
.site-header .site-main-menu li > a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.site-header .site-main-menu li > a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
}
.site-header .site-main-menu li > a:hover:after,
.site-header .site-main-menu li > a.current_page:after {
  width: 100%;
  opacity: 1;
}
.site-header .site-main-menu li.menu-item-has-children:after {
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: eleganticons;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header .site-main-menu li.menu-item-has-children:hover:after {
  color: #fa7070;
}
.site-header .site-main-menu li .sub-menu {
  display: block;
  margin: 0;
  padding: 23px 30px;
  list-style: none;
  background: #fff;
  -webkit-box-shadow: 0px 0px 36px 4px rgba(79, 35, 35, 0.1);
  box-shadow: 0px 0px 36px 4px rgba(79, 35, 35, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  min-width: 250px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999999;
  border-radius: 4px;
}
.site-header .site-main-menu li .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.site-header .site-main-menu li .sub-menu li.menu-item-has-children:after {
  content: "5";
  right: 0px;
  color: #333;
}
.site-header .site-main-menu li .sub-menu li.menu-item-has-children .sub-menu {
  left: 105%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.site-header
  .site-main-menu
  li
  .sub-menu
  li.menu-item-has-children:hover
  .sub-menu {
  top: -23px;
  visibility: visible;
  opacity: 1;
}
.site-header .site-main-menu li .sub-menu li a {
  display: block;
  padding: 3px 0;
  color: #797687;
  font-size: 14px;
  font-weight: 500;
}
.site-header .site-main-menu li .sub-menu li a:after {
  display: none;
}
.site-header .site-main-menu li .sub-menu li a:hover,
.site-header .site-main-menu li .sub-menu li a.current_page {
  color: #fa7070;
}
.site-header .site-main-menu li .sub-menu li:last-child a {
  border-bottom: 0;
}
.site-header .site-main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.site-header.header-eight .toggle-menu .bar {
  background: #0b0b0b;
}
.site-header.header-eight .header-inner .site-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-header.header-eight .header-inner .site-nav .nav-right .nav-btn {
  background: #12bf7c;
  border: 2px solid #12bf7c;
  color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(11, 176, 112, 0.3);
  box-shadow: 0px 10px 20px 0px rgba(11, 176, 112, 0.3);
}
.site-header.header-eight .header-inner .site-nav .nav-right .nav-btn:hover {
  background: transparent;
  color: #12bf7c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.site-header.header-eight .site-main-menu li > a {
  color: #2b2350;
}
.site-header.header-eight .site-main-menu li > a:hover {
  color: #12bf7c;
}
.site-header.header-eight .site-main-menu li > a:hover:after {
  background: #12bf7c;
}
.site-header.header-eight .site-main-menu li .sub-menu li a:hover,
.site-header.header-eight .site-main-menu li .sub-menu li a.current_page {
  color: #12bf7c;
}

.pix-header-fixed {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 999999;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(79, 35, 35, 0.08);
  box-shadow: 0px 10px 20px 0px rgba(79, 35, 35, 0.08);
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  background: #fff;
}
.pix-header-fixed .header-inner .site-logo {
  padding: 18px 0;
}
.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn {
  background: transparent;
  color: #fa7070;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fa7070;
}
.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn:hover {
  background: #fa7070;
  color: #fff;
}
.pix-header-fixed .site-main-menu li {
  padding: 28px 0;
}
.pix-header-fixed .site-main-menu li.menu-item-has-children:after {
  color: #333;
}
.pix-header-fixed .site-main-menu li a {
  color: #333;
}
.pix-header-fixed .site-main-menu li a:after {
  display: none;
}
.pix-header-fixed .site-main-menu li a:hover,
.pix-header-fixed .site-main-menu li a.current_page {
  color: #fa7070;
}
.pix-header-fixed .site-main-menu li a:hover:before,
.pix-header-fixed .site-main-menu li a:hover:after,
.pix-header-fixed .site-main-menu li a.current_page:before,
.pix-header-fixed .site-main-menu li a.current_page:after {
  background: #fa7070;
}
.pix-header-fixed .site-logo .main-logo {
  display: none;
}
.pix-header-fixed .site-logo .sticky-logo {
  display: block;
}

.mask-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3333;
  top: 0;
  left: 0;
}

.close-menu {
  display: none;
}

@media (max-width: 991px) {
  .toggle-menu {
    position: absolute;
    left: 0;
    width: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    height: 24px;
  }
  .toggle-menu .bar {
    width: 18px;
    height: 2px;
    display: block;
    float: left;
    margin: 3px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
  }
  .toggle-menu .bar:nth-child(2) {
    width: 24px;
  }
  .site-header .header-inner {
    text-align: center;
    padding: 15px 0;
  }
  .site-header .header-inner .site-nav .nav-right {
    margin-left: 20px;
  }
  .site-header .header-inner .site-nav .nav-right .nav-btn {
    padding: 8px 22px;
  }
  .site-header .site-mobile-logo {
    display: block;
  }
  .site-header .site-main-menu li {
    margin: 0 15px;
  }
  .site-header .site-logo {
    display: none;
  }
  .site-header .site-nav {
    position: fixed;
    width: 320px !important;
    height: 100vh;
    background: #fff;
    top: 0;
    left: -100%;
    display: block !important;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: scroll;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  }
  .site-header .site-nav .site-main-menu {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    text-align: left;
  }
  .site-header .site-nav .site-main-menu li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f1f2f3;
  }
  .site-header .site-nav .site-main-menu li:first-child {
    border-top: 1px solid #f1f2f3;
  }
  .site-header .site-nav .site-main-menu li a {
    display: block;
    color: #888888;
    padding: 6px 35px;
    font-weight: 400;
  }
  .site-header .site-nav .site-main-menu li a:after {
    display: none;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children {
    position: relative;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children:after {
    display: none;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children a:hover,
  .site-header .site-nav .site-main-menu li.menu-item-has-children:focus {
    color: #fa7070;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children i {
    position: absolute;
    top: 6px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 222;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    width: auto;
    visibility: visible;
    background: transparent;
    padding: 0;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .site-header
    .site-nav
    .site-main-menu
    li.menu-item-has-children
    .sub-menu
    li {
    padding: 0;
  }
  .site-header
    .site-nav
    .site-main-menu
    li.menu-item-has-children
    .sub-menu
    li:first-child {
    border-top: 1px solid #f1f2f3;
  }
  .site-header
    .site-nav
    .site-main-menu
    li.menu-item-has-children
    .sub-menu
    li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .site-header
    .site-nav
    .site-main-menu
    li.menu-item-has-children
    .sub-menu
    li
    a {
    color: #888888;
    font-weight: 400;
    padding: 5px 35px 5px 45px;
  }
  .site-header
    .site-nav
    .site-main-menu
    li.menu-item-has-children
    .sub-menu
    li.menu-item-has-children
    .sub-menu {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 0;
    top: auto;
  }
  .site-header
    .site-nav
    .site-main-menu
    li.menu-item-has-children
    .sub-menu
    li.menu-item-has-children
    .sub-menu
    li
    a {
    padding-left: 60px;
  }
  .site-header
    .site-nav
    .site-main-menu
    li.menu-item-has-children
    .sub-menu
    li.menu-item-has-children:after {
    content: "3";
    color: #fff;
  }
  .site-header .site-nav .nav-right {
    text-align: left;
    padding-left: 13px;
  }
  .header-inner .site-mobile-logo img {
    max-height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .pix-header-fixed .toggle-menu {
    top: 30px;
  }
  .pix-header-fixed .toggle-menu .bar {
    background: #333;
  }
  .pix-header-fixed .site-main-menu li a {
    color: #fff;
  }
  .pix-header-fixed .site-main-menu li.menu-item-has-children:after {
    color: #fff;
  }
  .pix-header-fixed .header-inner .site-logo {
    padding: 12px 0;
  }
  .sidebar-open .site-header .site-nav {
    left: 0;
  }
  .sidebar-open .menu-wrapper:before {
    opacity: 1;
    visibility: visible;
  }
  .close-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top: 0;
    text-align: right;
    width: 100%;
    left: 0;
    padding: 2px;
    padding: 30px 20px;
  }
  .close-menu i {
    font-size: 36px;
    color: #2b2350;
  }
  .close-menu span {
    font-size: 15px;
  }
}
@media (max-width: 420px) {
  .site-header .site-nav {
    width: 100% !important;
  }
}
/*--------------------------------------------------------------
  ##  Banner
  --------------------------------------------------------------*/
.banner {
  position: relative;
}
.banner .banner-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner.banner-six {
  height: 950px;
  position: relative;
  padding-top: 225px;
  overflow: hidden;
}
.banner.banner-six .banne-content-wrapper-six {
  position: relative;
  z-index: 2;
}
.banner.banner-six .banne-content-wrapper-six .subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #f97bc5;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 13px;
}
.banner.banner-six .banne-content-wrapper-six .banner-title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 20px;
}
.banner.banner-six .banne-content-wrapper-six p {
  margin-bottom: 40px;
}
.banner.banner-six:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 43%;
  height: 100%;
  right: 0;
  top: 0;
  background: #fdf5fe;
}
.banner.banner-six .banner-six-promo-image {
  position: relative;
  z-index: 2;
}
.banner.banner-six .banner-six-promo-image > img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 50, 5, 0.14);
  box-shadow: 0px 30px 40px 0px rgba(1, 50, 5, 0.14);
}
.banner.banner-six .banner-six-promo-image .dot-shape {
  display: block;
  position: absolute;
  bottom: -40px;
  left: -40px;
  z-index: -1;
  -webkit-animation: wave 8s infinite linear;
  animation: wave 8s infinite linear;
}
.banner.banner-eight {
  position: relative;
  height: 1050px;
  min-height: 100vh;
}
@media (max-width: 991px) {
  .banner.banner-eight {
    height: auto;
  }
}
.banner.banner-eight .banne-content-wrapper-eight {
  position: relative;
  z-index: 222;
}
@media (max-width: 991px) {
  .banner.banner-eight .banne-content-wrapper-eight {
    padding-top: 120px;
  }
}
.banner.banner-eight .banne-content-wrapper-eight .subtitle {
  font-size: 12px;
  color: #1a133b;
  background: #f0f2f7;
  padding: 5px 40px 5px 5px;
  border-radius: 10px;
  display: inline-block;
}
.banner.banner-eight .banne-content-wrapper-eight .subtitle span {
  background: #12bf7c;
  color: #fff;
  padding: 0 9px;
  border-radius: 20px;
  display: inline-block;
  line-height: 1.4;
  margin-right: 20px;
}
.banner.banner-eight .banne-content-wrapper-eight .banner-title {
  font-size: 55px;
  font-weight: 600;
  color: #1a133b;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .banner.banner-eight .banne-content-wrapper-eight .banner-title {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .banner.banner-eight .banne-content-wrapper-eight .banner-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .banner.banner-eight .banne-content-wrapper-eight .banner-title {
    font-size: 36px;
  }
}
.banner.banner-eight .banne-content-wrapper-eight .banner-title span {
  font-weight: 300;
}
.banner.banner-eight .banne-content-wrapper-eight p {
  margin-bottom: 40px;
}
.banner.banner-eight .banne-content-wrapper-eight .banner-button-container {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}
.banner.banner-eight
  .banne-content-wrapper-eight
  .banner-button-container
  .banner-btn {
  padding: 10px 38px;
  font-size: 16px;
  margin-right: 20px;
}
.banner.banner-eight .banner-six-promo-image {
  padding-top: 195px;
  position: relative;
}
@media (max-width: 991px) {
  .banner.banner-eight .banner-six-promo-image.text-right {
    text-align: center !important;
  }
}
@media (max-width: 1400px) {
  .banner.banner-eight .banner-six-promo-image {
    padding-top: 130px;
  }
}
@media (max-width: 991px) {
  .banner.banner-eight .banner-six-promo-image {
    padding-top: 50px;
    max-width: 480px;
    margin: 0 auto;
  }
}

.banner.banner-eight .banner-background-element {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner.banner-eight .banner-background-element .dot-shape,
.banner.banner-eight .banner-background-element .circle-bg {
  position: absolute;
}

.banner.banner-eight .banner-background-element .dot-shape {
  right: 40px;
  top: 40px;
}
.banner.banner-eight .banner-background-element .circle-bg {
  height: 1100px;
  width: 1100px;
  background-image: -o-linear-gradient(
    210deg,
    rgb(253, 151, 32) 0%,
    rgb(18, 191, 124) 100%
  );
  background-image: linear-gradient(
    -120deg,
    rgb(253, 151, 32) 0%,
    rgb(18, 191, 124) 100%
  );
  opacity: 0.102;
  border-radius: 50%;
  top: -14%;
  right: -3.2%;
  z-index: -1;
}
@media (max-width: 1400px) {
  .banner.banner-eight .banner-background-element .circle-bg {
    height: 900px;
    width: 900px;
    top: -4%;
    right: -7%;
  }
}
@media (max-width: 991px) {
  .banner.banner-eight .banner-background-element .circle-bg {
    height: 600px;
    width: 600px;
    top: -2%;
    right: -3%;
  }
}

/* Animate element five*/
@media (max-width: 1280px) {
  .banner.banner-six .banne-content-wrapper-six .banner-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .banner.banner-six {
    height: 650px;
    padding-top: 145px;
  }
  .banner.banner-six .banne-content-wrapper-six .banner-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .banner.banner-six {
    height: auto;
    padding-bottom: 80px;
  }
  .banner.banner-six .banne-content-wrapper-six {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .banner.banner-six .banne-content-wrapper-six .banner-title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 380px) {
  .banner .banner-button-container {
    display: block;
  }
  .banner .banner-button-container .play-btn {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
  ##  Section Title
  --------------------------------------------------------------*/
.section-title {
  margin-bottom: 70px;
}
.section-title .sub-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fa7070;
  letter-spacing: 3px;
}
.section-title .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
}
.section-title .title span {
  color: #fa7070;
}
.section-title.style-five {
  margin-bottom: 55px;
}
.section-title.style-five .sub-title {
  color: #12bf7c;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 13px;
}
.section-title.style-five .title {
  font-size: 40px;
  color: #1a133b;
  font-weight: 600;
}
@media (max-width: 991px) {
  .section-title.style-five .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section-title.style-five .title {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .section-title {
    margin-bottom: 50px;
  }
  .section-title .title {
    font-size: 32px;
  }
  .section-title p br {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-title .title {
    font-size: 28px;
  }
  .section-title .title br {
    display: none;
  }
}

/*--------------------------------------------------------------
  ##  Icon Box
  --------------------------------------------------------------*/
.featured {
  padding-top: 32px;
}

.saaspik-icon-box-wrapper {
  margin-bottom: 30px;
}
.saaspik-icon-box-wrapper .saaspik-icon-box-icon {
  margin-bottom: 32px;
}
.saaspik-icon-box-wrapper .pixsass-icon-box-content .pixsass-icon-box-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.saaspik-icon-box-wrapper .pixsass-icon-box-content .pixsass-icon-box-title a {
  color: #2b2350;
}
.saaspik-icon-box-wrapper
  .pixsass-icon-box-content
  .pixsass-icon-box-title
  a:hover {
  color: #fa7070;
}
.saaspik-icon-box-wrapper .pixsass-icon-box-content p {
  margin: 0;
}
.saaspik-icon-box-wrapper.style-five {
  -webkit-box-shadow: 0px 30px 60px 0px rgba(52, 27, 159, 0.1);
  box-shadow: 0px 30px 60px 0px rgba(52, 27, 159, 0.1);
  padding: 45px 40px;
  background: #fff;
}
.saaspik-icon-box-wrapper.style-five .saaspik-icon-box-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #7052fb;
  color: #7052fb;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 42px;
}
.saaspik-icon-box-wrapper.style-five
  .pixsass-icon-box-content
  .pixsass-icon-box-title {
  margin-bottom: 15px;
}
.saaspik-icon-box-wrapper.style-five
  .pixsass-icon-box-content
  .pixsass-icon-box-title
  a:hover {
  color: #7052fb;
}
.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content p {
  margin-bottom: 35px;
}
.saaspik-icon-box-wrapper.style-five:hover .saaspik-icon-box-icon {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(75, 42, 222, 0.2);
  box-shadow: 0px 20px 30px 0px rgba(75, 42, 222, 0.2);
  background: #7052fb;
  color: #fff;
}
.saaspik-icon-box-wrapper.style-ten {
  padding: 50px 40px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 20px 60px 0px rgba(1, 51, 32, 0.1);
  box-shadow: 0px 20px 60px 0px rgba(1, 51, 32, 0.1);
  text-align: center;
}
.saaspik-icon-box-wrapper.style-ten
  .pixsass-icon-box-content
  .pixsass-icon-box-title {
  margin-bottom: 15px;
}
.saaspik-icon-box-wrapper.style-ten .pixsass-icon-box-content p {
  margin-bottom: 30px;
}

.featured-nine {
  margin-bottom: -110px;
  z-index: 22;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .featured {
    padding-top: 75px;
  }
  .saaspik-icon-box-wrapper
    .pixsass-icon-box-content
    .pixsass-icon-box-title
    a
    br {
    display: none;
  }
}
@media (max-width: 768px) {
  .saaspik-icon-box-wrapper .pixsass-icon-box-content p br {
    display: none;
  }
}

/*--------------------------------------------------------------
  ##  Editor
  --------------------------------------------------------------*/

/** Image Content Three **/
#job_image_content {
  padding: 120px 0 80px;
}
@media (max-width: 991px) {
  #job_image_content {
    padding: 80px 0 40px;
  }
}

.animaated-elements-three {
  position: relative;
  margin-left: -190px;
  height: 520px;
}
@media (max-width: 480px) {
  .animaated-elements-three {
    height: 440px;
  }
}
@media (max-width: 576px) {
  .animaated-elements-three {
    margin-left: 0;
  }
}
.animaated-elements-three .image-one,
.animaated-elements-three .image-two {
  position: absolute;
}
.animaated-elements-three .image-one {
  top: 0;
  left: 140px;
}
@media (max-width: 576px) {
  .animaated-elements-three .image-one {
    left: 0;
  }
}
.animaated-elements-three .image-two {
  right: 50px;
  top: 160px;
}
@media (max-width: 768px) {
  .animaated-elements-three .image-two {
    right: -80px;
  }
}
@media (max-width: 480px) {
  .animaated-elements-three .image-two {
    top: 60px;
  }
}

@media (max-width: 991px) {
  .image-content-three {
    margin-top: 50px;
  }
}
.image-content-three .section-title {
  margin-bottom: 41px;
}
.image-content-three .section-title .title {
  font-size: 38px;
  line-height: 1.1;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .image-content-three .section-title .title {
    font-size: 34px;
  }
}
.image-content-three .section-title p {
  margin-bottom: 18px;
}
.image-content-three.app-content-wrap .section-title {
  margin-bottom: 37px;
}

#app_image_content {
  padding: 150px 0;
}
@media (max-width: 991px) {
  #app_image_content {
    padding: 80px 0;
  }
}

.app-image-content-wrapper-one {
  margin-bottom: 200px;
}
@media (max-width: 991px) {
  .app-image-content-wrapper-one {
    margin-bottom: 100px;
  }
}

.app-download-image {
  height: 450px;
  width: 450px;
  background: #f6ecd8;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 576px) {
  .app-download-image {
    width: 380px;
    height: 380px;
    margin: 0 auto;
  }
  .app-download-image img {
    width: 300px;
  }
}
@media (max-width: 420px) {
  .app-download-image {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
  .app-download-image img {
    width: 250px;
  }
}
.app-download-image img {
  margin-top: -12px;
}

.job-image-content-wrapper-one {
  margin-bottom: 160px;
}
@media (max-width: 991px) {
  .job-image-content-wrapper-one {
    margin-bottom: 100px;
  }
}
.job-image-content-wrapper-one .animaated-elements-three {
  padding-top: 40px;
}
/*--------------------------------------------------------------
  ##  Genera Informes
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ##  Revolutionize
  --------------------------------------------------------------*/

/* Tabs */
#pix-tabs-nav {
  text-align: center;
  list-style: none;
  margin-bottom: 38px;
  padding: 0;
}
@media (min-width: 1200px) {
  #pix-tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#pix-tabs-nav li {
  display: inline-block;
}
#pix-tabs-nav li:not(:last-child) {
  margin-right: 20px;
}
#pix-tabs-nav li a {
  color: #f1e8e8;
  font-weight: 500;
  cursor: pointer;
  padding: 11px 27px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 20px;
}
#pix-tabs-nav li a:hover {
  background: #fff;
  color: #fa7070;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
  box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
}
#pix-tabs-nav li.active a {
  background: #fff;
  color: #fa7070;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
  box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
}

#pix-tabs-content .content {
  text-align: center;
  position: relative;
}
#pix-tabs-content .content img {
  background-color: rgb(225, 213, 213);
  -webkit-box-shadow: 0px 60px 100px 0px rgba(79, 35, 35, 0.2);
  box-shadow: 0px 60px 100px 0px rgba(79, 35, 35, 0.2);
  border-radius: 10px;
}
@media (max-width: 768px) {
  #pix-tabs-content .content img {
    -webkit-box-shadow: 0px 40px 50px 0px rgba(79, 35, 35, 0.2);
    box-shadow: 0px 40px 50px 0px rgba(79, 35, 35, 0.2);
  }
  #pix-tabs-nav li:not(:last-child) {
    margin-right: 5px;
  }
}
@media (max-width: 576px) {
  #pix-tabs-nav {
    margin: 0;
  }
  #pix-tabs-nav li {
    margin-right: 3px;
  }
  #pix-tabs-nav li a {
    font-size: 14px;
    padding: 6px 22px;
  }
}
@media (max-width: 420px) {
  #pix-tabs-nav {
    margin-bottom: 20px;
  }
  #pix-tabs-nav li a {
    margin-bottom: 10px;
  }
  #pix-tabs-nav li:not(:last-child) {
    margin-right: 0;
  }
}
/*--------------------------------------------------------------
  ##  Inspect
  --------------------------------------------------------------*/

.gp-tabs-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gp-tabs-navigation li {
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 25px 20px 25px 50px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(43, 35, 79, 0.08);
  box-shadow: 0px 20px 40px 0px rgba(43, 35, 79, 0.08);
  border-left: 5px solid #7052fb;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gp-tabs-navigation li .acc-btn {
  color: #322d49;
  font-size: 20px;
  font-weight: 500;
}
.gp-tabs-navigation li .content {
  display: none;
  padding-top: 14px;
}
.gp-tabs-navigation li .content p {
  margin-bottom: 22px;
}
.gp-tabs-navigation li:last-child {
  margin-bottom: 0;
}
.gp-tabs-navigation li.active .content {
  display: block;
}
.gp-tabs-navigation li.active-tab {
  padding: 30px 20px 25px 50px;
}

.gp-tabs-content {
  padding: 0;
  list-style: none;
  z-index: 22;
  position: relative;
}
.gp-tabs-content .pix-tab-item {
  display: none;
  opacity: 0;
  padding: 37px 50px 40px 0px;
}
.gp-tabs-content .pix-tab-item.active-tab {
  display: block;
  opacity: 1;
}
@media (min-width: 768px) {
  .gp-tabs-content {
    min-height: 480px;
  }
}
@media (min-width: 960px) {
  .gp-tabs-content {
    min-height: 0;
  }
}
@media (max-width: 1200px) {
  .gp-tabs-navigation {
    margin-bottom: 40px;
  }
  .gp-tabs-content .pix-tab-item {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .gp-tabs-content .pix-tab-item {
    padding: 0;
  }
}
@media (max-width: 420px) {
  .gp-tabs-navigation li {
    padding: 20px 20px 20px 30px;
  }
  .gp-tabs-navigation li .acc-btn {
    font-size: 16px;
  }
  .gp-tabs-navigation li.active-tab {
    padding: 20px 20px 20px 30px;
  }
}
/*--------------------------------------------------------------
  ##  Testimonial
  --------------------------------------------------------------*/

/* Testimonial Hosting */
/* Testimonial Travel */

/*--------------------------------------------------------------
  ##  Review Slider
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ##  Marketing Popup
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
##  Pricing
--------------------------------------------------------------*/

.pricing-tab {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
.pricing-tab .tab-btn {
  cursor: pointer;
}
.pricing-tab .pricing-tab-switcher {
  height: 40px;
  width: 90px;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 18px;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  border: 1px solid #dcd2d2;
  border-radius: 30px;
  cursor: pointer;
}
.pricing-tab .pricing-tab-switcher:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  background: #fa7070;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 14px 24px 0px rgba(176, 70, 70, 0.4);
  box-shadow: 0px 14px 24px 0px rgba(176, 70, 70, 0.4);
}
.pricing-tab .pricing-tab-switcher.active:before {
  left: calc(100% - 35px);
}
.pricing-tab span {
  vertical-align: middle;
}

@media (max-width: 991px) {
  .pricing-tab {
    margin-bottom: 40px;
  }
}
/*--------------------------------------------------------------
##  Team
--------------------------------------------------------------*/
.teams {
  padding: 116px 0 75px;
}

.image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1920px;
  height: 5976px;
  z-index: 242;
}

.team-member-three {
  margin-bottom: 30px;
}
.team-member-three .member-avater {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.team-member-three .member-avater img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.team-member-three .member-avater:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #12bf7c;
  opacity: 0.9;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-member-three .member-avater .member-social {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 22;
  height: 28px;
  overflow: hidden;
}
.team-member-three .member-avater .member-social li {
  display: inline-block;
  margin-right: 15px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-member-three .member-avater .member-social li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.team-member-three .member-avater .member-social li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.team-member-three .member-avater .member-social li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.team-member-three .member-avater .member-social li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.team-member-three .member-avater .member-social li a {
  color: #fff;
}
.team-member-three .member-avater:hover:before {
  opacity: 0.9;
  visibility: visible;
}
.team-member-three .member-avater:hover .member-social li {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.team-member-three .team-info {
  padding: 25px 40px 0;
}
.team-member-three .team-info .name {
  color: #1a133b;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.team-member-three .team-info .job {
  color: #76747f;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.teams-four {
  padding: 116px 0 135px;
}
@media (max-width: 991px) {
  .teams-four {
    padding: 76px 0 70px;
  }
}

@media (max-width: 991px) {
  .teams {
    padding: 76px 0 50px;
  }
}
/*--------------------------------------------------------------
  ##  Faq's
  --------------------------------------------------------------*/

.card {
  border: 0;
  background: transparent;
}

.faq {
  position: relative;
  z-index: 2;
}
.faq .card {
  border: 0;
  background: transparent;
  margin-bottom: 20px;
  border: 1px solid #efe7e7;
}
.faq .card.active {
  -webkit-box-shadow: 0px 60px 100px 0px rgba(79, 35, 35, 0.1);
  box-shadow: 0px 60px 100px 0px rgba(79, 35, 35, 0.1);
}
/*--------------------------------------------------------------
##  Logo Carousel
--------------------------------------------------------------*/

/**
Logo List
 */
.client-logo-list {
  padding-bottom: 65px;
}

.logo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.logo-list li {
  width: 20%;
  margin-bottom: 82px;
}
@media (max-width: 991px) {
  .logo-list li {
    width: 33.3333%;
  }
}
@media (max-width: 576px) {
  .logo-list li {
    width: 50%;
  }
}
.logo-list li a {
  display: block;
}

/*--------------------------------------------------------------
  ##  Call To Action
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
##  Funfact
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##  Newsletter
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##  Page Banner
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## About
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Service
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Contact Us
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Download
--------------------------------------------------------------*/
.download {
  padding: 120px 0;
  overflow: hidden;
}

.download-wrapper {
  padding-top: 115px;
}
.download-wrapper .title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 25px;
}
.download-wrapper p {
  margin-bottom: 40px;
}

.download-feature-image {
  position: relative;
}
.download-feature-image .image-one {
  margin-left: 185px;
  z-index: 22;
  position: relative;
}
.download-feature-image .image-two {
  position: absolute;
  right: 10px;
  top: -20px;
}
.download-feature-image svg {
  position: absolute;
  z-index: -1;
  top: 43px;
  right: 0;
}

/**
Download Two
 */
.download-two .container-wrap {
  overflow: hidden;
}

.download-wrapper-two {
  padding: 130px 0;
}
.download-wrapper-two .title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 768px) {
  .download-wrapper-two .title {
    font-size: 40px;
  }
}
.download-wrapper-two p {
  margin-bottom: 30px;
  color: #76747f;
}

.download-feature-image-two {
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .download-feature-image-two {
    display: none;
  }
}
.download-feature-image-two img {
  position: absolute;
  bottom: -160px;
}
.download-feature-image-two img.image-one {
  left: 0;
  z-index: 2;
}
.download-feature-image-two img.image-two {
  left: 215px;
  bottom: -240px;
}

.section-animate-element > div {
  position: absolute;
}
.section-animate-element .leaf-top {
  top: -20px;
  left: 40px;
}
.section-animate-element .leaf-bottom {
  right: 15px;
  bottom: -20px;
}

/*
* Travel Download
*/

@media (max-width: 1200px) {
  .download-feature-image .image-one {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .download-feature-image svg {
    right: auto;
    left: 0;
  }
  .download-feature-image .image-one {
    margin-left: 0;
  }
  .download-feature-image .image-two {
    right: 25%;
  }
  .download {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .download-feature-image .image-two {
    left: 150px;
    right: auto;
  }
}
@media (max-width: 576px) {
  .download-feature-image svg {
    top: -50px;
  }
  .download-feature-image .image-one {
    margin-left: 0;
    max-width: 200px;
  }
  .download-feature-image .image-two {
    right: auto;
    top: -18px;
    max-width: 270px;
    left: 25%;
  }
  .download-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .download-feature-image .image-two {
    right: auto;
    left: 15%;
  }
}
.download-two {
  position: relative;
  overflow: hidden;
  padding: 0 0 50px 0;
}
@media (max-width: 1200px) {
  .download-two {
    padding: 90px 0;
  }
}
.download-two::after {
  content: "";
  position: absolute;
  background-color: #fdf8fb;
  height: 550px;
  width: 100%;
  top: -12px;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .download-two::after {
    height: 85%;
  }
}
.download-two .image-one {
  margin-right: -215px;
  margin-left: 6px;
  top: 50px;
}
@media (max-width: 1200px) {
  .download-two .image-one {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .download-two .image-one {
    top: 0;
  }
}

/*--------------------------------------------------------------
## Interface
--------------------------------------------------------------*/

.path {
  stroke-dasharray: 6;
  -webkit-animation: dash 30s linear infinite;
  animation: dash 30s linear infinite;
}

@-webkit-keyframes dash {
  /*   to {
	  stroke-dashoffset: 1000;
	} */
  0% {
    stroke-dashoffset: 1000;
  }
}

@keyframes dash {
  /*   to {
	  stroke-dashoffset: 1000;
	} */
  0% {
    stroke-dashoffset: 1000;
  }
}
/*--------------------------------------------------------------
## Call Back
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Bookings Tabs
--------------------------------------------------------------*/

/* Language Dropdown */
.saaspik-dropdown {
  display: inline-block;
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 3px;
}

.saaspik-dropdown ul {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin: 0;
  padding: 0;
  list-style: none;
}

.saaspik-dropdown > ul {
  position: absolute;
  background: #fff;
  left: 0;
  top: 50px;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.saaspik-dropdown > ul li {
  white-space: nowrap;
  position: relative;
  z-index: 2;
  padding: 3px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.saaspik-dropdown > ul li:first-child {
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
}

.saaspik-dropdown > ul li:last-child {
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
  border-bottom: none;
}

.saaspik-dropdown > ul li:hover {
  background: #e0e6eb;
}

.saaspik-dropdown > label {
  display: inline-block;
  vertical-align: -9px;
  overflow: hidden;
  cursor: pointer;
}

.saaspik-dropdown > label span {
  white-space: nowrap;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #333;
}

.saaspik-dropdown > label i {
  position: absolute;
  right: 5px;
  top: 50%;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #333;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
}

.saaspik-dropdown label {
  margin: 0;
}

.saaspik-dropdown input {
  display: none;
}

.saaspik-dropdown input:checked ~ ul {
  opacity: 1;
}

.saaspik-dropdown input:checked ~ ul li {
  cursor: pointer;
}

.saaspik-select {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 325px;
  color: #cccccc;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.saaspik-select .placeholder {
  position: relative;
  display: block;
  z-index: 1;
  padding: 11px 20px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #ede9e4;
  color: #626c7b;
  font-weight: 500;
}

.saaspik-select .placeholder:hover {
  color: #8e42f7;
}

.saaspik-select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "themify";
  content: "\e64b";
  z-index: 10;
}

.saaspik-select.is-open .placeholder:after {
  content: "\e648";
}

.saaspik-select.is-open ul {
  display: block;
}

.saaspik-select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 100;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.saaspik-select ul li {
  display: block;
  text-align: left;
  padding: 10px 15px;
  color: #999;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.saaspik-select ul li:hover {
  background: #8e42f7;
  color: #fff;
}

/*--------------------------------------------------------------
## Job Tabs
--------------------------------------------------------------*/
.job-bord-tabs {
  padding: 100px 0 90px;
}
@media (max-width: 991px) {
  .job-bord-tabs {
    padding: 60px 0 50px;
  }
}
.job-bord-tabs #pix-tabs-nav li:not(:last-child) {
  margin-right: 13px;
}
.job-bord-tabs #pix-tabs-nav li a {
  background: rgba(253, 77, 92, 0.102);
  color: #fd4d5c;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 6px 24px;
}
.job-bord-tabs #pix-tabs-nav li a i {
  margin-right: 5px;
  font-size: 16px;
  display: inline-block;
  vertical-align: -3px;
}
.job-bord-tabs #pix-tabs-nav li a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.job-bord-tabs #pix-tabs-nav li.active a,
.job-bord-tabs #pix-tabs-nav li.active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fd4d5c;
  color: #fff;
}

.job-board-tabs-content .job {
  background: #fff;
  -webkit-box-shadow:
    0px 4px 6px 0px rgba(10, 1, 47, 0.08),
    0px -4px 0px 0px rgba(105, 46, 254, 0.004);
  box-shadow:
    0px 4px 6px 0px rgba(10, 1, 47, 0.08),
    0px -4px 0px 0px rgba(105, 46, 254, 0.004);
  border-radius: 6px;
  border-top: 4px solid #fd4d5c;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.job-board-tabs-content .job:hover {
  -webkit-box-shadow:
    0px 40px 50px 0px rgba(10, 1, 47, 0.14),
    0px -4px 0px 0px rgba(253, 77, 92, 0.004);
  box-shadow:
    0px 40px 50px 0px rgba(10, 1, 47, 0.14),
    0px -4px 0px 0px rgba(253, 77, 92, 0.004);
}

/*--------------------------------------------------------------
## Job List
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Support
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Domain
--------------------------------------------------------------*/

/*--------------------------------------------------------------
  ## Tabs
  --------------------------------------------------------------*/
.app-tabs .container-wrap {
  padding: 280px 0 175px;
}
@media (max-width: 991px) {
  .app-tabs .container-wrap {
    padding: 130px 0 175px;
  }
}

.tabs-three #pix-tabs-nav {
  text-align: left;
  width: 300px;
  display: block;
}
@media (max-width: 991px) {
  .tabs-three #pix-tabs-nav {
    margin-bottom: 60px;
  }
}
.tabs-three #pix-tabs-nav li {
  display: block;
  margin-right: 0;
}
.tabs-three #pix-tabs-nav li a {
  -webkit-box-shadow: 0px 4px 6px 0px rgba(1, 51, 32, 0.06);
  box-shadow: 0px 4px 6px 0px rgba(1, 51, 32, 0.06);
  background: #fff;
  color: #76747f;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}
.tabs-three #pix-tabs-nav li a i {
  margin-right: 5px;
  vertical-align: -1px;
}
.tabs-three #pix-tabs-nav li.active a {
  color: #12bf7c;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(1, 51, 32, 0.1);
  box-shadow: 0px 20px 40px 0px rgba(1, 51, 32, 0.1);
}

.download-tab-content {
  padding-top: 30px;
}
.download-tab-content .section-title {
  margin-bottom: 40px;
}

.tabs-content-wrapper {
  position: relative;
}
.tabs-content-wrapper .job-board-tabs-content {
  position: relative;
  z-index: 2;
}
.tabs-content-wrapper .tab-bg-shape-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .tabs-content-wrapper .tab-bg-shape-wrapper {
    display: none;
  }
}
.tabs-content-wrapper .tab-bg-shape-wrapper .dot,
.tabs-content-wrapper .tab-bg-shape-wrapper svg {
  position: absolute;
}
.tabs-content-wrapper .tab-bg-shape-wrapper .dot {
  top: -35px;
  height: 160px;
  width: 180px;
  left: 160px;
}
.tabs-content-wrapper .tab-bg-shape-wrapper svg {
  right: -60px;
  top: -45px;
}

/* Travel Tabs */

/* Service Tabs */

/* App Tabs Two */

/*--------------------------------------------------------------
  ## Skill
  --------------------------------------------------------------*/

.skill-wrapper .skill:not(:last-child) {
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
## Promo Box
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Image Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Traking
--------------------------------------------------------------*/

/*--------------------------------------------------------------
  ##  Blog
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  ##  Widget
  --------------------------------------------------------------*/

.widget:not(:last-child) {
  margin-bottom: 50px;
}
.widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ebe3e3;
  padding-bottom: 13px;
  margin-bottom: 25px;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li a {
  font-size: 16px;
  line-height: 40px;
  color: #797687;
  font-weight: 500;
}
.widget ul li a:hover {
  color: #fa7070;
}
.widget .social-share-link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget .social-share-link li a {
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #fa7070;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
}
.widget .social-share-link li a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #fff;
}
.widget .social-share-link li a.share_facebook {
  background: #4267b2;
}
.widget .social-share-link li a.share_twitter {
  background: #1da1f2;
}
.widget .social-share-link li a.share_pinterest {
  background: #e60023;
}
.widget .social-share-link li a.share_linkedin {
  background: #0073b1;
}

/* Recent Post */

/* Tags */

/* Comments */
/*--------------------------------------------------------------
  ##  Sign
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ##  Error
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ##  Footer
  --------------------------------------------------------------*/
#footer {
  background: #fdf8f8;
}
#footer .footer-inner {
  padding: 116px 0 62px;
}
#footer .widget.footer-widget .widget-title {
  color: #2b2350;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 38px;
  border-bottom: 0;
  padding-bottom: 0;
}
#footer .widget.footer-widget p {
  margin-bottom: 40px;
}
#footer .footer-menu {
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}
#footer .footer-menu li:not(:last-child) {
  margin-bottom: 10px;
}
#footer .footer-menu li a {
  display: block;
  color: #797687;
  font-weight: 400;
  line-height: 30px;
}
#footer .footer-menu li a:hover {
  color: #fa7070;
}
#footer .footer-logo {
  display: block;
  margin-bottom: 30px;
}
#footer .widget-contact .widget-contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 240px;
}
#footer .widget-contact .widget-contact-info li {
  color: #b5b3be;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 10px;
}
#footer .widget-contact .widget-contact-info li i {
  margin-right: 10px;
  color: #12bf7c;
}
#footer .site-info {
  padding: 36px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e4d9d9;
  position: relative;
  z-index: 3;
}
#footer .site-info p {
  margin: 0;
}
#footer .site-info p a {
  color: #fa7070;
  font-weight: 500;
}
#footer .site-info p a:hover {
  color: #f83f3f;
}
#footer.footer-app {
  padding-bottom: 50px;
}
#footer.footer-app .widget.footer-widget .widget-title {
  color: #fff;
}
#footer.footer-app .widget.widget-about {
  max-width: 240px;
}
#footer.footer-app .widget.widget-about p {
  color: #b5b3be;
  margin-bottom: 26px;
}
#footer.footer-app .widget.widget-about .footer-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
#footer.footer-app .footer-menu li:not(:last-child) {
  margin-bottom: 5px;
}
#footer.footer-app .footer-menu li a {
  color: #b5b3be;
}
#footer.footer-app .footer-menu li a:hover {
  color: #12bf7c;
}
#footer.footer-app .site-info {
  display: block;
  border-top-color: #2f3255;
  padding: 25px 0;
}
#footer.footer-app .site-info p {
  color: #9997a2;
}
#footer.footer-app .site-info p a {
  color: #12bf7c;
}

@media (max-width: 991px) {
  #footer .footer-inner {
    padding: 76px 0 22px;
  }
  #footer .site-info {
    padding: 21px 0;
  }
  #footer .widget.footer-widget {
    margin-bottom: 30px;
  }
  #footer .widget.footer-widget .widget-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #footer .footer-menu {
    margin-bottom: 40px;
  }
  #footer .site-info {
    padding: 21px 0;
    display: block;
    text-align: center;
  }
}
/* Footer App Landing Two */

/* Footer App Three */

/* Mobile dashboard hero artwork */
.banner.banner-eight .banner-six-promo-image.mobile-dashboard-visual {
  padding-top: 300px;
  min-height: 700px;
  overflow: visible;
}
.mobile-dashboard-visual .mobile-dashboard-phone {
  position: relative;
  z-index: 2;
  width: 345px;
  max-width: 100%;
  height: auto;
  margin-right: 48px;
  filter: drop-shadow(0 24px 20px rgba(20, 34, 43, 0.24));
}
.mobile-dashboard-visual .dashboard-leaf {
  position: absolute;
  z-index: 1;
  width: auto;
  height: auto;
  opacity: 0.96;
}
.mobile-dashboard-visual .dashboard-leaf-left {
  width: 170px;
  left: 70px;
  bottom: 74px;
  transform: rotate(-8deg);
}
.mobile-dashboard-visual .dashboard-leaf-right {
  width: 205px;
  right: -5px;
  bottom: 110px;
  transform: rotate(7deg);
}
/* Authentication pages */
.auth-page {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #f8fafb;
  color: #193848;
}
.auth-shell {
  min-height: 100vh;
  display: flex;
}
.auth-showcase {
  width: 47%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 48px 7%;
  color: #fff;
  background: linear-gradient(145deg, #0e3145, #1a5d70);
}
.auth-logo {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
}
.auth-logo span {
  margin-left: 5px;
  font-weight: 400;
}
.auth-showcase-copy {
  position: relative;
  z-index: 2;
  max-width: 480px;
  margin-top: 24vh;
}
.auth-kicker {
  color: #f1c65b;
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.auth-kicker.dark {
  color: #23819b;
  margin-bottom: 12px;
}
.auth-showcase h1 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 48px;
  line-height: 1;
}
.auth-showcase-copy > p:not(.auth-kicker) {
  max-width: 430px;
  font-size: 17px;
  line-height: 1.65;
  color: #d2e3e9;
}
.auth-points {
  display: flex;
  gap: 22px;
  margin-top: 35px;
  font-size: 13px;
  font-weight: 600;
}
.auth-points i {
  color: #efc867;
  margin-right: 6px;
}
.auth-orb {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(177, 225, 233, 0.28);
}
.auth-orb-one {
  width: 460px;
  height: 460px;
  right: -160px;
  bottom: -175px;
  box-shadow:
    0 0 0 58px rgba(121, 193, 204, 0.12),
    0 0 0 115px rgba(121, 193, 204, 0.07);
}
.auth-orb-two {
  width: 145px;
  height: 145px;
  right: 10%;
  top: 14%;
  background: rgba(239, 199, 99, 0.15);
}
.auth-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 55px 32px;
  background: #fff;
}
.auth-card {
  width: 100%;
  max-width: 385px;
}
.auth-back {
  display: inline-block;
  margin-bottom: 55px;
  color: #438198;
  font-size: 13px;
}
.auth-back i {
  margin-right: 6px;
}
.auth-card h2 {
  margin: 0 0 9px;
  font-size: 34px;
  color: #173849;
}
.auth-intro {
  margin: 0 0 29px;
  color: #71818a;
  font-size: 15px;
  line-height: 1.55;
}
.auth-card form label {
  display: block;
  margin: 0 0 8px;
  color: #304955;
  font-size: 13px;
  font-weight: 700;
}
.auth-card form > input,
.auth-password input {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  margin: 0 0 19px;
  padding: 0 14px;
  border: 1px solid #d4dfe3;
  border-radius: 5px;
  outline-color: #237f99;
  font-size: 14px;
}
.auth-password {
  position: relative;
}
.auth-password input {
  padding-right: 44px;
  margin-bottom: 6px;
}
.auth-password button {
  position: absolute;
  right: 6px;
  top: 5px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  color: #66808a;
  background: transparent;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
}
.auth-password button:hover,
.auth-password button:focus-visible {
  background: #e8f3f6;
  color: #157c99;
  outline: none;
}
.auth-password button[aria-pressed="true"] {
  color: #157c99;
  background: #e8f3f6;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.auth-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin: 18px 0 24px;
  padding: 12px 14px;
  border: 1px solid #e2eaed;
  border-radius: 5px;
  background: #f8fbfc;
  font-size: 13px;
}
.auth-row a,
.auth-switch a {
  color: #177895;
  font-weight: 600;
}
.auth-row .check-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #48616d;
  font-weight: 500;
  white-space: nowrap;
}
.auth-row input[type="checkbox"] {
  appearance: none;
  display: grid;
  place-content: center;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #9fb6bf;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  padding: 10px;
}
.auth-row input[type="checkbox"]::before {
  content: "";
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.12s ease;
}
.auth-row input[type="checkbox"]:checked {
  border-color: #197c98;
  background: #197c98;
}
.auth-row input[type="checkbox"]:checked::before {
  transform: rotate(-45deg) scale(1);
}
.auth-row input[type="checkbox"]:focus-visible {
  outline: 2px solid #8ac4d4;
  outline-offset: 2px;
}
@media (max-width: 380px) {
  .auth-row {
    align-items: flex-start;
    flex-direction: column;
  }
}
.auth-submit {
  width: 100%;
  height: 49px;
  border: 0;
  border-radius: 5px;
  background: #173d50;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}
.auth-submit:hover {
  background: #137c99;
}
.auth-submit i {
  margin-left: 9px;
}
.auth-switch {
  margin: 26px 0 0;
  text-align: center;
  color: #71818a;
  font-size: 13px;
}
.field-error {
  display: block;
  margin: -13px 0 15px;
  color: #bb3d3d;
  font-size: 12px;
}
.auth-alert {
  padding: 12px 14px;
  margin: 0 0 20px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.4;
}
.auth-alert.success {
  color: #176949;
  background: #e4f5ec;
}
.auth-alert.error {
  color: #a22f2f;
  background: #fff0f0;
}
.auth-shell-single {
  min-height: 100vh;
  background: linear-gradient(145deg, #eff6f8 0%, #fff 52%, #eef5f8 100%);
}
.auth-content-only {
  min-height: 100vh;
  flex: 1 1 100%;
  padding: 48px 24px;
  background: transparent;
}
.auth-card-otp {
  max-width: 430px;
  padding: 42px;
  border: 1px solid #e0e9ed;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(24, 61, 80, 0.11);
}
.auth-logo-dark {
  display: inline-block;
  margin-bottom: 42px;
  color: #173d50;
}
.auth-logo-dark span {
  color: #23819b;
}
.auth-brand-logo {
  display: block;
  width: 190px;
  margin: 0 0 26px;
}
.auth-brand-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.auth-card-otp .auth-back {
  margin: 0 0 24px;
}
.auth-card-signup {
  max-width: 470px;
}
.auth-progress {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  color: #7d919a;
  font-size: 12px;
  font-weight: 700;
}
.auth-progress li {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 9px;
  border-bottom: 2px solid #e1eaed;
}
.auth-progress li.is-active {
  color: #177895;
  border-color: #177895;
}
.auth-step[hidden] {
  display: none;
}
.auth-card-otp .auth-password {
  margin-bottom: 19px;
}
.auth-card-otp .auth-password input {
  margin-bottom: 0;
}
.auth-card-otp input[type="tel"],
.auth-card-otp input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  margin: 0 0 19px;
  padding: 0 14px;
  border: 1px solid #d4dfe3;
  border-radius: 5px;
  outline-color: #237f99;
  font-size: 14px;
}
.auth-card-otp input#otp {
  letter-spacing: 7px;
  font-weight: 700;
  text-align: center;
}
.otp-hint {
  margin: -8px 0 20px;
  color: #71818a;
  font-size: 12px;
}
.auth-text-button {
  display: block;
  width: 100%;
  margin-top: 15px;
  border: 0;
  background: none;
  color: #177895;
  font-weight: 700;
  cursor: pointer;
}
.auth-submit:disabled,
.auth-text-button:disabled {
  cursor: wait;
  opacity: 0.7;
}
@media (max-width: 480px) {
  .auth-content-only {
    padding: 18px;
  }
  .auth-card-otp {
    padding: 30px 22px;
    border-radius: 10px;
  }
  .auth-logo-dark {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .auth-showcase {
    width: auto;
    min-height: 255px;
    padding: 28px;
  }
  .auth-showcase-copy {
    margin-top: 54px;
  }
  .auth-showcase h1 {
    font-size: 31px;
  }
  .auth-showcase-copy > p:not(.auth-kicker),
  .auth-points {
    display: none;
  }
  .auth-content {
    padding: 38px 24px;
  }
  .auth-back {
    margin-bottom: 35px;
  }
  .auth-shell {
    display: block;
  }
  .auth-orb-one {
    width: 250px;
    height: 250px;
    right: -110px;
    bottom: -130px;
  }
  .auth-orb-two {
    width: 90px;
    height: 90px;
    top: 24%;
  }
}
.download-feature-image-two.erp-tour-visual img.image-one {
  width: 300px;
  left: -30px;
  bottom: -90px;
}
.download-feature-image-two.erp-tour-visual img.image-two {
  width: 350px;
  left: 210px;
  bottom: -0;
  border-radius: 9px;
  box-shadow: 0 18px 32px rgba(16, 44, 57, 0.16);
}
@media (max-width: 1400px) {
  .banner.banner-eight .banner-six-promo-image.mobile-dashboard-visual {
    padding-top: 70px;
  }
  .mobile-dashboard-visual .mobile-dashboard-phone {
    width: 315px;
    margin-right: 35px;
  }
}
@media (max-width: 991px) {
  .banner.banner-eight .banner-six-promo-image.mobile-dashboard-visual {
    min-height: 565px;
    padding-top: 25px;
  }
  .mobile-dashboard-visual .mobile-dashboard-phone {
    width: 280px;
    margin-right: 0;
  }
  .mobile-dashboard-visual .dashboard-leaf-left {
    left: 44px;
    bottom: 42px;
    width: 135px;
  }
  .mobile-dashboard-visual .dashboard-leaf-right {
    right: 27px;
    bottom: 60px;
    width: 160px;
  }
}

/* ERP landing page */
.erp-home {
  font-family: "Poppins", sans-serif;
  color: #162c3d;
  background: #fff;
}
.erp-home h1,
.erp-home h2,
.erp-home h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: #122d42;
}
.erp-home h1 {
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -2px;
  margin: 0 0 5px;
}
.erp-home h2 {
  font-size: 33px;
  line-height: 1.16;
  margin: 0 0 23px;
}
.eyebrow {
  color: #17769a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  margin: 0 0 14px;
}
.eyebrow.light {
  color: #f0c663;
}
.erp-hero {
  padding: 175px 0 100px;
  min-height: 660px;
  background: linear-gradient(180deg, #fff 0%, #f7fbfc 100%);
}
.erp-hero h2 {
  font-style: italic;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  color: #111;
}
.hero-copy {
  max-width: 515px;
  font-size: 19px;
  line-height: 1.58;
  color: #3c4850;
  margin-bottom: 27px;
}
.hero-actions {
  display: flex;
  gap: 29px;
  align-items: center;
}
.button-dark {
  display: inline-block;
  background: #24211f;
  color: #fff !important;
  border-radius: 3px;
  padding: 15px 26px;
  font-weight: 600;
  transition: 0.2s;
}
.button-dark:hover {
  background: #057a9f;
}
.text-link {
  color: #0077a8;
  font-weight: 700;
  font-size: 16px;
}
.text-link span {
  font-size: 25px;
  vertical-align: -2px;
}
.dashboard-visual {
  position: relative;
  width: 100%;
  max-width: 590px;
  height: 385px;
  margin: 22px auto 0;
  background: #fff;
  border: 5px solid #d2e7ec;
  border-radius: 13px;
  box-shadow: 0 20px 35px rgba(14, 57, 76, 0.15);
  overflow: visible;
}
.dashboard-top {
  height: 40px;
  background: #d5edf2;
  border-radius: 8px 8px 0 0;
  padding: 12px 16px;
  font-size: 11px;
  color: #36728a;
}
.dashboard-top span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #4b9bb5;
  border-radius: 50%;
  margin-right: 4px;
}
.dashboard-top b {
  margin-left: 22px;
}
.dashboard-body {
  display: flex;
  height: 336px;
  overflow: hidden;
}
.dashboard-body aside {
  width: 83px;
  background: #183f53;
  padding: 35px 20px;
}
.dashboard-body aside i {
  display: block;
  height: 9px;
  border-radius: 4px;
  background: #8bb4c3;
  margin-bottom: 27px;
}
.dashboard-content {
  flex: 1;
  padding: 23px;
}
.dashboard-cards {
  display: flex;
  gap: 17px;
}
.dashboard-cards div {
  width: 48%;
  padding: 14px;
  background: #eef7f8;
  border-radius: 4px;
}
.dashboard-cards small,
.dashboard-cards em {
  display: block;
  color: #677b84;
  font-size: 10px;
  font-style: normal;
}
.dashboard-cards strong {
  display: block;
  color: #1c3e50;
  font-size: 20px;
  margin: 4px 0;
}
.dashboard-cards em {
  color: #21907b;
}
.chart {
  position: relative;
  margin-top: 20px;
  height: 205px;
  border-left: 1px solid #d8e2e5;
  border-bottom: 1px solid #d8e2e5;
  background: repeating-linear-gradient(
    to bottom,
    transparent,
    transparent 40px,
    #edf2f3 41px
  );
}
.chart-title {
  padding: 9px;
  font-size: 12px;
  font-weight: bold;
}
.chart-title small {
  float: right;
  color: #83949a;
  font-weight: normal;
}
.line {
  position: absolute;
  width: 73%;
  height: 55px;
  border-top: 3px solid #f19b39;
  border-radius: 50%;
  transform: rotate(-5deg);
  top: 86px;
  left: 28px;
}
.line-two {
  border-color: #2b6d78;
  top: 115px;
  transform: rotate(12deg);
  width: 70%;
}
.bars {
  position: absolute;
  bottom: 0;
  right: 8px;
  height: 105px;
  display: flex;
  align-items: end;
  gap: 8px;
}
.bars b {
  width: 13px;
  background: #4d91a5;
  height: 42%;
}
.bars b:nth-child(2) {
  height: 64%;
}
.bars b:nth-child(3) {
  height: 47%;
}
.bars b:nth-child(4) {
  height: 83%;
}
.bars b:nth-child(5) {
  height: 57%;
}
.bars b:nth-child(6) {
  height: 92%;
}
.bars b:nth-child(7) {
  height: 70%;
}
.chart-ring {
  position: absolute;
  width: 92px;
  height: 92px;
  border: 13px solid #286e80;
  border-top-color: #e3c460;
  border-right-color: #91bd9f;
  border-radius: 50%;
  right: -67px;
  top: 22px;
}
.float-card {
  position: absolute;
  padding: 11px 14px;
  background: #e9be57;
  color: #254654;
  border-radius: 5px;
  font-size: 19px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.11);
}
.float-card strong {
  font-size: 11px;
  display: block;
}
.float-card-one {
  left: -39px;
  bottom: 20px;
  background: #9fcfac;
}
.float-card-two {
  right: -50px;
  bottom: 43px;
}
.intro-band {
  background: #17394d;
  padding: 65px 0;
  color: #dcecf1;
  overflow: hidden;
}
.intro-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro-content h2 {
  color: #fff;
  max-width: 500px;
}
.intro-content > div > p:last-child {
  max-width: 480px;
  margin: 0;
  font-size: 16px;
}
.people-visual {
  width: 290px;
  height: 150px;
  position: relative;
}
.people-circle {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  right: 48px;
  background: linear-gradient(
    135deg,
    #e9bf54 0 27%,
    #7baabd 28% 53%,
    #d9e7e8 54%
  );
}
.orbit {
  position: absolute;
  border: 2px solid #e5ddc8;
  border-radius: 50%;
  transform: rotate(25deg);
}
.orbit-a {
  width: 190px;
  height: 54px;
  right: 3px;
  top: 53px;
}
.orbit-b {
  width: 70px;
  height: 155px;
  right: 70px;
  top: 0;
}
.person {
  position: absolute;
  border-radius: 50% 50% 42% 42%;
  background: #1b5269;
}
.person-a {
  height: 67px;
  width: 40px;
  bottom: 12px;
  left: 65px;
}
.person-b {
  height: 83px;
  width: 45px;
  bottom: 0;
  right: 92px;
  background: #dba72e;
}
.why-section,
.growth-section {
  padding: 90px 0;
}
.section-heading {
  text-align: center;
  margin-bottom: 40px;
}
.section-heading h2 {
  margin: 0;
}
.why-card {
  max-width: 970px;
  margin: auto;
  display: flex;
  min-height: 330px;
  background: #fff;
  box-shadow: 0 9px 30px rgba(19, 51, 66, 0.15);
  border-left: 8px solid #d4b456;
  border-radius: 4px;
  overflow: hidden;
}
.why-copy {
  padding: 30px 34px;
  flex: 1;
}
.why-copy p {
  font-size: 14px;
  line-height: 1.52;
  margin: 0 0 12px;
  color: #394d57;
}
.why-copy strong {
  color: #142c3c;
}
.why-art {
  width: 280px;
  position: relative;
  background: #e7f2f4;
}
.art-device {
  position: absolute;
  left: 35px;
  top: 64px;
  width: 150px;
  height: 105px;
  background: #fff;
  border: 8px solid #264b5b;
  border-radius: 6px;
  padding: 13px;
}
.art-device div {
  height: 9px;
  background: #80bbca;
  margin: 7px;
}
.art-person {
  position: absolute;
  border-radius: 50% 50% 35% 35%;
  width: 104px;
  height: 150px;
  background: #e0b241;
  right: 13px;
  bottom: 0;
}
.growth-section {
  background: #fbfcfc;
}
.benefit {
  padding: 8px 15px 10px;
}
.benefit-icon {
  width: 58px;
  height: 58px;
  background: #c5a54f;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
  margin-bottom: 20px;
}
.benefit-icon.blue {
  background: #5d9db4;
}
.benefit-icon.purple {
  background: #806092;
}
.benefit h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.benefit p {
  font-size: 14px;
  line-height: 1.65;
  color: #47545b;
}
.benefit a {
  font-size: 13px;
  color: #027aa3;
}
.stats-section {
  padding: 68px 0 0;
}
.stats-card {
  padding: 34px 50px;
  background: #30647c;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.stats-card:before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 25px solid #5b9cb1;
  border-radius: 50%;
  left: -155px;
  top: -113px;
  opacity: 0.55;
}
.stats-card > p {
  font-size: 25px;
  margin: 0 0 21px;
}
.stats {
  display: flex;
  justify-content: center;
  gap: 65px;
}
.stats div {
  max-width: 150px;
}
.stats strong {
  display: block;
  font-size: 42px;
  line-height: 1.1;
}
.stats span {
  display: block;
  font-size: 11px;
  line-height: 1.35;
  margin-top: 8px;
}
.tour-section {
  padding: 75px 0;
}
.tour-card {
  display: flex;
  align-items: center;
  gap: 27px;
  max-width: 1040px;
  margin: auto;
  padding: 29px 40px;
  background: #f4f2f0;
  border-radius: 7px;
}
.tour-card h2 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 6px;
}
.tour-card p:not(.eyebrow) {
  margin: 0;
  color: #4a555b;
}
.tour-card .button-dark {
  margin-left: auto;
  white-space: nowrap;
}
.rocket {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #d8ebef;
  color: #e4a947;
  font-size: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-35deg);
}
/* Login */
.login-page {
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.login-layout {
  min-height: 100vh;
  display: flex;
}
.login-brand {
  position: relative;
  width: 52%;
  padding: 48px 8%;
  background: #16394d;
  color: #eff8fa;
  overflow: hidden;
}
.login-logo {
  color: #fff;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 21px;
}
.login-logo span {
  font-weight: 400;
}
.login-brand-copy {
  position: relative;
  z-index: 2;
  max-width: 510px;
  margin-top: 24vh;
}
.login-brand h1 {
  color: #fff;
  margin: 0 0 22px;
}
.login-brand-copy > p:last-child {
  font-size: 18px;
  line-height: 1.6;
  color: #c7dce2;
}
.login-grid {
  position: absolute;
  inset: auto -80px -120px auto;
  width: 460px;
  height: 460px;
  border: 1px solid #4d788a;
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(85, 142, 158, 0.12),
    0 0 0 110px rgba(85, 142, 158, 0.1);
}
.login-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background: #fff;
  padding: 50px;
}
.login-form-wrap {
  width: 100%;
  max-width: 380px;
}
.back-link {
  display: inline-block;
  margin-bottom: 52px;
  color: #287b98;
  font-size: 14px;
}
.login-form-wrap h2 {
  margin: 0 0 8px;
  color: #18394b;
}
.login-form-wrap > p {
  color: #6f7d84;
  margin: 0 0 35px;
}
.login-form-wrap label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #344954;
  margin: 0 0 8px;
}
.login-form-wrap input[type="email"],
.login-form-wrap input[type="password"] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccd7db;
  border-radius: 4px;
  padding: 13px 14px;
  font-size: 15px;
  margin-bottom: 22px;
  outline-color: #2780a0;
}
.password-wrap {
  position: relative;
}
.password-wrap input {
  margin: 0 !important;
}
.password-wrap button {
  position: absolute;
  right: 10px;
  top: 9px;
  background: transparent;
  border: 0;
  color: #71848b;
}
.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 14px 0 25px;
}
.form-options label {
  font-weight: 400 !important;
  margin: 0 !important;
}
.form-options input {
  vertical-align: -1px;
}
.form-options a,
.login-help a {
  color: #16789d;
}
.login-submit {
  display: block;
  width: 100%;
  padding: 14px;
  border: 0;
  border-radius: 4px;
  background: #173e52;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.login-submit:hover {
  background: #087ba0;
}
.login-help {
  text-align: center;
  font-size: 13px;
  margin-top: 26px !important;
}
@media (max-width: 991px) {
  .erp-hero {
    padding-top: 135px;
  }
  .dashboard-visual {
    margin: 55px auto 0;
  }
  .intro-content {
    gap: 20px;
  }
  .stats {
    gap: 25px;
  }
  .why-art {
    width: 220px;
  }
  .login-brand {
    width: 45%;
    padding: 38px;
  }
  .login-brand-copy {
    margin-top: 28vh;
  }
  .login-brand h1 {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .erp-home h1 {
    font-size: 40px;
  }
  .erp-home h2 {
    font-size: 28px;
  }
  .erp-hero {
    padding: 125px 0 75px;
  }
  .hero-copy {
    font-size: 17px;
  }
  .dashboard-visual {
    height: 290px;
    transform: scale(0.9);
    transform-origin: top center;
    margin-bottom: -20px;
  }
  .dashboard-body {
    height: 242px;
  }
  .chart {
    height: 112px;
  }
  .chart-ring,
  .float-card {
    display: none;
  }
  .intro-content {
    display: block;
  }
  .people-visual {
    margin: 28px auto -60px;
  }
  .why-section,
  .growth-section {
    padding: 65px 0;
  }
  .why-card {
    display: block;
  }
  .why-art {
    height: 200px;
    width: auto;
  }
  .stats-card {
    padding: 27px 18px;
  }
  .stats {
    gap: 12px;
  }
  .stats strong {
    font-size: 30px;
  }
  .stats-card > p {
    font-size: 20px;
  }
  .tour-card {
    display: block;
    padding: 26px;
  }
  .tour-card .button-dark {
    margin-top: 20px;
  }
  .rocket {
    width: 60px;
    height: 60px;
    font-size: 39px;
    margin-bottom: 15px;
  }
  .login-layout {
    display: block;
  }
  .login-brand {
    width: auto;
    min-height: 280px;
    padding: 30px;
  }
  .login-brand-copy {
    margin-top: 60px;
  }
  .login-brand h1 {
    font-size: 32px;
  }
  .login-panel {
    padding: 38px 25px;
  }
  .back-link {
    margin-bottom: 32px;
  }
}

.suite-feature-section {
  padding: 70px 0;
  background: linear-gradient(180deg, #fff 0, #f6f9fc 100%);
}
.suite-feature-card {
  margin: 0 0 34px;
  padding: 58px 52px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.suite-feature-ai {
  background: linear-gradient(125deg, #f5f0fa, #fff 60%);
}
.suite-feature-planning {
  background: linear-gradient(125deg, #eef7f8, #fff 65%);
}
.suite-feature-art {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
}
.suite-feature-art img {
  max-width: 100%;
  max-height: 390px;
  object-fit: contain;
}
.suite-feature-ai .suite-feature-art img {
  max-height: 350px;
}
.suite-feature-card .section-title .title {
  color: #26345b;
  font-size: 44px;
  letter-spacing: -1.4px;
}
.suite-feature-card .section-title p {
  color: #677085;
  font-size: 16px;
  line-height: 1.7;
  max-width: 560px;
}
.suite-feature-card .list-items li {
  color: #27345a;
  margin-bottom: 12px;
  font-size: 16px;
}
.suite-feature-card .list-items li:before {
  color: #12b886;
}
@media (max-width: 991px) {
  .suite-feature-card {
    padding: 35px 25px;
  }
  .suite-feature-art {
    min-height: 250px;
  }
  .suite-feature-card .section-title .title {
    font-size: 34px;
  }
}
.suite-feature-section {
  background: #fff;
  padding: 55px 0;
}
.suite-feature-card {
  border-radius: 0;
  margin: 0;
  padding: 74px 58px;
  border-top: 1px solid #e6ebf0;
}
.suite-feature-ai {
  background: linear-gradient(90deg, #f4f7fb 0, #fff 68%);
}
.suite-feature-planning {
  background: linear-gradient(90deg, #fff 0, #eef7f8 100%);
}
.suite-feature-art {
  min-height: 330px;
}
.suite-feature-art img {
  max-height: 330px;
}
.suite-feature-card .section-title .title {
  font-size: 42px;
  color: #24375a;
}
.suite-feature-card .list-items li {
  font-size: 15px;
}

.item-receipt .receipt-items input,
.item-receipt .receipt-items select {
  box-sizing: border-box !important;
  height: 26px !important;
  background: #fff !important;
  color: #172b4d !important;
  -webkit-text-fill-color: #172b4d !important;
  opacity: 1 !important;
  border: 1px solid #b7c1cb !important;
  border-radius: 0 !important;
  padding: 3px 5px !important;
  line-height: 18px !important;
}
.item-receipt .receipt-items .receipt-qty {
  width: 78px !important;
  text-align: right !important;
  font-weight: 500 !important;
}
.item-receipt .receipt-items input[type="checkbox"] {
  width: 15px !important;
  height: 15px !important;
  padding: 0 !important;
  accent-color: #0874dc;
}
.item-receipt .receipt-items select {
  width: 250px !important;
}
.item-receipt .receipt-settings input,
.item-receipt .select-item input {
  background: #fff !important;
  color: #172b4d !important;
  -webkit-text-fill-color: #172b4d !important;
  border-radius: 0 !important;
  padding: 3px 5px !important;
}

.item-receipt .receipt-settings {
  height: 62px;
  display: flex;
  align-items: flex-start;
  gap: 400px;
  padding: 10px 8px;
  background: #fff;
}
.item-receipt .receipt-settings label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 10px;
  color: #56677d;
  text-transform: uppercase;
}
.item-receipt .receipt-settings input {
  width: 345px;
  height: 22px;
  border: 1px solid #c8ced5;
  border-radius: 0;
  padding: 3px;
}
.item-receipt .receipt-settings .landed-check {
  flex-direction: row;
  align-items: center;
  padding-top: 13px;
  white-space: nowrap;
}
.item-receipt .receipt-settings .landed-check input {
  width: auto;
  height: auto;
}
.item-receipt .receipt-subtabs {
  background: #dce4ef;
  padding: 8px 10px;
}
.item-receipt .receipt-subtabs span {
  margin-left: 18px;
}
.item-receipt .select-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 115px;
  padding: 7px 4px;
  font-size: 10px;
  color: #56677d;
  text-transform: uppercase;
}
.item-receipt .select-item input {
  width: 110px;
  height: 24px;
  border: 2px solid #4e9bd4;
  border-radius: 0;
}
.item-receipt .receipt-controls {
  background: #dce4ef;
  padding: 7px;
  margin: 0 -10px 0;
}
.item-receipt .receipt-items td i {
  color: #a96b17;
}
.item-receipt .receipt-qty {
  width: 78px !important;
  border: 1px solid #b7c1cb !important;
  border-radius: 0 !important;
  text-align: right;
}
.item-receipt .receipt-check:not(:checked) ~ * {
  opacity: 0.5;
}
@media (max-width: 800px) {
  .item-receipt .receipt-settings {
    gap: 20px;
    height: auto;
    flex-direction: column;
  }
  .item-receipt .receipt-settings input {
    width: 100%;
  }
}

/* Item receipt form layout */
.item-receipt .receipt-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 11px 18%;
  padding: 0 8px;
  max-width: 1250px;
}
.item-receipt .receipt-fields label {
  min-width: 0;
}
.item-receipt .receipt-pair {
  grid-template-columns: 32% 1fr;
  max-width: 1000px;
  gap: 8px;
}
.item-receipt .receipt-tabs {
  display: flex;
  gap: 22px;
  align-items: center;
  background: #607b9e;
  color: #fff;
  padding: 8px 10px;
  font-weight: bold;
}
.item-receipt .receipt-tabs a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.item-receipt .receipt-tabs button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
}
.item-receipt .receipt-tabs button.is-active {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.item-receipt .receipt-tab-card {
  margin-top: 0;
  padding: 16px;
  border: 1px solid #d3dae3;
  background: #f5f7fa;
}
.item-receipt .receipt-tab-card h3 {
  margin: 0 0 12px;
  color: #405875;
  font-size: 14px;
}
.item-receipt .receipt-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(170px, 1fr));
  gap: 10px 24px;
  max-width: 950px;
}
.item-receipt .receipt-detail-grid p,
.item-receipt .receipt-detail-grid label {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
  color: #54687e;
  font-size: 12px;
}
.item-receipt .receipt-detail-grid b {
  color: #6b7e92;
  font-size: 10px;
  text-transform: uppercase;
}
.item-receipt .receipt-detail-grid input,
.item-receipt .receipt-detail-grid select {
  height: 28px;
  padding: 4px 6px;
  border: 1px solid #bcc7d2;
  background: #fff;
}
.item-receipt .receipt-add-row {
  margin-top: 14px;
  padding: 5px 10px;
  border: 1px solid #aebbc8;
  background: #fff;
  color: #315f8a;
  cursor: pointer;
}
.item-receipt .receipt-empty-state,
.item-receipt .receipt-added-row {
  margin: 12px 0 0;
  padding: 9px;
  border: 1px solid #d7dfe7;
  background: #fff;
  color: #64768a;
  font-size: 12px;
}
.item-receipt .receipt-items {
  margin-top: 0;
  padding: 10px;
  background: #f5f7fa;
  border: 1px solid #d3dae3;
}
.item-receipt .receipt-items > div {
  margin-bottom: 9px;
}
.item-receipt .receipt-items button {
  padding: 5px 10px;
  border: 1px solid #b8c1cb;
  background: #eee;
  cursor: pointer;
}
.item-receipt .receipt-items table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.item-receipt .receipt-items th {
  background: #e1e6ed;
  color: #506075;
  text-transform: uppercase;
  font-size: 10px;
  text-align: left;
  padding: 7px;
}
.item-receipt .receipt-items td {
  border-bottom: 1px solid #dbe1e7;
  padding: 7px;
}
.item-receipt .receipt-items select {
  width: 250px;
  max-width: 100%;
}
.item-receipt .receipt-items input[type="number"] {
  width: 75px;
  height: 25px;
}
.item-receipt .inv-section {
  margin-bottom: 14px;
}
@media (max-width: 800px) {
  .item-receipt .receipt-fields {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .item-receipt .receipt-pair {
    grid-template-columns: 1fr;
  }
  .item-receipt .receipt-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }
  .item-receipt .receipt-items {
    overflow-x: auto;
  }
  .item-receipt .receipt-items table {
    min-width: 800px;
  }
  .item-receipt .receipt-detail-grid {
    grid-template-columns: 1fr;
  }
}
.list-controls,
.receive-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: end;
  gap: 10px;
  width: auto;
  margin: 0 0 12px;
}
.list-controls {
  margin: 0 18px 12px;
}
.list-controls label,
.receive-filters label {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #647689;
  font-size: 11px;
  text-transform: uppercase;
}
.list-controls input,
.list-controls select,
.receive-filters input,
.receive-filters select {
  box-sizing: border-box;
  width: 180px;
  height: 30px;
  padding: 4px 7px;
  border: 1px solid #c8d0d8;
  background: #fff;
  color: #3e536c;
  font-size: 12px;
  text-transform: none;
}
.list-controls button,
.receive-filters button {
  height: 30px;
  padding: 4px 12px;
  border: 1px solid #b8c3cf;
  border-radius: 2px;
  background: #eef2f5;
  color: #40546c;
  cursor: pointer;
}
.list-controls > a,
.receive-filters > a {
  padding: 5px 2px;
  color: #336e9f;
  font-size: 12px;
  text-transform: none;
}
@media (max-width: 700px) {
  .list-pagination {
    align-items: flex-start;
    flex-direction: column;
  }
  .list-controls,
  .receive-filters {
    align-items: stretch;
  }
  .list-controls input,
  .list-controls select,
  .receive-filters input,
  .receive-filters select {
    width: 100%;
  }
}
.list-filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 10px 12px;
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #d9e1e9;
  border-radius: 4px;
  background: #f6f9fc;
}
.list-filter-bar label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #5e7187;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.list-filter-bar input,
.list-filter-bar select {
  box-sizing: border-box;
  width: 150px;
  height: 31px;
  padding: 5px 8px;
  border: 1px solid #bdc9d6;
  border-radius: 3px;
  background: #fff;
  color: #40546c;
  font:
    12px Arial,
    sans-serif;
  text-transform: none;
}
.list-filter-bar .list-filter-search input {
  width: 240px;
}
.list-filter-bar .list-filter-search {
  min-width: 240px;
}
.list-filter-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 31px;
}
.list-filter-actions button {
  height: 31px;
  padding: 5px 15px;
  border: 1px solid #236aa6;
  border-radius: 3px;
  background: #2f78b7;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.list-filter-actions a {
  color: #336e9f;
  font-size: 12px;
  text-decoration: none;
}
.list-filter-actions a:hover {
  text-decoration: underline;
}
.list-column-picker {
  position: relative;
  align-self: end;
  color: #40546c;
  font-size: 12px;
}
.list-column-picker summary {
  height: 31px;
  box-sizing: border-box;
  padding: 7px 10px;
  border: 1px solid #bdc9d6;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  list-style: none;
}
.list-column-picker summary::-webkit-details-marker {
  display: none;
}
.list-column-picker summary::after {
  content: "▾";
  margin-left: 8px;
  color: #60758d;
}
.list-column-picker summary span {
  display: none;
}
.list-column-options {
  position: absolute;
  z-index: 20;
  top: 35px;
  right: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(145px, 1fr));
  width: 330px;
  max-height: 280px;
  overflow: auto;
  padding: 10px;
  border: 1px solid #bdc9d6;
  background: #fff;
  box-shadow: 0 8px 20px rgba(43, 65, 88, 0.18);
}
.list-column-options label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 4px;
  color: #40546c;
  font-size: 11px;
  font-weight: normal;
  text-transform: none;
}
.list-column-options input {
  width: auto;
  height: auto;
  margin: 0;
}
@media (max-width: 700px) {
  .list-filter-bar {
    align-items: stretch;
  }
  .list-filter-bar label,
  .list-filter-bar .list-filter-search {
    min-width: 0;
    width: 100%;
  }
  .list-filter-bar input,
  .list-filter-bar select,
  .list-filter-bar .list-filter-search input {
    width: 100%;
  }
  .list-filter-actions {
    margin-top: 2px;
  }
}
.invoice-detail-main {
  padding-bottom: 32px;
}
.invoice-detail-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 2px 4px 12px;
}
.invoice-detail-title h2 {
  margin: 0;
  color: #405875;
  font-size: 24px;
}
.invoice-status-badge {
  padding: 5px 9px;
  background: #e8eef5;
  color: #405875;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.invoice-detail-actions {
  display: flex;
  gap: 10px;
  margin: 0 4px 16px;
}
.invoice-detail-actions a,
.detail-primary {
  padding: 5px 10px;
  border: 1px solid #b6c0ca;
  background: #f4f5f6;
  color: #405875;
  font-size: 12px;
  text-decoration: none;
}
.invoice-detail-actions .detail-primary {
  border-color: #1d70c9;
  background: #1976d2;
  color: #fff;
}
.invoice-detail .detail-section {
  position: relative;
  margin: 0 4px 14px;
  border: 1px solid #d7dfe7;
  background: #fff;
}
.invoice-detail .detail-section > h2 {
  margin: 0;
  padding: 6px 10px;
  background: #dfe5ee;
  color: #40546c;
  font-size: 13px;
}
.invoice-detail .detail-section > h2 i {
  margin-right: 6px;
  font-size: 10px;
}
.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 13px 30px;
  padding: 14px;
}
.detail-grid p {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
  color: #315f8a;
  font-size: 12px;
}
.detail-grid b {
  color: #728297;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
.detail-primary-grid {
  padding-right: 360px;
}
.invoice-summary {
  position: absolute;
  top: 50px;
  right: 14px;
  width: 300px;
  background: #f2f2f2;
}
.invoice-summary h3 {
  margin: 0;
  padding: 8px 10px;
  background: #607b9e;
  color: #fff;
  font-size: 14px;
}
.invoice-summary p {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 7px 10px;
  color: #5a6d80;
  font-size: 11px;
  text-transform: uppercase;
}
.invoice-summary-total {
  border-top: 1px solid #ccd5df;
  font-weight: bold;
}
.detail-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 4px;
}
.detail-pair .detail-section {
  margin: 0 0 14px;
}
.invoice-detail-table {
  overflow: auto;
}
.invoice-detail-table table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
}
.invoice-detail-table th {
  padding: 7px;
  background: #e5e5e5;
  color: #687789;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
}
.invoice-detail-table td {
  padding: 9px 7px;
  border-top: 1px solid #dce2e8;
  color: #405875;
  font-size: 12px;
}
@media (max-width: 800px) {
  .detail-primary-grid {
    padding-right: 14px;
  }
  .invoice-summary {
    position: static;
    width: auto;
    margin: 0 14px 14px;
  }
  .detail-pair {
    grid-template-columns: 1fr;
  }
  .detail-grid {
    grid-template-columns: 1fr;
  }
}
.invoice-detail-reference {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #40546c;
}
.invoice-detail-reference .invoice-main {
  padding: 12px 18px 28px;
}
.invoice-detail-reference .inv-heading {
  margin-bottom: 5px;
}
.invoice-detail-reference .inv-heading h1 {
  font-size: 23px;
  color: #405875;
}
.invoice-detail-reference .inv-heading > div {
  gap: 7px;
}
.invoice-detail-reference .inv-heading > div > i:first-child {
  color: #63a92c;
  font-size: 25px;
}
.invoice-detail-reference .inv-heading > div > i:not(:first-child) {
  color: #5a7088;
  font-size: 13px;
}
.invoice-detail-reference .inv-heading nav {
  gap: 18px;
  font-size: 12px;
}
.invoice-detail-reference .inv-heading a {
  color: #243b55;
  font-weight: bold;
}
.invoice-detail-reference .invoice-detail-title {
  gap: 10px;
  margin: 0 0 12px;
}
.invoice-detail-reference .invoice-detail-title h2 {
  color: #405875;
  font-size: 25px;
}
.invoice-detail-reference .invoice-detail-title > span {
  color: #657486;
  font-size: 21px;
}
.invoice-detail-reference .invoice-status-badge {
  background: #e4ebf1;
  color: #263d56;
  font-size: 11px;
}
.invoice-detail-reference .invoice-detail-actions {
  margin: 0 0 14px;
}
.invoice-detail-reference .invoice-detail-actions a {
  border-radius: 2px;
  font-weight: bold;
}
.invoice-detail-reference .detail-section {
  margin: 0 0 14px;
  border: 0;
}
.invoice-detail-reference .detail-section > h2 {
  padding: 6px 9px;
  background: #dce3ec;
  color: #293d54;
  font-size: 13px;
}
.invoice-detail-reference .detail-grid {
  gap: 13px 55px;
  padding: 15px 10px;
}
.invoice-detail-reference .detail-grid p {
  color: #315f8a;
}
.invoice-detail-reference .detail-primary-grid {
  min-height: 258px;
  padding-right: 390px;
}
.invoice-detail-reference .invoice-summary {
  top: 51px;
  right: 125px;
  width: 240px;
}
.invoice-detail-reference .invoice-summary h3 {
  background: #607b9e;
}
.invoice-detail-reference .detail-pair {
  grid-template-columns: 25% 1fr;
  gap: 8px;
}
.invoice-detail-reference .detail-pair .detail-grid {
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  min-height: 125px;
}
.invoice-detail-tabs {
  display: flex;
  align-items: center;
  gap: 0;
  overflow: auto;
  background: #607b9e;
}
.invoice-detail-tabs a {
  padding: 8px 13px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}
.invoice-detail-tabs a.is-active {
  background: #4b6689;
  font-weight: bold;
}
.invoice-detail-reference .detail-items-section {
  border: 1px solid #d3dbe4;
}
.invoice-detail-reference .invoice-detail-table th {
  padding: 9px 7px;
  background: #e2e2e2;
  font-size: 9px;
}
.invoice-detail-reference .invoice-detail-table td {
  min-width: 75px;
  height: 64px;
  color: #315f8a;
  vertical-align: top;
}
.invoice-detail-reference .invoice-detail-table td i {
  color: #aa7a28;
}
.admin-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 22px 50px;
  color: #40546c;
}
.admin-main > header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 24px;
}
.admin-main h1 {
  margin: 3px 0 7px;
  color: #244967;
  font-size: 28px;
}
.admin-main h2 {
  margin: 0 0 17px;
  color: #34536e;
  font-size: 17px;
}
.admin-main header p {
  margin: 0;
  color: #718397;
}
.admin-main header > a {
  padding: 8px 12px;
  border: 1px solid #c4d0db;
  border-radius: 4px;
  color: #376b99;
  font-size: 12px;
  text-decoration: none;
}
.admin-kicker {
  color: #16809b !important;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.admin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 22px;
}
.admin-card,
.admin-users {
  padding: 22px;
  border: 1px solid #d8e2ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(31, 69, 95, 0.06);
}
.admin-card h2 i {
  margin-right: 7px;
  color: #197e9a;
}
.admin-card p {
  margin: 0 0 17px;
  color: #6a7d90;
  font-size: 13px;
  line-height: 1.5;
}
.admin-card form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
.admin-card label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #50677c;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.admin-card label small {
  color: #9aa8b5;
  font-weight: normal;
  text-transform: none;
}
.admin-card input {
  height: 37px;
  padding: 7px 9px;
  border: 1px solid #c7d3dd;
  border-radius: 4px;
  color: #314c66;
}
.admin-card .admin-check {
  grid-column: 1/-1;
  flex-direction: row;
  align-items: center;
  text-transform: none;
}
.admin-card .admin-check input {
  width: auto;
  height: auto;
}
.admin-card button {
  grid-column: 1/-1;
  height: 38px;
  border: 0;
  border-radius: 4px;
  background: #197e9a;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.admin-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 18px;
}
.admin-columns code {
  padding: 4px 7px;
  border-radius: 3px;
  background: #eaf2f5;
  color: #316b82;
  font-size: 11px;
}
.admin-card .admin-file {
  grid-column: 1/-1;
}
.admin-card .admin-file input {
  padding: 7px 0;
  border: 0;
}
.admin-card form > small {
  grid-column: 1/-1;
  color: #718397;
  font-size: 11px;
  line-height: 1.45;
}
.admin-users {
  margin-top: 6px;
}
.admin-users > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.admin-users h2 span {
  padding: 2px 7px;
  border-radius: 10px;
  background: #e5f0f4;
  color: #28718c;
  font-size: 11px;
}
.admin-users p {
  margin: 0 0 16px;
  color: #718397;
  font-size: 12px;
}
.admin-table-wrap {
  overflow: auto;
}
.admin-users table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
}
.admin-users th {
  padding: 9px;
  background: #eaf0f5;
  color: #607489;
  font-size: 10px;
  text-align: left;
  text-transform: uppercase;
}
.admin-users td {
  padding: 10px 9px;
  border-bottom: 1px solid #e0e7ec;
  font-size: 12px;
}
.admin-role {
  padding: 3px 7px;
  border-radius: 10px;
  background: #eef1f3;
  color: #657887;
  font-size: 10px;
}
.admin-role.is-admin {
  background: #e1f3e7;
  color: #287141;
}
.admin-error {
  margin: 0 0 14px;
  padding: 10px 12px;
  border: 1px solid #e1aaa9;
  background: #fff1f0;
  color: #a23837;
}
@media (max-width: 720px) {
  .admin-main > header {
    flex-direction: column;
    gap: 15px;
  }
  .admin-grid {
    grid-template-columns: 1fr;
  }
  .admin-card form {
    grid-template-columns: 1fr;
  }
}
.admin-header {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 0 28px;
  background: #173d50;
  color: #fff;
  box-shadow: 0 2px 8px rgba(17, 49, 66, 0.2);
}
.admin-header-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  text-decoration: none;
}
.admin-header-brand img {
  width: 104px;
  height: auto;
  padding: 4px;
  border-radius: 2px;
  background: #fff;
}
.admin-header-brand span {
  padding-left: 13px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 14px;
}
.admin-header nav {
  display: flex;
  gap: 5px;
  margin-left: 52px;
}
.admin-header nav a {
  padding: 21px 12px;
  color: #d5e5ea;
  font-size: 12px;
  text-decoration: none;
}
.admin-header nav a.is-active,
.admin-header nav a:hover {
  background: rgba(64, 155, 178, 0.35);
  color: #fff;
}
.admin-header nav i {
  margin-right: 5px;
}
.admin-header-user {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
}
.admin-header-user > i {
  color: #75c6d8;
  font-size: 19px;
}
.admin-header-user span {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.admin-header-user small {
  color: #a6c6ce;
  font-size: 10px;
}
.admin-header-user a {
  margin-left: 8px;
  padding: 8px;
  color: #d9ecef;
}
.admin-password {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 22px;
  align-items: center;
  margin: 0 0 22px;
  padding: 20px 22px;
  border: 1px solid #d8e2ea;
  border-left: 4px solid #197e9a;
  border-radius: 7px;
  background: #f8fbfc;
}
.admin-password h2 {
  margin: 3px 0 6px;
}
.admin-password p {
  margin: 0;
  color: #718397;
  font-size: 12px;
}
.admin-password form {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 10px;
  align-items: end;
}
.admin-password label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #50677c;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.admin-password input {
  height: 36px;
  padding: 7px;
  border: 1px solid #c7d3dd;
  border-radius: 4px;
}
.admin-password button {
  height: 36px;
  padding: 0 14px;
  border: 0;
  border-radius: 4px;
  background: #197e9a;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 850px) {
  .admin-header {
    padding: 0 15px;
  }
  .admin-header nav {
    margin-left: 18px;
  }
  .admin-password,
  .admin-password form {
    grid-template-columns: 1fr;
  }
}

/* Administration console */
.admin-page {
  background: #f3f6f8;
}
.admin-header {
  min-height: 66px;
  padding: 0 28px;
  background: linear-gradient(100deg, #0a2939, #15566c);
}
.admin-shell {
  display: flex;
  min-height: calc(100vh - 66px);
}
.admin-sidebar {
  width: 244px;
  flex: 0 0 244px;
  padding: 25px 13px;
  background: #102f40;
  color: #c8dbe2;
}
.admin-sidebar p {
  margin: 0 10px 9px;
  color: #7fa6b5;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
.admin-sidebar p:not(:first-child) {
  margin-top: 29px;
}
.admin-sidebar a {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 3px 0;
  padding: 11px 12px;
  border-radius: 5px;
  color: #d8e6eb;
  font-size: 13px;
  text-decoration: none;
}
.admin-sidebar a i {
  width: 16px;
  color: #76c7d7;
  text-align: center;
}
.admin-sidebar a:hover,
.admin-sidebar a.is-active {
  background: #1b576d;
  color: #fff;
}
.admin-sidebar a.is-active {
  box-shadow: inset 3px 0 #45c0bc;
  font-weight: bold;
}
.admin-sidebar a:last-child {
  color: #a9d6da;
}
.admin-shell .admin-main {
  width: calc(100% - 244px);
  max-width: none;
  margin: 0;
  padding: 32px 34px 54px;
}
.admin-main h1 {
  color: #183e52;
}
.admin-kicker {
  color: #16858a !important;
}
.admin-card,
.admin-users {
  border-color: #d9e5e7;
  box-shadow: 0 7px 20px rgba(18, 58, 73, 0.07);
}
.admin-card {
  border-top: 3px solid #34a9a5;
}
.admin-card h2 i {
  color: #16858a;
}
.admin-card button,
.admin-password button {
  background: #087f83;
}
.admin-card button:hover,
.admin-password button:hover {
  background: #056a70;
}
.admin-password {
  border-color: #d8e5e6;
  border-left-color: #34a9a5;
  background: #fbfdfd;
}
.admin-users th {
  background: #e8f1f2;
  color: #496979;
}
.admin-role.is-admin {
  background: #dff3eb;
  color: #18704e;
}
.admin-header-brand img {
  width: 108px;
}

.admin-login-page {
  margin: 0;
  background: #edf4f5;
  font-family: Arial, Helvetica, sans-serif;
}
.admin-login-shell {
  display: grid;
  grid-template-columns: minmax(300px, 43%) 1fr;
  min-height: 100vh;
}
.admin-login-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 54px clamp(28px, 7vw, 105px);
  background: linear-gradient(145deg, #092c3c, #116478);
  color: #fff;
}
.admin-login-brand > img {
  width: 147px;
  padding: 7px;
  border-radius: 3px;
  background: #fff;
}
.admin-login-brand > span {
  margin-top: 18px;
  color: #9bd8d6;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.admin-login-brand > div {
  margin-top: auto;
  max-width: 400px;
}
.admin-login-brand i {
  color: #6addcf;
  font-size: 29px;
}
.admin-login-brand h1 {
  margin: 17px 0 10px;
  font-size: 34px;
  line-height: 1.15;
}
.admin-login-brand p {
  margin: 0;
  color: #cae0e6;
  font-size: 15px;
  line-height: 1.6;
}
.admin-login-content {
  display: grid;
  place-items: center;
  padding: 30px;
}
.admin-login-card {
  display: flex;
  flex-direction: column;
  width: min(100%, 410px);
  padding: 35px;
  border: 1px solid #dbe6e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(23, 65, 78, 0.12);
}
.admin-login-back {
  align-self: flex-start;
  color: #487083;
  font-size: 12px;
  text-decoration: none;
}
.admin-login-card > p {
  margin: 29px 0 7px;
  color: #148085;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1.25px;
}
.admin-login-card h2 {
  margin: 0 0 7px;
  color: #173d50;
  font-size: 28px;
}
.admin-login-card > span {
  margin-bottom: 23px;
  color: #748895;
  font-size: 13px;
}
.admin-login-card label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0 0 15px;
  color: #405e6d;
  font-size: 12px;
  font-weight: bold;
}
.admin-login-card input {
  height: 41px;
  padding: 8px 10px;
  border: 1px solid #c5d7dc;
  border-radius: 5px;
  color: #1a3f50;
}
.admin-login-card input:focus {
  outline: 2px solid #a9e1dd;
  border-color: #16858a;
}
.admin-login-card button {
  height: 43px;
  border: 0;
  border-radius: 5px;
  background: #087f83;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  min-width: 200px;
  margin: 10px auto;
}
.admin-login-card button:hover {
  background: #056a70;
}
.admin-login-card button i {
  margin-left: 7px;
}
.admin-login-error {
  margin: 0 0 16px;
  padding: 10px;
  border-radius: 4px;
  background: #fff0ef;
  color: #a43734;
  font-size: 12px;
}
.admin-login-success {
  margin: 0 0 16px;
  padding: 10px;
  border-radius: 4px;
  background: #e8f6eb;
  color: #287141;
  font-size: 12px;
}
@media (max-width: 850px) {
  .admin-sidebar {
    width: 62px;
    flex-basis: 62px;
    padding: 20px 8px;
  }
  .admin-sidebar p,
  .admin-sidebar a:not(.is-active)::after {
    display: none;
  }
  .admin-sidebar a {
    justify-content: center;
    padding: 12px 7px;
    font-size: 0;
  }
  .admin-sidebar a i {
    font-size: 15px;
  }
  .admin-shell .admin-main {
    width: calc(100% - 62px);
    padding: 28px 20px;
  }
}
@media (max-width: 680px) {
  .admin-login-shell {
    grid-template-columns: 1fr;
  }
  .admin-login-brand {
    min-height: 215px;
    padding: 30px;
  }
  .admin-login-brand > div {
    margin-top: 25px;
  }
  .admin-login-brand h1 {
    font-size: 25px;
  }
  .admin-login-content {
    padding: 22px;
  }
  .admin-login-card {
    padding: 26px;
  }
  .admin-header {
    padding: 0 15px;
  }
  .admin-header-brand span {
    display: none;
  }
}

/* Light administration navigation and page-specific forms */
.admin-header {
  background: #fff;
  color: #29495b;
  border-bottom: 1px solid #d7e3e8;
  box-shadow: 0 1px 5px rgba(35, 72, 90, 0.08);
}
.admin-header-brand {
  color: #29495b;
}
.admin-header-brand span {
  border-left-color: #d7e3e8;
}
.admin-header-user > i {
  color: #258fa6;
}
.admin-header-user small {
  color: #718897;
}
.admin-header-user a {
  color: #3e687a;
}
.admin-sidebar {
  background: #f8fbfc;
  border-right: 1px solid #d7e3e8;
  color: #3d6072;
}
.admin-sidebar p {
  color: #7993a0;
}
.admin-sidebar a {
  color: #3c5d6e;
}
.admin-sidebar a i {
  color: #218ba1;
}
.admin-sidebar a:hover,
.admin-sidebar a.is-active {
  background: #e1f1f4;
  color: #17657a;
}
.admin-sidebar a.is-active {
  box-shadow: inset 3px 0 #2db5ae;
}
.admin-sidebar a:last-child {
  color: #557888;
}
.admin-card input,
.admin-password input {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.admin-user-create {
  max-width: 860px;
  margin-bottom: 24px;
}
.admin-user-create form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.admin-user-create form label:nth-of-type(5) {
  grid-column: 1/-1;
  max-width: 420px;
}
.admin-import-card,
.admin-security-card {
  max-width: 760px;
}
.admin-security-card form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.admin-security-card button {
  width: 210px;
}
.admin-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1050px;
}
.admin-overview > a {
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: center;
  min-height: 128px;
  padding: 22px;
  border: 1px solid #d8e6e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(25, 69, 85, 0.06);
  color: #466578;
  text-decoration: none;
}
.admin-overview > a > i {
  grid-row: span 2;
  color: #16858a;
  font-size: 24px;
}
.admin-overview b {
  display: block;
  margin-bottom: 4px;
  color: #1c4357;
  font-size: 25px;
}
.admin-overview small {
  color: #16858a;
  font-size: 12px;
  font-weight: bold;
}
.admin-overview small i {
  margin-left: 5px;
}
.admin-welcome {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  max-width: 1050px;
  margin-top: 23px;
  padding: 26px;
  border: 1px solid #d8e6e8;
  border-left: 4px solid #2db5ae;
  border-radius: 7px;
  background: #fff;
}
.admin-welcome > div:first-child {
  display: grid;
  grid-template-columns: 35px 1fr;
}
.admin-welcome > div:first-child i {
  grid-row: span 2;
  color: #16858a;
  font-size: 23px;
}
.admin-welcome h2 {
  margin: 0 0 5px;
}
.admin-welcome p {
  grid-column: 2;
  margin: 0;
  color: #718897;
  font-size: 13px;
}
.admin-welcome > div:last-child {
  display: flex;
  align-items: center;
  gap: 10px;
}
.admin-welcome a {
  padding: 10px 13px;
  border: 1px solid #bcd5db;
  border-radius: 4px;
  color: #17657a;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 850px) {
  .admin-overview {
    grid-template-columns: 1fr;
  }
  .admin-welcome {
    flex-direction: column;
  }
  .admin-welcome > div:last-child {
    align-items: start;
  }
}
@media (max-width: 600px) {
  .admin-user-create form {
    grid-template-columns: 1fr;
  }
  .admin-user-create form label:nth-of-type(5) {
    grid-column: auto;
    max-width: none;
  }
  .admin-security-card button {
    width: 100%;
  }
  .admin-welcome > div:last-child {
    flex-direction: column;
  }
  .admin-welcome a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
.admin-chart-grid { display:grid; grid-template-columns:2fr 1fr; gap:18px; max-width:1050px; margin-top:22px; }
.admin-chart-card { min-height:278px; padding:22px; border:1px solid #d8e6e8; border-radius:8px; background:#fff; box-shadow:0 5px 16px rgba(25,69,85,.06); }
.admin-chart-card h2 { margin:0 0 5px; color:#294d60; font-size:16px; }.admin-chart-card p { margin:0; color:#718897; font-size:12px; }
.admin-chart-card canvas { display:block; width:100%; height:180px; margin-top:16px; }.admin-chart-legend { display:flex; justify-content:center; flex-wrap:wrap; gap:14px; color:#607987; font-size:11px; }
.admin-chart-legend b { display:inline-block; width:8px; height:8px; margin-right:4px; border-radius:50%; }.admin-chart-legend .active { background:#2db5ae; }.admin-chart-legend .inactive { background:#e59b4c; }.admin-chart-legend .expired { background:#d85b5b; }
.admin-sample-download { display:inline-block; padding:8px 10px; border:1px solid #b8d8dc; border-radius:4px; background:#f4fbfb; color:#17657a; font-size:12px; font-weight:bold; text-decoration:none; }.admin-sample-download i { margin-right:5px; }
.admin-import-download { max-width:760px; margin:0 0 15px; padding:11px 13px; border:1px solid #b8d9c1; border-radius:4px; background:#eef9f0; color:#287141; font-size:12px; }.admin-import-download a { color:#17657a; font-weight:bold; }
@media (max-width:850px) { .admin-chart-grid { grid-template-columns:1fr; } }
.account-security-page { background:#f3f6f8; }.account-security-main { max-width:680px; margin:0 auto; padding:42px 22px; color:#40546c; }.account-security-main h1 { margin:4px 0 8px; color:#23485d; }.account-security-main header > p:last-child { margin:0 0 24px; color:#718897; }.account-security-card { padding:25px; border:1px solid #d8e5e7; border-top:3px solid #2db5ae; border-radius:8px; background:#fff; box-shadow:0 6px 17px rgba(25,69,85,.06); }.account-security-card h2 { margin:0 0 20px; color:#31556a; font-size:17px; }.account-security-card h2 i { margin-right:7px; color:#16858a; }.account-security-card form { display:grid; gap:15px; }.account-security-card label { display:flex; flex-direction:column; gap:6px; color:#50677c; font-size:11px; font-weight:bold; text-transform:uppercase; }.account-security-card input { box-sizing:border-box; width:100%; height:40px; padding:8px 10px; border:1px solid #c7d7dd; border-radius:4px; }.account-security-card button { width:180px; height:40px; border:0; border-radius:4px; background:#087f83; color:#fff; font-weight:bold; cursor:pointer; }
.admin-login-shell.admin-login-simple {
  grid-template-columns: 1fr;
}
.admin-login-simple .admin-login-content {
  min-height: 100vh;
  background: linear-gradient(145deg, #eff7f8, #f8fbfc);
}
.admin-users-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.admin-page-size label {
  color: #5d7787;
  font-size: 12px;
  font-weight: bold;
}
.admin-page-size select {
  margin-left: 6px;
  padding: 5px 24px 5px 7px;
  border: 1px solid #bfd3da;
  border-radius: 4px;
  background: #fff;
  color: #35586a;
}
.admin-users th a {
  color: inherit;
  text-decoration: none;
}
.admin-users th a i {
  margin-left: 3px;
  color: #8ba2ad;
}
.admin-users td b {
  display: block;
  color: #365369;
}
.admin-users td .admin-role {
  display: inline-block;
  margin-top: 3px;
}
.admin-status {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 10px;
  background: #e7f6ee;
  color: #217348;
  font-size: 10px;
  font-weight: bold;
}
.admin-status.inactive {
  background: #fceaea;
  color: #a74747;
}
.admin-expired {
  color: #a74747;
  font-weight: bold;
}
.admin-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 195px;
}
.admin-row-actions form {
  margin: 0;
}
.admin-row-actions a,
.admin-row-actions button {
  display: inline-block;
  padding: 5px 7px;
  border: 1px solid #bdd2d9;
  border-radius: 3px;
  background: #fff;
  color: #17657a;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.admin-row-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.admin-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  margin-top: 17px;
}
.admin-pagination a {
  min-width: 28px;
  padding: 6px 8px;
  border: 1px solid #cadadd;
  border-radius: 3px;
  color: #3d6272;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
}
.admin-pagination a.is-active {
  border-color: #16858a;
  background: #16858a;
  color: #fff;
}
.admin-pagination a.is-disabled {
  pointer-events: none;
  opacity: 0.45;
}
@media (max-width: 600px) {
  .admin-users-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}
.account-security-card .account-password { position:relative; display:block; }
.account-security-card .account-password input { padding-right:44px; }
.account-security-card .account-password button { position:absolute; top:1px; right:1px; width:40px; height:38px; border:0; background:transparent; color:#527387; }
.account-security-card .account-password button:hover { color:#087f83; }
