/*
 * BestOfPanel consolidated theme stylesheet
 * Duplicate selectors and declarations removed; responsive rules are grouped below.
 */

/* Base and component rules */
:root {
  --color-brand-400: #4d78aa;
  --color-brand-500: #2f5c91;
  --color-brand-600: #264d7a;
  --color-brand-700: #1c3a60;
  --color-brand-800: #142c49;
  --color-canvas: #f5f7fa;
  --color-surface: #ffffff;
  --color-surface-subtle: #f7f9fc;
  --color-surface-tint: #eef4fb;
  --color-surface-dark: #0a1a30;
  --color-surface-dark-raised: #14243a;
  --color-text: #15243a;
  --color-text-muted: #607087;
  --color-text-inverse: #ffffff;
  --color-black: #000000;
  --color-border: rgba(47, 92, 145, 0.13);
  --color-border-strong: rgba(47, 92, 145, 0.22);
  --color-info: #2f6fbb;
  --color-info-ink: #174d9a;
  --color-info-soft: #eaf2ff;
  --color-info-border: #c5d9f8;
  --color-success: #168a55;
  --color-success-ink: #11643b;
  --color-success-soft: #e8f8ed;
  --color-success-border: #bfe7cc;
  --color-warning: #a96700;
  --color-warning-ink: #8a5200;
  --color-warning-soft: #fff4dc;
  --color-warning-border: #f4d69d;
  --color-partial-ink: #6d3aa8;
  --color-partial-soft: #f3eafe;
  --color-partial-border: #dcc6f7;
  --color-danger: #c63d55;
  --color-danger-dark: #a12635;
  --color-danger-soft: #ffecef;
  --color-danger-border: #f5c1c9;
  --color-dark-text-soft: #9cc8f5;
  --color-dark-surface-hover: #1b304b;
  --color-focus: #3d75b4;
  --gradient-primary: linear-gradient(135deg, var(--color-brand-500), var(--color-brand-700));
  --gradient-horizontal: linear-gradient(90deg, var(--color-brand-500), var(--color-brand-600));
  --control-height: 44px;
  --control-height-sm: 36px;
  --control-height-lg: 50px;
  --control-padding-x: 18px;
  --control-radius: 12px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-gutter: 15px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --motion-fast: 160ms;
  --motion-standard: 200ms;
  --ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --shadow-xs: 0 2px 5px rgba(17, 29, 45, 0.04);
  --shadow-sm: 0 8px 20px rgba(17, 29, 45, 0.06);
  --shadow-md: 0 18px 42px rgba(17, 29, 45, 0.1);
  --shadow-focus: 0 0 0 4px rgba(47, 92, 145, 0.18);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --font-main: 'Poppins', sans-serif;
  --bg-light: var(--color-canvas);
  --bg-white: var(--color-surface);
  --bg-dark: var(--color-surface-dark);
  --bg-primary: var(--color-brand-500);
  --bg-secondary: var(--color-brand-600);
  --bg-accent: var(--color-brand-700);
  --text-white: var(--color-text-inverse);
  --text-dark: var(--color-text);
  --text-medium: var(--color-text-muted);
  --surface: var(--color-surface);
  --surface-muted: var(--color-surface-subtle);
  --surface-tint: var(--color-surface-tint);
  --ink: var(--color-text);
  --ink-muted: var(--color-text-muted);
  --line: var(--color-border);
  --line-strong: var(--color-border-strong);
  --accent: var(--color-brand-500);
  --accent-deep: var(--color-brand-700);
  --accent-soft: rgba(47, 92, 145, 0.1);
  --focus-ring: var(--color-focus);
}

.dashboard-page {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 32px;
}

.dashboard-heading {
  margin-bottom: 10px;
}

.dashboard-heading .dast-title {
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.15;
  letter-spacing: -0.035em;
  margin-bottom: 16px;
}

.dashboard-heading .dash-title-underline::after {
  bottom: -8px;
  opacity: 0.85;
}

.dashboard-heading .dash-txt {
  max-width: 690px;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 0;
}

.dashboard-kpi {
  position: relative;
  min-height: 204px;
  padding: var(--space-6);
  overflow: hidden;
  border: 1px solid rgba(47, 92, 145, 0.08);
  box-shadow: 0 10px 30px rgba(17, 29, 45, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.dashboard-kpi::after {
  content: '';
  position: absolute;
  top: -42px;
  right: -38px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: var(--gradient-primary);
  opacity: 0.055;
  pointer-events: none;
}

.dashboard-kpi:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 92, 145, 0.18);
  box-shadow: 0 16px 34px rgba(17, 29, 45, 0.11);
}

.dashboard-kpi .dashboard-box-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  font-size: 21px;
  background: var(--gradient-primary);
  box-shadow: 0 8px 18px rgba(47, 92, 145, 0.22);
}

.dashboard-kpi .dashboard-box-title {
  position: relative;
  z-index: 1;
  font-size: clamp(24px, 2.25vw, 30px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 9px;
}

.dashboard-kpi .dashboard-box-txt {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.5;
}

.dash-panel {
  border: 1px solid rgba(47, 92, 145, 0.09);
  border-radius: 20px;
  background: var(--bg-white);
  box-shadow: 0 10px 30px rgba(17, 29, 45, 0.05);
}

.account-statistics {
  padding: var(--space-6);
}

.account-statistics .dash-title2 {
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}

.account-statistics .dashbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: 14px var(--space-gutter);
  margin-bottom: 9px;
  border: 1px solid transparent;
  border-radius: 12px;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.account-statistics .dashbox:hover {
  background: rgba(47, 92, 145, 0.06);
  border-color: rgba(47, 92, 145, 0.1);
  transform: translateX(3px);
}

.account-statistics .dashbox-label {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
}

.account-statistics .dashbox-txt {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.2;
  text-align: right;
}

.status-progress-panel {
  padding: 26px 30px;
  margin-top: 4px;
}

.status-range .media-object {
  width: 42px;
  height: 42px;
  object-fit: contain;
  padding: var(--space-2);
  border-radius: 50%;
  background: var(--bg-light);
}

.auth .status-table.table tbody tr:hover td {
  background: rgba(47, 92, 145, 0.045);
}

.dash-status-name {
  min-width: 220px;
  font-weight: 600 !important;
}

.status-table tbody tr:hover .status-check {
  transform: scale(1.08);
}

.nightmode .dashboard-kpi,
.nightmode .dash-panel,
.nightmode .status-table-wrap {
  border-color: rgba(255, 255, 255, 0.09);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.nightmode .account-statistics .dashbox:hover,
.nightmode .auth .status-table.table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.07);
}

.nightmode .status-range .media-object {
  background: rgba(255, 255, 255, 0.08);
}

.nightmode .status-range-txt {
  color: rgba(255, 255, 255, 0.68);
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li,
ul,
span {
  font-family: var(--font-main);
}

.sidebar.sidebar-scroll-active {
  overflow-y: auto;
}

.pinner {
  width: 36px;
  height: 36px;
  border-radius: 48px;
  background-color: var(--color-brand-500);
  flex: 0 0 36px;
  max-width: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-direction: column;
}

.naving-wrap .nav-link {
  width: 140px;
  flex-shrink: 0;
  border-radius: 27.5px;
  background: var(--bg-accent);
  color: var(--text-white);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  height: 45px;
  margin-bottom: 20px;
}

a.view,
span.view {
  background: var(--color-brand-700);
  padding: 5px 5px 5px 5px;
  color: white;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.line span {
  width: 60%;
  height: 3px;
  background-color: var(--bg-white);
  margin: 1px 0;
  border-radius: 10px;
  transition: 0.3s ease;
}

.line span.line1 {
  width: 30%;
  margin-left: auto;
}

.line span.line3 {
  width: 30%;
  margin-right: auto;
}

.pinner:hover .line span,
.top-nav-left-nav li p.pinner2:hover .line span {
  width: 60%;
  margin: 1px 0;
}

.sidebar-nav li {
  flex: 0 0 100%;
  max-width: 100%;
}

.sidebar-nav li.active a,
.sidebar-nav li.active a:hover,
.sidebar-nav li a:focus {
  background: var(--gradient-primary);
}

.sidebar-nav li.active a .menu-txt,
.sidebar-nav li.active a:hover .menu-txt,
.sidebar-nav li a:hover .menu-txt,
.sidebar-nav li a:focus .menu-txt {
  color: var(--text-white);
}

.sidebar-nav li.active a .menu-icon i,
.sidebar-nav li.active a:hover .menu-icon i,
.sidebar-nav li a:hover .menu-icon i,
.sidebar-nav li a:focus .menu-icon i {
  background: var(--gradient-primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.top-nav-left-nav {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  margin: 0;
}

.top-nav-left-nav li p {
  margin-bottom: 0;
  color: var(--text-medium);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.top-nav-left-nav li p span {
  color: var(--text-dark);
  font-weight: 600;
}

.top-nav-left-nav li {
  margin-right: 15px;
}

.top-nav-right-nav li:last-child a {
  background: #ff6f88;
}

.wrapper.toggle .sidebar {
  left: -285px;
  transition: 0.3s linear;
}

.wrapper.toggle .inner-wrap {
  padding: 0;
  padding-bottom: 52px;
  transition: 0.3s linear;
}

.wrapper .sidebar,
.wrapper .inner-wrap {
  transition: 0.3s linear;
}

.top-nav-left-nav li p.pinner2 {
  width: 36px;
  height: 36px;
  border-radius: 48px;
  background-color: var(--color-brand-500);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.wrapper .top-nav-left-nav li:first-child {
  display: none;
}

.wrapper.toggle .top-nav-left-nav li:first-child {
  display: block;
}

.dash-title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.hide-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border-radius: 39px;
  border: 1px solid rgba(133, 134, 163, 0.17);
  background-color: var(--bg-white);
  min-width: 129px;
  padding: var(--space-3) var(--space-gutter);
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}

.cate-shortcut li {
  flex: 0 0 16%;
  max-width: 16%;
}

.cate-shortcut-txt {
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.auth .nav.nav-tabs li a {
  min-width: 100px;
  text-align: center;
  display: block;
  border-radius: 27.5px;
  background: linear-gradient(180deg, var(--color-brand-500) 0%, var(--color-brand-600) 100%);
  border: 0;
  margin-bottom: 8px;
  color: var(--text-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.auth .nav.nav-tabs li.active a,
.auth .nav.nav-tabs li.active a:hover,
.auth .nav.nav-tabs li a:hover,
.auth .nav.nav-tabs li a:focus {
  background: var(--bg-accent);
  border: 0 !important;
  color: var(--text-white);
}

.search-dropdown .input-wrapper .fas.fa-search {
  color: #ff3a5e;
}

.auth .nav-tabs {
  border: 0;
}

.auth label {
  color: var(--text-medium);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

span.select2-selection.select2-selection--single.form-control {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.auth .select2-dropdown.dropdown-menu {
  background-color: var(--color-surface-tint) !important;
  padding: 0;
  border: 0;
  border-radius: 10px !important;
  overflow: hidden;
}

.select2-dropdown.dropdown-menu li,
.select2-dropdown.dropdown-menu ul {
  background-color: var(--color-canvas) !important;
}

.select2-dropdown.dropdown-menu li a {
  color: var(--text-dark);
  font-size: 13px;
  font-weight: 400;
}

.select2-dropdown.dropdown-menu li a:hover,
.select2-dropdown.dropdown-menu li.active a:hover,
.select2-dropdown.dropdown-menu li.active a {
  background-color: var(--color-brand-500);
  color: var(--text-white);
}

.select2-dropdown.dropdown-menu li a .badge {
  background: var(--bg-accent);
  color: var(--text-white);
}

.select2-container .select2-selection__id-1.badge {
  background: var(--bg-accent);
}

.cate-shortcut:not(.active) {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: 0.3s linear all;
}

.cate-shortcut.active {
  padding: var(--space-5);
  height: auto;
  transition: 0.3s linear all;
}

.dash-title-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.dash-title-img img {
  margin-right: 5px;
}

.ser-desc-row {
  margin-top: 15px;
}

.ser-desc-label {
  color: var(--color-brand-500);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  margin-bottom: 5px;
}

.ser-desc-txt {
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}

.ser-desc-box {
  border-radius: 17px;
  border: 1px solid var(--color-border-strong);
  background-color: var(--bg-light);
  padding: var(--space-gutter);
  min-height: 100px;
  display: flex;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 15px;
}

.ser-desc-title {
  color: var(--color-brand-500);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  display: block;
}

#links {
  min-height: 250px;
  border-radius: 25px;
  padding: 25px var(--space-gutter);
  resize: none;
}

.dast-title {
  color: var(--text-dark);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.dash-title-underline {
  position: relative;
}

.dash-title-underline::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url('https://i.23robo.info/projects/bestofpanel/img/underline.webp');
  width: 100%;
  height: 11px;
  background-size: 100% 11px;
}

#history-search .input-group {
  display: block;
  position: relative;
}

#history-search .input-group .btn.btn-default {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  color: var(--text-white);
  font-size: 14px;
  font-weight: 500;
  border-radius: 39px;
  background: var(--gradient-primary);
  min-width: 100px;
  padding: 10px 10px;
}

#history-search {
  margin: var(--space-5) 0;
}

.order-bottom-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.order-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}

.order-status {
  margin: 0 0 0 auto;
}

.order-status .order-content {
  margin-right: 0;
  padding-right: 0;
}

.order-status .order-content::after {
  display: none;
}

.order-status-icon {
  width: 23px;
  height: 23px;
  background-color: var(--color-danger);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  color: var(--text-white);
  margin-right: 5px;
}

.order-btns {
  margin: 0 0 0 auto;
}

.order-btns .btn.btn-primary {
  width: 96px;
  padding: 5px var(--space-3);
  color: var(--text-white);
  font-size: 12px;
  font-weight: 500;
}

.order-btns .btn.btn-primary.btn-secondary {
  background: var(--color-canvas);
  color: var(--text-dark);
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
}

.order-btns .order-content {
  padding: 0;
  margin: 0;
}

.order-btns .order-content::after {
  display: none;
}

.no-after::after {
  display: none;
}

.order-content .order-status-icon i {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.order-content.Pending .order-status-icon i::before {
  content: "\f34e";
}

.order-content.In.progress .order-status-icon i::before {
  content: "\f0ed";
}

.order-content.Completed .order-status-icon i::before {
  content: "\f00c";
}

.order-content.Partial .order-status-icon i::before {
  content: "\f24d";
}

.order-content.Processing .order-status-icon i::before {
  content: "\f110";
}

.order-content.Canceled .order-status-icon i::before {
  content: "\f00d";
}

.order-content.Pending .order-status-icon {
  background-color: var(--color-info);
}

.order-content.In.progress .order-status-icon {
  background-color: var(--color-info);
}

.order-content.Completed .order-status-icon {
  background-color: var(--color-success);
}

.order-content.Partial .order-status-icon {
  background-color: var(--color-warning);
}

.order-content.Processing .order-status-icon {
  background-color: var(--color-brand-400);
}

.order-content.Canceled .order-status-icon {
  background-color: var(--color-danger);
}

.order-content.Paused .order-status-icon i::before {
  content: "\f04c";
}

.order-content.Active .order-status-icon i::before {
  content: "\f0ed";
}

.order-content.Expired .order-status-icon i::before {
  content: "\f273";
}

.order-content.Rejected .order-status-icon i::before {
  content: "\f771";
}

.order-content.Error .order-status-icon i::before {
  content: "\f071";
}

.auth .nav-tabs.fund-tabs li a {
  border-radius: 40px;
  background: var(--color-surface);
  color: var(--text-dark);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  min-height: 53px;
  padding: var(--space-2) 7px;
}

.fund-tab-icon {
  margin-right: 5px;
}

.auth .nav-tabs.fund-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.auth .table thead tr th:first-child,
.auth .table tbody tr td:first-child {
  border-radius: 25px 0 0 25px;
}

.auth .table thead tr th:last-child,
.auth .table tbody tr td:last-child {
  border-radius: 0 25px 25px 0;
}

table {
  border-spacing: 0 10px;
  border-collapse: separate;
}

.api-title {
  border-radius: 34px;
  background: var(--color-brand-700);
  padding: 10px var(--space-gutter);
  color: var(--text-white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 25px;
  margin-bottom: 20px;
}

.api-box-left {
  flex: 0 0 58px;
  max-width: 58px;
}

.api-box-icon {
  width: 58px;
  height: 58px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  background: linear-gradient(180deg, var(--color-brand-500) 0%, var(--color-brand-600) 100%);
  color: var(--text-white);
  font-size: 30px;
}

.api-box-right {
  flex: 0 0 calc(100% - 58px);
  max-width: calc(100% - 58px);
  padding-left: 15px;
}

.api-label {
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 600;
}

.api-txt {
  color: #201C3F;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  white-space: normal;
  word-break: break-all;
  margin-bottom: 0;
}

pre {
  border-radius: 15px;
  background-color: var(--bg-light);
  border: 0;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.term-row {
  border-radius: 20px;
  background-color: var(--bg-white);
  padding: 30px var(--space-gutter);
  margin: 0 0 25px;
}

.term-title {
  color: var(--text-dark);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.term-txt {
  color: var(--text-medium);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.term-txt b {
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.term-row ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.term-row ul li {
  color: var(--text-medium);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.term-row ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: var(--color-brand-500);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
}

.faq-tabs li {
  flex: 0 0 49.5%;
  max-width: 49.5%;
}

.auth .nav.nav-tabs.faq-tabs li a {
  color: var(--text-white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  min-height: 97px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.faq-tab-content .panel.panel-default {
  border: 0 !important;
  padding: 0 !important;
  background-color: var(--color-surface) !important;
  border-radius: 12px;
}

.faq-tab-content .panel.panel-default .panel-heading {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.faq-tab-content .panel.panel-default .panel-heading a {
  display: block;
  color: var(--text-dark);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding: var(--space-3) var(--space-3);
  text-decoration: none;
  position: relative;
}

.faq-tab-content .panel.panel-default .panel-body {
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.faq-tab-content .panel.panel-default .panel-heading a::after {
  content: '\f0d7';
  width: 40px;
  height: 40px;
  background-color: var(--bg-light);
  position: absolute;
  border-radius: 100px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-brand-500);
}

.faq-tab-content .panel.panel-default .panel-heading a[aria-expanded="true"]::after {
  content: '\f0d8';
}

.dashboard-box-icon {
  border-radius: 48px;
  background-color: var(--color-brand-500);
  width: 61px;
  height: 61px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: var(--text-white);
  font-size: 25px;
  margin-bottom: 15px;
}

.row.stats-row {
  margin-top: 20px;
}

.dashbox-label {
  color: var(--text-medium);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 5px;
  display: block;
}

.dashbox-txt {
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
}

.well .dashbox:last-child {
  margin-bottom: 0;
}

.dashbox {
  border-radius: 13px;
  background-color: var(--bg-light);
  padding: 10px var(--space-gutter);
  margin-bottom: 10px;
}

.status-table.table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 20px;
}

.status-table thead tr th:first-child {
  border-bottom-left-radius: 0 !important;
}

.status-table thead tr th:last-child {
  border-bottom-right-radius: 0 !important;
}

.auth .status-table.table tbody tr td {
  padding: var(--space-gutter) 14px !important;
  border-color: rgba(47, 92, 145, 0.1) !important;
  font-size: 13px;
  vertical-align: middle;
  transition: background-color 160ms ease;
  background-color: var(--bg-white);
  border-radius: 0 !important;
  border: 1px solid rgba(133, 134, 163, 0.19) !important;
}

.auth .status-table.table thead tr th:first-child,
.auth .status-table.table tbody tr td:first-child {
  border-left: 0 !important;
}

.auth .status-table.table thead tr th {
  padding: var(--space-4) 14px !important;
  background: var(--gradient-horizontal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
}

.auth .status-table.table tbody tr:last-child td:first-child {
  border-radius: 0 !important;
  border-bottom-left-radius: 25px !important;
}

.auth .status-table.table tbody tr:last-child td:last-child {
  border-radius: 0 !important;
  border-bottom-right-radius: 25px !important;
}

.auth .status-table.table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.row.search-row #history-search {
  margin: 0;
}

.row.search-row .btn.btn-primary {
  background: var(--color-brand-700);
}

.row.search-row {
  margin: var(--space-gutter) 0;
}

.row.search-row .dash-title {
  margin-top: 20px;
}

.width-service-name {
  min-width: 250px;
}

.ser-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  min-width: 130px;
  justify-content: center;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}

.service-description .btn.btn-primary {
  width: 107px;
  font-size: 14px;
  padding: 6px;
}

.service-description .modal-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.service-description .modal-header::after,
.service-description .modal-header::before {
  display: none;
}

.nightmode .top-nav {
  background-color: var(--text-dark);
}

.nightmode .sidebar {
  background-color: var(--text-dark);
  border-right-color: var(--color-text);
}

.nightmode .top-nav-left-nav li p {
  color: var(--text-medium);
}

.nightmode .top-nav-left-nav li p span {
  color: var(--text-white);
}

.nightmode .cate-shortcut li a {
  background-color: var(--color-surface-dark);
  color: var(--text-white);
}

.nightmode .cate-shortcut-txt {
  color: var(--text-white);
}

.nightmode .hide-category {
  background-color: var(--color-surface-dark);
  color: var(--text-white);
}

.nightmode .search-dropdown .input-wrapper .form-control {
  background-color: var(--color-surface-dark);
  color: var(--text-white);
}

.auth.nightmode .form-control:not(.select2-selection) {
  background-color: var(--color-surface-dark);
  color: var(--text-white);
}

.auth.nightmode #select2-orderform-category-container,
.auth.nightmode #select2-orderform-service-container {
  background-color: var(--color-surface-dark);
  color: var(--text-white);
}

.nightmode .ser-desc-box {
  background-color: var(--color-surface-dark);
  border-color: var(--color-brand-700);
}

.nightmode .ser-desc-box .ser-desc-label {
  color: var(--text-white);
}

.nightmode .ser-desc-box .ser-desc-txt {
  color: var(--text-medium);
}

.nightmode .top-nav-right-nav .dropdown .dropdown-toggle {
  background-color: var(--color-brand-700);
  color: var(--text-white);
  border-color: var(--color-brand-700);
}

.nightmode .top-nav-right-nav .dropdown .dropdown-toggle .badge {
  color: var(--text-white);
}

.nightmode .menu-icon {
  background-color: var(--color-surface-dark);
  color: var(--text-white);
}

.nightmode .active .menu-icon,
.nightmode a:hover .menu-icon {
  background-color: var(--bg-white);
}

.auth.nightmode .select2-selection--single.form-control {
  border-radius: 43px;
  background-color: var(--color-surface-dark);
}

.nightmode .dash-title-underline {
  color: var(--text-white);
}

.nightmode .dashbox {
  background-color: var(--color-surface-dark);
}

.nightmode .dashbox-txt {
  color: var(--text-white);
}

.auth.nightmode .status-table.table tbody tr td {
  background-color: var(--color-surface-dark);
  color: var(--text-white);
}

.nightmode .dast-title {
  color: var(--text-white);
}

.nightmode #history-search .input-group .form-control {
  background-color: var(--color-surface-dark);
  color: var(--text-white);
}

.nightmode .ser-cate-shortcut.cate-shortcut.active {
  padding: var(--space-5) !important;
}

.nightmode .service-description .modal-content {
  background-color: var(--color-surface-dark);
}

.auth.nightmode .nav-tabs.fund-tabs li a {
  background-color: var(--color-surface-dark);
}

.nightmode .ticketModalla .custom-control .custom-control-label {
  color: var(--text-white);
}

.auth.nightmode .table tbody tr td {
  background-color: var(--color-brand-700);
  color: var(--text-white);
}

.nightmode form[action="/tickets"]#history-search .input-group .form-control {
  background-color: var(--color-surface-dark);
}

.nightmode .faq-tab-content .panel.panel-default {
  background-color: var(--color-surface-dark) !important;
}

.nightmode .faq-tab-content .panel.panel-default .panel-heading a {
  color: var(--text-white);
}

.nightmode .faq-tab-content .panel.panel-default .panel-body {
  color: var(--text-white);
}

.nightmode .faq-tab-content .panel.panel-default .panel-heading a::after {
  background-color: var(--color-surface-dark);
  color: var(--text-white);
}

.nightmode .term-row {
  background-color: var(--color-surface-dark);
}

.nightmode .term-txt b {
  color: var(--text-white);
}

.nightmode .row.affiliate-box-row {
  background-color: var(--color-surface-dark);
}

.nightmode .affiliate-box-txt {
  color: var(--text-white);
}

.nightmode .affiliate-box2 {
  background-color: var(--color-surface-dark);
}

.nightmode .affiliate-box2 .affiliate-box2-txt {
  color: var(--text-white);
}

.nightmode pre {
  background-color: var(--color-surface-dark);
  color: var(--text-white);
}

.nightmode .api-txt {
  color: var(--text-white);
}

.nightmode .name-server-title,
.nightmode .name-server-ul li {
  background-color: var(--color-surface-dark);
  color: var(--text-white);
}

.nightmode form[action="/account/2fa/generate"] p {
  color: var(--text-white);
}

.nightmode .top-nav-right-nav .dropdown.updates-dropdown .dropdown-menu {
  background-color: var(--color-surface-dark);
}

.nightmode .update-content-wrap {
  background-color: var(--color-surface-dark);
}

.nightmode .update-content-head .id-boxi,
.nightmode .update-content-head .updatestatus,
.nightmode .update-ser-name,
.nightmode .update-date {
  color: var(--text-white);
}

.guest .navbar-default {
  background-color: transparent;
  border: 0;
  padding-top: 12px;
}

.guest .navbar-default .navbar-nav > li > a {
  color: var(--text-medium);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding: 0;
  margin: 10px var(--space-gutter);
  background-color: transparent !important;
}

.guest .navbar-default .navbar-nav > li.active > a,
.guest .navbar-default .navbar-nav > li.active > a:hover,
.guest .navbar-default .navbar-nav > li > a:hover {
  color: var(--text-dark);
}

#top-sec {
  position: relative;
}

#top-sec::after {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/bestofpanel/img/top-circle.webp');
  width: 92%;
  height: 800px;
  background-size: 100% 834px;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  z-index: -1;
}

.login-form-img {
  display: block;
  margin: 30px auto auto;
  width: 462px;
}

.row.login-field-row {
  border-radius: 100px;
  background: var(--color-surface);
  box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
  margin: 0 0 var(--space-gutter);
  padding: var(--space-gutter);
}

.form-group {
  position: relative;
}

.row.login-field-row .form-group {
  margin-bottom: 0;
}

.inpt-icon {
  width: 39px;
  height: 39px;
  background-color: var(--color-brand-500);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: var(--text-white);
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.guest .form-control {
  border-radius: 100px;
  background-color: var(--bg-light);
  height: 55px;
  border: 0 !important;
  box-shadow: none !important;
  color: rgba(126, 122, 147, 0.90);
  font-size: 14px;
  font-weight: 400;
}

.inpt-icon + .form-control {
  padding-left: 55px;
}

.guest .row.login-field-row .btn.btn-primary {
  width: 100%;
  height: 55px;
  padding-top: 0;
  padding-bottom: 0;
}

.icon-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.icon-btn-icon {
  width: 20px;
  height: 20px;
  background-color: var(--bg-white);
  border-radius: 100px;
  color: var(--color-brand-700);
  font-size: 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: 1;
}

.remeber-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

.checkbox label,
.forgot-password1,
.have-acc {
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.abs {
  position: absolute;
}

.login-form-wrap {
  position: relative;
}

.top-box-1 {
  left: -100px;
  top: 50px;
}

.top-box-2 {
  right: -100px;
  top: 100px;
}

.top-fb {
  top: -50px;
  left: -20px;
}

.top-insta {
  top: 440px;
  right: 140px;
  z-index: 1;
}

.top-twitter {
  bottom: 274px;
  left: 130px;
}

.txt {
  color: var(--text-medium);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.top-tiktok {
  right: 0;
}

.best-box {
  border-radius: 27px;
  background-color: var(--color-brand-700);
  padding: 30px var(--space-5) 0;
  margin-bottom: 15px;
  background-image: url('https://i.23robo.info/projects/bestofpanel/img/best-social.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  position: relative;
}

.best-box::after {
  content: '';
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #060727 57.81%, rgba(6, 7, 39, 0.00) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  border-radius: 27px;
  opacity: 0.4;
}

.best-title {
  color: var(--text-white);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
}

.bol-img {
  display: inline;
}

.guest .best-box .btn.btn-primary {
  min-width: 140px;
  background: var(--gradient-primary);
  border: 0;
  width: 140px;
  margin-bottom: 25px;
}

.guest .best-box .btn.btn-primary .icon-btn-icon {
  color: var(--color-brand-600);
}

.best-txt {
  color: var(--text-white);
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.best-girl {
  margin-left: auto;
}

.best-box * {
  position: relative;
  z-index: 1;
}

.title {
  color: var(--text-dark);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.6;
}

.should-slider-nav .slick-arrow {
  width: 34px;
  height: 34px;
  background: var(--gradient-primary);
  color: var(--text-white);
  font-size: 24px;
  padding: 0;
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 0;
  box-shadow: none !important;
  border-radius: 100px;
  margin-right: 8px;
}

.should-slider-nav {
  margin-top: 25px;
}

#should {
  padding: var(--space-10) 0;
}

#should .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.how-wrap {
  position: relative;
}

.how-wrap-line {
  width: 100%;
  position: absolute;
  top: -200px;
}

.how-box-icon {
  width: 66px;
  height: 66px;
  border-radius: 32px;
  background-color: var(--color-brand-500);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: var(--text-white);
  font-size: 22px;
  border: 6px solid var(--color-surface);
  margin-bottom: 30px;
}

.how-box-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.how-box-title {
  background: linear-gradient(180deg, var(--color-text-muted) -20.02%, var(--color-surface) 109.41%);
  opacity: 0.6;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 80px;
  margin-bottom: 0;
}

.how-box-txt {
  color: var(--text-dark);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  width: 180px;
  padding-left: 15px;
}

.how-box {
  width: max-content;
  position: absolute;
}

.how-box1 {
  top: 214px;
  left: 50px;
}

.how-box4 {
  right: -90px;
  top: -130px;
}

.how-box3 {
  right: 130px;
  top: 70px;
}

.how-box2 {
  left: 400px;
  top: 120px;
}

#how {
  padding: 80px 0;
  min-height: 750px;
}

#stats-sec {
  padding: 80px 0;
}

.row.stats-sec-row {
  position: relative;
  border-radius: 21px;
  background-color: var(--bg-white);
  box-shadow: 0px 49px 94.1px 0px rgba(126, 122, 147, 0.38);
  padding: var(--space-gutter);
}

.statistic-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.statistic-box-icon {
  width: 96px;
  height: 96px;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--color-surface-tint);
  justify-content: center;
}

.statistic-box-content {
  flex: 0 0 calc(100% - 96px);
  max-width: calc(100% - 96px);
  padding-left: 20px;
}

.statistic-box-title {
  color: var(--text-dark);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}

.statistic-box-txt {
  color: var(--color-brand-600);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.stats-sec-wrapper {
  position: relative;
}

.stats-sec-wrapper::after {
  content: '';
  width: calc(100% + 30px);
  height: 100%;
  position: absolute;
  left: -25px;
  top: 10px;
  border-radius: 28px;
  background: var(--bg-primary);
  z-index: -1;
}

#find {
  padding: 80px 0;
}

#find .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  border-radius: 52px;
  background: var(--bg-primary);
  padding: 25px var(--space-gutter) 0;
}

#find .title {
  color: var(--text-white);
  line-height: 1.4;
  margin-bottom: 35px;
}

#find .faq-tab-content .panel.panel-default {
  background-color: rgba(255, 255, 255, 21%) !important;
  border: 1px solid rgba(255, 255, 255, 12%) !important;
}

#find .faq-tab-content .panel.panel-default .panel-heading a {
  color: var(--text-white);
  padding-right: 50px;
}

#find .faq-tab-content .panel.panel-default .panel-heading a::after {
  background-color: rgba(255, 255, 255, 21%);
  color: var(--text-white);
}

#find .faq-tab-content .panel.panel-default .panel-body {
  color: var(--text-white);
}

#testimonial {
  padding: var(--space-10) 0;
}

