/* InterProWebHost client dashboard — WHMCS 8.13.5 / Twenty-One child. */

.whmcsbody,
.ipwh-clientarea-dashboard {
  --ipwh-dashboard-brand: #81221f;
  --ipwh-dashboard-brand-deep: #651916;
  --ipwh-dashboard-brand-soft: #f8eceb;
  --ipwh-dashboard-navy: #101c2d;
  --ipwh-dashboard-ink: #172033;
  --ipwh-dashboard-muted: #667085;
  --ipwh-dashboard-line: #dfe5ec;
  --ipwh-dashboard-surface: #ffffff;
  --ipwh-dashboard-canvas: #f5f7fa;
  --ipwh-dashboard-success: #147a52;
  --ipwh-dashboard-shadow: 0 18px 46px rgba(16, 28, 45, 0.08);
  --ipwh-dashboard-shadow-hover: 0 22px 52px rgba(16, 28, 45, 0.13);
}

html.ipwh-clientarea-dashboard body.whmcsbody.whmcs-loggedin #main-body {
  padding-block: clamp(28px, 4vw, 58px) clamp(52px, 6vw, 88px);
  background:
    radial-gradient(circle at 92% 2%, rgba(129, 34, 31, 0.075), transparent 25rem),
    linear-gradient(180deg, #fafbfc 0, var(--ipwh-dashboard-canvas) 24rem);
  color: var(--ipwh-dashboard-ink);
  font-family: Arial, sans-serif;
}

html.ipwh-clientarea-dashboard body.whmcsbody.whmcs-loggedin #main-body > .container {
  width: min(100% - 40px, 1480px);
  max-width: 1480px;
}

.ipwh-clientarea-dashboard .primary-content,
.ipwh-clientarea-dashboard .sidebar {
  min-width: 0;
}

.ipwh-whmcs-portal-nav {
  position: relative;
  z-index: 40;
  padding: 12px 0;
  border: 0;
  background: #f5f7fa;
  font-family: Arial, sans-serif;
}

.ipwh-whmcs-portal-nav .navbar {
  min-height: 58px;
  padding: 0 10px;
  border: 1px solid #dfe4ea;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 34px rgba(16, 28, 45, 0.08);
}

.ipwh-whmcs-portal-nav .navbar-nav > li > a {
  display: flex;
  min-height: 44px;
  align-items: center;
  margin: 6px 1px;
  padding: 0 13px !important;
  border-radius: 9px;
  color: #263348;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease;
}

.ipwh-whmcs-portal-nav .navbar-nav > li > a:hover,
.ipwh-whmcs-portal-nav .navbar-nav > li > a:focus-visible,
.ipwh-whmcs-portal-nav .navbar-nav > li.active > a {
  background: #fbf4f3;
  color: var(--ipwh-dashboard-brand);
  outline: none;
}

.ipwh-whmcs-portal-nav .navbar-nav > li.active > a {
  box-shadow: inset 0 -2px 0 var(--ipwh-dashboard-brand);
}

.ipwh-whmcs-portal-nav #Secondary_Navbar-Account > a {
  gap: 7px;
  padding-right: 14px !important;
  padding-left: 14px !important;
  background: var(--ipwh-dashboard-brand-soft);
  color: var(--ipwh-dashboard-brand);
}

.ipwh-whmcs-portal-nav #Secondary_Navbar-Account > a:hover,
.ipwh-whmcs-portal-nav #Secondary_Navbar-Account > a:focus-visible,
.ipwh-whmcs-portal-nav #Secondary_Navbar-Account.show > a {
  background: var(--ipwh-dashboard-brand);
  color: #ffffff;
}

.ipwh-whmcs-portal-nav .dropdown-menu {
  min-width: 250px;
  margin-top: 7px;
  padding: 9px;
  border: 1px solid #e1e5ea;
  border-radius: 13px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(16, 28, 45, 0.16);
}

.ipwh-whmcs-portal-nav .dropdown-item,
.ipwh-whmcs-portal-nav .dropdown-item > a {
  min-height: 40px;
  border-radius: 8px;
  color: #263348;
  font-size: 13px;
}

.ipwh-whmcs-portal-nav .dropdown-item > a {
  display: flex;
  align-items: center;
  padding: 8px 11px !important;
}

.ipwh-whmcs-portal-nav .dropdown-divider {
  margin: 7px 3px;
  border-color: #e8ebef;
}

.ipwh-whmcs-portal-nav .dropdown-item:hover,
.ipwh-whmcs-portal-nav .dropdown-item:focus,
.ipwh-whmcs-portal-nav .dropdown-item > a:hover,
.ipwh-whmcs-portal-nav .dropdown-item > a:focus-visible {
  background: #fbf4f3;
  color: var(--ipwh-dashboard-brand);
}

.ipwh-whmcs-portal-toggle {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  margin: 6px 0 6px auto;
  padding: 8px 12px;
  border: 1px solid #dfe3e8;
  border-radius: 9px;
  color: #263348;
  font-size: 13px;
  font-weight: 800;
}

.ipwh-whmcs-breadcrumb {
  border-bottom: 1px solid #e5e8ed;
  background: #ffffff;
}

.ipwh-whmcs-breadcrumb .breadcrumb {
  min-height: 42px;
  align-items: center;
  margin: 0;
  padding: 8px 0;
  background: transparent;
  color: #778195;
  font-size: 12px;
}

.ipwh-whmcs-breadcrumb .breadcrumb a {
  color: #41536b;
  font-weight: 700;
}

.ipwh-client-page-heading {
  padding: 28px 0 24px;
  background:
    radial-gradient(circle at 88% 0, rgba(129, 34, 31, 0.09), transparent 21rem),
    #f5f7fa;
  font-family: Arial, sans-serif;
}