.testimonial-slider-wrapper {
  position: relative;
  margin-top: 45px;
  padding-top: 215px;
}

.test-img {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 100%;
  top: 0;
}

.testi-title {
  color: var(--text-dark);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.test-stars {
  display: block;
  margin: auto auto var(--space-5);
}

.test-txt {
  width: 60%;
  margin: auto;
  color: var(--text-medium);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.testimonial-nav {
  margin-top: 40px;
}

.testimonial-nav .slick-arrow {
  width: 34px;
  height: 34px;
  background: var(--bg-primary);
  border: 0;
  border-radius: 100px;
  color: var(--text-white);
  margin: 0 5px;
}

#ready {
  padding: var(--space-10) 0;
}

#ready .row {
  border-radius: 52px;
  background: var(--color-brand-700);
  padding: 25px;
  position: relative;
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.ready-content {
  width: 60%;
}

.ready-content .title {
  color: var(--text-white);
}

.ready-content .btn.btn-primary {
  background: var(--gradient-primary);
  border-color: transparent;
  border: 0;
}

.ready-content + img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

footer {
  padding-top: 60px;
}

.ftr-logo {
  margin-bottom: 35px;
}

.social-ul li a {
  width: 42px;
  height: 41px;
  background-color: var(--color-brand-700);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  color: var(--text-white);
  font-size: 20px;
  margin-right: 10px;
}

.social-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: var(--space-5) 0 25px;
}

.guest {
  padding-bottom: 0;
}

.ftr-bottom {
  background-color: var(--color-brand-500);
  padding: var(--space-3) 0;
  margin-top: 20px;
}

.copy-right {
  margin-bottom: 0;
  color: var(--text-white);
  font-size: 18px;
  font-weight: 400;
}

.ftr-menu {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  text-decoration: none;
}

.ftr-menu li a {
  color: var(--text-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-left: 30px;
  text-decoration: none;
}

.ftr-payment-img {
  max-width: 100%;
  display: block;
  margin-left: auto;
}

footer .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

#signup-sec {
  padding: 80px 0 80px;
  position: relative;
}

.signup-title {
  color: var(--text-dark);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
}

#signup-sec .well,
#resetpswd .well {
  padding: 30px var(--space-gutter) var(--space-gutter);
  width: 75%;
  margin: 30px auto auto;
  border-radius: 35px;
  background-color: var(--bg-white);
  box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
}

#signup-sec::after {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/bestofpanel/img/top-circle.webp');
  width: 100%;
  height: 720px;
  background-size: 100% 720px;
  bottom: -200px;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center bottom;
}

.guest .dast-title,
.guest .dash-txt {
  text-align: center;
}

.guest #history-search .input-group .form-control {
  box-shadow: 0px 19px 65.1px 0px rgba(6, 6, 68, 0.10) !important;
}

.row.search-row .dropdown-menu li a {
  display: block;
  word-wrap: normal;
  word-break: break-word;
  white-space: normal;
}

.guest .cate-shortcut li a {
  background-color: var(--bg-white);
  box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
}

.guest .table thead tr th:first-child,
.guest .table tbody tr td:first-child {
  border-radius: 25px 0 0 25px;
}

.guest .table thead tr th:last-child,
.guest .table tbody tr td:last-child {
  border-radius: 0 25px 25px 0;
}

.service-description .modal-header .modal-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  flex: 0 0 calc(100% - 20px);
  max-width: calc(100% - 20px);
}

.service-description .modal-header .close {
  flex: 0 0 20px;
  max-width: 20px;
}

.guest .nav.nav-tabs li a {
  min-width: 100px;
  text-align: center;
  display: block;
  border-radius: 27.5px;
  background: linear-gradient(180deg, var(--color-brand-500) 0%, var(--color-brand-600) 100%);
  border: 0;
  margin-bottom: 8px;
  color: var(--text-white);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.nav.nav-tabs.faq-tabs li a {
  color: var(--text-white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  min-height: 97px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.nav.nav-tabs.faq-tabs li.active a,
.nav.nav-tabs.faq-tabs li.active a:hover,
.nav.nav-tabs.faq-tabs li a:hover,
.nav.nav-tabs.faq-tabs li a:focus {
  background: var(--bg-accent);
  border: 0 !important;
  color: var(--text-white);
}

.faq-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 12px;
  border: 0;
}

.guest .faq-tab-content .panel.panel-default {
  background-color: var(--color-canvas) !important;
}

.guest .faq-tab-content .panel.panel-default .panel-heading a::after {
  background-color: var(--bg-white);
}

#resetpswd .btn.btn-primary {
  background: var(--gradient-horizontal);
  border: 0;
  width: 100%;
  height: 55px;
  font-size: 16px;
}

.ticket-input {
  box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.20) !important;
}

#message {
  height: 150px;
  border-radius: 25px;
  padding: var(--space-5) var(--space-gutter);
}

.ticket-message {
  background-color: var(--color-surface) !important;
  padding: var(--space-gutter) var(--space-3) !important;
  box-shadow: 0 0 10px 0 #111D2D20;
  border-radius: 25px !important;
  margin-bottom: 5px;
  color: var(--text-dark);
}

#signup-sec .have-acc {
  margin-top: 15px;
}

.row.affiliate-box-row {
  border-radius: 30px;
  background: var(--color-surface);
  padding: 25px 0;
  margin: 0 0 var(--space-gutter);
  display: flex;
  flex-wrap: wrap;
}

.affiliate-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.affiliate-box-left {
  max-width: 54px;
  height: 54px;
  background-color: var(--color-brand-500);
  flex: 0 0 54px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 24px;
  color: var(--text-white);
}

.affiliate-box-right {
  flex: 0 0 calc(100% - 54px);
  max-width: calc(100% - 54px);
  padding-left: 15px;
}

.affiliate-box-title {
  color: var(--text-medium);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
}

.affiliate-box-txt {
  color: var(--color-brand-700);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}

.row.affiliate-box-row .col-sm-4 {
  flex: 0 0 30%;
  max-width: 30%;
}

.row.affiliate-box-row .col-sm-4:first-child {
  flex: 0 0 40%;
  max-width: 40%;
}

.row.affiliate-box-row .col-sm-4:nth-child(2) {
  border-width: 0 2px;
  border-style: solid;
  border-color: rgba(133, 134, 163, 0.30);
}

.row.affiliate-box-row2 {
  margin: 0;
}

.affiliate-box2 {
  border-radius: 17px;
  background-color: var(--bg-white);
  padding: var(--space-gutter);
  min-height: 115px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.affiliate-box2-title {
  color: var(--text-medium);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.affiliate-box2-txt {
  color: var(--color-brand-700);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.payout-box .btn.btn-primary {
  width: 130px;
  padding: 10px var(--space-3);
}

.payout-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border-radius: 100px;
  background-color: var(--bg-white);
  padding: 5px 10px;
  margin: 10px 0;
}

.payout-label {
  color: var(--text-medium);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}

.childpanel-faq .panel.panel-default {
  background-color: var(--color-canvas) !important;
}

.childpanel-faq .panel.panel-default .panel-heading a::after {
  background-color: var(--bg-white);
}

.auth .update-table.table tbody tr td {
  background-color: var(--bg-white);
}

.row.search-row .btn.btn-primary.dropdown-toggle.update-toggle {
  background-color: var(--bg-white);
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.sidebar-nav li .btn-secondary {
  background-color: transparent;
  border: 0;
  color: var(--text-medium);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: none !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.sidebar-nav li.dropdown .dropdown-menu a {
  color: var(--text-medium);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}

.sidebar-nav-wrap {
  display: flex;
  flex-direction: column;
}

.contact-menu {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.contact-info-title {
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}

.contact-info-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 0 10px;
  list-style: none;
  padding: 0;
}

.contact-info-icon li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: linear-gradient(180deg, var(--color-brand-500) 0%, var(--color-brand-600) 100%);
  color: var(--text-white);
  font-size: 18px;
  border-radius: 100px;
  margin: 0 3px;
  text-decoration: none;
}

.top-nav-right-nav .dropdown .dropdown-toggle {
  width: auto;
  height: 37px;
  border-radius: 39px;
  border: 1px solid rgba(133, 134, 163, 0.17);
  background: var(--color-surface);
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px var(--space-3);
}

.top-nav-right-nav .dropdown .dropdown-menu {
  width: 100%;
  min-width: auto;
  padding: 0;
}

.top-nav-right-nav .dropdown .dropdown-menu li {
  margin: 0;
}

.top-nav-right-nav .dropdown .dropdown-menu li a {
  width: 100%;
  border-radius: 0;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  background: transparent;
  height: auto;
  padding: 5px 10px;
}

.top-nav-right-nav .dropdown .dropdown-menu li a:hover {
  background-color: var(--color-brand-700);
  color: var(--text-white);
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.pagination li a {
  background-color: var(--color-surface) !important;
  color: var(--color-brand-700) !important;
  border: 1px solid var(--color-brand-700) !important;
}

.pagination li a:hover,
.pagination li.active a:hover,
.pagination li.active a {
  background-color: var(--color-brand-700) !important;
  color: var(--color-surface) !important;
  border: 1px solid var(--color-brand-700) !important;
}

.row.search-row .btn.btn-primary.dropdown-toggle.update-toggle + .dropdown-menu {
  height: auto;
}

.status-check {
  transition: transform 160ms ease;
  text-align: center;
  color: var(--color-brand-500);
  font-size: 22px;
}

.update-box {
  background-color: var(--bg-white);
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 10px;
}

.update-box-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 5px;
}

.update-box-name {
  font-size: 16px;
  color: var(--text-dark);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px);
}

.update-box-date {
  color: var(--color-brand-500);
  font-size: 14px;
  margin-bottom: 0;
  flex: 0 0 90px;
  max-width: 90px;
}

.update-box-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 5px;
  border-top: 1px solid rgba(32, 28, 63, 0.18);
}

.update-box-status {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.update-box-statu1 {
  color: var(--color-danger);
}

.update-box-stats2 {
  color: var(--color-success);
}

.update-box-status5 {
  color: var(--color-warning);
}

.update-box-status3 {
  color: var(--color-info);
}

.update-box-status4 {
  color: var(--color-info);
}

.update-box-bottom i {
  margin-left: auto;
}

.update-box-icon {
  margin: 0;
  font-size: 16px;
}

.name-server-title {
  background-color: var(--color-canvas);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
}

.name-server-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.name-server-ul li {
  font-weight: 400;
  line-height: 1.2;
  flex: 0 0 49%;
  max-width: 49%;
  background-color: var(--color-canvas);
  padding: 5px 10px;
  border-radius: 5px;
  color: var(--color-brand-700);
  font-size: 16px;
  margin-bottom: 0;
}

.name-server-icon {
  width: 30px;
  height: 30px;
  background: linear-gradient(180deg, var(--color-brand-500) 0%, var(--color-brand-600) 100%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 100px;
  color: var(--text-white);
  font-size: 14px;
  margin-right: 7px;
}

#field-orderform-fields-expiry {
  border-radius: 25px 0 0 25px;
}

#field-orderform-fields-expiry + .input-group-btn .btn {
  height: 50px;
  background-color: var(--color-brand-600);
  border-color: var(--color-brand-600);
  color: var(--text-white);
}

.sershortcut-icon {
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  background-color: var(--color-brand-700);
  color: var(--text-white);
  font-size: 18px;
  margin-right: 5px;
}

.order-modal .modal-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.order-modal .modal-header::after,
.order-modal .modal-header::before {
  display: none;
}

.order-det-box {
  background-color: var(--color-brand-600);
  padding: var(--space-2);
  margin-bottom: 5px;
  border-radius: 5px;
  color: var(--text-white);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.auth .nav-tabs.fund-tabs li {
  flex: 0 0 49%;
  max-width: 49%;
}

.row.fund-tab-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
}

.order-ser .order-txt {
  min-width: auto;
  max-width: unset;
  white-space: normal;
}

.ser-cate-span {
  width: 34px;
  height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  background-color: var(--color-brand-700);
  color: var(--text-white);
  margin-right: 5px;
  font-size: 20px;
}

.signup-frm-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.signup-frm-wrap .form-group {
  flex: 0 0 100%;
  max-width: 100%;
}

.signup-frm-wrap .form-group.last_name_wrap,
.signup-frm-wrap .form-group.first_name_wrap,
.signup-frm-wrap .form-group.password_wrap,
.signup-frm-wrap .form-group.password_again_wrap {
  flex: 0 0 48%;
  max-width: 48%;
}

.layout-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.layout-btn-wrap .dash-title {
  margin-bottom: 0;
}

.settings-btn {
  width: 37px;
  height: 37px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  background-color: var(--color-brand-700);
  color: var(--text-white);
  font-size: 20px;
  text-decoration: none !important;
}

#service-table tbody tr td:first-child {
  border-radius: 40px 0 0 40px !important;
}

.settings-btn:hover {
  color: var(--text-white);
}

.dropdown-currencies .badge {
  padding: 0;
  background-color: transparent;
  color: var(--text-dark);
  font-weight: 600;
}

#currencies-list {
  height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.order-ser-li {
  order: 4;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 9px;
  margin-top: 5px;
  border-top: 1px solid rgba(32, 28, 63, 0.18);
}

.order-link-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 9px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(32, 28, 63, 0.18);
}

.order-ser-li .order-label {
  flex: 0 0 55px;
  max-width: 55px;
}

.ticketModalla.modal-dialog {
  width: 620px;
}

.ticketModalla .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding: 0;
  margin-top: 5px;
}

.ticketModalla .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.ticketModalla .col {
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  width: 100%;
  min-height: 1px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.ticketModalla .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.ticketModalla .custom-control .custom-control-label {
  width: 100%;
  height: 50px;
  padding-left: 35px;
  padding-right: 15px;
  border-radius: 4px;
  border: solid 2px var(--color-surface-subtle);
  color: #1f2324;
  font-size: 14px;
  white-space: nowrap;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

.ticketModalla .custom-control-input:checked ~ .custom-control-label {
  border-color: var(--color-brand-500);
}

.ticketModalla .custom-control-label::before {
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: var(--color-border-strong);
  border-radius: 50px;
  top: 18px;
  left: 12px;
}

.ticketModalla .custom-control-label::after {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: var(--text-white);
  font-size: 9px;
  width: auto;
  height: auto;
  top: 19px;
  left: 15px;
  opacity: 0;
}

.ticketModalla .custom-control-input:checked ~ .custom-control-label::before {
  color: var(--color-surface);
  background-color: #17207f;
}

.ticketModalla .custom-control-input:checked ~ .custom-control-label::after {
  opacity: 1;
}

.auth-ftr {
  background-color: var(--color-brand-700);
  padding: var(--space-3) var(--space-3);
  margin-top: 20px;
  position: fixed;
  width: calc(100% - 285px);
  right: 0;
  bottom: 0;
  z-index: 9;
  transition: 0.3s linear;
}

.wrapper.toggle .auth-ftr {
  width: calc(100% - 0px);
}

.row.stats-row .dashboard-box {
  padding: 10px var(--space-gutter);
  min-height: 192px;
}

.notify-box-wrap {
  border-radius: 17px;
  border: 1px solid #F2DCDC;
  background-color: var(--bg-light);
  padding: var(--space-gutter);
  margin-top: 30px;
  position: relative;
}

.card.notify-box-wrap.active .notify-status {
  display: block;
}

.notify-status {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -24px;
  width: max-content;
  background-color: var(--color-brand-700);
  color: var(--text-white);
  padding: 2px var(--space-gutter);
  border-radius: 10px 10px 0 0;
}

.notify-icon img {
  display: block;
  margin: auto;
}

.notify-box-wrap .card-title {
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.notify-box-wrap .text-primary {
  color: var(--color-brand-500);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  margin-bottom: 15px;
}

.notify-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.notify-btn-wrap .btn-primary {
  flex: 0 0 32.33%;
  max-width: 32.33%;
}

.notify-icon {
  text-align: center;
  width: 50px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: auto;
  background-color: var(--color-brand-700);
  border-radius: 100px;
  color: var(--text-white);
  font-size: 24px;
}

.sub-ed {
  display: none;
}

.card.notify-box-wrap.active {
  border-color: var(--color-brand-700);
  box-shadow: 0 0 20px 0 rgba(28, 58, 96, 0.31);
}

.nightmode .notify-box-wrap {
  background-color: var(--color-surface-dark);
  border-color: var(--color-surface-dark);
}

.nightmode .notify-box-wrap .card-title {
  color: var(--text-white);
}

.notify-modal .row {
  display: flex;
  align-content: center;
  align-items: center;
}

.sidebar-nav li.dropdown .dropdown-toggle {
  background: var(--gradient-horizontal);
  color: var(--text-white);
  padding: var(--space-3);
  border-radius: 100px;
}

.sidebar-nav li .btn-secondary .caret {
  color: var(--text-white);
}

.sidebar-nav li.dropdown .dropdown-menu {
  width: 100%;
  border-radius: 10px;
  background-color: var(--bg-white);
  color: rgba(126, 122, 147, 80%);
  overflow: hidden;
  position: relative;
  box-shadow: none;
  border: 0;
  padding: 0;
}

.sidebar-nav li.dropdown .dropdown-menu a:hover {
  color: var(--text-white);
  border-radius: 100px;
}

.status-check.uncheck {
  color: rgba(0,0,0,20%);
}

.status-check.uncheck .fal.fa-check-circle::before {
  content: '\f057';
}

.top-nav-right-nav .dropdown.updates-dropdown button.dropdown-toggle {
  width: 37px;
  height: 37px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  background-color: var(--color-brand-700);
  color: var(--text-white);
  font-size: 20px;
  text-decoration: none !important;
}

.top-nav-right-nav .dropdown.updates-dropdown .dropdown-menu {
  width: 250px;
  padding: var(--space-2);
  height: 250px;
  overflow-y: auto;
  right: 0;
  left: auto;
}

.update-content-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-black);
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.update-content-wrap {
  padding: 5px;
  background-color: var(--color-surface-tint);
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,10%);
}

.update-date {
  font-size: 10px;
  text-align: right;
}

.update-content-head .id-boxi {
  font-size: 12px;
  font-weight: 600;
  flex: 0 0 45%;
  max-width: 45%;
}

.update-content-head .updatestatus {
  font-size: 12px;
  font-weight: 600;
  flex: 0 0 55%;
  max-width: 55%;
}

.ticket-alert-txt {
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  flex: 0 0 80%;
  max-width: 80%;
}

.ticket-modal-btn {
  flex: 0 0 20%;
  max-width: 20%;
}

.ticket-alert-txt span {
  font-weight: 700;
  color: #ff5070;
}

.ticket-alert {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

#ticket-modal .modal-header::before,
#ticket-modal .modal-header::after {
  display: none;
}

.ticket-status {
  display: block;
  text-align: center;
  padding: 10px var(--space-3);
  background-color: #16207f;
  color: var(--text-white);
  border-radius: 100px;
}

.ticket-status.Pending {
  background-color: #D98B16;
}

.ticket-status.Answered {
  background-color: #1F9D6A;
}

.ticket-status.Closed {
  background-color: var(--color-text-muted);
}

.switch-template-wrap {
  width: 100%;
  border-radius: 100px;
  background-color: var(--bg-white);
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin: var(--space-5) 0 0 auto;
  justify-content: space-between;
  padding: var(--space-3);
  max-width: 236px;
}

.switch-template {
  width: 60px;
  height: 25px;
  background-color: var(--color-surface-tint);
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 3px;
  position: relative;
}

.switch-template span {
  width: 20px;
  height: 20px;
  background: var(--gradient-primary);
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
}

.switch-template.active span {
  left: auto;
  right: 3px;
}

.grid-view,
.table-view {
  display: none;
}

.table-view.active {
  display: block;
}

.order-ser-name {
  min-width: 300px;
}

.order-stat {
  display: block;
  background-color: var(--color-brand-700);
  padding: 7px var(--space-3);
  border-radius: 100px;
  color: var(--text-white);
  text-align: center;
}

.order-stat.Canceled {
  background-color: var(--color-danger);
}

.order-stat.Completed {
  background-color: var(--color-success);
}

.order-stat.Pending {
  background-color: var(--color-info);
}

.order-stat.In.progress {
  background-color: var(--color-info);
}

.order-stat.Partial {
  background-color: var(--color-warning);
}

.order-stat.Processing {
  background-color: var(--color-brand-400);
}

.status-range {
  gap: var(--space-6);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.status-range-right,
.status-range-left {
  flex: 0 0 10%;
  max-width: 10%;
}

.status-range-center {
  flex: 0 0 80%;
  max-width: 80%;
}

.status-range-right .media .media-left,
.status-range-right .media .media-right,
.status-range-right .media .media-body,
.status-range-left .media .media-left,
.status-range-left .media .media-right,
.status-range-left .media .media-body {
  vertical-align: middle;
}

.status-range .media-heading {
  margin-bottom: 0;
  font-size: 18px;
  color: #00ffa3;
  font-weight: 700;
  line-height: 1;
}

.status-range-bar {
  padding: 2px;
  background: rgba(47, 92, 145, 0.12);
  box-shadow: inset 0 1px 2px rgba(17, 29, 45, 0.08);
  background-color: var(--color-surface-subtle);
  border: 1px solid var(--color-surface-subtle);
  height: 10px;
  width: 100%;
  border-radius: 100px;
}

.status-range-bar-inner {
  min-width: 8px;
  background: var(--gradient-horizontal);
  box-shadow: 0 2px 7px rgba(47, 92, 145, 0.28);
  transition: width 350ms ease;
  background-color: var(--color-brand-700);
  width: 50%;
  display: block;
  height: 8px;
  border-radius: 100px;
  position: relative;
}

.status-range-bar-ball {
  background: var(--bg-white);
  border: 4px solid var(--bg-primary);
  box-shadow: 0 2px 7px rgba(17, 29, 45, 0.16);
  width: 20px;
  height: 20px;
  background-color: var(--color-brand-700);
  display: block;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.status-range .status-range-left .media {
  width: auto;
  margin-left: auto;
  margin-right: 15px;
}

.status-range .status-range-left .media-heading {
  letter-spacing: 0.02em;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.4;
  margin-bottom: 0;
  margin-left: 7px;
}

.status-range .status-range-right .media {
  width: auto;
  margin-left: 15px;
  margin-right: auto;
}

.status-range .status-range-right .media-heading {
  letter-spacing: 0.02em;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.4;
  margin-bottom: 0;
  margin-right: 7px;
  margin-left: 0;
}

.status-range-subtitle {
  line-height: 1.35;
  margin-bottom: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
}

.status-range-txt {
  text-align: center;
  margin-bottom: 0;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
}

#totalPopupNotifications {
  position: absolute;
  width: 15px;
  height: 15px;
  top: -3px;
  right: -3px;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  color: var(--text-white);
  font-size: 10px;
  justify-content: center;
  background: var(--gradient-primary);
}

.notification-box {
  background-color: var(--color-surface-tint);
  padding: var(--space-2) var(--space-3);
  border-radius: 8px;
  margin-top: 7px;
  position: relative;
}

.notification-box p {
  margin-bottom: 0;
  font-size: 14px;
}

.notification-box .close-notify {
  position: absolute;
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 100px;
  border: 0;
  background-color: var(--color-brand-500);
  color: var(--text-white);
  font-size: 10px;
  top: -4px;
  right: 0;
}

.nightmode .notification-box {
  background-color: var(--color-brand-700);
}

.nightmode .notification-box p {
  color: var(--text-white);
}

.notify-wrapper {
  position: relative;
}

.notification-btn {
  position: relative;
}

.notification-btn #totalPopupNotifications {
  background-color: red;
}

.notice-board.show {
  height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.daymode .notice-board {
  background-color: var(--color-surface-tint);
}

.daymode .notification-box {
  background-color: var(--bg-white);
}

#mark-all-as-read-btn {
  margin: 5px auto;
  display: block;
  border-radius: 8px;
  background: var(--gradient-horizontal);
  border: 0;
  padding: 5px var(--space-2);
  width: 100%;
  color: var(--text-white);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.order-id-wrap {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.btn.btn-primary.copy-order-id {
  width: 25px;
  height: 25px;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 14px;
  padding: 0;
  margin-left: 8px;
}

.order-link a,
.table-view .well-orderhistory td a {
  color: var(--color-brand-500);
}

.nightmode .notification-box.increased p {
  color: var(--color-black);
}

.popup-notify-wrap {
  width: 300px;
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 999999999999;
}

.popup-notify {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  background-color: var(--text-dark);
  padding: var(--space-3);
  position: relative;
  opacity: 0.8;
}

.popup-notify p {
  flex: 0 0 calc(100% - 35px);
  max-width: calc(100% - 35px);
  padding-left: 12px;
  color: var(--text-white);
  font-size: 12px;
  padding-right: 12px;
}

.popup-notify:hover {
  opacity: 1;
}

.popup-notify.disabled {
  background-color: red;
}

.popup-notify.increased {
  background-color: yellow;
}

.popup-notify.increased p {
  color: var(--color-black);
}

.popup-notify.enabled {
  background-color: green;
}

.popup-notify + .popup-notify {
  margin-top: 5px;
}

.notice-board {
  position: absolute;
  z-index: 1;
  background-color: var(--bg-white);
  padding: 0 5px 0;
  border-radius: 12px;
  top: calc(100% + 3px);
  height: 0;
  overflow: hidden;
  min-width: 350px;
  right: -150px;
}

.notification-box.disabled {
  color: var(--text-white);
  background-color: rgba(255,0,0,60%);
}

.notification-box.increased {
  background-color: rgba(255,255,0,60%);
}

.notification-box.enabled {
  background-color: rgba(0,128,0,60%);
  color: var(--text-white);
}

.notification-box.decreased {
  background-color: rgba(0,0,255,60%);
  color: var(--text-white);
}

.google-login-wrap {
  position: relative;
  width: 100%;
  height: 55px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 27.5px;
  background-color: var(--color-brand-700);
  border-color: var(--color-brand-700);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-around;
}

.google-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 55px;
  width: 100%;
  overflow: hidden;
  opacity: 0;
}

.google-btn iframe {
  height: 55px !important;
  width: 100% !important;
  overflow: hidden;
  margin: 0 !important;
  border-radius: 100px;
}

.google-login {
  color: var(--text-white);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.google-login svg {
  width: 20px;
  display: inline-block;
  margin-left: 8px;
}

.ser-upadate {
  position: relative;
}

.ser-upadate::after {
  content: '';
  background-image: none;
  width: 27px;
  height: 27px;
  position: absolute;
  top: -10px;
  right: -10px;
  animation: blink1 1s infinite linear;
}

.vip-cat-name {
  background: linear-gradient(180deg, var(--color-brand-600) 0%, var(--color-brand-500) 100%) !important;
  color: var(--color-surface) !important;
  font-size: 20px !important;
  margin-bottom: 10px;
  padding: var(--space-gutter);
  text-align: center;
  border-radius: 100px;
  font-weight: 700;
}

.ser-desc-txt[data-id="serviceQualityData"] a {
  border-radius: 42px;
  background: var(--gradient-horizontal);
  text-align: center;
  color: var(--text-white);
  font-size: 12px;
  padding: 2px 10px;
  margin-top: 0;
  display: block;
  text-decoration: none;
}

#select2-orderform-service-results.dropdown-menu li a,
#select2-orderform-category-results.dropdown-menu li a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  padding: 3px 5px;
}

.row.search-row .dropdown-menu {
  width: 100%;
  min-width: 100%;
  overflow-y: auto;
  height: 550px;
}

#field-orderform-fields-comment {
  height: 180px;
  resize: none;
  border-radius: 20px;
}

.row.childpanel3-first-row .nav-tabs {
  margin-top: 60px;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border-strong);
  display: flex;
}

.row.childpanel3-first-row .nav-tabs + .row {
  margin-top: 40px;
}

.theme-wraper {
  background-color: var(--bg-white);
  padding: var(--space-gutter);
  border-radius: 12px;
  box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
  margin-bottom: 25px;
}

span.theme-view {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,30%);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: var(--color-brand-500);
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(255,255,255,99%);
  opacity: 0;
  border-radius: 8px;
}

.theme-wraper-detail-btn {
  background-color: var(--color-brand-700);
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  color: var(--color-surface) !important;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 600;
}

.theme-wraper-ul {
  background-color: var(--color-brand-500);
  padding: var(--space-3);
  list-style: none;
  border-radius: 12px;
  margin-bottom: 15px;
}

.theme-wraper-btn {
  display: flex;
  font-weight: 700;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  background: var(--gradient-primary);
  padding: 10px;
  border-radius: 10px;
  color: var(--color-surface) !important;
  text-decoration: none !important;
  margin: 0 0 5px 0;
}

.theme-wraper:hover {
  transform: translateY(-20px);
  box-shadow: 0 0 10px 0 rgba(0,0,0,40%);
  transition: 0.3s linear;
}

.table.smm-api-table {
  border-spacing: 0;
  border-collapse: separate;
}

body.guest .table.smm-api-table tbody tr td,
body.auth .table.smm-api-table tbody tr td {
  border-radius: 0 !important;
  border: 1px solid var(--color-brand-700) !important;
  padding: 5px var(--space-3) !important;
}

body .table.smm-api-table tbody tr:first-child td:first-child {
  border-radius: 12px 0 0 0 !important;
}

body .table.smm-api-table tbody tr:first-child td:last-child {
  border-radius: 0 12px 0 0 !important;
}

body .table.smm-api-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px !important;
}

body .table.smm-api-table tbody tr:last-child td:last-child {
  border-radius: 0 0 12px 0 !important;
}

body .table.smm-api-table tbody tr td:last-child {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.table.chart-table td .btn.btn-primary {
  width: 100%;
}

.feature-detail {
  background-color: var(--color-brand-700);
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  color: var(--color-surface) !important;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 600;
}

.feature-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.feature-btn-wrap .btn.btn-primary {
  flex: 0 0 49%;
  max-width: 49%;
  padding: 10px 18px;
  border-radius: 10px;
  min-height: 43px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.auth.nightmode .theme-wraper {
  background: var(--color-surface-dark);
}

.auth.nightmode .modal-content {
  background: var(--color-surface-dark);
}

.auth.nightmode .modal-title {
  color: var(--text-white);
}

.auth.nightmode #theme-detail li {
  color: var(--text-white);
}

.auth .container {
  width: 100%;
}

.auth.nightmode .title.text-center {
  color: var(--text-white);
}

.auth .nav.nav-pills.refund-tabs {
  justify-content: center;
}

.right-bat-btn a {
  background: linear-gradient(180deg, var(--color-brand-500) 0%, var(--color-brand-600) 100%);
  min-width: auto !important;
  color: var(--color-surface) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3px;
  border-radius: 30px !important;
  font-size: 14px !important;
  position: relative;
}

.right-bat-btn a svg {
  width: 14px;
}

.right-bat-btn svg path {
  fill: var(--color-surface);
}

.open-right .right-sidebar {
  right: 0;
  transition: right 0.3s linear;
}

.right-sidebar {
  position: fixed;
  right: -280px;
  height: 100%;
  width: 280px;
  background: linear-gradient(180deg, var(--color-brand-500) 0%, var(--color-brand-600) 100%);
  z-index: 9999;
  padding: var(--space-3);
  border-radius: 12px 0 0 12px;
  top: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  transition: right 0.3s linear;
}

.right-sidebar-title {
  font-size: 18px;
  color: var(--text-white);
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.right-sidebar-title-txt {
  color: var(--text-white);
}

.right-sidebar-title-icon {
  color: var(--text-white);
  cursor: pointer;
}

.right-sidebar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.right-sidebar-nav li a {
  display: flex;
  background-color: var(--color-surface);
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  width: 100%;
  align-content: center;
  align-items: center;
}

.right-sidebar-nav li a .right-sidebar-nav-txt {
  text-align: left;
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
  padding-right: 10px;
  color: var(--color-surface-dark);
}

.right-sidebar-nav-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(180deg, var(--color-brand-500) 0%, var(--color-brand-600) 100%);
  padding: 5px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 100px;
  flex: 0 0 50px;
  max-width: 50px;
}

.right-sidebar-nav-icon img {
  max-width: 35px;
}

.right-sidebar-nav li {
  flex: 0 0 100%;
  max-width: 100%;
}

.right-sidebar-nav li a:hover {
  background: var(--color-brand-700);
}

.right-sidebar-nav li a:hover .right-sidebar-nav-txt {
  color: var(--text-white);
}

.menu-icon svg path {
  fill: var(--color-text-muted);
}

.nightmode .menu-icon svg path {
  fill: var(--color-surface);
}

.menu-icon svg {
  width: 14px;
}

.sidebar-nav li.active a .menu-icon svg path,
.sidebar-nav li.active a:hover .menu-icon svg path,
.sidebar-nav li a:hover .menu-icon svg path,
.sidebar-nav li a:focus .menu-icon svg path {
  fill: var(--color-brand-500);
}

.row.mode-row {
  position: relative;
  padding: 25px;
  border-radius: 12px;
  background-color: var(--color-brand-500);
  display: flex;
  flex-wrap: wrap;
}

#theme-detail {
  padding: 0;
  list-style: none;
}

#viewdetail .modal-header::before,
#viewdetail .modal-header::after {
  display: none;
}

.guest .navbar-nav .dropdown a.childtheme-dropitem:hover {
  background-color: var(--color-brand-500);
}

.guest .navbar-nav .dropdown a.childtheme-dropitem {
  display: flex;
  align-items: center;
  align-content: center;
  border-bottom: 1px solid var(--color-surface);
  border-radius: 0 !important;
  padding: 5px var(--space-3);
  line-height: 1.1;
  text-decoration: none !important;
}

.guest .navbar-right .dropdown-toggle:focus {
  background-color: var(--color-brand-700);
}

#history-search .input-group .form-control {
  border-radius: 100px;
  background-color: var(--bg-white);
  color: rgba(126, 122, 147, 80%);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  float: none;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 40px;
  padding-right: 110px;
  background-image: none;
  padding: var(--space-3);
}

.row.search-row .btn.btn-primary.dropdown-toggle {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 55px;
  height: 50px;
  text-align: left;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
}

#annouce {
  padding: 50px 0;
}

.annoucement-wrapper {
  margin-top: 40px;
}

.annoucement-wrap {
  border-radius: 12px;
  background: var(--color-surface);
  box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
  margin: 0 0 var(--space-gutter);
  padding: var(--space-gutter);
}

.annoucement-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-bottom: 12px;
}

.annoucement-status {
  background-color: var(--color-success);
  padding: 3px 10px;
  border-radius: 100px;
  color: var(--text-white);
  min-width: 60px;
  text-align: center;
  margin-right: 15px;
}

.annoucement-date {
  font-weight: 500;
  color: var(--text-dark);
  font-size: 14px;
  text-decoration: underline;
}

.annoucement-title {
  color: var(--text-dark);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}

.annoucement-txt {
  color: var(--text-medium);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.annoucement-regard {
  color: var(--color-brand-600);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  text-decoration: underline;
}

.annoucement-ticket-btn {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: var(--color-brand-500);
  border-radius: 100px;
  color: var(--color-surface) !important;
  margin-left: auto;
  text-decoration: none !important;
}

.annouce-status {
  background-color: var(--color-brand-700);
}

.update-status {
  color: var(--text-dark);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 16px;
  background-color: var(--bg-light);
  padding: var(--space-3);
  min-width: 236px;
  background: var(--color-brand-500);
}

.announcement-btn {
  display: none !important;
  position: fixed;
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 50px;
  color: var(--text-white);
  bottom: 90px;
  right: 26px;
  font-size: 28px;
  background-color: var(--color-brand-700);
  cursor: pointer;
}

.announcement-sidebar.toggle {
  right: -7px;
}

.annouce-sidebar-title {
  color: var(--text-dark);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}

.annouce-sidebar-link {
  display: flex;
  align-items: center;
  align-content: center;
  color: var(--color-brand-500);
  font-size: 14px;
  font-weight: 500;
}

.announcement-sidebar-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(47, 92, 145, 0.31);
  margin-bottom: 15px;
}

.announcement-sidebar-close {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: var(--color-brand-500);
  color: var(--text-white);
  font-size: 24px;
}

.announcement-sidebar-body .annoucement-wrap {
  background-color: #fdf3f4;
  border: 1px solid rgba(28, 58, 96, 0.31);
  box-shadow: none;
  padding: 10px;
}

.announcement-sidebar-body .annoucement-title {
  font-size: 18px;
}

.announcement-sidebar-body .annoucement-txt {
  font-size: 14px;
  line-height: 1.2;
}

.announcement-sidebar-body .annoucement-regard {
  font-size: 12px;
}

.announcement-sidebar-body .annoucement-status {
  font-size: 12px;
  padding: 3px 5px;
}

.announcement-sidebar-body .annoucement-date {
  font-size: 12px;
}

.switch-btnn {
  width: 60px;
  height: 25px;
  background-color: var(--bg-white);
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 3px;
  position: relative;
}

.switch-btnn span {
  width: 20px;
  height: 20px;
  background: var(--gradient-primary);
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
}

.switch-btnn.active span {
  left: auto;
  right: 3px;
}

#viewdetail .modal-header,
#login-modal .modal-header {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

#login-modal .modal-header::before,
#login-modal .modal-header::after {
  display: none;
}

.payment-methods .box {
  background: var(--color-surface);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
}

.payment-methods .img-responsive {
  max-width: 100%;
  display: block;
  width: auto;
  max-height: 50px;
  height: auto;
}

.right-bat-btn {
  position: relative;
}

.row.mt-smm {
  margin-top: 25px;
}

.guest .nav.navbar-nav.navbar-right .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 5px;
  font-size: 12px;
  color: var(--color-brand-700);
  text-decoration: none !important;
}

.guest .nav.navbar-nav.navbar-right .dropdown-menu .dropdown-item:hover {
  background-color: var(--color-brand-500);
  color: var(--color-surface);
}

.guest .nav.navbar-nav.navbar-right .dropdown-menu .dropdown-item .right-sidebar-nav-icon {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  max-width: 35px;
  margin-left: auto;
}

.guest .nav.navbar-nav.navbar-right .dropdown-menu .dropdown-item .right-sidebar-nav-icon img {
  max-width: 25px;
}

.icon-hover {
  font-size: 32px;
  color: var(--color-brand-500);
  transition: color var(--motion-standard) var(--ease-standard), transform var(--motion-standard) var(--ease-standard);
  cursor: pointer;
}

.icon-hover:hover {
  color: var(--color-brand-700);
  transform: scale(1.08);
}

.tab-reliability,
[data-tab="reliability"] {
  display: none !important;
}

.dashboard-page .dashboard-kpi {
  min-height: 204px;
  padding: var(--space-6);
  border: 1px solid rgba(47, 92, 145, 0.08);
  box-shadow: 0 10px 30px rgba(17, 29, 45, 0.06);
}

.dashboard-page .dashboard-kpi .dashboard-box-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  font-size: 21px;
  background: var(--gradient-primary);
}

.dashboard-page .dashboard-kpi .dashboard-box-title {
  font-size: clamp(24px, 2.25vw, 30px);
  line-height: 1.1;
  margin-bottom: 9px;
}

.dashboard-page .dashboard-kpi .dashboard-box-txt {
  font-size: 14px;
  line-height: 1.5;
}

.dashboard-page .status-progress-panel .status-range-right,
.dashboard-page .status-progress-panel .status-range-left {
  flex: 0 0 16%;
  max-width: 16%;
}

.dashboard-page .status-progress-panel .status-range-center {
  flex: 0 0 calc(68% - 48px);
  max-width: calc(68% - 48px);
}

.dashboard-page .status-progress-panel .status-range-subtitle {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.35;
}

.dashboard-page .status-progress-panel .status-range-bar {
  height: 12px;
  padding: 2px;
  border: 0;
  background: rgba(47, 92, 145, 0.12);
}

.dashboard-page .status-progress-panel .status-range-bar-inner {
  height: 8px;
  min-width: 8px;
  background: var(--gradient-horizontal);
}

.dashboard-page .status-progress-panel .status-range-bar-ball {
  width: 16px;
  height: 16px;
  background: var(--bg-white);
  border: 4px solid var(--bg-primary);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

svg {
  max-width: 100%;
}

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

input,
select {
  max-width: 100%;
  font: inherit;
}

textarea {
  max-width: 100%;
  font: inherit;
  resize: vertical;
}

button {
  max-width: 100%;
  font: inherit;
  touch-action: manipulation;
}

[role="button"],
.sidebar-nav a,
.top-nav a {
  touch-action: manipulation;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(47, 92, 145, 0.35);
  outline-offset: 2px;
}

.auth .table th,
.auth .table td,
.guest .table th,
.guest .table td {
  vertical-align: middle;
}

.announcement-sidebar {
  position: fixed;
  right: -350px;
  top: 0;
  z-index: 1;
  height: 100%;
  background-color: var(--bg-white);
  box-shadow: 0 0 10px 0 rgba(0,0,0,50%);
  padding: var(--space-gutter) var(--space-gutter) 50px var(--space-gutter);
  width: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  max-height: 100dvh;
  overscroll-behavior: contain;
}

.service-name {
  width: 100%;
  max-width: 100%;
  min-width: 250px;
  overflow-wrap: anywhere;
}

.update-ser-name {
  font-size: 12px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.service-description {
  overflow-wrap: anywhere;
}

.nightmode .announcement-sidebar,
.nightmode .announcement-sidebar-body .annoucement-wrap,
.nightmode .dropdown-menu {
  color: rgba(255, 255, 255, 0.88);
  background-color: var(--bg-dark);
  border-color: rgba(255, 255, 255, 0.12);
}

.nightmode input::placeholder,
.nightmode textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
  opacity: 1;
}

.grid-view .order-content {
  gap: 6px;
  align-items: center;
}

.grid-view .order-top-ul > li:not(.order-ser-li):not(.order-status) .order-content {
  min-height: 0px;
}

.grid-view .order-top-ul > li:first-child .order-txt {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.grid-view .order-ser {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-wrap: nowrap;
  align-items: center;
}

.grid-view .order-link-wrapper .order-content {
  display: flex;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
  align-items: center;
}

.grid-view .order-link-wrapper .order-content::after {
  display: none;
}

.grid-view .order-link-wrapper .order-label {
  flex: 0 0 auto;
}

.grid-view .order-link > .order-id-icon {
  flex: 0 0 26px;
}

.grid-view .order-link > a:not([data-toggle="modal"]) {
  flex: 1 1 auto;
}

.grid-view .order-bottom-ul > li:not(.order-link-wrapper):not(.order-btns) .order-label {
  white-space: nowrap;
}

.grid-view .order-bottom-ul > li:not(.order-link-wrapper):not(.order-btns) a {
  color: var(--accent);
  font-weight: 700;
}

.grid-view .order-bottom-ul > li:not(.order-link-wrapper):not(.order-btns) a:hover {
  color: var(--accent-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.grid-view .order-btns {
  margin-inline-start: auto;
}

.nightmode .grid-view .order-bottom-ul > li:not(.order-link-wrapper):not(.order-btns) a {
  color: var(--color-dark-text-soft);
}

.auth {
  background-color: var(--bg-light);
  padding-bottom: 0;
  min-height: 100dvh;
  background: radial-gradient(circle at 100% 0, rgba(47, 92, 145, 0.09), transparent 28rem), var(--bg-light);
}

.inner-wrap {
  padding-left: 285px;
  padding-bottom: 52px;
  min-width: 0;
}

.sidebar {
  width: 285px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: var(--bg-white);
  border-right: 1px solid #ECE5E6;
  box-sizing: border-box;
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 100dvh;
  overscroll-behavior: contain;
  padding: var(--space-6) 14px;
  border-right-color: var(--line);
  box-shadow: 12px 0 32px rgba(17, 29, 45, 0.035);
}

.sidebar-logo-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 6px;
}

.sidebar-profile {
  text-align: center;
  padding: var(--space-4) 10px 18px;
  margin: var(--space-4) 0 var(--space-3);
  border-bottom: 1px solid var(--line);
}

.profile-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: 0.055em;
}

.sidebar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: var(--space-1);
}

.sidebar-nav li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  color: var(--text-medium);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none !important;
  margin-bottom: 5px;
  min-height: 48px;
  padding: 6px var(--space-2);
  margin: 0;
  border-radius: var(--radius-sm);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.sidebar-nav li a:hover {
  background: var(--gradient-primary);
  transform: translateX(3px);
}

.menu-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background-color: var(--bg-white);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  margin-right: 10px;
  background: var(--surface-muted);
  transition: background-color 180ms ease, transform 180ms ease;
}

.sidebar-nav li.active a .menu-icon,
.sidebar-nav li a:hover .menu-icon,
.sidebar-nav li a:focus .menu-icon {
  background: rgba(255, 255, 255, 0.94);
  transform: scale(1.04);
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  background-color: var(--bg-white);
  position: sticky;
  top: 0;
  z-index: 8;
  min-height: 76px;
  padding: 14px var(--space-6);
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-xs);
}

.top-nav-right-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 6px;
}

.top-nav-right-nav li {
  margin-left: 0;
}

.top-nav-right-nav li a {
  width: 37px;
  height: 37px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  background-color: var(--color-brand-700);
  color: var(--text-white);
  font-size: 20px;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.top-nav-right-nav li a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 14px rgba(28, 58, 96, 0.22);
}