.ipwh-client-page-kicker {
  display: block;
  margin-bottom: 5px;
  color: var(--ipwh-dashboard-brand);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ipwh-client-page-title {
  color: var(--ipwh-dashboard-navy);
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.whmcsbody.whmcs-loggedout.whmcs-templatefile-login #main-body,
.whmcsbody.whmcs-loggedout.whmcs-templatefile-clientregister #main-body,
.whmcsbody.whmcs-loggedout.whmcs-filename-register #main-body {
  padding-block: clamp(34px, 5vw, 72px) clamp(56px, 7vw, 96px);
  background:
    radial-gradient(circle at 12% 8%, rgba(129, 34, 31, 0.08), transparent 24rem),
    radial-gradient(circle at 90% 78%, rgba(16, 28, 45, 0.07), transparent 28rem),
    #f5f7fa;
  color: var(--ipwh-dashboard-ink);
  font-family: Arial, sans-serif;
}

.whmcsbody.whmcs-loggedout .ipwh-auth {
  width: min(100%, 1160px);
  margin-inline: auto;
}

.ipwh-auth-shell {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  border: 1px solid #dfe4ea;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(16, 28, 45, 0.14);
}

.ipwh-auth-aside {
  position: relative;
  display: flex;
  min-height: 620px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(34px, 5vw, 60px);
  background:
    radial-gradient(circle at 85% 18%, rgba(181, 72, 66, 0.48), transparent 18rem),
    linear-gradient(145deg, #101c2d, #17273d 58%, #57201f);
  color: #ffffff;
}

.ipwh-auth-aside::after {
  position: absolute;
  right: -90px;
  bottom: -115px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.ipwh-auth-eyebrow {
  display: block;
  margin-bottom: 9px;
  color: #b84e48;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ipwh-auth-aside .ipwh-auth-eyebrow {
  color: #e2aaa6;
}

.ipwh-auth-aside-title {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(30px, 3.2vw, 43px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.ipwh-auth-aside-copy {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin: 0;
  color: #d4dae3;
  font-size: 15px;
  line-height: 1.7;
}

.ipwh-auth-benefits {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin: 34px 0;
  padding: 0;
  list-style: none;
}

.ipwh-auth-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #eef1f5;
  font-size: 13px;
  font-weight: 700;
}

.ipwh-auth-benefits i {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #efbab6;
}

.ipwh-auth-help {
  position: relative;
  z-index: 1;
  color: #c8d0da;
  font-size: 12px;
}

.ipwh-auth-help span {
  color: #ffffff;
  font-weight: 800;
}

.ipwh-auth-main {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 64px);
}

.ipwh-auth-form-heading {
  margin-bottom: 28px;
}

.ipwh-auth-title,
.ipwh-auth-registration-title {
  margin: 0 0 9px;
  color: var(--ipwh-dashboard-navy);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.ipwh-auth-copy,
.ipwh-auth-registration-heading p {
  margin: 0;
  color: var(--ipwh-dashboard-muted);
  line-height: 1.65;
}

.ipwh-auth-form .form-group {
  margin-bottom: 20px;
}

.ipwh-auth-form .form-control-label {
  margin-bottom: 7px;
  color: #344258;
  font-size: 12px;
  font-weight: 800;
}

.ipwh-auth-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.ipwh-auth-forgot {
  color: var(--ipwh-dashboard-brand);
  font-size: 12px;
  font-weight: 700;
}

.ipwh-auth-form .input-group-text,
.ipwh-auth-form .form-control,
.ipwh-auth-registration .field,
.ipwh-auth-registration .form-control {
  min-height: 48px;
  border-color: #d5dce5;
  background: #ffffff;
}

.ipwh-auth-form .input-group-text {
  width: 46px;
  justify-content: center;
  border-radius: 10px 0 0 10px;
  background: #f5f7fa;
  color: #69778a;
}

.ipwh-auth-form .form-control:focus,
.ipwh-auth-registration .field:focus,
.ipwh-auth-registration .form-control:focus {
  border-color: rgba(129, 34, 31, 0.58);
  box-shadow: 0 0 0 3px rgba(129, 34, 31, 0.1);
}

.ipwh-auth-remember {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: #556277;
  font-size: 13px;
}

.ipwh-auth-remember .form-check-input {
  position: static;
  margin: 0;
}

.ipwh-auth-submit {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-color: var(--ipwh-dashboard-brand) !important;
  border-radius: 10px;
  background: var(--ipwh-dashboard-brand) !important;
  color: #ffffff !important;
  font-weight: 800;
}

.ipwh-auth-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 27px 0 18px;
  color: #8490a1;
  font-size: 11px;
  text-transform: uppercase;
}

.ipwh-auth-divider::before,
.ipwh-auth-divider::after {
  height: 1px;
  flex: 1;
  background: #e3e7ec;
  content: "";
}

.ipwh-auth-social .social-signin-btns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ipwh-auth-social .btn-social {
  width: 100%;
  min-height: 44px;
  border-radius: 9px;
}

.ipwh-auth-register-prompt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #e5e9ee;
  color: #69768a;
  font-size: 13px;
}

.ipwh-auth-register-prompt a {
  color: var(--ipwh-dashboard-brand);
  font-weight: 800;
}

.ipwh-auth-registration {
  width: min(100%, 960px) !important;
}

.ipwh-auth-registration-heading {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.ipwh-auth-registration-layout {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}

.ipwh-auth-registration-signin {
  margin: 12px 0 0 !important;
  color: #667387;
  font-size: 14px;
}

.ipwh-auth-registration-signin a {
  color: var(--ipwh-dashboard-brand);
  font-weight: 800;
}

.ipwh-auth-registration-main {
  min-width: 0;
}

.ipwh-auth-registration-main > form {
  overflow: hidden;
  border: 1px solid var(--ipwh-dashboard-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(16, 28, 45, 0.08);
}

.ipwh-auth-registration-main .social-signin-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 24px clamp(22px, 4vw, 36px);
  border: 0;
  border-bottom: 1px solid var(--ipwh-dashboard-line);
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.ipwh-auth-registration-main .social-signin-btns .btn-social {
  min-height: 42px;
  border-radius: 9px;
}

.ipwh-auth-registration-main > form > .card,
.ipwh-auth-registration-main #containerNewUserSignup > .card,
.ipwh-auth-registration-main #containerNewUserSecurity > .card {
  margin: 0 !important;
  border: 0;
  border-bottom: 1px solid var(--ipwh-dashboard-line);
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.ipwh-auth-registration-main .card-body {
  padding: clamp(24px, 4vw, 36px) !important;
}

.ipwh-auth-registration-main .card-title {
  margin-bottom: 22px;
  color: var(--ipwh-dashboard-navy);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ipwh-auth-registration-main .form-group {
  margin-bottom: 16px;
}

.ipwh-auth-registration-main .prepend-icon .field-icon {
  width: 44px;
  color: #748195;
}

.ipwh-auth-registration-main .prepend-icon .field {
  width: 100%;
  border: 1px solid #d5dce5;
  border-radius: 9px;
  color: var(--ipwh-dashboard-ink);
}

.ipwh-auth-registration-main .password-strength-meter .progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e9edf2;
}

.ipwh-auth-registration-main .accepttos {
  position: static;
  margin: 0 8px 0 0;
}

.ipwh-auth-registration-main input[type="submit"].btn-primary {
  width: min(100%, 360px);
  min-height: 50px;
  border-color: var(--ipwh-dashboard-brand);
  border-radius: 10px;
  background: var(--ipwh-dashboard-brand);
  font-weight: 800;
}

.ipwh-auth-registration-actions {
  padding: clamp(24px, 4vw, 36px);
  background: #fbfcfd;
}

.ipwh-auth-registration-actions > :last-child {
  margin-bottom: 0;
}

.ipwh-auth-registration-privacy {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 0 20px;
  color: #667387;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.ipwh-auth-registration-privacy i {
  margin-top: 3px;
  color: var(--ipwh-dashboard-brand);
}

.whmcsbody.whmcs-loggedout.whmcs-filename-register #main-body > .container > .row > .primary-content > .alert,
.whmcsbody.whmcs-loggedout.whmcs-templatefile-clientregister #main-body > .container > .row > .primary-content > .alert {
  width: min(100%, 900px);
  margin-right: auto;
  margin-left: auto;
  border-radius: 12px;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) #main-body {
  padding-block: 28px 72px;
  background:
    radial-gradient(circle at 94% 4%, rgba(129, 34, 31, 0.055), transparent 26rem),
    linear-gradient(180deg, #f5f7fa, #f8f9fb 30rem);
  color: var(--ipwh-dashboard-ink);
  font-family: Arial, sans-serif;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) #main-body > .container {
  width: min(100% - 40px, 1480px);
  max-width: 1480px;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .primary-content,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .sidebar {
  min-width: 0;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .sidebar .card,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .primary-content > .card,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .primary-content > .panel,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .primary-content .panel-default {
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid var(--ipwh-dashboard-line);
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 13px 38px rgba(16, 28, 45, 0.07);
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .sidebar .card-header,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .primary-content > .card > .card-header,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .primary-content .panel-heading {
  min-height: 58px;
  padding: 16px 19px;
  border: 0;
  border-bottom: 1px solid var(--ipwh-dashboard-line);
  background: #ffffff !important;
  color: var(--ipwh-dashboard-navy) !important;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .sidebar .card-title,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .primary-content .card-title,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .primary-content .panel-title {
  color: var(--ipwh-dashboard-navy) !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .sidebar .card-title > i,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .primary-content .card-title > i,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .primary-content .panel-title > i {
  color: var(--ipwh-dashboard-brand);
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .sidebar .card-body,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .primary-content .card-body,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .primary-content .panel-body {
  padding: 19px;
  color: var(--ipwh-dashboard-muted);
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .sidebar .card-footer,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .primary-content .card-footer,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .primary-content .panel-footer {
  padding: 13px 19px;
  border-top: 1px solid var(--ipwh-dashboard-line);
  background: #f8f9fb;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .sidebar .list-group-item,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .primary-content .list-group-item {
  min-height: 46px;
  padding: 12px 18px;
  border-color: #e8ecf1;
  color: #344258;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .sidebar a.list-group-item:hover,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .sidebar a.list-group-item:focus-visible,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .primary-content a.list-group-item:hover,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .primary-content a.list-group-item:focus-visible {
  background: #fcf5f4;
  color: var(--ipwh-dashboard-brand);
  outline: none;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_wrapper,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .table-container {
  overflow: hidden;
  border: 1px solid var(--ipwh-dashboard-line);
  border-radius: 15px;
  background: #ffffff;
  box-shadow: var(--ipwh-dashboard-shadow);
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .table-container {
  overflow-x: auto;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_wrapper > .row:first-child {
  align-items: center;
  margin: 0;
  padding: 14px 16px;
  border-bottom: 1px solid var(--ipwh-dashboard-line);
  background: #ffffff;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_wrapper > .row:first-child > [class*="col-"] {
  padding: 0 6px;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_info {
  display: flex;
  min-height: 58px;
  align-items: center;
  margin: 0;
  padding: 12px 8px 12px 18px !important;
  color: #556277;
  font-size: 12px;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_filter {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 8px 18px 8px 8px;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_filter label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  color: var(--ipwh-dashboard-muted);
  font-size: 12px;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_length {
  display: flex;
  min-height: 68px;
  align-items: center;
  margin: 0;
  padding: 12px 8px 12px 18px;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_length label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #556277;
  font-size: 12px;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_length select {
  width: auto;
  min-width: 58px;
  margin: 0 !important;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_paginate {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 12px 18px 12px 8px;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_filter input,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .form-control,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) select.form-control {
  min-height: 42px;
  border: 1px solid #d5dbe3;
  border-radius: 9px;
  background-color: #ffffff;
  color: var(--ipwh-dashboard-ink);
  box-shadow: none;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_filter input:focus,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .form-control:focus,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) select.form-control:focus {
  border-color: rgba(129, 34, 31, 0.58);
  box-shadow: 0 0 0 3px rgba(129, 34, 31, 0.1);
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .table {
  margin-bottom: 0;
  color: var(--ipwh-dashboard-ink);
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .table thead th {
  padding: 14px 13px;
  border-top: 0;
  border-bottom: 1px solid #dce2e9;
  background: #f7f8fa;
  color: #455268;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-transform: uppercase;
  vertical-align: middle;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .table tbody td {
  padding: 14px 13px;
  border-top: 1px solid #edf0f3;
  background: #ffffff;
  vertical-align: middle;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .table tbody tr:hover td {
  background: #fcf8f7;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .table a {
  color: #245b98;
  font-weight: 700;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .label,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .badge {
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .label-success,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .badge-success {
  background: #dcf5e7;
  color: #147a52;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .label-default,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .badge-secondary {
  background: #e9edf2;
  color: #566275;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .btn {
  min-height: 40px;
  border-radius: 9px;
  font-weight: 800;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .btn-primary {
  border-color: var(--ipwh-dashboard-brand);
  background: var(--ipwh-dashboard-brand);
  color: #ffffff;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .sidebar .btn-success,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .primary-content .btn-success {
  border-color: var(--ipwh-dashboard-brand);
  background: var(--ipwh-dashboard-brand);
  color: #ffffff;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .btn-primary:hover,
.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .btn-primary:focus-visible {
  border-color: var(--ipwh-dashboard-brand-deep);
  background: var(--ipwh-dashboard-brand-deep);
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .nav-tabs {
  gap: 4px;
  padding: 5px;
  border: 1px solid var(--ipwh-dashboard-line);
  border-radius: 11px;
  background: #ffffff;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .nav-tabs .nav-link {
  border: 0;
  border-radius: 8px;
  color: #58657a;
  font-weight: 700;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .nav-tabs .nav-link.active {
  background: var(--ipwh-dashboard-brand-soft);
  color: var(--ipwh-dashboard-brand);
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .pagination {
  gap: 4px;
  margin: 0;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .page-link {
  min-width: 36px;
  border: 1px solid #dfe4ea;
  border-radius: 8px !important;
  color: #41536b;
  text-align: center;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .page-item.active .page-link {
  border-color: var(--ipwh-dashboard-brand);
  background: var(--ipwh-dashboard-brand);
  color: #ffffff;
}

.whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .alert {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(16, 28, 45, 0.05);
}

.ipwh-dashboard {
  color: var(--ipwh-dashboard-ink);
}

.ipwh-dashboard-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  overflow: hidden;
  margin-bottom: 32px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 15%, rgba(180, 70, 64, 0.5), transparent 19rem),
    linear-gradient(135deg, #101c2d 0%, #17263b 58%, #56201f 100%);
  box-shadow: 0 24px 64px rgba(16, 28, 45, 0.2);
  color: #ffffff;
}

.ipwh-dashboard-hero::after {
  position: absolute;
  right: -72px;
  bottom: -128px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.ipwh-dashboard-hero-copy,
.ipwh-dashboard-actions {
  position: relative;
  z-index: 1;
}

.ipwh-dashboard-hero-copy {
  max-width: 680px;
}

.ipwh-dashboard-eyebrow,
.ipwh-dashboard-section-kicker {
  display: block;
  color: #dba6a2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ipwh-dashboard-title {
  margin: 10px 0 12px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.ipwh-dashboard-lead {
  max-width: 610px;
  margin: 0;
  color: #d7dce4;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.65;
}

.ipwh-dashboard-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 10px;
}

.ipwh-dashboard-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 17px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ipwh-dashboard-button:hover,
.ipwh-dashboard-button:focus-visible {
  text-decoration: none;
  transform: translateY(-1px);
}

.ipwh-dashboard-button:focus-visible,
.ipwh-dashboard-stat:focus-visible,
.ipwh-dashboard-text-link:focus-visible {
  outline: 3px solid rgba(225, 147, 142, 0.55);
  outline-offset: 3px;
}

.ipwh-dashboard-button-primary {
  background: #ffffff;
  color: var(--ipwh-dashboard-brand);
}

.ipwh-dashboard-button-primary:hover,
.ipwh-dashboard-button-primary:focus-visible {
  background: #fdf4f3;
  color: var(--ipwh-dashboard-brand-deep);
}

.ipwh-dashboard-button-secondary {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.ipwh-dashboard-button-secondary:hover,
.ipwh-dashboard-button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.ipwh-dashboard-section {
  margin-top: 32px;
}

.ipwh-dashboard-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.ipwh-dashboard-section-kicker {
  margin-bottom: 5px;
  color: var(--ipwh-dashboard-brand);
}

.ipwh-dashboard-section-title {
  margin: 0;
  color: var(--ipwh-dashboard-navy);
  font-size: clamp(21px, 2.2vw, 28px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.ipwh-dashboard-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ipwh-dashboard-brand);
  font-size: 13px;
  font-weight: 800;
}

.ipwh-dashboard-text-link:hover {
  color: var(--ipwh-dashboard-brand-deep);
  text-decoration: none;
}

.ipwh-dashboard-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ipwh-dashboard-stat {
  position: relative;
  display: grid;
  min-height: 124px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--ipwh-dashboard-line);
  border-radius: 16px;
  background: var(--ipwh-dashboard-surface);
  box-shadow: 0 9px 28px rgba(16, 28, 45, 0.055);
  color: var(--ipwh-dashboard-ink);
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ipwh-dashboard-stat::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ipwh-dashboard-brand), #b64e48);
  content: "";
  opacity: 0;
  transform: scaleX(0.45);
  transform-origin: left;
  transition: opacity 160ms ease, transform 160ms ease;
}

.ipwh-dashboard-stat:hover,
.ipwh-dashboard-stat:focus-visible {
  border-color: rgba(129, 34, 31, 0.34);
  box-shadow: var(--ipwh-dashboard-shadow-hover);
  color: var(--ipwh-dashboard-ink);
  text-decoration: none;
  transform: translateY(-3px);
}

.ipwh-dashboard-stat:hover::before,
.ipwh-dashboard-stat:focus-visible::before {
  opacity: 1;
  transform: scaleX(1);
}

.ipwh-dashboard-stat-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 13px;
  background: var(--ipwh-dashboard-brand-soft);
  color: var(--ipwh-dashboard-brand);
  font-size: 19px;
}

.ipwh-dashboard-stat-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.ipwh-dashboard-stat-value {
  color: var(--ipwh-dashboard-navy);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.ipwh-dashboard-stat-label {
  margin-top: 7px;
  overflow: hidden;
  color: var(--ipwh-dashboard-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.ipwh-dashboard-stat-arrow {
  color: #a4adba;
  font-size: 12px;
}

.ipwh-dashboard-addon {
  margin-top: 20px;
}

.ipwh-dashboard-panels > .row {
  margin-right: -8px;
  margin-left: -8px;
}

.ipwh-dashboard-panels > .row > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.ipwh-dashboard-panel,
.ipwh-clientarea-dashboard .sidebar .card {
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid var(--ipwh-dashboard-line);
  border-radius: 16px;
  background: var(--ipwh-dashboard-surface);
  box-shadow: var(--ipwh-dashboard-shadow);
}

.ipwh-dashboard-panel[class*="card-accent-"] {
  border-top-color: var(--ipwh-dashboard-line);
}

.ipwh-dashboard-panel .ipwh-dashboard-panel-header,
.ipwh-clientarea-dashboard .sidebar .card-header {
  min-height: 64px;
  padding: 18px 20px;
  border: 0;
  border-bottom: 1px solid var(--ipwh-dashboard-line);
  background: #ffffff !important;
  color: var(--ipwh-dashboard-navy) !important;
}

.ipwh-dashboard-panel-title,
.ipwh-clientarea-dashboard .sidebar .card-title {
  color: var(--ipwh-dashboard-navy) !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.ipwh-dashboard-panel-title > i,
.ipwh-clientarea-dashboard .sidebar .card-title > i {
  color: var(--ipwh-dashboard-brand);
}

.ipwh-dashboard-panel-action {
  border: 1px solid #e4e8ee !important;
  border-radius: 8px !important;
  background: #f8f9fb !important;
  color: var(--ipwh-dashboard-ink) !important;
  font-weight: 700;
}

.ipwh-dashboard-panel-action:hover,
.ipwh-dashboard-panel-action:focus-visible {
  border-color: #d7c3c1 !important;
  background: var(--ipwh-dashboard-brand-soft) !important;
  color: var(--ipwh-dashboard-brand) !important;
}

.ipwh-dashboard-panel .card-body,
.ipwh-clientarea-dashboard .sidebar .card-body {
  padding: 20px;
  color: var(--ipwh-dashboard-muted);
  line-height: 1.6;
}

.ipwh-dashboard-panel .card-footer,
.ipwh-clientarea-dashboard .sidebar .card-footer {
  padding: 14px 20px;
  border-top: 1px solid var(--ipwh-dashboard-line);
  background: #f8f9fb;
}

.ipwh-dashboard-panel .card-footer:empty {
  display: none;
}

.ipwh-dashboard-view-all-wrap {
  display: flex;
  justify-content: flex-end;
}

.ipwh-dashboard-view-all {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #e0e5eb;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ipwh-dashboard-brand);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.ipwh-dashboard-view-all:hover,
.ipwh-dashboard-view-all:focus-visible {
  border-color: rgba(129, 34, 31, 0.34);
  background: var(--ipwh-dashboard-brand-soft);
  color: var(--ipwh-dashboard-brand-deep);
  text-decoration: none;
}

.ipwh-dashboard-panel .list-group-item,
.ipwh-clientarea-dashboard .sidebar .list-group-item {
  min-height: 49px;
  padding: 13px 20px;
  border-color: #e9edf2;
  color: var(--ipwh-dashboard-ink);
}

.ipwh-dashboard-panel a.list-group-item:hover,
.ipwh-dashboard-panel a.list-group-item:focus-visible,
.ipwh-clientarea-dashboard .sidebar a.list-group-item:hover,
.ipwh-clientarea-dashboard .sidebar a.list-group-item:focus-visible {
  background: #fcf6f5;
  color: var(--ipwh-dashboard-brand);
  outline: none;
}

.ipwh-dashboard-panel .btn-primary,
.ipwh-clientarea-dashboard .sidebar .btn-primary {
  border-color: var(--ipwh-dashboard-brand) !important;
  border-radius: 8px;
  background: var(--ipwh-dashboard-brand) !important;
  color: #ffffff !important;
  font-weight: 800;
}

.ipwh-dashboard-panel .btn-primary:hover,
.ipwh-dashboard-panel .btn-primary:focus-visible,
.ipwh-clientarea-dashboard .sidebar .btn-primary:hover,
.ipwh-clientarea-dashboard .sidebar .btn-primary:focus-visible {
  border-color: var(--ipwh-dashboard-brand-deep) !important;
  background: var(--ipwh-dashboard-brand-deep) !important;
}

.ipwh-dashboard-panel .badge-success,
.ipwh-dashboard-panel .label-success {
  border-radius: 999px;
  padding: 5px 9px;
  background: #dcf5e7;
  color: var(--ipwh-dashboard-success);
  font-size: 10px;
  font-weight: 800;
}

.ipwh-clientarea-dashboard .sidebar .card {
  box-shadow: 0 12px 34px rgba(16, 28, 45, 0.065);
}

.ipwh-clientarea-dashboard .alert {
  border-radius: 12px;
}

@media (max-width: 1199.98px) {
  .ipwh-whmcs-portal-nav .navbar {
    justify-content: flex-end;
    padding: 6px 10px;
  }

  .ipwh-whmcs-portal-nav .navbar-collapse {
    width: 100%;
    flex-basis: 100%;
    padding: 8px 0 14px;
  }

  .ipwh-whmcs-portal-nav .navbar-nav > li > a {
    min-height: 44px;
    margin: 1px 0;
    padding: 0 12px !important;
    border-radius: 8px;
  }

  .ipwh-whmcs-portal-nav .dropdown-menu {
    min-width: 0;
    margin: 2px 12px 8px;
    border: 0;
    background: #f7f8fa;
    box-shadow: none;
  }

  .ipwh-dashboard-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .ipwh-dashboard-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .ipwh-auth-shell {
    grid-template-columns: 1fr;
  }

  .ipwh-auth-login .ipwh-auth-shell {
    max-width: 620px;
    margin-inline: auto;
  }

  .ipwh-auth-login .ipwh-auth-aside {
    display: none;
  }

  .ipwh-auth-aside {
    min-height: 0;
    padding: 38px;
  }

  .ipwh-auth-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ipwh-auth-benefits li {
    align-items: flex-start;
  }

  .whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) #main-body > .container {
    width: min(100% - 28px, 1480px);
  }

  .whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .sidebar {
    margin-bottom: 22px;
  }

  html.ipwh-clientarea-dashboard body.whmcsbody.whmcs-loggedin #main-body > .container {
    width: min(100% - 28px, 1480px);
  }

  .ipwh-clientarea-dashboard .sidebar {
    margin-bottom: 24px;
  }
}

@media (max-width: 575.98px) {
  .whmcsbody.whmcs-loggedout.whmcs-templatefile-login #main-body,
  .whmcsbody.whmcs-loggedout.whmcs-templatefile-clientregister #main-body,
  .whmcsbody.whmcs-loggedout.whmcs-filename-register #main-body {
    padding-block: 20px 52px;
  }

  .whmcsbody.whmcs-loggedout.whmcs-templatefile-login #main-body > .container,
  .whmcsbody.whmcs-loggedout.whmcs-templatefile-clientregister #main-body > .container,
  .whmcsbody.whmcs-loggedout.whmcs-filename-register #main-body > .container {
    width: min(100% - 20px, 1240px);
  }

  .ipwh-auth-shell {
    border-radius: 17px;
  }

  .ipwh-auth-aside,
  .ipwh-auth-main {
    padding: 28px 20px;
  }

  .ipwh-auth-aside-title {
    font-size: 29px;
  }

  .ipwh-auth-benefits {
    grid-template-columns: 1fr;
  }

  .ipwh-auth-social .social-signin-btns {
    grid-template-columns: 1fr;
  }

  .ipwh-auth-register-prompt {
    align-items: flex-start;
    flex-direction: column;
  }

  .ipwh-auth-registration-heading {
    padding-inline: 4px;
  }

  .ipwh-auth-registration-main > form {
    border-radius: 14px;
  }

  .ipwh-auth-registration-main .card-body,
  .ipwh-auth-registration-main .social-signin-btns,
  .ipwh-auth-registration-actions {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .ipwh-client-page-heading {
    padding: 22px 0 18px;
  }

  .whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) #main-body {
    padding-block: 20px 52px;
  }

  .whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) #main-body > .container {
    width: min(100% - 20px, 1480px);
  }

  .whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_wrapper > .row:first-child {
    gap: 10px;
    padding: 12px;
  }

  .whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_filter label {
    align-items: stretch;
    flex-direction: column;
  }

  .whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_filter input {
    width: 100% !important;
    margin-left: 0;
  }

  .whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_info,
  .whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_filter,
  .whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_length,
  .whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_paginate {
    min-height: 0;
    justify-content: flex-start;
    padding: 10px 14px !important;
  }

  .whmcsbody.whmcs-loggedin:not(.ipwh-whmcs-checkout-page) .dataTables_paginate {
    justify-content: flex-end;
    padding-top: 4px !important;
    padding-bottom: 14px !important;
  }

  html.ipwh-clientarea-dashboard body.whmcsbody.whmcs-loggedin #main-body {
    padding-top: 20px;
  }

  html.ipwh-clientarea-dashboard body.whmcsbody.whmcs-loggedin #main-body > .container {
    width: min(100% - 20px, 1480px);
  }

  .ipwh-dashboard-hero {
    gap: 24px;
    margin-bottom: 26px;
    padding: 26px 20px;
    border-radius: 18px;
  }

  .ipwh-dashboard-actions,
  .ipwh-dashboard-button {
    width: 100%;
  }

  .ipwh-dashboard-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .ipwh-dashboard-stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ipwh-dashboard-stat {
    min-height: 94px;
    padding: 16px;
    border-radius: 13px;
  }

  .ipwh-dashboard-stat-value {
    font-size: 26px;
  }

  .ipwh-dashboard-panel,
  .ipwh-clientarea-dashboard .sidebar .card {
    border-radius: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ipwh-dashboard-button,
  .ipwh-dashboard-stat,
  .ipwh-dashboard-stat::before {
    transition: none;
  }
}