.api-box {
  border-radius: 20px;
  background: var(--color-surface);
  padding: var(--space-gutter);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.dashboard-box {
  border-radius: 20px;
  background-color: var(--bg-white);
  padding: 25px var(--space-gutter);
  margin-bottom: 15px;
  min-height: 232px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.well {
  background: var(--color-surface);
  padding: var(--space-gutter);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  border-radius: var(--radius-lg);
}

.well-orderhistory {
  padding: var(--space-gutter);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  border-radius: var(--radius-lg);
}

.fund-tab-content {
  padding: 25px;
  margin-bottom: 8px;
  background-color: var(--color-canvas);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  border-radius: var(--radius-lg);
}

.dash-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.dash-title2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.fund-tab-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.api-title2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.dashboard-box-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.dash-txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ink-muted);
}

.fund-tab-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--ink-muted);
}

.dashboard-box-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
  color: var(--ink-muted);
}

.cate-shortcut {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  margin-bottom: 15px;
  border-radius: 30px;
  background-color: var(--bg-white);
  justify-content: space-between;
  margin-top: 15px;
  gap: 10px;
  padding: 18px;
}

.cate-shortcut li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  border-radius: 40px;
  background: var(--color-canvas);
  text-decoration: none !important;
  margin-bottom: 10px;
  min-height: 50px;
  padding: 9px 11px;
  border: 1px solid transparent;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.cate-shortcut li a:hover,
.cate-shortcut li a:focus {
  background: var(--surface-tint);
  border-color: var(--line-strong);
  transform: translateY(-2px);
}

.search-dropdown .input-wrapper .form-control {
  border-radius: 43px;
  background-color: var(--bg-light);
  height: 38px;
  color: var(--text-dark);
  border: 1px solid transparent;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.auth .form-control:not(.select2-selection) {
  height: 50px;
  border-radius: 43px;
  background-color: var(--color-canvas);
  box-shadow: none;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

#select2-orderform-category-container,
#select2-orderform-service-container {
  height: 50px;
  border-radius: 43px;
  background-color: var(--bg-light);
  box-shadow: none;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 50px;
  padding: 0 var(--space-3);
  border: 1px solid transparent;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.auth .form-control:not(.select2-selection):focus,
.search-dropdown .input-wrapper .form-control:focus {
  background-color: var(--surface);
  border-color: rgba(47, 92, 145, 0.45);
  box-shadow: 0 0 0 4px rgba(47, 92, 145, 0.1);
}

.status-table-wrap {
  margin-top: 0px;
  padding: 0;
  overflow: hidden;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius-md);
  scrollbar-color: rgba(47, 92, 145, 0.45) transparent;
}

.table-responsive {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius-md);
  scrollbar-color: rgba(47, 92, 145, 0.45) transparent;
}

.auth .table thead tr th {
  color: var(--text-white);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding: var(--space-gutter) var(--space-3) !important;
  background-color: var(--color-brand-700);
  border: 0 !important;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.guest .table thead tr th {
  background: var(--color-brand-700);
  padding: var(--space-gutter) var(--space-3) !important;
  color: var(--text-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.auth .table tbody tr td {
  padding: var(--space-gutter) var(--space-3) !important;
  background-color: var(--bg-white);
  color: var(--text-dark);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  border-top: 1px solid rgba(47, 92, 145, 0.06);
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.guest .table tbody tr td {
  border: 0 !important;
  border-top: 1px solid rgba(47, 92, 145, 0.06);
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.auth .table tbody tr:hover td,
.guest .table tbody tr:hover td {
  background-color: var(--surface-tint);
}

.order-wrap {
  border-radius: 19px;
  background: var(--color-surface);
  padding: var(--space-3);
  margin-bottom: 12px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.order-wrap:hover {
  border-color: var(--line-strong);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.order-top-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(32, 28, 63, 0.18);
  padding-bottom: 12px;
  border-bottom-color: var(--line);
}

.order-content::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--line-strong);
}

.order-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-muted);
}

.order-txt {
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
  color: var(--ink);
}

.order-link {
  font-size: 14px;
  font-weight: 500;
  white-space: normal;
  word-break: break-word;
  flex: 0 0 calc(100% - 32px);
  max-width: calc(100% - 32px);
  margin-left: 0;
  padding-left: 5px;
  overflow-wrap: anywhere;
  color: var(--ink);
}

.order-link:hover {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

#service-table tbody td {
  background: var(--color-surface);
  border: none !important;
  padding: var(--space-3) !important;
  border-top: 1px solid rgba(47, 92, 145, 0.08) !important;
}

.ser-icon {
  background-color: var(--bg-light);
  border: 1px solid #EFE1E3;
  width: 34px;
  height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--color-brand-600);
  margin: 0 2px;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.ser-icon:hover {
  color: var(--text-white);
  background: var(--gradient-primary);
  transform: translateY(-1px);
}

.modal-content {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 64px rgba(17, 29, 45, 0.22);
}

.auth.nightmode {
  background-color: var(--color-surface-dark);
  background: radial-gradient(circle at 100% 0, rgba(87, 142, 199, 0.14), transparent 30rem), var(--color-surface-dark);
}

.nightmode .cate-shortcut,
.nightmode .well,
.nightmode .dashboard-box,
.nightmode .fund-tab-content,
.nightmode .api-box {
  background-color: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.nightmode .modal-content {
  color: rgba(255, 255, 255, 0.88);
  background-color: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.nightmode .well-orderhistory,
.nightmode .order-wrap {
  background-color: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.nightmode .dash-title,
.nightmode .dashboard-box-title,
.nightmode .dash-title2,
.nightmode .fund-tab-title,
.nightmode .api-title2,
.nightmode .profile-name,
.nightmode .order-txt,
.nightmode .order-link {
  color: var(--text-white);
}

.nightmode .dash-txt,
.nightmode .fund-tab-txt,
.nightmode .dashboard-box-txt,
.nightmode .order-label,
.nightmode .auth label {
  color: rgba(255, 255, 255, 0.68);
}

.nightmode #service-table tbody td {
  color: var(--text-white);
  background-color: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.nightmode .auth .table tbody tr td {
  background-color: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.nightmode .auth .table tbody tr:hover td {
  background-color: rgba(255, 255, 255, 0.07);
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
}

:where(a, button, [role="button"]):focus-visible {
  text-decoration-thickness: max(2px, 0.12em);
  text-underline-offset: 0.18em;
}

:where(button, input, select, textarea):disabled,
[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.65;
}

.sr-only,
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.table-view .orders-table-card {
  padding: 0;
  overflow: hidden;
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.table-view .orders-table-scroll {
  margin: 0;
  overflow-x: auto;
  border-radius: inherit;
  background: var(--bg-white);
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(47, 92, 145, 0.42) transparent;
}

.table-view .orders-table-scroll::-webkit-scrollbar {
  height: 9px;
}

.table-view .orders-table-scroll::-webkit-scrollbar-thumb {
  background: rgba(47, 92, 145, 0.32);
  border: 2px solid transparent;
  border-radius: 999px;
  background-clip: padding-box;
}

.table-view .orders-data-table {
  width: 100%;
  min-width: 1120px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: auto;
  font-size: 13px;
}

.table-view .orders-data-table > thead > tr > th {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 13px var(--space-3);
  color: var(--ink-muted);
  background: linear-gradient(135deg, var(--surface), var(--surface-tint));
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.065em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.table-view .orders-data-table > tbody > .orders-table-row > td {
  padding: var(--space-3);
  color: var(--ink);
  background: var(--bg-white);
  border: 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.45;
  vertical-align: middle;
  transition: background-color 160ms ease;
}

.table-view .orders-data-table > tbody > .orders-table-row:nth-child(even) > td {
  background: var(--surface-muted);
}

.table-view .orders-data-table > tbody > .orders-table-row:hover > td {
  background: var(--surface-tint);
}

.table-view .orders-data-table > tbody > .orders-table-row:last-child > td {
  border-bottom: 0;
}

.table-view .orders-th-id,
.table-view .orders-table-id-cell {
  width: 118px;
  white-space: nowrap;
}

.table-view .orders-th-date,
.table-view .orders-table-date {
  width: 142px;
  white-space: nowrap;
}

.table-view .orders-th-link,
.table-view .orders-table-link-cell {
  width: auto !important;
  min-width: 190px;
  max-width: 260px;
  word-break: normal;
}

.table-view .orders-th-service,
.table-view .orders-table-service-cell {
  min-width: 260px;
  max-width: 380px;
}

.table-view .orders-th-status,
.table-view .orders-table-status-cell {
  width: 132px;
}

.table-view .orders-th-actions,
.table-view .orders-table-actions-cell {
  width: 110px;
  text-align: right;
  white-space: nowrap;
}

.table-view .orders-th-number,
.table-view .orders-table-number {
  text-align: right;
  white-space: nowrap;
}

.table-view .order-id-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  flex-wrap: nowrap;
}

.table-view .order-id-wrap .row-checkbox {
  margin: 0;
}

.table-view .order-id-wrap .order-id {
  color: var(--ink);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.table-view .order-id-wrap .copy-order-id {
  display: inline-flex;
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  background: var(--surface-tint);
  border: 1px solid var(--line);
  border-radius: 7px;
  box-shadow: none;
}

.table-view .order-id-wrap .copy-order-id:hover {
  color: var(--text-white);
  background: var(--gradient-primary);
  border-color: transparent;
}

.table-view .date-text {
  display: block;
  color: var(--ink-muted);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.table-view .orders-link-wrap {
  display: flex;
  min-width: 0;
  gap: 7px;
  align-items: center;
}

.table-view .well-orderhistory td .orders-table-link {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: var(--accent);
  font-size: 12px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-view .well-orderhistory td .orders-table-link:hover {
  color: var(--accent-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.table-view .well-orderhistory td .order-details-link {
  display: inline-flex;
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  color: var(--ink-muted);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.table-view .well-orderhistory td .order-details-link:hover {
  color: var(--accent);
  background: var(--surface-tint);
}

.table-view .charge-text,
.table-view .start-count,
.table-view .quantity-text,
.table-view .remains-text {
  color: var(--ink);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.table-view .service-info {
  display: flex;
  min-width: 0;
  gap: var(--space-2);
  align-items: flex-start;
}

.table-view .service-id-badge {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 3px 7px;
  color: var(--accent-deep);
  background: var(--surface-tint);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.table-view .service-name {
  min-width: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.table-view .order-stat.status-badge {
  display: inline-flex;
  min-width: 96px;
  min-height: 28px;
  padding: 5px 10px;
  gap: 5px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  white-space: nowrap;
}

.table-view .order-stat.status-badge.Completed {
  color: var(--color-success-ink);
  background: var(--color-success-soft);
  border-color: var(--color-success-border);
}

.table-view .order-stat.status-badge.Pending {
  color: var(--color-warning-ink);
  background: var(--color-warning-soft);
  border-color: var(--color-warning-border);
}

.table-view .order-stat.status-badge.In.progress,
.table-view .order-stat.status-badge.Processing {
  color: var(--color-info-ink);
  background: var(--color-info-soft);
  border-color: var(--color-info-border);
}

.table-view .order-stat.status-badge.Partial,
.table-view .order-stat.status-badge.Paused {
  color: var(--color-partial-ink);
  background: var(--color-partial-soft);
  border-color: var(--color-partial-border);
}

.table-view .order-stat.status-badge.Canceled,
.table-view .order-stat.status-badge.Rejected,
.table-view .order-stat.status-badge.Error {
  color: var(--color-danger-dark);
  background: var(--color-danger-soft);
  border-color: var(--color-danger-border);
}

.table-view .orders-table-actions-cell .order-actions {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-end;
}

.table-view .orders-table-actions-cell .btn {
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: none;
}

.nightmode .table-view .orders-table-card,
.nightmode .table-view .orders-table-scroll,
.nightmode .table-view .orders-data-table > tbody > .orders-table-row > td {
  background: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.09);
}

.nightmode .table-view .orders-data-table > thead > tr > th {
  color: rgba(255, 255, 255, 0.7);
  background: var(--color-dark-surface-hover);
  border-color: rgba(255, 255, 255, 0.12);
}

.nightmode .table-view .orders-data-table > tbody > .orders-table-row:nth-child(even) > td {
  background: var(--color-surface-dark-raised);
}

.nightmode .table-view .orders-data-table > tbody > .orders-table-row:hover > td {
  background: var(--color-brand-700);
}

.nightmode .table-view .order-id-wrap .order-id,
.nightmode .table-view .charge-text,
.nightmode .table-view .start-count,
.nightmode .table-view .quantity-text,
.nightmode .table-view .remains-text,
.nightmode .table-view .service-name {
  color: var(--text-white);
}

.nightmode .table-view .date-text {
  color: rgba(255, 255, 255, 0.66);
}

.nightmode .table-view .service-id-badge,
.nightmode .table-view .order-id-wrap .copy-order-id,
.nightmode .table-view .well-orderhistory td .order-details-link {
  color: var(--color-dark-text-soft);
  background: rgba(87, 142, 199, 0.16);
  border-color: rgba(255, 255, 255, 0.12);
}

.grid-view.history-grid-static {
  display: block !important;
}

.grid-view.active {
  display: block;
}

.grid-view .order-wrap {
  position: relative;
  padding: var(--space-4) 18px;
  margin-bottom: 14px;
  overflow: hidden;
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.grid-view .order-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--gradient-horizontal);
  opacity: 0.9;
}

.grid-view .order-wrap:hover {
  border-color: var(--line-strong);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.grid-view .order-bottom-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.grid-view .order-top-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid var(--line);
}

.grid-view .order-content::after {
  background: var(--line-strong);
  opacity: 0.7;
}

.grid-view .order-label {
  color: var(--ink-muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.grid-view .order-txt {
  margin-left: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.grid-view .order-top-ul > li:first-child .order-content {
  align-items: center;
}

.grid-view .order-top-ul > li:first-child .row-checkbox {
  margin-right: 0;
  margin-top: 0;
}

.grid-view .order-top-ul > li:first-child .order-txt.order-id {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.grid-view .btn.btn-primary.copy-order-id {
  display: inline-flex;
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  padding: 0;
  margin-left: 0;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  background: var(--surface-tint);
  border: 1px solid var(--line);
  border-radius: 7px;
  box-shadow: none;
}

.grid-view .btn.btn-primary.copy-order-id:hover,
.grid-view .btn.btn-primary.copy-order-id:focus {
  color: var(--text-white);
  background: var(--gradient-primary);
  border-color: transparent;
  transform: none;
}

.grid-view .order-date .order-txt {
  color: var(--ink-muted);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.grid-view .order-ser-li {
  padding-top: 11px;
  margin-top: 9px;
  border-top-color: var(--line);
}

.grid-view .order-ser-li .order-label {
  flex: 0 0 58px;
  max-width: 58px;
}

.grid-view .order-ser .order-txt {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grid-view .order-status .order-content {
  display: inline-flex;
  min-width: 96px;
  min-height: 28px;
  padding: 5px 10px;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  background: var(--color-brand-700);
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  white-space: nowrap;
}

.grid-view .order-status .order-content .order-txt {
  margin-left: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.grid-view .order-status-icon {
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-right: 0;
  color: inherit;
  background: transparent !important;
  border-radius: 0;
  font-size: 9px;
}

.grid-view .order-status .order-content.Completed {
  color: var(--color-success-ink);
  background: var(--color-success-soft);
  border-color: var(--color-success-border);
}

.grid-view .order-status .order-content.Pending {
  color: var(--color-warning-ink);
  background: var(--color-warning-soft);
  border-color: var(--color-warning-border);
}

.grid-view .order-status .order-content.In.progress,
.grid-view .order-status .order-content.Processing,
.grid-view .order-status .order-content.Active {
  color: var(--color-info-ink);
  background: var(--color-info-soft);
  border-color: var(--color-info-border);
}

.grid-view .order-status .order-content.Partial,
.grid-view .order-status .order-content.Paused {
  color: var(--color-partial-ink);
  background: var(--color-partial-soft);
  border-color: var(--color-partial-border);
}

.grid-view .order-status .order-content.Canceled,
.grid-view .order-status .order-content.Rejected,
.grid-view .order-status .order-content.Error {
  color: var(--color-danger-dark);
  background: var(--color-danger-soft);
  border-color: var(--color-danger-border);
}

.grid-view .order-status .order-content.Expired {
  color: var(--color-text-muted);
  background: var(--color-surface-subtle);
  border-color: var(--color-border-strong);
}

.grid-view .order-link-wrapper {
  padding: 10px var(--space-3);
  margin-bottom: 12px;
  background: var(--surface-muted);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.grid-view .order-link-wrap {
  display: flex;
  align-items: center;
}

.grid-view .order-link {
  width: auto;
  max-width: none;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0;
  flex: 1 1 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-overflow: ellipsis;
  display: flex;
  min-width: 0;
  padding-left: 7px;
  gap: 7px;
  align-items: center;
  color: var(--ink);
  white-space: nowrap;
}

.grid-view .order-link a {
  min-width: 0;
  overflow: hidden;
  color: var(--accent);
  font-size: 12px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grid-view .order-link a:hover {
  color: var(--accent-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.grid-view .order-link > a[data-toggle="modal"] {
  flex: 0 0 26px;
  display: inline-flex;
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: var(--ink-muted);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 7px;
  cursor: pointer;
}

.grid-view .order-id-icon.copyTextBtn {
  display: inline-flex;
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: var(--ink-muted);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 7px;
  cursor: pointer;
}

.grid-view .order-id-icon.copyTextBtn:hover,
.grid-view .order-link > a[data-toggle="modal"]:hover {
  color: var(--accent);
  background: var(--surface-tint);
  text-decoration: none;
}

.grid-view .order-bottom-ul > li:not(.order-link-wrapper):not(.order-btns) .order-content {
  min-height: 36px;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: center;
  padding: 7px 11px;
  margin: 0 5px 0 0;
  background: var(--surface-muted);
  border: 1px solid var(--line);
  border-radius: 9px;
}

.grid-view .order-bottom-ul > li:not(.order-link-wrapper):not(.order-btns) .order-content::after {
  display: none;
}

.grid-view .order-bottom-ul > li:not(.order-link-wrapper):not(.order-btns) .order-txt {
  white-space: nowrap;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.grid-view .order-btns .order-content {
  min-height: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: flex-end;
}

.grid-view .order-btns .btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: auto;
  min-width: 88px;
  min-height: 30px;
  padding: 6px 10px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: none;
}

.grid-view .order-btns .btn.btn-primary.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: auto;
  min-width: 88px;
  min-height: 30px;
  padding: 6px 10px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: none;
  color: var(--accent-deep);
  background: var(--surface-tint);
  border-color: var(--line);
}

.grid-view .order-btns .btn.btn-primary.btn-secondary:hover {
  color: var(--text-white);
  background: var(--gradient-primary);
  border-color: transparent;
}

.nightmode .grid-view .order-wrap {
  background: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.nightmode .grid-view .order-label,
.nightmode .grid-view .order-date .order-txt {
  color: rgba(255, 255, 255, 0.66);
}

.nightmode .grid-view .order-txt,
.nightmode .grid-view .order-ser .order-txt {
  color: var(--text-white);
}

.nightmode .grid-view .order-link-wrapper,
.nightmode .grid-view .order-bottom-ul > li:not(.order-link-wrapper):not(.order-btns) .order-content {
  background: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.1);
}

.nightmode .grid-view .btn.btn-primary.copy-order-id,
.nightmode .grid-view .order-id-icon.copyTextBtn,
.nightmode .grid-view .order-link > a[data-toggle="modal"],
.nightmode .grid-view .order-btns .btn.btn-primary.btn-secondary {
  color: var(--color-dark-text-soft);
  background: rgba(87, 142, 199, 0.16);
  border-color: rgba(255, 255, 255, 0.12);
}

.tickets-page {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 28px;
}

.tickets-page .tickets-support-card {
  position: relative;
  display: flex;
  min-height: 76px;
  padding: 17px var(--space-5);
  overflow: hidden;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, var(--surface), var(--surface-tint));
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.tickets-page .tickets-support-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--gradient-horizontal);
}

.tickets-page .ticket-alert-txt {
  min-width: 0;
  max-width: none;
  flex: 1 1 auto;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.tickets-page .ticket-alert-txt span {
  color: var(--accent-deep);
  font-weight: 700;
}

.tickets-page .ticket-modal-btn {
  display: inline-flex;
  min-width: 132px;
  min-height: 40px;
  max-width: none;
  padding: 9px var(--space-gutter);
  flex: 0 0 auto;
  gap: var(--space-2);
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 8px 16px rgba(38, 77, 122, 0.18);
}

.tickets-page .tickets-history-card {
  padding: 0;
  overflow: hidden;
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.tickets-page .tickets-history-header {
  display: flex;
  min-height: 72px;
  padding: 14px 18px;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, var(--surface), var(--surface-tint));
  border-bottom: 1px solid var(--line);
}

.tickets-page .tickets-history-header .dash-title {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.tickets-page .tickets-history-header #history-search {
  width: min(100%, 410px);
  margin: 0;
  flex: 0 1 410px;
}

.tickets-page .tickets-history-header #history-search .input-group {
  display: flex;
  align-items: center;
}

.tickets-page .tickets-history-header #history-search .form-control {
  height: 42px;
  padding: 9px 52px 9px 14px;
  color: var(--ink);
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: none !important;
  font-size: 12px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.tickets-page .tickets-history-header #history-search .form-control:focus {
  border-color: rgba(47, 92, 145, 0.48);
  box-shadow: 0 0 0 4px rgba(47, 92, 145, 0.1) !important;
}

.tickets-page .tickets-history-header #history-search .btn.btn-default {
  right: 5px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  border-radius: 7px;
  font-size: 12px;
}

.tickets-page .tickets-table-wrap {
  margin: 0;
  overflow-x: auto;
  background: var(--bg-white);
  border-radius: 0;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(47, 92, 145, 0.42) transparent;
}

.tickets-page .tickets-table {
  width: 100%;
  min-width: 720px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 12px;
}

.tickets-page .tickets-table > thead > tr > th {
  padding: var(--space-3) 14px;
  color: var(--ink-muted);
  background: var(--surface-muted);
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.065em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.tickets-page .tickets-id-column {
  width: 110px;
}

.tickets-page .tickets-subject-column {
  width: auto;
}

.tickets-page .tickets-status-column {
  width: 145px;
}

.tickets-page .tickets-updated-column {
  width: 180px;
}

.tickets-page .tickets-table > tbody > .tickets-row > td {
  padding: 13px 14px;
  color: var(--ink);
  background: var(--bg-white);
  border: 0;
  border-bottom: 1px solid var(--line);
  line-height: 1.45;
  vertical-align: middle;
  transition: background-color 160ms ease;
}

.tickets-page .tickets-table > tbody > .tickets-row:nth-child(even) > td {
  background: var(--surface-muted);
}

.tickets-page .tickets-table > tbody > .tickets-row:hover > td {
  background: var(--surface-tint);
}

.tickets-page .tickets-table > tbody > .tickets-row:last-child > td {
  border-bottom: 0;
}

.tickets-page .tickets-id-badge {
  display: inline-flex;
  min-height: 27px;
  padding: 5px 9px;
  align-items: center;
  justify-content: center;
  color: var(--accent-deep);
  background: var(--surface-tint);
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  line-height: 1.2;
}

.tickets-page .tickets-subject-link {
  display: inline-flex;
  max-width: 100%;
  min-width: 0;
  gap: 9px;
  align-items: center;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.45;
}

.tickets-page .tickets-subject-link i {
  width: 26px;
  min-width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  background: var(--surface-tint);
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 11px;
}

.tickets-page .tickets-subject-link:hover,
.tickets-page .tickets-subject-link:focus {
  color: var(--accent-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tickets-page .ticket-status {
  display: inline-flex;
  min-width: 92px;
  min-height: 28px;
  padding: 5px 10px;
  align-items: center;
  justify-content: center;
  color: var(--color-info-ink);
  background: var(--color-info-soft);
  border: 1px solid var(--color-info-border);
  border-radius: 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  white-space: nowrap;
}

.tickets-page .ticket-status.Pending {
  color: var(--color-warning-ink);
  background: var(--color-warning-soft);
  border-color: var(--color-warning-border);
}

.tickets-page .ticket-status.Answered {
  color: var(--color-success-ink);
  background: var(--color-success-soft);
  border-color: var(--color-success-border);
}

.tickets-page .ticket-status.Closed {
  color: var(--color-text-muted);
  background: var(--color-surface-subtle);
  border-color: var(--color-border-strong);
}

.tickets-page .tickets-updated-cell {
  color: var(--ink-muted) !important;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.tickets-page .tickets-history-card > .nav-pills {
  display: flex;
  padding: 14px 18px;
  justify-content: center;
  border-top: 1px solid var(--line);
}

.tickets-page .tickets-history-card .pagination {
  margin: 0;
}

#ticket-modal .ticket-modal-dialog {
  width: min(620px, calc(100vw - 30px));
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
}

#ticket-modal .modal-content {
  overflow: hidden;
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 24px 64px rgba(17, 29, 45, 0.22);
}

#ticket-modal .modal-header {
  display: flex;
  justify-content: space-between;
  min-height: 68px;
  padding: var(--space-4) var(--space-5);
  align-items: center;
  background: linear-gradient(135deg, var(--surface), var(--surface-tint));
  border-bottom: 1px solid var(--line);
}

#ticket-modal .modal-title {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

#ticket-modal .modal-header .close {
  display: inline-flex;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: var(--ink-muted);
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 22px;
  line-height: 1;
  opacity: 1;
}

#ticket-modal .modal-body {
  padding: 22px;
}

#ticket-modal .ticketModalla .form-group {
  margin-bottom: 17px;
}

#ticket-modal .ticketModalla .control-label {
  display: block;
  margin-bottom: 7px;
  color: var(--ink-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

#ticket-modal .ticketModalla .form-control {
  min-height: 44px;
  padding: 10px var(--space-3);
  color: var(--ink);
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: none;
  font-size: 13px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

#ticket-modal .ticketModalla .form-control:focus {
  border-color: rgba(47, 92, 145, 0.48);
  box-shadow: 0 0 0 4px rgba(47, 92, 145, 0.1);
}

#ticket-modal .ticketModalla textarea.form-control,
#ticket-modal #message {
  min-height: 140px;
  height: 140px;
  padding: var(--space-3);
  border-radius: 10px;
  resize: vertical;
}

#ticket-modal .tickets-uploader {
  min-height: 48px;
  padding: 10px;
  background: var(--surface-muted);
  border: 1px dashed var(--line-strong);
  border-radius: 10px;
}

#ticket-modal .ticket-submit-btn {
  display: flex;
  min-width: 140px;
  min-height: 42px;
  padding: 9px var(--space-4);
  margin-left: auto;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 700;
}

.nightmode .tickets-page .tickets-support-card,
.nightmode .tickets-page .tickets-history-card,
.nightmode .tickets-page .tickets-table-wrap,
.nightmode .tickets-page .tickets-table > tbody > .tickets-row > td,
.nightmode #ticket-modal .modal-content,
.nightmode #ticket-modal .ticketModalla .form-control {
  color: var(--text-white);
  background: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.1);
}

.nightmode .tickets-page .tickets-history-header,
.nightmode #ticket-modal .modal-header {
  background: var(--color-dark-surface-hover);
  border-color: rgba(255, 255, 255, 0.1);
}

.nightmode .tickets-page .ticket-alert-txt,
.nightmode .tickets-page .tickets-history-header .dash-title,
.nightmode .tickets-page .tickets-subject-link,
.nightmode #ticket-modal .modal-title {
  color: var(--text-white);
}

.nightmode .tickets-page .ticket-alert-txt span,
.nightmode .tickets-page .tickets-subject-link i,
.nightmode .tickets-page .tickets-id-badge {
  color: var(--color-dark-text-soft);
}

.nightmode .tickets-page .tickets-table > thead > tr > th,
.nightmode .tickets-page .tickets-table > tbody > .tickets-row:nth-child(even) > td,
.nightmode #ticket-modal .tickets-uploader {
  background: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.1);
}

.nightmode .tickets-page .tickets-table > tbody > .tickets-row:hover > td {
  background: var(--color-brand-700);
}

.nightmode .tickets-page .tickets-history-header #history-search .form-control,
.nightmode #ticket-modal .modal-header .close {
  color: var(--text-white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.updates-page {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 28px;
}

.updates-page .updates-toolbar {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
}

.updates-page .updates-toolbar #history-search {
  margin: 0;
}

.updates-page .updates-toolbar #history-search .input-group {
  display: flex;
  align-items: center;
}

.updates-page .updates-toolbar #history-search .form-control {
  height: 44px;
  padding: 10px 52px 10px 14px;
  color: var(--ink);
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: 11px;
  box-shadow: var(--shadow-xs);
  font-size: 12px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.updates-page .updates-toolbar #history-search .form-control:focus {
  border-color: rgba(47, 92, 145, 0.48);
  box-shadow: 0 0 0 4px rgba(47, 92, 145, 0.1);
}

.updates-page .updates-toolbar #history-search .btn.btn-default {
  right: 6px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  border-radius: 7px;
  font-size: 12px;
}

.updates-page .updates-filter-column .dropdown {
  width: 100%;
}

.updates-page .updates-toolbar .update-toggle {
  display: flex;
  width: 100%;
  min-height: 44px;
  padding: 10px 13px;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: 11px;
  box-shadow: var(--shadow-xs);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
}

.updates-page .updates-toolbar .update-toggle:hover,
.updates-page .updates-toolbar .update-toggle:focus {
  color: var(--accent-deep);
  background: var(--surface-tint);
  border-color: var(--line-strong);
}

.updates-page .updates-toolbar .update-toggle .caret {
  flex: 0 0 auto;
}

.updates-page .updates-toolbar .update-toggle + .dropdown-menu {
  right: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  padding: 6px;
  overflow: hidden;
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: 11px;
  box-shadow: var(--shadow-md);
}

.updates-page .updates-toolbar .dropdown-menu > li > a {
  padding: 9px 11px;
  color: var(--ink);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.35;
}

.updates-page .updates-toolbar .dropdown-menu > li > a:hover,
.updates-page .updates-toolbar .dropdown-menu > li.active > a {
  color: var(--accent-deep);
  background: var(--surface-tint);
}

.updates-page .updates-card {
  position: relative;
  padding: 0;
  margin-bottom: 13px;
  overflow: hidden;
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.updates-page .updates-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--gradient-horizontal);
}

.updates-page .updates-card:hover {
  border-color: var(--line-strong);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.updates-page .updates-card-header {
  display: flex;
  min-height: 60px;
  padding: var(--space-gutter) 18px var(--space-3);
  margin: 0;
  flex-wrap: nowrap;
  gap: var(--space-4);
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, var(--surface), var(--surface-tint));
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.updates-page .update-box-name {
  min-width: 0;
  max-width: none;
  margin: 0;
  flex: 1 1 auto;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.updates-page .update-box-date {
  display: inline-flex;
  min-width: 132px;
  max-width: none;
  min-height: 28px;
  padding: 5px 9px;
  margin: 0;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--ink-muted);
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.updates-page .updates-card-footer {
  display: flex;
  min-height: 52px;
  padding: 11px 18px;
  margin: 0;
  align-items: center;
  background: var(--bg-white);
  border: 0;
}

.updates-page .update-box-icon {
  display: flex;
  width: 100%;
  min-width: 0;
  margin: 0;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.updates-page .update-box-status {
  display: inline-flex;
  min-height: 28px;
  padding: 5px 10px;
  margin: 0;
  align-items: center;
  color: var(--color-info-ink);
  background: var(--color-info-soft);
  border: 1px solid var(--color-info-border);
  border-radius: 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.updates-page .update-box-statu1 {
  color: var(--color-danger-dark);
  background: var(--color-danger-soft);
  border-color: var(--color-danger-border);
}

.updates-page .update-box-stats2,
.updates-page .update-box-status4 {
  color: var(--color-success-ink);
  background: var(--color-success-soft);
  border-color: var(--color-success-border);
}

.updates-page .update-box-status3 {
  color: var(--color-info-ink);
  background: var(--color-info-soft);
  border-color: var(--color-info-border);
}

.updates-page .update-box-status5 {
  color: var(--color-warning-ink);
  background: var(--color-warning-soft);
  border-color: var(--color-warning-border);
}

.updates-page .update-box-bottom i {
  display: inline-flex;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  background: var(--surface-tint);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 12px;
}

.updates-page .update-box-statu1 + i {
  color: var(--color-danger-dark);
  background: var(--color-danger-soft);
  border-color: var(--color-danger-border);
}

.updates-page .update-box-stats2 + i,
.updates-page .update-box-status4 + i {
  color: var(--color-success-ink);
  background: var(--color-success-soft);
  border-color: var(--color-success-border);
}

.updates-page .update-box-status5 + i {
  color: var(--color-warning-ink);
  background: var(--color-warning-soft);
  border-color: var(--color-warning-border);
}

.updates-page .updates-pagination {
  display: flex;
  margin: 18px 0 0;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

.updates-page .updates-pagination > li > a {
  display: inline-flex;
  min-width: 36px;
  min-height: 36px;
  padding: 7px 10px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.2;
}

.nightmode .updates-page .updates-toolbar #history-search .form-control,
.nightmode .updates-page .updates-toolbar .update-toggle + .dropdown-menu,
.nightmode .updates-page .updates-card,
.nightmode .updates-page .updates-card-footer {
  color: var(--text-white);
  background: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.1);
}

.nightmode .updates-page .updates-card-header {
  background: var(--color-dark-surface-hover);
  border-color: rgba(255, 255, 255, 0.1);
}

.nightmode .updates-page .updates-toolbar .update-toggle {
  background: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--text-white);
}

.nightmode .updates-page .update-box-name,
.nightmode .updates-page .updates-toolbar .dropdown-menu > li > a {
  color: var(--text-white);
}

.nightmode .updates-page .update-box-date {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.nightmode .updates-page .updates-toolbar .dropdown-menu > li > a:hover,
.nightmode .updates-page .updates-toolbar .dropdown-menu > li.active > a {
  color: var(--color-dark-text-soft);
  background: rgba(87, 142, 199, 0.16);
}

.add-funds-page {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
}

.add-funds-page .add-funds-header {
  margin-bottom: 10px;
}

.add-funds-page .add-funds-header .dast-title {
  margin-bottom: 6px;
}

.add-funds-page .add-funds-header .dash-txt {
  max-width: 760px;
  margin-bottom: 8px;
  color: var(--ink-muted);
  line-height: 1.65;
}

.add-funds-page .add-funds-layout {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
  align-items: stretch;
}

.add-funds-page .add-funds-column {
  display: flex;
  margin-bottom: 20px;
}

.add-funds-page .add-funds-card {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: var(--space-5);
  margin: 0;
  overflow: hidden;
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.add-funds-page .add-funds-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--gradient-horizontal);
}

.add-funds-page .add-funds-card-title {
  margin: 2px 0 var(--space-4);
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.add-funds-page .add-funds-primary-tabs {
  display: grid;
  padding: 5px;
  margin: 0 0 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 11px;
}

.add-funds-page .add-funds-primary-tabs::before,
.add-funds-page .add-funds-primary-tabs::after {
  display: none;
}

.add-funds-page .add-funds-primary-tabs > li {
  float: none;
  margin: 0;
}

.add-funds-page .add-funds-primary-tabs > li > a,
.auth .add-funds-page .add-funds-primary-tabs > li > a {
  display: flex;
  min-width: 0;
  min-height: 38px;
  padding: var(--space-2) 9px;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: var(--ink-muted);
  background: transparent;
  border: 0;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.25;
  text-align: center;
  transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.add-funds-page .add-funds-primary-tabs > li > a:hover,
.add-funds-page .add-funds-primary-tabs > li > a:focus,
.auth .add-funds-page .add-funds-primary-tabs > li > a:hover,
.auth .add-funds-page .add-funds-primary-tabs > li > a:focus {
  color: var(--accent-deep);
  background: var(--surface-tint);
}

.add-funds-page .add-funds-primary-tabs > li.active > a,
.add-funds-page .add-funds-primary-tabs > li.active > a:hover,
.add-funds-page .add-funds-primary-tabs > li.active > a:focus,
.auth .add-funds-page .add-funds-primary-tabs > li.active > a,
.auth .add-funds-page .add-funds-primary-tabs > li.active > a:hover,
.auth .add-funds-page .add-funds-primary-tabs > li.active > a:focus {
  color: var(--text-white);
  background: var(--gradient-primary);
  box-shadow: 0 6px 14px rgba(38, 77, 122, 0.2);
}

.add-funds-page .add-funds-primary-content {
  min-height: 300px;
}

.add-funds-page .add-funds-form .form-group {
  margin-bottom: 15px;
}

.add-funds-page .add-funds-form .control-label {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.add-funds-page .add-funds-form .form-control {
  width: 100%;
  height: 44px;
  padding: 10px 13px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: none;
  font-size: 12px;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.add-funds-page .add-funds-form .form-control:focus {
  background: var(--bg-white);
  border-color: rgba(47, 92, 145, 0.48);
  box-shadow: 0 0 0 4px rgba(47, 92, 145, 0.1);
}

.add-funds-page .add-funds-form .add-funds-submit {
  width: 100%;
  min-height: 44px;
  padding: 10px var(--space-4);
  margin-top: 2px;
  color: var(--text-white);
  background: var(--gradient-horizontal);
  border: 0;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
}

.add-funds-page .add-funds-form .alert {
  padding: 11px 38px 11px var(--space-3);
  border-radius: 9px;
  font-size: 11px;
  line-height: 1.45;
}

.add-funds-page .add-funds-form .alert .close {
  top: 0;
  right: -24px;
}

.add-funds-page .payment-method-tabs {
  display: grid;
  padding: 0;
  margin: 0 0 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-2);
  border: 0;
}

.add-funds-page .payment-method-tabs::before,
.add-funds-page .payment-method-tabs::after {
  display: none;
}

.add-funds-page .payment-method-tabs > li,
.auth .add-funds-page .payment-method-tabs > li {
  width: auto;
  max-width: none;
  margin: 0;
  float: none;
}

.add-funds-page .payment-method-tabs > li > a,
.auth .add-funds-page .payment-method-tabs > li > a {
  display: flex;
  min-height: 54px;
  padding: var(--space-2) 10px;
  margin: 0;
  flex-wrap: nowrap;
  align-items: center;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.25;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.add-funds-page .payment-method-tabs > li > a:hover,
.add-funds-page .payment-method-tabs > li > a:focus,
.add-funds-page .payment-method-tabs > li.active > a,
.add-funds-page .payment-method-tabs > li.active > a:hover,
.add-funds-page .payment-method-tabs > li.active > a:focus,
.add-funds-page .payment-method-tabs > li > a.active,
.auth .add-funds-page .payment-method-tabs > li > a:hover,
.auth .add-funds-page .payment-method-tabs > li > a:focus,
.auth .add-funds-page .payment-method-tabs > li.active > a,
.auth .add-funds-page .payment-method-tabs > li.active > a:hover,
.auth .add-funds-page .payment-method-tabs > li.active > a:focus,
.auth .add-funds-page .payment-method-tabs > li > a.active {
  color: var(--accent-deep);
  background: var(--surface-tint);
  border-color: var(--line-strong);
  transform: translateY(-1px);
}

.add-funds-page .fund-tab-icon {
  display: inline-flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  background: var(--gradient-primary);
  border-radius: 8px;
  box-shadow: 0 5px 12px rgba(38, 77, 122, 0.16);
  font-size: 13px;
  vertical-align: middle;
}

.add-funds-page .fund-tab-icon i,
.add-funds-page .fund-tab-txt {
  vertical-align: middle;
  line-height: 1.2;
}

.add-funds-page .payment-method-details {
  min-height: 210px;
  padding: var(--space-5);
  margin: 0;
  background: linear-gradient(135deg, var(--surface), var(--surface-tint));
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: none;
}

.add-funds-page .payment-method-details .fund-tab-title {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.add-funds-page .payment-method-details .fund-tab-txt {
  margin: 0;
  color: var(--ink-muted);
  font-size: 11px;
  line-height: 1.8;
}

.add-funds-page .add-funds-history-shell {
  margin: 2px 0 0;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 11px;
  box-shadow: var(--shadow-xs);
}

.add-funds-page .add-funds-history-table {
  min-width: 580px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.add-funds-page .add-funds-history-table > thead > tr > th {
  padding: 11px 10px !important;
  color: rgba(255, 255, 255, 0.84);
  background: var(--color-brand-700);
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: nowrap;
}

.add-funds-page .add-funds-history-table > tbody > tr > td {
  padding: 11px 10px !important;
  color: var(--ink);
  background: var(--bg-white);
  border-top: 1px solid rgba(47, 92, 145, 0.08) !important;
  border-radius: 0 !important;
  font-size: 10px;
  line-height: 1.4;
}

.add-funds-page .add-funds-history-table > tbody > tr:hover > td {
  background: var(--surface-tint);
}

.add-funds-page .add-funds-history-table a {
  color: var(--accent-deep);
  font-weight: 700;
}

.add-funds-page .add-funds-pagination {
  display: flex;
  margin: var(--space-4) 0 0;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

.add-funds-page .add-funds-pagination > li > a {
  display: inline-flex;
  min-width: 34px;
  min-height: 34px;
  padding: 7px 9px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 11px;
  line-height: 1.2;
}

.nightmode .add-funds-page .add-funds-card,
.nightmode .add-funds-page .add-funds-form .form-control,
.nightmode .add-funds-page .add-funds-primary-tabs,
.nightmode .add-funds-page .payment-method-tabs > li > a,
.nightmode .auth .add-funds-page .payment-method-tabs > li > a,
.nightmode .add-funds-page .payment-method-details,
.nightmode .add-funds-page .add-funds-history-shell,
.nightmode .add-funds-page .add-funds-history-table > tbody > tr > td {
  color: var(--text-white);
  background: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.1);
}

.nightmode .add-funds-page .add-funds-card-title,
.nightmode .add-funds-page .add-funds-form .control-label,
.nightmode .add-funds-page .payment-method-details .fund-tab-title {
  color: var(--text-white);
}

.nightmode .add-funds-page .add-funds-primary-tabs > li > a,
.nightmode .add-funds-page .payment-method-details .fund-tab-txt {
  color: rgba(255, 255, 255, 0.7);
}

.nightmode .add-funds-page .payment-method-tabs > li > a:hover,
.nightmode .add-funds-page .payment-method-tabs > li > a:focus,
.nightmode .add-funds-page .payment-method-tabs > li.active > a,
.nightmode .add-funds-page .payment-method-tabs > li > a.active,
.nightmode .add-funds-page .add-funds-history-table > tbody > tr:hover > td {
  color: var(--color-dark-text-soft);
  background: rgba(255, 255, 255, 0.07);
}

.vip-updates-page {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
}

.vip-updates-page .vip-updates-header {
  margin-bottom: 4px;
}

.vip-updates-page .vip-updates-header .dast-title {
  margin-bottom: 6px;
}

.vip-updates-page .vip-updates-header .dash-txt {
  max-width: 760px;
  margin-bottom: 8px;
  color: var(--ink-muted);
  line-height: 1.65;
}

.vip-updates-page .vip-updates-toolbar {
  margin-top: 15px;
  margin-bottom: 20px;
}

.vip-updates-page .vip-updates-search {
  max-width: 100%;
  margin: 0;
}

.vip-updates-page .vip-updates-search .input-group {
  display: flex;
  align-items: center;
}

.vip-updates-page .vip-updates-search .form-control {
  height: 46px;
  padding: 11px 54px 11px var(--space-gutter);
  color: var(--ink);
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: 11px;
  box-shadow: var(--shadow-xs);
  font-size: 12px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.vip-updates-page .vip-updates-search .form-control:focus {
  border-color: rgba(47, 92, 145, 0.48);
  box-shadow: 0 0 0 4px rgba(47, 92, 145, 0.1);
}

.vip-updates-page .vip-updates-search .vip-updates-search-button {
  position: absolute;
  z-index: 3;
  top: 7px;
  right: 7px;
  display: inline-flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  background: var(--gradient-primary);
  border: 0;
  border-radius: 8px;
  font-size: 11px;
  box-shadow: 0 6px 12px rgba(38, 77, 122, 0.18);
}

.vip-updates-page .vip-updates-search .vip-updates-search-button:hover,
.vip-updates-page .vip-updates-search .vip-updates-search-button:focus {
  color: var(--text-white);
  filter: saturate(1.08);
}

.vip-updates-page .vip-updates-results {
  min-height: 80px;
}

.vip-updates-page .vip-cat-name {
  position: relative;
  padding: 13px var(--space-4) 13px 19px;
  margin: 22px 0 10px;
  overflow: hidden;
  color: var(--ink) !important;
  background: linear-gradient(135deg, var(--surface), var(--surface-tint)) !important;
  border: 1px solid var(--line);
  border-radius: 11px;
  box-shadow: var(--shadow-xs);
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.35;
  text-align: left;
}

.vip-updates-page .vip-cat-name::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--gradient-horizontal);
}

.vip-updates-page .vip-cat-name:first-child {
  margin-top: 0;
}

.vip-updates-page .update-box-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 11px;
}

.vip-updates-page .update-box-wrapper .order-wrap {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.vip-updates-page .update-box-wrapper .order-wrap::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--gradient-horizontal);
}

.vip-updates-page .update-box-wrapper .order-wrap:hover {
  border-color: var(--line-strong);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.vip-updates-page .update-box-wrapper .order-top-ul {
  display: grid;
  padding: 13px 14px;
  margin: 0;
  gap: var(--space-2);
  align-items: stretch;
  list-style: none;
  padding-top: 16px;
  grid-template-columns: minmax(76px, 0.4fr) minmax(300px, 2fr) minmax(190px, 1fr);
  background: linear-gradient(135deg, var(--surface), var(--surface-tint));
  border-bottom: 1px solid var(--line);
}

.vip-updates-page .update-box-wrapper .order-bottom-ul {
  display: grid;
  padding: 13px 14px;
  margin: 0;
  gap: var(--space-2);
  align-items: stretch;
  list-style: none;
  grid-template-columns: repeat(4, minmax(110px, 1fr)) minmax(112px, auto);
  background: var(--bg-white);
}

.vip-updates-page .update-box-wrapper .order-top-ul > li,
.vip-updates-page .update-box-wrapper .order-bottom-ul > li {
  min-width: 0;
  margin: 0;
}

.vip-updates-page .update-box-wrapper .order-content {
  display: flex;
  min-width: 0;
  min-height: 52px;
  height: 100%;
  padding: 9px 10px;
  margin: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: var(--space-1);
  align-items: flex-start;
  justify-content: center;
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: 9px;
}

.vip-updates-page .update-box-wrapper .order-content::after {
  display: none;
}

.vip-updates-page .update-box-wrapper .order-label {
  color: var(--ink-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.25;
  text-transform: uppercase;
}

.vip-updates-page .update-box-wrapper .order-txt,
.vip-updates-page .update-box-wrapper .order-ser .order-txt {
  min-width: 0;
  max-width: 100%;
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

.vip-updates-page .update-box-wrapper .order-top-ul > li:first-child .order-txt {
  display: inline-flex;
  min-height: 25px;
  padding: var(--space-1) var(--space-2);
  align-items: center;
  color: var(--accent-deep);
  background: var(--surface-tint);
  border: 1px solid var(--line);
  border-radius: 7px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.vip-updates-page .update-box-wrapper .order-link-wrap .order-txt {
  width: 100%;
  max-width: 100%;
}

.vip-updates-page .update-box-wrapper .order-link-wrap .order-txt a {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden;
  color: var(--accent-deep);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vip-updates-page .update-box-wrapper .order-link-wrap .order-txt a:hover {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vip-updates-page .update-box-wrapper .order-bottom-ul .order-txt i {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: var(--color-success-ink);
  background: var(--color-success-soft);
  border: 1px solid var(--color-success-border);
  border-radius: 8px;
  font-size: 11px;
}

.vip-updates-page .update-box-wrapper .order-date .order-txt {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.vip-updates-page .update-box-wrapper .order-btns {
  margin: 0;
}

.vip-updates-page .update-box-wrapper .order-btns .order-content {
  padding: 0;
  background: transparent;
  border: 0;
}

.vip-updates-page .update-box-wrapper .order-btns .btn.btn-primary.btn-secondary {
  display: inline-flex;
  width: 100%;
  min-width: 104px;
  min-height: 40px;
  padding: 9px var(--space-3);
  margin: 0;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  background: var(--gradient-primary);
  border: 0;
  border-radius: 9px;
  box-shadow: 0 7px 14px rgba(38, 77, 122, 0.18);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.vip-updates-page .update-box-wrapper .order-btns .btn.btn-primary.btn-secondary:hover,
.vip-updates-page .update-box-wrapper .order-btns .btn.btn-primary.btn-secondary:focus {
  color: var(--text-white);
  filter: saturate(1.08);
}

.vip-updates-editorial {
  max-width: 1440px;
  padding-bottom: 24px;
}

.vip-updates-editorial .vip-updates-content-card {
  padding: var(--space-5);
  overflow: hidden;
  color: var(--ink);
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  line-height: 1.65;
}

.nightmode .vip-updates-page .vip-updates-search .form-control,
.nightmode .vip-updates-page .update-box-wrapper .order-wrap,
.nightmode .vip-updates-page .update-box-wrapper .order-top-ul,
.nightmode .vip-updates-page .update-box-wrapper .order-bottom-ul,
.nightmode .vip-updates-page .update-box-wrapper .order-content,
.nightmode .vip-updates-editorial .vip-updates-content-card {
  color: var(--text-white);
  background: var(--color-surface-dark-raised) !important;
  border-color: rgba(255, 255, 255, 0.1);
}

.nightmode .vip-updates-page .vip-cat-name {
  background: var(--color-surface-dark-raised) !important;
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--text-white) !important;
}

.nightmode .vip-updates-page .update-box-wrapper .order-txt,
.nightmode .vip-updates-page .update-box-wrapper .order-ser .order-txt {
  color: var(--text-white) !important;
}

.nightmode .vip-updates-page .update-box-wrapper .order-label {
  color: rgba(255, 255, 255, 0.6);
}

.nightmode .vip-updates-page .update-box-wrapper .order-top-ul > li:first-child .order-txt {
  color: var(--color-dark-text-soft) !important;
  background: rgba(87, 142, 199, 0.14);
  border-color: rgba(255, 255, 255, 0.1);
}

.faq-page {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 32px;
}

.faq-page .faq-shell {
  float: none;
}

.faq-page .faq-header {
  margin-bottom: 18px;
}

.faq-page .faq-header .dast-title {
  margin-bottom: 6px;
}

.faq-page .faq-header .dash-txt {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--ink-muted);
  line-height: 1.65;
}

.faq-page .faq-stats-row {
  display: flex;
  margin-bottom: 8px;
  flex-wrap: wrap;
  align-items: stretch;
}

.faq-page .faq-stats-row > [class*='col-'] {
  display: flex;
  margin-bottom: 12px;
}

.faq-page .faq-stat-card {
  position: relative;
  width: 100%;
  min-height: 102px;
  padding: 18px 14px var(--space-gutter);
  margin: 0;
  overflow: hidden;
  color: var(--ink-muted);
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-xs);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

.faq-page .faq-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--gradient-horizontal);
}

.faq-page .faq-stat-card strong {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 22px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.faq-page .faq-search-wrap {
  position: relative;
  margin: var(--space-1) 0 var(--space-3);
}

.faq-page .faq-search-wrap::after {
  content: '\f002';
  position: absolute;
  top: 50%;
  right: 16px;
  color: var(--ink-muted);
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
  font-weight: 900;
  pointer-events: none;
  transform: translateY(-50%);
}

.faq-page .faq-search-wrap .form-control {
  height: 48px;
  padding: 11px var(--space-12) 11px var(--space-gutter);
  color: var(--ink);
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: 11px;
  box-shadow: var(--shadow-xs);
  font-size: 12px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.faq-page .faq-search-wrap .form-control:focus {
  border-color: rgba(47, 92, 145, 0.48);
  box-shadow: 0 0 0 4px rgba(47, 92, 145, 0.1);
}

.faq-page .faq-filters {
  display: flex;
  margin: 0 0 var(--space-3);
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-start;
}

.faq-page .faq-filters .btn {
  min-width: 76px;
  min-height: 34px;
  padding: 7px var(--space-3);
  margin: 0;
  color: var(--ink-muted);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.faq-page .faq-filters .btn:first-child,
.faq-page .faq-filters .btn:hover,
.faq-page .faq-filters .btn:focus {
  color: var(--text-white);
  background: var(--gradient-primary);
  border-color: transparent;
  transform: translateY(-1px);
}

.faq-page .faq-count {
  display: inline-flex;
  min-height: 28px;
  padding: 5px 9px;
  margin: 0 0 10px;
  align-items: center;
  color: var(--accent-deep);
  background: var(--surface-tint);
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.faq-page .faq-accordion {
  margin: 0 0 var(--space-5);
}

.faq-page .faq-accordion .faq-item {
  position: relative;
  margin: 0 0 9px;
  overflow: hidden;
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: 11px;
  box-shadow: var(--shadow-xs);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.faq-page .faq-accordion .faq-item:hover {
  border-color: var(--line-strong);
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}

.faq-page .faq-accordion .faq-item[data-category ~ ='orders'] {
  border-left-color: #2f7d54;
}

.faq-page .faq-accordion .faq-item[data-category ~ ='payments'] {
  border-left-color: #c17a16;
}

.faq-page .faq-accordion .faq-item[data-category ~ ='platforms'] {
  border-left-color: #7654b4;
}

.faq-page .faq-accordion .panel-heading {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.faq-page .faq-accordion .panel-title {
  margin: 0;
  font-size: inherit;
}

.faq-page .faq-accordion .panel-title > a {
  position: relative;
  display: flex;
  min-height: 54px;
  padding: 14px 50px 14px var(--space-gutter);
  align-items: center;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease;
}

.faq-page .faq-accordion .panel-title > a:hover,
.faq-page .faq-accordion .panel-title > a:focus,
.faq-page .faq-accordion .panel-title > a:not(.collapsed) {
  color: var(--accent-deep);
  background: linear-gradient(135deg, var(--surface), var(--surface-tint));
}

.faq-page .faq-accordion .panel-title > a::after {
  content: '−';
  position: absolute;
  top: 50%;
  right: 14px;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  background: var(--gradient-primary);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(38, 77, 122, 0.16);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-page .faq-accordion .panel-title > a.collapsed::after {
  content: '+';
}

.faq-page .faq-accordion .panel-collapse {
  scroll-margin-top: 90px;
}

.faq-page .faq-accordion .panel-body {
  padding: var(--space-gutter);
  color: var(--ink-muted);
  background: var(--bg-white);
  border-top: 1px solid var(--line) !important;
  font-size: 11px;
  line-height: 1.75;
}

.faq-page .faq-accordion .panel-body strong {
  color: var(--ink);
  font-weight: 700;
}

.faq-page .faq-links-row {
  display: flex;
  margin-bottom: 6px;
  flex-wrap: wrap;
  align-items: stretch;
}

.faq-page .faq-links-row > [class*='col-'] {
  display: flex;
  margin-bottom: 12px;
}

.faq-page .faq-link-card {
  width: 100%;
  min-height: 112px;
  padding: 17px;
  margin: 0;
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: 11px;
  box-shadow: var(--shadow-xs);
}

.faq-page .faq-link-card h4 {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.faq-page .faq-link-card p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 11px;
  line-height: 1.8;
}

.faq-page .faq-link-card a {
  color: var(--accent-deep);
  font-weight: 650;
  text-decoration: none;
}

.faq-page .faq-link-card a:hover,
.faq-page .faq-link-card a:focus {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-page .faq-support-card {
  position: relative;
  padding: var(--space-6) 18px;
  margin: 0;
  overflow: hidden;
  color: var(--text-white);
  background: var(--gradient-primary);
  border: 0;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.faq-page .faq-support-card h3 {
  margin: 0 0 6px;
  color: var(--text-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.faq-page .faq-support-card p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1.55;
}

.faq-page .faq-support-card .btn.btn-primary {
  min-height: 38px;
  padding: 9px var(--space-4);
  color: var(--accent-deep);
  background: var(--bg-white);
  border: 0;
  border-radius: 9px;
  box-shadow: 0 7px 16px rgba(7, 19, 34, 0.18);
  font-size: 11px;
  font-weight: 700;
}

.faq-page .faq-support-card .btn.btn-primary:hover,
.faq-page .faq-support-card .btn.btn-primary:focus {
  color: var(--accent-deep);
  background: #f4f8fc;
}

.nightmode .faq-page .faq-stat-card,
.nightmode .faq-page .faq-search-wrap .form-control,
.nightmode .faq-page .faq-accordion .faq-item,
.nightmode .faq-page .faq-accordion .panel-body,
.nightmode .faq-page .faq-link-card {
  color: rgba(255, 255, 255, 0.72);
  background: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.1);
}

.nightmode .faq-page .faq-stat-card strong,
.nightmode .faq-page .faq-accordion .panel-title > a,
.nightmode .faq-page .faq-accordion .panel-body strong,
.nightmode .faq-page .faq-link-card h4 {
  color: var(--text-white);
}

.nightmode .faq-page .faq-accordion .panel-title > a:hover,
.nightmode .faq-page .faq-accordion .panel-title > a:focus,
.nightmode .faq-page .faq-accordion .panel-title > a:not(.collapsed) {
  color: var(--color-dark-text-soft);
  background: var(--color-dark-surface-hover);
}

.nightmode .faq-page .faq-filters .btn {
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.nightmode .faq-page .faq-filters .btn:first-child,
.nightmode .faq-page .faq-filters .btn:hover,
.nightmode .faq-page .faq-filters .btn:focus {
  color: var(--text-white);
  background: var(--gradient-primary);
}

.services-page .services-table-shell {
  max-width: 100%;
  padding: 0 1px 5px;
  margin: 0;
  overflow-x: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  scrollbar-color: rgba(47, 92, 145, 0.42) transparent;
  -webkit-overflow-scrolling: touch;
}

.services-page #service-table.services-table {
  width: 100%;
  min-width: 1080px;
  margin: -10px 0 0;
  background: transparent;
  border-collapse: separate;
  border-spacing: 0 10px;
  table-layout: auto;
}

.services-page #service-table.services-table > thead > tr > th {
  height: 54px;
  padding: 14px 13px !important;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.88);
  background: var(--color-brand-700);
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: nowrap;
}

.services-page #service-table.services-table > thead > tr > th:first-child {
  width: 82px;
  padding-left: 17px !important;
  border-radius: 27px 0 0 27px !important;
}

.services-page #service-table.services-table > thead > tr > th:last-child {
  padding-right: 17px !important;
  border-radius: 0 27px 27px 0 !important;
}

.services-page #service-table.services-table > thead .width-service-name {
  width: 44%;
  min-width: 330px;
}

.services-page #service-table.services-table > thead .service-description__th {
  min-width: 124px;
  text-align: center;
}

.services-page #service-table.services-table > thead .fa-exclamation-circle {
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
}

.services-page #service-table.services-table > tbody > tr > td {
  height: 66px;
  padding: 14px 13px !important;
  vertical-align: middle;
  color: var(--ink);
  background: var(--bg-white);
  border-top: 1px solid rgba(47, 92, 145, 0.07) !important;
  border-right: 0 !important;
  border-bottom: 1px solid rgba(47, 92, 145, 0.07) !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  font-size: 11px;
  line-height: 1.45;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.services-page #service-table.services-table > tbody > .services-service-row > td:first-child {
  padding-left: 17px !important;
  border-left: 1px solid rgba(47, 92, 145, 0.07) !important;
  border-radius: 29px 0 0 29px !important;
}

.services-page #service-table.services-table > tbody > .services-service-row > td:last-child {
  padding-right: 17px !important;
  border-right: 1px solid rgba(47, 92, 145, 0.07) !important;
  border-radius: 0 29px 29px 0 !important;
}

.services-page #service-table.services-table > tbody > .services-service-row:hover > td {
  background: #f8fbfe;
  border-color: rgba(47, 92, 145, 0.16) !important;
}

.services-page #service-table.services-table > tbody > .services-category-row > td {
  height: 46px;
  padding: 11px 17px !important;
  color: var(--ink);
  background: var(--bg-white);
  border: 1px solid rgba(47, 92, 145, 0.07) !important;
  border-radius: 24px !important;
  box-shadow: 0 5px 14px rgba(17, 29, 45, 0.025);
  font-size: 11px;
  line-height: 1.35;
}

.services-page #service-table.services-table > tbody > .services-category-row strong {
  margin-left: 5px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
}

.services-page #service-table.services-table > tbody > .services-category-row span,
.services-page #service-table.services-table > tbody > .services-category-row img {
  vertical-align: middle;
}

.services-page #service-table.services-table .services-id-cell {
  width: 82px;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  white-space: nowrap;
}

.services-page #service-table.services-table .service-name {
  min-width: 330px;
  max-width: 620px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  overflow-wrap: anywhere;
  white-space: normal;
}

.services-page #service-table.services-table .services-rate-cell {
  min-width: 116px;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  white-space: nowrap;
}

.services-page #service-table.services-table .services-limit-cell {
  min-width: 96px;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  white-space: nowrap;
}

.services-page #service-table.services-table > tbody > .services-service-row > td.nowrap {
  min-width: 118px;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  white-space: nowrap;
}

.services-page #service-table.services-table .services-actions-cell {
  width: 132px;
  min-width: 132px;
}

.services-page #service-table.services-table .ser-icon-wrap {
  display: flex;
  min-width: 116px;
  margin: 0;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.services-page #service-table.services-table .ser-icon {
  display: inline-flex;
  width: 34px;
  min-width: 34px;
  height: 34px;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: var(--color-brand-600);
  background: #f8fafc;
  border: 1px solid #e6d9dc;
  border-radius: 50%;
  box-shadow: none;
  font-size: 11px;
  line-height: 1;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.services-page #service-table.services-table .ser-icon:hover,
.services-page #service-table.services-table .ser-icon:focus {
  color: var(--text-white);
  background: var(--color-brand-600);
  border-color: var(--color-brand-600);
  box-shadow: 0 6px 12px rgba(40, 86, 129, 0.2);
  transform: translateY(-1px);
}

.services-page #service-table.services-table .ser-icon.favorite-active {
  color: var(--color-brand-600);
  background: #eef4fa;
  border-color: #cbd9e7;
}

.services-page #service-table.services-table .services-description-cell {
  width: 124px;
  min-width: 124px;
  text-align: right;
}

.services-page #service-table.services-table .services-description-cell .btn.btn-primary {
  width: auto;
  min-width: 104px;
  min-height: 36px;
  padding: var(--space-2) 14px;
  margin: 0;
  color: var(--text-white);
  background: var(--color-brand-600);
  border: 0;
  border-radius: 19px;
  box-shadow: 0 6px 12px rgba(40, 86, 129, 0.16);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.2;
  white-space: nowrap;
}

.services-page #service-table.services-table .services-description-cell .btn.btn-primary:hover,
.services-page #service-table.services-table .services-description-cell .btn.btn-primary:focus {
  color: var(--text-white);
  background: var(--color-brand-700);
  filter: none;
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(40, 86, 129, 0.22);
}

.nightmode .services-page #service-table.services-table > tbody > .services-service-row > td,
.nightmode .services-page #service-table.services-table > tbody > .services-category-row > td {
  color: var(--text-white);
  background: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.09) !important;
}

.nightmode .services-page #service-table.services-table > tbody > .services-service-row:hover > td {
  background: #1a2d46;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

.nightmode .services-page #service-table.services-table .services-id-cell,
.nightmode .services-page #service-table.services-table .service-name,
.nightmode .services-page #service-table.services-table .services-rate-cell,
.nightmode .services-page #service-table.services-table .services-limit-cell,
.nightmode .services-page #service-table.services-table > tbody > .services-service-row > td.nowrap,
.nightmode .services-page #service-table.services-table > tbody > .services-category-row strong {
  color: var(--text-white);
}

.nightmode .services-page #service-table.services-table .ser-icon {
  color: var(--color-dark-text-soft);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
}

.services-page #service-table.services-table.rtl-table > thead > tr > th:first-child {
  padding-right: 17px !important;
  padding-left: 13px !important;
  border-radius: 0 27px 27px 0 !important;
}

.services-page #service-table.services-table.rtl-table > thead > tr > th:last-child {
  padding-right: 13px !important;
  padding-left: 17px !important;
  border-radius: 27px 0 0 27px !important;
}

.services-page #service-table.services-table.rtl-table > tbody > .services-service-row > td:first-child {
  padding-right: 17px !important;
  padding-left: 13px !important;
  border-right: 1px solid rgba(47, 92, 145, 0.07) !important;
  border-left: 0 !important;
  border-radius: 0 29px 29px 0 !important;
}

.services-page #service-table.services-table.rtl-table > tbody > .services-service-row > td:last-child {
  padding-right: 13px !important;
  padding-left: 17px !important;
  border-right: 0 !important;
  border-left: 1px solid rgba(47, 92, 145, 0.07) !important;
  border-radius: 29px 0 0 29px !important;
}

.new-order-page {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
}

.new-order-page .new-order-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.new-order-page .new-order-form-column,
.new-order-page .new-order-details-column {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}

.new-order-page .new-order-card {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: var(--space-5);
  margin: 0;
  overflow: hidden;
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.new-order-page .new-order-card::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--gradient-horizontal);
}

.new-order-page .new-order-card-title {
  margin: 2px 0 var(--space-gutter);
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.new-order-page .new-order-tabs {
  display: flex;
  padding: 5px;
  margin: 0 0 18px;
  flex-wrap: wrap;
  gap: 5px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 11px;
}

.new-order-page .new-order-tabs::before,
.new-order-page .new-order-tabs::after {
  display: none;
}

.new-order-page .new-order-tabs > li {
  min-width: 0;
  margin: 0;
  flex: 1 1 96px;
  float: none;
}

.new-order-page .new-order-tabs > li > a,
.auth .new-order-page .new-order-tabs > li > a {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 38px;
  padding: var(--space-2) 9px;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: var(--ink-muted);
  background: transparent;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.new-order-page .new-order-tabs > li > a:hover,
.new-order-page .new-order-tabs > li > a:focus,
.auth .new-order-page .new-order-tabs > li > a:hover,
.auth .new-order-page .new-order-tabs > li > a:focus {
  color: var(--accent-deep);
  background: var(--surface-tint);
  box-shadow: none;
  transform: none;
}

.new-order-page .new-order-tabs > li.active > a,
.new-order-page .new-order-tabs > li.active > a:hover,
.new-order-page .new-order-tabs > li.active > a:focus,
.auth .new-order-page .new-order-tabs > li.active > a,
.auth .new-order-page .new-order-tabs > li.active > a:hover,
.auth .new-order-page .new-order-tabs > li.active > a:focus {
  color: var(--text-white);
  background: var(--gradient-primary);
  box-shadow: 0 6px 14px rgba(38, 77, 122, 0.2);
}

.new-order-page .new-order-tab-content {
  min-height: 430px;
}

.new-order-page .new-order-form .form-group,
.new-order-page .new-order-mass-form .form-group,
.new-order-page .new-order-tab-content .form-area .form-group,
.new-order-page .new-order-tab-content #pills-search .form-group {
  margin-bottom: 15px;
}

.new-order-page .new-order-form .control-label,
.new-order-page .new-order-mass-form .control-label,
.new-order-page .new-order-tab-content .form-area .control-label,
.new-order-page .new-order-tab-content #pills-search .control-label {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.new-order-page .new-order-form .form-control,
.new-order-page .new-order-mass-form .form-control,
.new-order-page .new-order-tab-content .form-area .form-control,
.new-order-page .new-order-tab-content #pills-search .form-control {
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 10px 13px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.35;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.new-order-page #select2-orderform-category-container,
.new-order-page #select2-orderform-service-container {
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 10px 13px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 550;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  line-height: 22px;
}

.new-order-page .select2-selection.select2-selection--single.form-control {
  height: 44px;
  padding: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.new-order-page .new-order-form .form-control:focus,
.new-order-page .new-order-mass-form .form-control:focus,
.new-order-page .new-order-tab-content .form-area .form-control:focus,
.new-order-page .new-order-tab-content #pills-search .form-control:focus {
  background: var(--bg-white);
  border-color: rgba(47, 92, 145, 0.48);
  box-shadow: 0 0 0 4px rgba(47, 92, 145, 0.1);
}

.new-order-page .new-order-form .search-dropdown .input-wrapper .form-control {
  padding-right: 13px;
  padding-left: 38px;
}

.new-order-page .new-order-form .search-dropdown .input-wrapper button {
  z-index: 2;
  color: var(--accent-deep);
}

.new-order-page .new-order-form .search-dropdown .input-wrapper .fas.fa-search {
  color: var(--accent-deep);
  font-size: 11px;
}

.new-order-page .new-order-form #charge {
  color: var(--accent-deep);
  background: var(--surface-tint);
  border-color: rgba(47, 92, 145, 0.16);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.new-order-page .new-order-form #service_description .panel-body,
.new-order-page .new-order-form #fields .panel-body {
  padding: 13px;
  color: var(--ink-muted);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 11px;
  line-height: 1.65;
}

.new-order-page .new-order-form textarea.form-control,
.new-order-page .new-order-mass-form textarea.form-control,
.new-order-page .new-order-tab-content .form-area textarea.form-control {
  height: auto;
  min-height: 120px;
  padding: var(--space-3) 13px;
  resize: vertical;
  line-height: 1.55;
}

.new-order-page .new-order-mass-form #links {
  min-height: 260px;
  border-radius: 10px;
}

.new-order-page .new-order-form .terms {
  display: flex;
  padding: 11px var(--space-3);
  margin: 0;
  gap: var(--space-2);
  align-items: flex-start;
  color: var(--ink-muted);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 550;
  line-height: 1.5;
}

.new-order-page .new-order-form .terms-accept-checkbox {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--accent-deep);
}

.new-order-page .new-order-form .terms a {
  color: var(--accent-deep);
  font-weight: 700;
}

.new-order-page .new-order-form .btn-primary-submit,
.new-order-page .new-order-mass-form .btn.btn-primary,
.new-order-page .new-order-tab-content #pills-search .btn.btn-primary {
  width: 100%;
  min-height: 44px;
  padding: 10px var(--space-4);
  margin: 0;
  color: var(--text-white);
  background: var(--gradient-horizontal);
  border: 0;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(38, 77, 122, 0.18);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.new-order-page .new-order-form .alert,
.new-order-page .new-order-tab-content .alert {
  padding: var(--space-3) 38px var(--space-3) 13px;
  border-radius: 10px;
  font-size: 10px;
  line-height: 1.55;
}

.new-order-page .new-order-tab-content .alert-warning {
  color: #76521a;
  background: #fff7e8;
  border-color: #efd8a9;
}

.new-order-page .new-order-details-header {
  min-height: 40px;
  margin-bottom: 14px;
}

.new-order-page .new-order-details-header .new-order-card-title {
  margin: 0;
}

.new-order-page .new-order-details-header .new-order-card-title > i {
  display: inline-flex;
  width: 32px;
  height: 32px;
  margin-right: 8px !important;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  background: var(--gradient-primary);
  border-radius: 9px;
  box-shadow: 0 5px 12px rgba(38, 77, 122, 0.16);
  font-size: 12px;
}

.new-order-page .new-order-details-header .settings-btn {
  display: inline-flex;
  width: 34px;
  min-width: 34px;
  height: 34px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: var(--accent-deep);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 11px;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.new-order-page .new-order-details-header .settings-btn:hover,
.new-order-page .new-order-details-header .settings-btn:focus {
  color: var(--text-white);
  background: var(--gradient-primary);
  border-color: transparent;
  transform: translateY(-1px);
}

.new-order-page .new-order-details-grid {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}

.new-order-page .new-order-details-grid > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.new-order-page .new-order-details-grid .ser-desc-box {
  min-height: 82px;
  padding: 13px;
  margin-bottom: 10px;
  justify-content: flex-start;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: none;
}

.new-order-page .new-order-details-grid > .col-sm-12:first-child .ser-desc-box {
  min-height: 92px;
  background: linear-gradient(135deg, var(--surface), var(--surface-tint));
  border-color: var(--line-strong);
}

.new-order-page .new-order-details-grid .ser-desc-label {
  margin-bottom: 5px;
  color: var(--ink-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.25;
  text-transform: uppercase;
}

.new-order-page .new-order-details-grid .ser-desc-title {
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.new-order-page .new-order-details-grid .ser-desc-txt {
  width: 100%;
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}

.new-order-page .new-order-details-grid [data-id='serviceDesc'] {
  color: var(--ink-muted);
  font-weight: 500;
  line-height: 1.7;
}

.new-order-content {
  max-width: 1440px;
  padding-bottom: 24px;
}

.new-order-content .new-order-content-card {
  padding: var(--space-5);
  overflow: hidden;
  color: var(--ink);
  background: var(--bg-white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  line-height: 1.65;
}

.neworder-settings-box .close-settings span {
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
}

.neworder-settings-box .close-settings i {
  color: var(--ink-muted);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.neworder-settings-box .size-select-box {
  border-color: var(--line);
  border-radius: 10px;
}

.neworder-settings-box .size-select-box.active {
  background: var(--surface-tint);
  border-color: var(--accent);
}

.neworder-settings-box .size-img,
.neworder-settings-box .size-text,
.neworder-settings-box .theme-select-btn {
  background: var(--surface);
}

.nightmode .new-order-page .new-order-card,
.nightmode .new-order-page .new-order-tabs,
.nightmode .new-order-page .new-order-form .form-control,
.nightmode .new-order-page .new-order-mass-form .form-control,
.nightmode .new-order-page .new-order-tab-content .form-area .form-control,
.nightmode .new-order-page .new-order-tab-content #pills-search .form-control,
.nightmode .new-order-page .select2-selection.select2-selection--single.form-control,
.nightmode .new-order-page .new-order-details-grid .ser-desc-box,
.nightmode .new-order-content .new-order-content-card,
.nightmode .neworder-settings-box {
  color: var(--text-white);
  background: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.1);
}

.nightmode .new-order-page .new-order-card-title,
.nightmode .new-order-page .new-order-form .control-label,
.nightmode .new-order-page .new-order-mass-form .control-label,
.nightmode .new-order-page .new-order-details-grid .ser-desc-title,
.nightmode .new-order-page .new-order-details-grid .ser-desc-txt,
.nightmode .neworder-settings-box .close-settings span {
  color: var(--text-white);
}

.nightmode .new-order-page .new-order-form .terms,
.nightmode .new-order-page .new-order-details-header .settings-btn {
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.nightmode .new-order-page .new-order-details-grid > .col-sm-12:first-child .ser-desc-box {
  background: var(--color-dark-surface-hover);
  border-color: rgba(255, 255, 255, 0.12);
}

.nightmode .new-order-page .new-order-details-grid .ser-desc-label,
.nightmode .new-order-page .new-order-details-grid [data-id='serviceDesc'] {
  color: rgba(255, 255, 255, 0.64);
}

html {
  color-scheme: light;
}

body {
  color: var(--color-text);
  background: var(--color-canvas);
  font-family: var(--font-main);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.nightmode {
  color-scheme: dark;
}

.is-initially-hidden {
  display: none;
}

.gizli {
  display: none;
  visibility: hidden;
  overflow: hidden;
}

.vip-services .otherCategories {
  display: block;
}

.list-indented {
  padding-inline-start: 20px;
}

.status-value {
  font-weight: 600;
}

.profile-avatar-icon {
  color: var(--color-brand-500);
}

.text-danger {
  color: var(--color-danger);
}

.ticket-attachments {
  margin-top: 16px;
}

.category-icon {
  width: auto;
  max-width: calc(1em + 6px);
  max-height: calc(1em + 6px);
}

.google-login-compact {
  display: inline-flex;
  width: 140px;
  height: 42px;
}

.signin-seo-title {
  font-size: clamp(22px, 2.4vw, 26px);
}

.notice-icon {
  margin-inline-end: 8px;
}

.search-dropdown,
.search-dropdown .input-wrapper {
  position: relative;
}

.service-search-trigger {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 12px;
  min-width: 28px;
  min-height: 28px;
  padding: 0 2px;
  color: var(--color-text-muted);
  background: transparent;
  border: 0;
  transform: translateY(-50%);
}

.service-search-trigger-rtl {
  right: 12px;
  left: auto;
}

.status-progress-14 {
  width: 14.2%;
}

.status-progress-28 {
  width: 28.4%;
}

.status-progress-43 {
  width: 42.6%;
}

.status-progress-57 {
  width: 56.8%;
}

.status-progress-71 {
  width: 71%;
}

.status-progress-85 {
  width: 85.2%;
}

.status-progress-100 {
  width: 100%;
}

.btn,
button.btn,
a.btn,
input.btn {
  display: inline-flex;
  width: auto;
  min-width: 0;
  min-height: var(--control-height);
  padding: 10px var(--control-padding-x);
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  color: var(--color-brand-700);
  background: var(--color-surface);
  border: 1px solid var(--color-border-strong);
  border-radius: var(--control-radius);
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--motion-fast) var(--ease-standard), background-color var(--motion-fast) var(--ease-standard), border-color var(--motion-fast) var(--ease-standard), box-shadow var(--motion-fast) var(--ease-standard), transform var(--motion-fast) var(--ease-standard);
}

.btn:hover,
.btn:focus {
  color: var(--color-brand-700);
  background: var(--color-surface-tint);
  border-color: var(--color-brand-400);
  text-decoration: none;
  transform: translateY(-1px);
}

.btn:active,
.btn.active,
.open > .dropdown-toggle.btn {
  box-shadow: none;
  transform: translateY(0) scale(0.98);
}

.btn:focus-visible,
button.btn:focus-visible,
a.btn:focus-visible,
input.btn:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 2px;
  box-shadow: var(--shadow-focus);
}

.btn[disabled],
.btn.disabled,
fieldset[disabled] .btn {
  pointer-events: none;
  box-shadow: none;
  filter: none;
  opacity: 0.55;
  transform: none;
}

.btn.btn-primary,
.auth .btn.btn-primary,
.guest .btn.btn-primary,
.btn-blue {
  width: auto;
  min-height: var(--control-height);
  padding: 10px var(--control-padding-x);
  color: var(--color-text-inverse);
  background: var(--gradient-primary);
  border: 1px solid transparent;
  border-radius: var(--control-radius);
  box-shadow: 0 7px 16px rgba(28, 58, 96, 0.18);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.auth .btn.btn-primary:hover,
.auth .btn.btn-primary:focus,
.guest .btn.btn-primary:hover,
.guest .btn.btn-primary:focus,
.btn-primary-submit:hover,
.btn-primary-submit:focus,
.btn-primary-refill:hover,
.btn-primary-refill:focus,
.btn-blue:hover,
.btn-blue:focus {
  color: var(--color-text-inverse);
  background: linear-gradient(135deg, var(--color-brand-600), var(--color-brand-800));
  border-color: transparent;
  box-shadow: 0 10px 20px rgba(28, 58, 96, 0.24);
  filter: none;
  transform: translateY(-1px);
}

.btn.btn-secondary,
.btn.btn-default,
.btn.btn-outline,
.btn.btn-white,
.auth .btn.btn-secondary,
.auth .btn.btn-default,
.auth .btn.btn-white {
  color: var(--color-brand-700);
  background: var(--color-surface);
  border-color: var(--color-border-strong);
  box-shadow: none;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-white:hover,
.btn.btn-white:focus {
  color: var(--color-brand-700);
  background: var(--color-surface-tint);
  border-color: var(--color-brand-400);
}

.btn.btn-link,
.btn.btn-text,
.btn.btn-ghost {
  color: var(--color-brand-500);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-text:hover,
.btn.btn-text:focus,
.btn.btn-ghost:hover,
.btn.btn-ghost:focus {
  color: var(--color-brand-700);
  background: var(--color-surface-tint);
  border-color: transparent;
}

.btn.btn-danger,
.btn.btn-red,
.auth .btn.btn-danger,
.auth .btn.btn-red {
  color: var(--color-text-inverse);
  background: var(--color-danger);
  border-color: var(--color-danger);
  box-shadow: 0 7px 16px rgba(198, 61, 85, 0.18);
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-red:hover,
.btn.btn-red:focus {
  color: var(--color-text-inverse);
  background: var(--color-danger-dark);
  border-color: var(--color-danger-dark);
}

.btn-primary-refill,
.auth .btn.btn-primary-refill {
  width: auto;
  color: var(--color-text-inverse);
  background: var(--gradient-primary);
  border: 1px solid transparent;
  border-radius: var(--control-radius);
  box-shadow: 0 7px 16px rgba(28, 58, 96, 0.18);
  font-weight: 600;
  line-height: 1.2;
  min-height: var(--control-height-sm);
  padding: 7px var(--space-3);
  font-size: 12px;
}

.btn.btn-sm {
  min-height: var(--control-height-sm);
  padding: 7px var(--space-3);
  font-size: 12px;
}

.btn.btn-lg {
  min-height: var(--control-height-lg);
  padding: 13px 22px;
  font-size: 15px;
}

.btn-primary-submit,
.auth .btn.btn-primary-submit {
  min-height: var(--control-height);
  padding: 10px var(--control-padding-x);
  color: var(--color-text-inverse);
  background: var(--gradient-primary);
  border: 1px solid transparent;
  border-radius: var(--control-radius);
  box-shadow: 0 7px 16px rgba(28, 58, 96, 0.18);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
}

.btn.btn-block,
.new-order-page form > .btn.btn-primary {
  width: 100%;
}

.sidebar-nav .btn {
  width: 100%;
  min-height: 48px;
  justify-content: flex-start;
}

.auth .nav.nav-pills,
.nav.nav-pills {
  display: flex;
  margin: 0;
  padding: 6px;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 6px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  box-shadow: var(--shadow-xs);
}

.auth .nav.nav-pills::before,
.auth .nav.nav-pills::after,
.nav.nav-pills::before,
.nav.nav-pills::after {
  display: none;
}

.auth .nav.nav-pills > li,
.nav.nav-pills > li {
  min-width: 0;
  max-width: none;
  margin: 0;
  flex: 1 1 112px;
  float: none;
}

.auth .nav.nav-pills > li > a,
.nav.nav-pills > li > a {
  display: flex;
  width: 100%;
  min-height: 40px;
  padding: var(--space-2) 13px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--color-text-muted);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: color var(--motion-fast) var(--ease-standard), background-color var(--motion-fast) var(--ease-standard), border-color var(--motion-fast) var(--ease-standard), box-shadow var(--motion-fast) var(--ease-standard), transform var(--motion-fast) var(--ease-standard);
}

.auth .nav.nav-pills > li > a:hover,
.auth .nav.nav-pills > li > a:focus,
.nav.nav-pills > li > a:hover,
.nav.nav-pills > li > a:focus {
  color: var(--color-brand-700);
  background: var(--color-surface-tint);
  border-color: var(--color-border);
  box-shadow: none;
  transform: none;
}

.auth .nav.nav-pills > li.active > a,
.auth .nav.nav-pills > li.active > a:hover,
.auth .nav.nav-pills > li.active > a:focus,
.nav.nav-pills > li.active > a,
.nav.nav-pills > li.active > a:hover,
.nav.nav-pills > li.active > a:focus {
  color: var(--color-text-inverse);
  background: var(--gradient-primary);
  border-color: transparent;
  box-shadow: 0 6px 14px rgba(28, 58, 96, 0.2);
}

.nav.nav-pills .pill-icon,
.auth .nav.nav-pills .pill-icon {
  width: 24px;
  height: 24px;
  margin: 0;
  flex: 0 0 24px;
  color: var(--color-text-inverse);
  background: var(--color-info);
  font-size: 11px;
}

.nav.nav-pills .All .pill-icon,
.auth .nav.nav-pills .All .pill-icon {
  display: none;
}

.auth .nav.nav-pills > li.active > a .pill-icon,
.nav.nav-pills > li.active > a .pill-icon {
  color: var(--color-brand-700);
  background: rgba(255, 255, 255, 0.9);
}

.nav.nav-pills .Completed .pill-icon {
  background: var(--color-success);
}

.nav.nav-pills .Partial .pill-icon {
  background: var(--color-warning);
}

.nav.nav-pills .Processing .pill-icon {
  background: var(--color-brand-400);
}

.nav.nav-pills .Canceled .pill-icon,
.nav.nav-pills .Rejected .pill-icon,
.nav.nav-pills .Error .pill-icon {
  background: var(--color-danger);
}

.row-checkbox {
  display: inline-flex;
  margin: 3px 6px 0 0;
  cursor: pointer;
  vertical-align: middle;
}

.row-checkbox input,
.select-all-wrapper input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.row-checkbox .checkmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-surface);
  border: 2px solid var(--color-border-strong);
  transition: background-color var(--motion-fast) var(--ease-standard), border-color var(--motion-fast) var(--ease-standard), box-shadow var(--motion-fast) var(--ease-standard);
  width: 16px;
  height: 16px;
  border-radius: 4px;
}

.select-all-wrapper .checkmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-surface);
  border: 2px solid var(--color-border-strong);
  transition: background-color var(--motion-fast) var(--ease-standard), border-color var(--motion-fast) var(--ease-standard), box-shadow var(--motion-fast) var(--ease-standard);
  width: 20px;
  height: 20px;
  border-radius: 6px;
}

.row-checkbox input:focus-visible + .checkmark,
.select-all-wrapper input:focus-visible + .checkmark {
  box-shadow: var(--shadow-focus);
}

.row-checkbox input:checked + .checkmark,
.select-all-wrapper input:checked + .checkmark {
  color: var(--color-text-inverse);
  background: var(--color-brand-500);
  border-color: var(--color-brand-500);
}

.row-checkbox input:checked + .checkmark::after,
.select-all-wrapper input:checked + .checkmark::after {
  content: '\2713';
  color: currentColor;
  font-size: 10px;
  font-weight: 700;
}

.bulk-actions {
  display: flex;
  min-height: 50px;
  margin: var(--space-5) 0 0 auto;
  padding: 5px;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 14px;
}

.select-all-wrapper {
  display: flex;
  margin: 0;
  align-items: center;
  gap: var(--space-2);
  color: var(--color-text);
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}

.btn-copy,
.bulk-actions .btn-copy {
  display: inline-flex;
  min-height: var(--control-height-sm);
  padding: 7px var(--space-3);
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--color-text-inverse);
  background: var(--gradient-primary);
  border: 0;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 600;
  transition: box-shadow var(--motion-fast) var(--ease-standard), transform var(--motion-fast) var(--ease-standard);
}

.btn-copy:hover,
.btn-copy:focus {
  box-shadow: 0 7px 14px rgba(28, 58, 96, 0.2);
  transform: translateY(-1px);
}

#toast-container {
  position: fixed;
  z-index: 9999;
  top: 20px;
  right: 20px;
}

.toast {
  display: flex;
  margin-bottom: 10px;
  padding: 14px 18px;
  align-items: center;
  gap: 10px;
  color: var(--color-text-inverse);
  background: var(--color-brand-800);
  border-radius: 12px;
  box-shadow: var(--shadow-md);
  font-size: 14px;
  opacity: 0;
  transform: translateX(120%);
  transition: opacity var(--motion-standard) var(--ease-standard), transform var(--motion-standard) var(--ease-standard);
}

.toast.show {
  opacity: 1;
  transform: translateX(0);
}

.toast.success {
  background: var(--color-success);
}

.toast.error {
  background: var(--color-danger);
}

.order-id-wrap .row-checkbox {
  margin-top: 0;
}

.history-grid-static.grid-view .order-link {
  flex: 0 0 calc(100% - 78px);
  max-width: calc(100% - 78px);
}

.settings-content,
.settings-bg {
  display: none;
}

.settings-bg.active {
  position: fixed;
  z-index: 9;
  inset: 0;
  display: flex;
  background: rgba(10, 26, 48, 0.28);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.settings-content.active {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: flex;
  width: min(400px, calc(100% - 30px));
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}

.neworder-settings-box {
  display: flex;
  width: 100%;
  padding: 18px;
  flex-direction: column;
  gap: var(--space-3);
}

.neworder-size,
.theme-type {
  display: flex;
  align-items: center;
  gap: 10px;
}

.close-settings {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.close-settings span {
  margin-bottom: 8px;
}

.close-settings i {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.size-select-box {
  display: flex;
  width: 200px;
  overflow: hidden;
  flex-direction: column;
  gap: 2px;
  background: var(--color-surface);
  border: 2px solid var(--color-border);
  border-radius: 10px;
  cursor: pointer;
}

.size-select-box.active {
  background: var(--color-surface-tint);
  border-color: var(--color-brand-500);
}

.size-img {
  padding: var(--space-2) 10px;
  background: var(--color-surface);
  border-radius: 8px;
}

.size-img img {
  width: 100%;
  height: 100%;
  filter: invert(91%) sepia(10%) saturate(81%) hue-rotate(175deg) brightness(99%) contrast(88%);
}

.size-text {
  padding: var(--space-2) 10px;
  background: var(--color-surface);
  border-radius: 8px;
  text-align: center;
}

.theme-select-btn {
  padding: var(--space-2) 10px;
  background: var(--color-surface);
  border-radius: 8px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.theme-select-btn.active {
  color: var(--color-text-inverse);
  background: var(--color-brand-500);
}

.blog-section,
.single-blog-post {
  padding: clamp(28px, 5vw, 60px) var(--space-5);
  background: var(--color-canvas);
}

.blog-container {
  display: grid;
  max-width: 1140px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.blog-card {
  overflow: hidden;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: border-color var(--motion-standard) var(--ease-standard), box-shadow var(--motion-standard) var(--ease-standard), transform var(--motion-standard) var(--ease-standard);
}

.blog-card:hover {
  border-color: var(--color-border-strong);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.blog-image img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.blog-content {
  padding: var(--space-5);
}

.blog-title {
  color: var(--color-text);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 var(--space-2);
  font-size: 19px;
  line-height: 1.4;
}

.blog-excerpt {
  margin-bottom: 16px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.blog-readmore,
.btn-back {
  display: inline-flex;
  min-height: var(--control-height-sm);
  padding: var(--space-2) 13px;
  align-items: center;
  color: var(--color-brand-600);
  background: var(--color-surface-tint);
  border: 1px solid var(--color-border);
  border-radius: 9px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.blog-readmore:hover,
.blog-readmore:focus,
.btn-back:hover,
.btn-back:focus {
  color: var(--color-text-inverse);
  background: var(--color-brand-600);
  border-color: var(--color-brand-600);
  text-decoration: none;
}

.post-wrapper {
  overflow: hidden;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  max-width: 980px;
  margin: 0 auto;
}

.post-banner img {
  display: block;
  width: 100%;
  max-height: 550px;
  object-fit: cover;
}

.post-article {
  padding: clamp(var(--space-6), 5vw, var(--space-12));
}

.post-title {
  color: var(--color-text);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 var(--space-6);
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1.25;
}

.post-content {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.8;
}

.post-content img {
  max-width: 100%;
  height: auto;
  margin: var(--space-6) 0;
  border-radius: var(--radius-sm);
}

.post-navigation {
  margin-top: 36px;
}

.nightmode .blog-section,
.nightmode .single-blog-post {
  background: var(--color-surface-dark);
}

.nightmode .blog-card,
.nightmode .post-wrapper {
  background: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.1);
}

.nightmode .blog-title,
.nightmode .post-title,
.nightmode .post-content {
  color: var(--color-text-inverse);
}

.nightmode .blog-excerpt {
  color: rgba(255, 255, 255, 0.68);
}

.crypto-page {
  padding: clamp(var(--space-6), 5vw, var(--space-12)) var(--space-gutter);
}

.crypto-container {
  max-width: 720px;
  margin: 0 auto;
}

.crypto-page .dash-title {
  margin-bottom: 24px;
  text-align: center;
}

.crypto-card {
  display: flex;
  margin-bottom: 12px;
  padding: 18px;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xs);
}

.crypto-card > div {
  min-width: 0;
}

.crypto-label {
  margin-bottom: 5px;
  color: var(--color-text-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.crypto-address {
  color: var(--color-brand-700);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.crypto-card .copy-btn {
  flex: 0 0 auto;
}

.nightmode .crypto-card {
  background: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.1);
}

.nightmode .crypto-address {
  color: var(--color-dark-text-soft);
}

.nightmode .btn.btn-secondary,
.nightmode .btn.btn-default,
.nightmode .btn.btn-outline,
.nightmode .btn.btn-white,
.nightmode .btn.btn-ghost {
  color: var(--color-text-inverse);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.nightmode .btn.btn-secondary:hover,
.nightmode .btn.btn-default:hover,
.nightmode .btn.btn-outline:hover,
.nightmode .btn.btn-white:hover,
.nightmode .btn.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
}

.nightmode .nav.nav-pills,
.nightmode.auth .nav.nav-pills {
  background: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.1);
}

.nightmode .nav.nav-pills > li > a,
.nightmode.auth .nav.nav-pills > li > a {
  color: rgba(255, 255, 255, 0.72);
}

.nightmode .nav.nav-pills > li > a:hover,
.nightmode .nav.nav-pills > li > a:focus,
.nightmode.auth .nav.nav-pills > li > a:hover,
.nightmode.auth .nav.nav-pills > li > a:focus {
  color: var(--color-text-inverse);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.nightmode .nav.nav-pills > li.active > a,
.nightmode.auth .nav.nav-pills > li.active > a {
  color: var(--color-brand-800);
  background: #dceafb;
}

/* Shared platform service picker */
.service-picker {
  width: 100%;
  margin-bottom: var(--space-6);
}

.service-picker__header {
  min-height: 52px;
  margin: 0 0 18px;
  gap: var(--space-4);
}

.service-picker .service-picker__title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.new-order-page .service-picker .service-picker__title,
.services-page .services-toolbar .service-picker__title {
  margin: 0;
}

.service-picker .service-picker__toggle {
  display: inline-flex;
  width: auto;
  min-width: 154px;
  min-height: 52px;
  padding: 0 var(--space-5);
  gap: var(--space-3);
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-xs);
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  transition: color var(--motion-fast) var(--ease-standard), background-color var(--motion-fast) var(--ease-standard), border-color var(--motion-fast) var(--ease-standard), box-shadow var(--motion-fast) var(--ease-standard), transform var(--motion-fast) var(--ease-standard);
}

.service-picker .service-picker__toggle:hover,
.service-picker .service-picker__toggle:focus {
  color: var(--accent-deep);
  background: var(--surface-tint);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}

.service-picker .service-picker__toggle:focus-visible {
  outline: 3px solid rgba(61, 117, 180, 0.38);
  outline-offset: 3px;
}

.service-picker .service-picker__toggle i {
  transition: transform var(--motion-standard) var(--ease-standard);
}

.service-picker .service-picker__toggle.is-collapsed i {
  transform: rotate(-90deg);
}

.service-picker__grid.cate-shortcut {
  display: grid;
  height: auto;
  min-height: 0;
  padding: 28px;
  margin: 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--space-6) var(--space-4);
  align-items: stretch;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 12px 30px rgba(17, 29, 45, 0.045);
  opacity: 1;
  visibility: visible;
  transition: opacity var(--motion-standard) var(--ease-standard), padding var(--motion-standard) var(--ease-standard), border-color var(--motion-standard) var(--ease-standard), box-shadow var(--motion-standard) var(--ease-standard);
}

.service-picker__grid.cate-shortcut:not(.active) {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  border-color: transparent;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.service-picker__grid.cate-shortcut.active {
  height: auto;
  padding: 28px;
}

.cate-shortcut.service-picker__grid > li {
  width: 100%;
  max-width: none;
  margin: 0;
  flex: none;
}

.cate-shortcut.service-picker__grid > li > a {
  display: flex;
  width: 100%;
  min-height: 72px;
  padding: 10px var(--space-4);
  margin: 0;
  flex-wrap: nowrap;
  gap: var(--space-3);
  align-items: center;
  justify-content: flex-start;
  color: var(--ink);
  background: var(--color-surface-subtle);
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: none;
  text-decoration: none;
  transform: none;
  transition: color var(--motion-fast) var(--ease-standard), background-color var(--motion-fast) var(--ease-standard), border-color var(--motion-fast) var(--ease-standard), box-shadow var(--motion-fast) var(--ease-standard), transform var(--motion-fast) var(--ease-standard);
}

.service-picker__grid > li > a:hover,
.service-picker__grid > li > a:focus {
  color: var(--accent-deep);
  background: var(--surface-tint);
  border-color: var(--line-strong);
  box-shadow: 0 8px 18px rgba(17, 29, 45, 0.07);
  transform: translateY(-2px);
}

.service-picker__grid > li > a:focus-visible {
  outline: 3px solid rgba(61, 117, 180, 0.38);
  outline-offset: 3px;
}

.service-picker__grid > li > a.is-selected,
.service-picker__grid > li > a[aria-pressed='true'] {
  color: var(--accent-deep);
  background: var(--surface-tint);
  border-color: rgba(47, 92, 145, 0.26);
  box-shadow: inset 0 0 0 1px rgba(47, 92, 145, 0.06), 0 8px 18px rgba(17, 29, 45, 0.07);
}

.service-picker__grid .sershortcut-icon,
.service-picker__grid .ser-cate-span {
  display: inline-flex;
  width: 44px;
  min-width: 44px;
  height: 44px;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  background: var(--color-brand-700);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 5px 12px rgba(20, 44, 73, 0.16);
  font-size: 21px;
  line-height: 1;
  transition: background-color var(--motion-fast) var(--ease-standard), box-shadow var(--motion-fast) var(--ease-standard), transform var(--motion-fast) var(--ease-standard);
}

.service-picker__grid > li > a:hover .sershortcut-icon,
.service-picker__grid > li > a:hover .ser-cate-span,
.service-picker__grid > li > a.is-selected .sershortcut-icon,
.service-picker__grid > li > a.is-selected .ser-cate-span {
  background: var(--gradient-primary);
  box-shadow: 0 7px 14px rgba(20, 44, 73, 0.22);
  transform: scale(1.04);
}

.service-picker__grid .cate-shortcut-txt {
  display: inline;
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.services-page .services-picker {
  margin-top: var(--space-5);
}

.nightmode .service-picker .service-picker__title {
  color: var(--text-white);
}

.nightmode .service-picker .service-picker__toggle,
.nightmode .service-picker__grid.cate-shortcut {
  color: var(--text-white);
  background: var(--color-surface-dark-raised);
  border-color: rgba(255, 255, 255, 0.1);
}

.nightmode .service-picker__grid > li > a {
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.06);
}

.nightmode .service-picker .service-picker__toggle:hover,
.nightmode .service-picker .service-picker__toggle:focus,
.nightmode .service-picker__grid > li > a:hover,
.nightmode .service-picker__grid > li > a:focus,
.nightmode .service-picker__grid > li > a.is-selected,
.nightmode .service-picker__grid > li > a[aria-pressed='true'] {
  color: var(--text-white);
  background: var(--color-dark-surface-hover);
  border-color: rgba(156, 200, 245, 0.28);
}

/* Animation definitions */
@keyframes blink1 {
to {opacity: 0;}
  from{opacity: 1;}
}

@keyframes blink-animation {
to {
    visibility: hidden;
  }
}

/* Consolidated responsive and accessibility queries */
@media (max-width: 1100px) {
  .service-picker__grid.cate-shortcut,
  .service-picker__grid.cate-shortcut.active {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vip-updates-page .update-box-wrapper .order-top-ul {
    grid-template-columns: minmax(76px, 0.35fr) minmax(260px, 2fr);
  }

  .vip-updates-page .update-box-wrapper .order-top-ul > li:nth-child(3) {
    grid-column: 1 / -1;
  }

  .vip-updates-page .update-box-wrapper .order-bottom-ul {
    grid-template-columns: repeat(3, minmax(110px, 1fr));
  }

  .new-order-page .new-order-tabs > li {
    flex-basis: calc(33.333% - 5px);
  }
}

@media (max-width: 1024px) {
  .blog-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .top-twitter {
    bottom: 322px;
    left: 130px;
  }

  .top-nav {
    padding-right: 18px;
    padding-left: 18px;
  }

  .cate-shortcut li,
  .auth .nav-tabs.fund-tabs li {
    flex-basis: calc(33.333% - 8px);
    max-width: calc(33.333% - 8px);
  }

  .add-funds-page .add-funds-column {
    width: 100%;
  }

  .add-funds-page .payment-method-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .service-picker {
    margin-bottom: var(--space-5);
  }

  .service-picker__header {
    min-height: 46px;
    margin-bottom: var(--space-3);
  }

  .new-order-page .service-picker .service-picker__title,
  .services-page .service-picker .service-picker__title {
    font-size: 23px;
  }

  .service-picker .service-picker__toggle {
    min-width: 132px;
    min-height: 46px;
    padding: 0 var(--space-4);
    font-size: 12px;
  }

  .service-picker__grid.cate-shortcut,
  .service-picker__grid.cate-shortcut.active {
    padding: var(--space-4);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-3);
    border-radius: 22px;
  }

  .service-picker__grid.cate-shortcut:not(.active) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-picker__grid > li > a {
    min-height: 60px;
    padding: var(--space-2) var(--space-3);
    gap: 10px;
  }

  .service-picker__grid .sershortcut-icon,
  .service-picker__grid .ser-cate-span {
    width: 38px;
    min-width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .service-picker__grid .cate-shortcut-txt {
    display: inline;
    font-size: 13px;
  }

  .dashboard-heading .dast-title {
    font-size: 28px;
  }

  .row.stats-row {
    margin-top: 20px;
  }

  .account-statistics,
  .status-progress-panel {
    padding: 18px;
  }

  .dashboard-kpi {
    padding: 18px;
    min-height: 0;
  }

  .status-range {
    gap: 14px;
  }

  .status-range-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .status-range-left,
  .status-range-center {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .status-range .status-range-left .media,
  .status-range .status-range-right .media {
    margin: 0;
  }

  .status-range-right .media {
    justify-content: flex-start;
  }

  .dashboard-page .dashboard-kpi {
    min-height: 0;
    padding: 18px;
  }

  .dashboard-page .status-progress-panel .status-range-right,
  .dashboard-page .status-progress-panel .status-range-left,
  .dashboard-page .status-progress-panel .status-range-center {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .dashboard-page {
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .auth .container-fluid,
  .guest .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .top-nav-left,
  .top-nav-right,
  .top-nav-left-nav,
  .top-nav-right-nav {
    min-width: 0;
  }

  .ticketModalla.modal-dialog,
  .order-modal .modal-dialog {
    width: auto;
    max-width: calc(100vw - 30px);
    margin-right: auto;
    margin-left: auto;
  }

  .service-name {
    min-width: 0;
  }

  .grid-view .order-top-ul > li .order-content {
    width: 100%;
    min-height: 38px;
  }

  .grid-view .order-link-wrapper .order-content {
    min-height: 42px;
  }

  .grid-view .order-btns {
    margin-inline-start: 0;
  }

  .top-nav {
    min-width: 0;
    position: relative;
    min-height: 64px;
    margin-bottom: 18px;
    padding: var(--space-3) var(--space-gutter);
  }

  .sidebar-nav li a:hover,
  .order-wrap:hover,
  .auth .btn.btn-primary:hover,
  .auth .btn.btn-primary-submit:hover,
  .auth .btn.btn-primary-refill:hover {
    transform: none;
  }

  .cate-shortcut {
    padding: var(--space-3);
  }

  .cate-shortcut li,
  .auth .nav-tabs.fund-tabs li {
    flex-basis: calc(50% - 6px);
    max-width: calc(50% - 6px);
  }

  .order-content {
    max-width: 100%;
    padding-right: 0;
    margin-right: 0;
  }

  .order-content::after {
    display: none;
  }

  .order-btns {
    max-width: 100%;
    gap: var(--space-2);
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .order-status {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .btn,
  button,
  [role="button"],
  .top-nav a,
  .sidebar-nav a {
    min-height: 44px;
  }

  .row {
    min-width: 0;
  }

  .status-table-wrap {
    border-radius: 14px;
    overscroll-behavior-inline: contain;
  }

  .table-responsive {
    overscroll-behavior-inline: contain;
  }

  .table-view .orders-table-card {
    border-radius: var(--radius-md);
  }

  .table-view .orders-data-table {
    min-width: 1040px;
  }

  .table-view .orders-data-table > thead > tr > th,
  .table-view .orders-data-table > tbody > .orders-table-row > td {
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-view .order-wrap {
    padding: 14px;
    border-radius: var(--radius-md);
  }

  .grid-view .order-content {
    padding: var(--space-2) 0;
    margin: 0;
    border-bottom-color: var(--line);
  }

  .grid-view .order-top-ul > li:first-child .order-content,
  .grid-view .order-date,
  .grid-view .order-ser {
    flex-wrap: nowrap;
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
  }

  .grid-view .order-ser-li {
    order: 0;
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }

  .grid-view .order-link-wrapper {
    padding: 9px 10px;
  }

  .grid-view .order-link-wrap {
    border-bottom: 0;
  }

  .grid-view .order-bottom-ul > li:not(.order-link-wrapper):not(.order-btns) .order-content {
    min-height: 42px;
    padding: 9px 10px;
    margin: 0 0 6px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .grid-view .order-btns .order-content {
    min-height: 0;
    padding-bottom: 0;
    border-bottom: 0;
    justify-content: space-between;
  }

  .grid-view .order-btns .order-content .btn.btn-primary {
    min-height: 36px;
    flex: 1 1 calc(50% - 4px);
    max-width: none;
    margin: 0;
  }

  .grid-view .order-status {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .grid-view .order-status .order-content {
    min-height: 28px;
    margin: var(--space-1) 0;
    display: inline-flex;
    padding: 5px 10px;
    border-bottom: 1px solid transparent;
    width: 100%;
    max-width: max-content;
  }

  .tickets-page {
    padding-right: 15px;
    padding-left: 15px;
  }

  .tickets-page .tickets-support-card {
    min-height: 0;
    padding: var(--space-4);
    flex-direction: column;
    gap: 13px;
    align-items: stretch;
  }

  .tickets-page .ticket-modal-btn {
    width: 100%;
    max-width: none;
    flex: 0 0 auto;
  }

  .tickets-page .ticket-alert-txt {
    width: 100%;
    max-width: none;
    flex: 0 0 auto;
    margin-bottom: 0;
    text-align: left;
  }

  .tickets-page .tickets-history-header {
    min-height: 0;
    padding: var(--space-4);
    flex-direction: column;
    gap: var(--space-3);
    align-items: stretch;
  }

  .tickets-page .tickets-history-header .dash-title {
    font-size: 18px;
  }

  .tickets-page .tickets-history-header #history-search {
    width: 100%;
    max-width: none;
    flex-basis: auto;
  }

  .tickets-page .tickets-table {
    min-width: 660px;
  }

  .tickets-page .tickets-table > thead > tr > th,
  .tickets-page .tickets-table > tbody > .tickets-row > td {
    padding-right: 11px;
    padding-left: 11px;
  }

  #ticket-modal .ticket-modal-dialog {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin: var(--space-3) auto;
  }

  #ticket-modal .modal-header,
  #ticket-modal .modal-body {
    padding: var(--space-4);
  }

  #ticket-modal .ticket-submit-btn {
    width: 100%;
  }

  .updates-page {
    padding-right: 15px;
    padding-left: 15px;
  }

  .updates-page .updates-toolbar {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
  }

  .updates-page .updates-search-column {
    width: 100%;
  }

  .updates-page .updates-filter-column {
    width: 100%;
    margin-top: 10px;
  }

  .updates-page .updates-card-header {
    min-height: 0;
    padding: var(--space-gutter) 14px var(--space-3);
    flex-direction: column;
    gap: 9px;
    align-items: stretch;
  }

  .updates-page .update-box-name {
    font-size: 12px;
  }

  .updates-page .update-box-date {
    width: max-content;
    min-width: 0;
    align-self: flex-start;
  }

  .updates-page .updates-card-footer {
    padding: 11px 14px 13px;
  }

  .updates-page .update-box-status {
    max-width: calc(100% - 42px);
  }

  .add-funds-page {
    padding-right: 15px;
    padding-left: 15px;
  }

  .add-funds-page .add-funds-header .dash-txt {
    font-size: 12px;
  }

  .add-funds-page .add-funds-card {
    padding: var(--space-4);
  }

  .add-funds-page .add-funds-card-title {
    font-size: 17px;
  }

  .add-funds-page .add-funds-primary-tabs {
    grid-template-columns: 1fr;
  }

  .add-funds-page .payment-method-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .add-funds-page .payment-method-details {
    min-height: 0;
    padding: var(--space-4);
  }

  .add-funds-page .add-funds-history-shell {
    -webkit-overflow-scrolling: touch;
  }

  .vip-updates-page {
    padding-right: 15px;
    padding-left: 15px;
  }

  .vip-updates-page .vip-updates-header .dash-txt {
    font-size: 12px;
  }

  .vip-updates-page .vip-updates-toolbar {
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .vip-updates-page .vip-updates-search {
    margin-bottom: 0;
  }

  .vip-updates-page .vip-cat-name {
    padding: 11px 13px 11px var(--space-4);
    margin-top: 16px;
    font-size: 12px !important;
  }

  .vip-updates-page .update-box-wrapper .order-bottom-ul {
    padding: var(--space-3);
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }

  .vip-updates-page .update-box-wrapper .order-top-ul {
    padding: var(--space-3);
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
    padding-top: 15px;
  }

  .vip-updates-page .update-box-wrapper .order-top-ul > li:nth-child(3) {
    grid-column: auto;
  }

  .vip-updates-page .update-box-wrapper .order-content {
    min-height: 0;
    padding: 9px;
  }

  .vip-updates-page .update-box-wrapper .order-link-wrap .order-txt a {
    white-space: normal;
  }

  .vip-updates-editorial {
    padding-right: 15px;
    padding-left: 15px;
  }

  .vip-updates-editorial .vip-updates-content-card {
    padding: var(--space-4);
  }

  .faq-page {
    padding-right: 15px;
    padding-left: 15px;
  }

  .faq-page .faq-header {
    margin-bottom: 15px;
  }

  .faq-page .faq-header .dash-txt {
    font-size: 12px;
  }

  .faq-page .faq-stats-row > [class*='col-'],
  .faq-page .faq-links-row > [class*='col-'] {
    width: 100%;
  }

  .faq-page .faq-stat-card {
    min-height: 88px;
    padding: var(--space-gutter) var(--space-3) 13px;
  }

  .faq-page .faq-stat-card strong {
    font-size: 20px;
  }

  .faq-page .faq-filters .btn {
    min-width: 0;
    flex: 1 1 calc(50% - 7px);
  }

  .faq-page .faq-accordion .panel-title > a {
    min-height: 52px;
    padding: var(--space-3) 46px var(--space-3) var(--space-3);
    font-size: 11px;
  }

  .faq-page .faq-accordion .panel-title > a::after {
    right: 11px;
    width: 26px;
    height: 26px;
  }

  .faq-page .faq-accordion .panel-body {
    padding: 13px;
  }

  .faq-page .faq-support-card {
    padding: 21px var(--space-gutter);
  }

  .services-page .services-table-shell {
    padding-bottom: 7px;
  }

  .services-page #service-table.services-table {
    min-width: 1020px;
    border-spacing: 0 8px;
  }

  .services-page #service-table.services-table > thead > tr > th {
    height: 48px;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }

  .services-page #service-table.services-table > tbody > tr > td {
    height: 58px;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }

  .services-page #service-table.services-table > tbody > .services-category-row > td {
    height: 42px;
  }

  .new-order-page {
    padding-right: 15px;
    padding-left: 15px;
  }

  .new-order-page .new-order-form-column,
  .new-order-page .new-order-details-column {
    width: 100%;
  }

  .new-order-page .new-order-card {
    padding: var(--space-4);
  }

  .new-order-page .new-order-card-title {
    font-size: 17px;
  }

  .new-order-page .new-order-tabs > li {
    flex-basis: calc(50% - 5px);
  }

  .new-order-page .new-order-tab-content {
    min-height: 0;
  }

  .new-order-page .new-order-details-grid > .col-sm-6,
  .new-order-page .new-order-details-grid > .col-sm-12 {
    width: 100%;
  }

  .new-order-page .new-order-details-grid .ser-desc-box,
  .new-order-page .new-order-details-grid > .col-sm-12:first-child .ser-desc-box {
    min-height: 0;
  }

  .settings-content.active {
    width: calc(100% - 30px);
    max-width: 400px;
  }

  .new-order-content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .auth .nav.nav-pills > li,
  .nav.nav-pills > li {
    flex-basis: calc(50% - 3px);
  }

  .bulk-actions {
    margin: 0 0 var(--space-5);
  }

  .crypto-card {
    align-items: stretch;
    flex-direction: column;
  }

  .crypto-card .copy-btn {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .blog-container {
    grid-template-columns: 1fr;
  }

  .blog-image img {
    height: 170px;
  }
}

@media (max-width: 550px) {
  #top-sec {
    padding: var(--space-gutter);
  }

  .guest .navbar-default {
    padding-top: 0;
  }

  .dast-title {
    font-size: 30px;
  }

  .txt {
    font-size: 14px;
    line-height: 1.5;
  }

  .top-fb,
  .top-tiktok,
  .top-twitter,
  .top-insta,
  .top-box-1,
  .top-box-2 {
    display: none;
  }

  .login-form-img {
    width: auto;
    max-width: 200px;
    margin: 5px auto auto;
  }

  #top-sec::after {
    display: none;
  }

  .row.login-field-row {
    border-radius: 20px;
    padding: 10px;
  }

  .row.login-field-row .col-sm-5,
  .row.login-field-row .col-sm-2 {
    padding: 0;
  }

  .guest .form-control {
    height: 48px;
  }

  .row.login-field-row .form-group {
    margin-bottom: 10px;
  }

  .inpt-icon {
    width: 36px;
    height: 36px;
  }

  .guest .row.login-field-row .btn.btn-primary {
    height: 45px;
  }

  .have-acc {
    margin-top: 12px;
  }

  #should {
    padding: 10px 0;
  }

  .best-box {
    padding: var(--space-gutter) var(--space-gutter) 0;
  }

  .best-title {
    font-size: 32px;
  }

  .best-girl {
    max-width: 150px;
  }

  .how-wrap-line {
    display: none;
  }

  .how-box {
    position: unset;
    width: 100%;
    background-color: var(--bg-white);
    padding: var(--space-gutter);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 20%);
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .how-box-icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .how-box-title {
    font-size: 50px;
  }

  .how-box-txt {
    font-size: 18px;
  }

  #how {
    padding: 25px 0;
  }

  .title {
    font-size: 32px;
    line-height: 1.2;
  }

  #stats-sec,
  #find,
  #testimonial,
  #ready {
    padding: var(--space-5) 0;
  }

  .row.stats-sec-row {
    margin: 0;
  }

  .stats-sec-wrapper::after {
    width: calc(100% + 5px);
    left: -5px;
    top: 5px;
  }

  .statistic-box-icon {
    width: 60px;
    height: 60px;
  }

  .statistic-box-img {
    max-width: 40px;
  }

  .statistic-box-title {
    font-size: 20px;
    line-height: 1.2;
  }

  .statistic-box {
    margin-bottom: 20px;
  }

  #find .row {
    margin: 0;
    padding: var(--space-gutter) var(--space-gutter) 0;
    border-radius: 20px;
  }

  .faq-tab-content .panel.panel-default .panel-heading a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding: 5px var(--space-2);
  }

  .faq-tab-content .panel.panel-default .panel-heading a::after {
    width: 20px;
    height: 20px;
  }

  #testimonial .txt br {
    display: none;
  }

  .testi-title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .test-txt {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
  }

  .test-stars {
    margin: auto auto 10px;
  }

  .testimonial-nav {
    margin-top: 20px;
  }

  #ready .row {
    padding: var(--space-gutter);
    min-height: auto;
    margin: auto;
    border-radius: 25px;
  }

  .ready-content {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .ready-content + img {
    z-index: 0;
    opacity: 0.4;
    max-width: 130px;
    margin: auto;
    left: 0;
    right: 0;
  }

  .ftr-logo {
    margin-bottom: 20px;
  }

  .social-ul {
    margin: 10px 0 10px;
  }

  footer .row {
    display: block;
  }

  .copy-right {
    font-size: 12px !important;
    text-align: center;
  }

  .ftr-menu li a {
    font-size: 14px;
    margin: auto 5px;
  }

  .ftr-menu {
    justify-content: center;
  }

  #should .row {
    display: block;
  }

  footer {
    padding-top: 20px;
  }

  .testimonial-slider-wrapper {
    margin-top: 15px;
    padding-top: 70px;
  }

  #find .title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .guest .navbar-default .navbar-toggle {
    border-color: var(--color-brand-700);
  }

  .guest .navbar-default .navbar-toggle .icon-bar {
    background-color: var(--color-brand-700);
  }

  #signup-sec {
    padding: var(--space-5) 0 var(--space-5);
  }

  #signup-sec .well,
  #resetpswd .well {
    padding: var(--space-gutter);
    width: 100%;
    margin: var(--space-gutter) auto auto;
    box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 30%);
    border-radius: 20px;
  }

  .signup-title {
    margin-bottom: 10px;
  }

  #signup-sec::after {
    display: none;
  }

  .dash-txt br {
    display: none;
  }

  .dash-txt {
    font-size: 14px;
  }

  .row.search-row .btn.btn-primary.dropdown-toggle {
    height: 45px;
    line-height: 45px;
  }

  .row.search-row #history-search {
    margin-bottom: 10px;
  }

  .cate-shortcut-txt {
    display: none;
  }

  .ser-cate-shortcut {
    margin-bottom: 0;
  }

  .table-responsive {
    border: 0;
  }

  .guest .table thead tr th:first-child,
  .guest .table tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
  }

  .service-name {
    min-width: 250px;
    max-width: 250px;
    width: 250px;
    white-space: normal !important;
    word-break: break-word;
  }

  .service-description .modal-header .modal-title {
    white-space: normal;
    word-break: break-word;
    font-size: 16px;
  }

  .api-box {
    padding: 10px;
    margin-bottom: 10px;
  }

  .api-box-icon {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .api-box-left {
    flex: 0 0 38px;
    max-width: 38px;
  }

  .table.api-table thead tr th:first-child {
    border-radius: 10px 0 0 10px !important;
  }

  .table.api-table thead tr th:last-child {
    border-radius: 0 10px 10px 0 !important;
  }

  .api-title2 {
    font-size: 20px;
  }

  .auth .dash-title {
    margin-bottom: 0;
    font-size: 20px;
  }

  .hide-category {
    min-width: 100px;
    padding: 5px 10px;
    font-size: 12px;
  }

  .cate-shortcut {
    padding: 10px;
    margin-top: 10px;
  }

  .cate-shortcut.active {
    padding: 10px;
  }

  .cate-shortcut li a {
    justify-content: center;
  }

  .auth .form-control:not(.select2-selection) {
    height: 45px;
  }

  #select2-orderform-category-container,
  #select2-orderform-service-container {
    height: 45px;
    line-height: 45px;
  }

  .auth .btn.btn-primary {
    padding: var(--space-3) var(--space-3);
    font-size: 14px;
    line-height: 1.4;
  }

  .ser-desc-box {
    padding: 10px;
    min-height: auto margin-bottom: 10px;
  }

  .ser-desc-title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .auth {
    padding-bottom: 0;
  }

  .wrapper:not(.toggle) .inner-wrap {
    padding-left: 0;
  }

  .auth .table tbody tr td {
    padding: 5px var(--space-2) !important;
  }

  .service-description .modal-body {
    white-space: normal;
    word-break: break-word;
  }

  .service-description .btn.btn-primary {
    padding: 5px var(--space-3);
    font-size: 12px;
  }

  .order-bottom-ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-content::after {
    display: none;
  }

  .order-content {
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 2px;
    margin-bottom: 2px;
    border-bottom: 1px solid #d6d6dc;
  }

  .order-top-ul {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .order-top-ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-btns .order-content .btn.btn-primary {
    flex: 0 0 49%;
    max-width: 49%;
    margin: 5px 0 0;
  }

  .order-btns .order-content {
    border-bottom: 0;
    justify-content: space-between;
  }

  .auth .nav-tabs.fund-tabs li {
    flex: 0 0 49%;
    max-width: 49%;
  }

  .auth .nav-tabs.fund-tabs li a {
    font-size: 12px;
    min-height: 44px;
    padding: 5px 7px;
  }

  .childpanel-faq {
    margin-top: 10px;
  }

  .row.search-row .btn.btn-primary.dropdown-toggle.update-toggle + .dropdown-menu {
    height: auto;
  }

  .row.affiliate-box-row {
    display: block;
    padding: 10px 0;
  }

  .row.affiliate-box-row .col-sm-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .row.affiliate-box-row .col-sm-4:nth-child(2) {
    border: 0 !important;
  }

  .affiliate-box-title {
    font-size: 14px;
  }

  .affiliate-box-txt {
    font-size: 12px;
  }

  .affiliate-box-left {
    max-width: 34px;
    height: 34px;
    flex: 0 0 34px;
    font-size: 16px;
  }

  .affiliate-box-right {
    flex: 0 0 calc(100% - 34px);
    max-width: calc(100% - 34px);
    padding-left: 10px;
  }

  .affiliate-box {
    margin-bottom: 12px;
  }

  .row.affiliate-box-row .col-sm-4:last-child .affiliate-box {
    margin-bottom: 0;
  }

  .row.affiliate-box-row2 {
    margin: 0 -15px;
  }

  .affiliate-box2 {
    margin-bottom: 15px;
    min-height: auto;
  }

  .affiliate-box2-txt {
    font-size: 16px;
  }

  .affiliate-box2-title {
    margin-bottom: 8px;
  }

  .term-row {
    padding: var(--space-gutter) 10px;
    margin: 0 0 var(--space-gutter);
  }

  .term-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .dashboard-box {
    padding: 10px 10px;
    margin-bottom: 10px;
    min-height: auto;
  }

  .dashboard-box-icon {
    width: 51px;
    height: 51px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .dashboard-box-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .dashboard-box-txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
  }

  .dash-title2 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .dashbox-label {
    font-size: 14px;
    line-height: 1.2;
  }

  .sershortcut-icon {
    margin-right: 0;
  }

  .order-modal .modal-header .modal-title {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }

  .order-modal .modal-header .close {
    flex: 0 0 20px;
    max-width: 20px;
  }

  .order-content .btn.btn-primary {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.4;
  }

  .well.name-server-wrap {
    border-radius: 10px;
  }

  .name-server-title {
    font-size: 14px !important;
    padding: 5px 5px;
    margin-bottom: 5px !important;
  }

  .name-server-ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .update-box-name {
    font-size: 14px;
  }

  .update-box-status {
    font-size: 12px;
  }

  .order-ser .order-label,
  .order-content.order-link-wrap .order-label {
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
  }

  .order-ser .order-txt,
  .order-txt.order-link {
    padding-left: 5px;
    margin-left: 0;
    min-width: 250px;
    max-width: 250px;
  }

  .auth-ftr {
    width: 100%;
    z-index: 7;
  }

  .inner-wrap,
  .wrapper.toggle .inner-wrap {
    padding-bottom: 52px;
  }

  .top-nav-left-nav li {
    display: none;
    margin-right: 5px;
  }

  .notify-btn-wrap .btn.btn-primary {
    font-size: 12px;
    padding: 5px 5px;
  }

  .ser-cate-span {
    margin-right: 0;
  }

  .signup-frm-wrap .form-group.last_name_wrap,
  .signup-frm-wrap .form-group.first_name_wrap,
  .signup-frm-wrap .form-group.password_wrap,
  .signup-frm-wrap .form-group.password_again_wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row.stats-row .dashboard-box {
    min-height: auto;
  }

  .top-nav-left-nav li p.pinner2 {
    width: 28px;
    height: 28px;
  }

  .top-nav {
    padding: 10px 5px;
  }

  .top-nav-right-nav li a {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }

  .top-nav-right-nav li {
    margin-left: 2px;
  }

  .ticket-modal-btn {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ticket-alert-txt {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .top-nav-right-nav .dropdown.updates-dropdown button.dropdown-toggle {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }

  .top-nav-right-nav .dropdown.updates-dropdown .dropdown-menu {
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    float: none;
  }

  .dropdown-currencies .badge {
    font-size: 9px;
  }

  .switch-template-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 0 var(--space-3);
  }

  .status-range-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .status-range {
    flex-wrap: wrap;
  }

  .status-range-left,
  .status-range-center {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .status-range-right .media {
    display: flex;
    flex-direction: row-reverse;
    margin-left: 0 !important;
  }

  .notice-board {
    min-width: 250px;
    right: -100px;
  }

  .top-nav-left {
    display: none;
  }

  .top-nav-right-nav {
    justify-content: space-between;
  }

  .top-nav-right-nav .dropdown {
    order: 8;
    flex: 0 0 48%;
    max-width: 48%;
    margin: 10px 0 0 0;
  }

  .top-nav-right-nav .dropdown .dropdown-toggle {
    height: 28px;
    padding: 5px 9px;
    font-size: 11px;
    width: 100%;
  }

  .top-nav-right-nav .dropdown.dropdown-currencies {
    order: 9;
  }

  .pinner2-wrap {
    display: block !important;
  }

  .guest .navbar-nav .dropdown .btn.btn-primary {
    width: 95%;
    margin: auto !important;
    display: block;
    position: relative;
  }

  .dropdown-menu.childtheme-dropmenu {
    background-color: var(--color-brand-700) !important;
    width: 95% !important;
    margin: auto !important;
  }

  .row.childpanel3-first-row .nav-tabs {
    flex-wrap: wrap;
  }

  .row.steps-row-wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 420px) {
  .service-picker__header {
    align-items: center;
  }

  .new-order-page .service-picker .service-picker__title,
  .services-page .service-picker .service-picker__title {
    font-size: 21px;
  }

  .service-picker .service-picker__toggle {
    min-width: 122px;
    min-height: 42px;
    padding: 0 14px;
  }

  .service-picker__grid.cate-shortcut,
  .service-picker__grid.cate-shortcut.active {
    grid-template-columns: 1fr;
  }

  .cate-shortcut li,
  .auth .nav-tabs.fund-tabs li {
    flex-basis: 100%;
    max-width: 100%;
  }

  .top-nav-right-nav {
    margin-top: 8px;
  }

  .add-funds-page .payment-method-tabs {
    grid-template-columns: 1fr;
  }

  .new-order-page .new-order-tabs > li {
    flex-basis: 100%;
  }

  .neworder-settings-box .neworder-size {
    flex-direction: column;
  }

  .neworder-settings-box .size-select-box {
    width: 100%;
  }

  .auth .nav.nav-pills > li,
  .nav.nav-pills > li {
    flex-basis: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-delay: 0s !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-delay: 0s !important;
    transition-duration: 0.01ms !important;
  }

  .grid-view .order-wrap {
    transition: none;
  }

  .grid-view .order-wrap:hover {
    transform: none;
  }

  .updates-page .updates-card {
    transition: none;
  }

  .updates-page .updates-card:hover {
    transform: none;
  }

  .add-funds-page .payment-method-tabs > li > a {
    transition: none;
  }

  .add-funds-page .payment-method-tabs > li > a:hover {
    transform: none;
  }

  .vip-updates-page .update-box-wrapper .order-wrap {
    transition: none;
  }

  .vip-updates-page .update-box-wrapper .order-wrap:hover {
    transform: none;
  }

  .faq-page .faq-filters .btn,
  .faq-page .faq-accordion .faq-item {
    transition: none;
  }

  .faq-page .faq-filters .btn:hover,
  .faq-page .faq-accordion .faq-item:hover {
    transform: none;
  }

  .services-page #service-table.services-table > tbody > tr > td,
  .services-page #service-table.services-table .ser-icon {
    transition: none;
  }

  .services-page #service-table.services-table .ser-icon:hover,
  .services-page #service-table.services-table .services-description-cell .btn.btn-primary:hover {
    transform: none;
  }

  .new-order-page .new-order-details-header .settings-btn {
    transition: none;
  }

  .new-order-page .new-order-details-header .settings-btn:hover {
    transform: none;
  }

  .btn,
  .nav.nav-pills > li > a,
  .blog-card,
  .btn-copy,
  .toast {
    transition: none;
  }

  .btn:hover,
  .blog-card:hover,
  .btn-copy:hover {
    transform: none;
  }
}

@media (forced-colors: active) {
  :where(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline-color: Highlight;
  }

  .btn,
  button,
  .form-control,
  .dashboard-box,
  .order-wrap {
    border: 1px solid CanvasText;
  }
}
