/* Light enterprise business pages for the member center. */
.mc-console-body .mc-business-page,
.mc-business-standalone.mc-business-page {
  --mcb-blue: var(--lcc-primary, #2468f2);
  --mcb-blue-hover: var(--lcc-primary-hover, #1555d8);
  --mcb-blue-soft: var(--lcc-primary-soft, #edf4ff);
  --mcb-text: var(--lcc-text, #1f2329);
  --mcb-secondary: var(--lcc-text-secondary, #646a73);
  --mcb-muted: var(--lcc-text-tertiary, #8a9099);
  --mcb-line: var(--lcc-line, #e4e8ef);
  --mcb-line-strong: var(--lcc-line-strong, #d5dbe5);
  --mcb-soft: var(--lcc-surface-soft, #f7f9fc);
  width: 100%;
  min-width: 0;
  color: var(--mcb-text);
}

.mc-console-body .mc-business-page::after {
  display: block;
  clear: both;
  content: "";
}

.mc-console-body .mc-business-page > .card,
.mc-console-body .mc-business-page > .row > [class*="col-"] > .card,
.mc-console-body .mc-business-page .mc-business-surface {
  border-color: var(--mcb-line);
  box-shadow: 0 1px 2px rgba(31, 35, 41, .04);
}

.mc-console-body .mc-business-page > .card > .card-body,
.mc-console-body .mc-business-page > form > .card > .card-body {
  padding: 24px;
}

.mc-console-body .mc-business-page .card-body > :last-child,
.mc-console-body .mc-business-page .form-group:last-child {
  margin-bottom: 0;
}

.mc-console-body .mc-business-page .table-container {
  width: 100%;
  min-width: 0;
}

.mc-console-body .mc-business-page .table-container > .nav-tabs {
  margin: 0;
  padding: 0 18px;
  background: #fff;
}

.mc-console-body .mc-business-page .table-container > .table-header + .nav-tabs,
.mc-console-body .mc-business-page .table-container > .nav-tabs + .table-header {
  border-top: 0;
}

.mc-console-body .mc-business-page .table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
}

.mc-console-body .mc-business-page .table-responsive > .table,
.mc-console-body .mc-business-page .mc-transaction-table,
.mc-console-body .mc-business-page .mc-message-table {
  margin-bottom: 0;
}

.mc-console-body .mc-business-page .table td .btn + .btn,
.mc-console-body .mc-business-page .table td a + a {
  margin-left: 6px;
}

.mc-console-body .mc-business-page .table td .text-primary,
.mc-console-body .mc-business-page .table td .text-success,
.mc-console-body .mc-business-page .table td .text-danger {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
}

.mc-console-body .mc-business-page .table-header .form-control,
.mc-console-body .mc-business-page .table-header .btn,
.mc-console-body .mc-business-page .table-header .bootstrap-select > .dropdown-toggle {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mc-console-body .mc-business-page .table-header .table-tools,
.mc-console-body .mc-business-page .table-header .table-search,
.mc-console-body .mc-business-page .table-header .table-filter {
  min-width: 0;
}

.mc-console-body .mc-business-page .table-header .table-tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.mc-console-body .mc-business-page .table-header .table-tools > a,
.mc-console-body .mc-business-page .table-header .table-tools > button {
  margin: 0 !important;
}

.mc-console-body .mc-business-page .table-header .table-tools > a > .btn {
  width: 100%;
}

.mc-console-body .mc-business-page .table-header select.form-control {
  width: auto;
  min-width: 150px;
}

.mc-console-body .mc-business-page .pointer {
  cursor: pointer;
}

.mc-inline-feedback,
.mc-console-body .mc-business-page .mc-inline-feedback {
  display: flex;
  width: 100%;
  min-height: 46px;
  margin: 0 0 16px;
  padding: 12px 15px;
  align-items: flex-start;
  gap: 9px;
  border: 1px solid;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.6;
}

.mc-inline-feedback-danger,
.mc-console-body .mc-business-page .mc-inline-feedback-danger {
  border-color: #efc5c5;
  color: #a83636;
  background: #fff1f1;
}

.mc-inline-feedback-success,
.mc-console-body .mc-business-page .mc-inline-feedback-success {
  border-color: #bce8d1;
  color: #167448;
  background: #effaf4;
}

/* Dashboard */
.mc-dashboard-page .mc-dashboard {
  display: grid;
  gap: 20px;
}

.mc-dashboard-page .mc-page-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.mc-dashboard-page .mc-eyebrow {
  margin-bottom: 4px;
  color: var(--mcb-blue);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mc-dashboard-page .mc-account-panel,
.mc-dashboard-page .mc-section-card,
.mc-dashboard-page .mc-stat-card {
  border: 1px solid var(--mcb-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(31, 35, 41, .04);
}

.mc-dashboard-page .mc-account-panel {
  display: flex;
  padding: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.mc-dashboard-page .mc-account-main {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 15px;
}

.mc-dashboard-page .mc-avatar {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--mcb-blue);
  background: var(--mcb-blue-soft);
  font-size: 21px;
  font-weight: 650;
}

.mc-dashboard-page .mc-account-copy,
.mc-dashboard-page .mc-stat-copy,
.mc-dashboard-page .mc-product-copy {
  min-width: 0;
}

.mc-dashboard-page .mc-account-meta,
.mc-dashboard-page .mc-stat-label {
  color: var(--mcb-muted);
  font-size: 12px;
}

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

.mc-dashboard-page .mc-stat-card {
  display: flex;
  min-height: 106px;
  padding: 20px;
  align-items: center;
  gap: 14px;
  color: var(--mcb-text);
}

.mc-dashboard-page .mc-stat-card:hover,
.mc-dashboard-page .mc-product-item:hover {
  border-color: #b7caf4;
  color: var(--mcb-text);
  box-shadow: 0 7px 22px rgba(36, 104, 242, .07);
}

.mc-dashboard-page .mc-stat-icon,
.mc-dashboard-page .mc-product-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: var(--mcb-blue);
  background: var(--mcb-blue-soft);
  font-size: 19px;
}

.mc-dashboard-page .mc-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .7fr);
  gap: 20px;
}

.mc-dashboard-page .mc-section-card {
  min-width: 0;
  padding: 22px;
}

.mc-dashboard-page .mc-section-heading {
  display: flex;
  min-height: 34px;
  margin-bottom: 16px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mc-dashboard-page .mc-product-grid,
.mc-dashboard-page .mc-resource-list,
.mc-dashboard-page .mc-notice-list {
  display: grid;
  gap: 10px;
}

.mc-dashboard-page .mc-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mc-dashboard-page .mc-product-item,
.mc-dashboard-page .mc-resource-list > a,
.mc-dashboard-page .mc-notice-list > a {
  display: flex;
  min-width: 0;
  padding: 13px 14px;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--mcb-line);
  border-radius: 6px;
  color: var(--mcb-secondary);
  background: #fff;
}

/* Recharge and promotional account pages */
.mc-addfunds-page > .card {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.mc-addfunds-page .beforecheck-box {
  max-width: 920px;
  margin: 0 auto;
}

.mc-addfunds-page .addfunds-payment {
  display: flex;
  min-height: 68px;
  padding: 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mcb-line-strong);
  border-radius: 6px;
  background: #fff;
  transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.mc-addfunds-page .addfunds-payment:hover,
.mc-addfunds-page .addfunds-payment.active {
  border-color: var(--mcb-blue);
  background: var(--mcb-blue-soft);
  box-shadow: inset 0 0 0 1px var(--mcb-blue);
}

.mc-addfunds-page .addfunds-payment img {
  max-width: 92px;
  max-height: 34px;
  object-fit: contain;
}

.mc-addfunds-page .pay-now-btn {
  max-width: 320px;
  margin: 8px auto 0;
}

.mc-affiliates-page .bg-promote {
  border-color: #cfddfb !important;
  color: var(--mcb-text);
  background: linear-gradient(135deg, #f7faff 0%, #edf4ff 100%) !important;
}

.mc-affiliates-page .bg-promote .text-white,
.mc-affiliates-page .bg-promote .aff-amo-num {
  color: var(--mcb-text) !important;
}

.mc-affiliates-page .aff-amo-num {
  font-size: 28px;
  font-weight: 650;
}

.mc-affiliates-page .aff-item {
  border: 1px solid var(--mcb-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: none;
}

.mc-affiliates-page .affiliates-item {
  height: 100%;
  padding: 18px;
  border-radius: 7px;
  background: var(--mcb-soft);
}

.mc-affiliates-page .verified_not_certified > .border {
  padding: 18px;
  border-color: var(--mcb-line) !important;
  border-radius: 8px;
}

/* API and audit pages */
.mc-api-manage-page .api-apply {
  width: 100% !important;
  max-width: 760px;
  min-height: 420px;
  height: auto !important;
  padding: 48px 28px;
  border: 1px dashed #b8c9e9 !important;
  border-radius: 8px;
  background: #fbfcff;
}

.mc-api-manage-page .api-apply img {
  width: 132px !important;
  height: 132px !important;
  object-fit: contain;
}

.mc-api-manage-page .api-manage-top {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mc-api-manage-page .api-manage-top-item {
  min-width: 0 !important;
  min-height: 106px;
  height: auto !important;
  margin: 0 !important;
  padding: 20px !important;
  border: 1px solid var(--mcb-line) !important;
  border-radius: 7px;
  background: #fff;
}

.mc-api-manage-page .api-manage-top-item .img {
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px;
  border-radius: 7px !important;
  object-fit: contain;
}

.mc-api-manage-page .api-manage-top-item-value {
  color: var(--mcb-text) !important;
  font-size: 25px !important;
  font-weight: 650;
}

.mc-api-manage-page .api-manage-top-item-title,
.mc-api-manage-page .api-manage-sub-title {
  color: var(--mcb-secondary) !important;
}

.mc-api-manage-page .date-select-item {
  padding: 5px 10px !important;
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--mcb-secondary);
}

.mc-api-manage-page .date-select-item-active {
  border-color: #cbdafb;
  color: var(--mcb-blue) !important;
  background: var(--mcb-blue-soft) !important;
}

.mc-api-manage-page .api-charts {
  min-height: 300px;
  border: 1px solid var(--mcb-line);
  border-radius: 7px;
  background: #fff;
}

.mc-api-log-page .nav-tabs,
.mc-login-log-page .nav-tabs,
.mc-system-log-page .nav-tabs {
  margin-top: -8px;
}

/* Billing, wallet and transaction records */
.mc-credit-page .height_edu {
  min-height: 118px;
  height: auto !important;
  padding: 20px !important;
  border: 1px solid var(--mcb-line);
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.mc-credit-page .height_edu.bg-light,
.mc-credit-page .height_edu .bg-light {
  background: #fff !important;
}

.mc-credit-page .avatar-sm,
.mc-credit-page .avatar-title {
  border-radius: 7px !important;
}

.mc-credit-page .prepayment {
  color: var(--mcb-muted);
  font-size: 12px;
}

.mc-credit-detail-page > .card,
.mc-billing-detail-page > .card,
.mc-credit-detail-page .card-custom,
.mc-billing-detail-page .card-custom {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.mc-credit-detail-page .card-custom > .row.bg-primary,
.mc-billing-detail-page .card-custom > .row.bg-primary {
  min-height: 160px;
  padding: 32px !important;
  align-items: center;
  background: linear-gradient(135deg, #2468f2 0%, #3b78ef 100%) !important;
}

.mc-credit-detail-page .py-md-36,
.mc-billing-detail-page .py-md-36,
.mc-credit-detail-page .py-md-30,
.mc-billing-detail-page .py-md-30 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.mc-credit-detail-page .display-4,
.mc-billing-detail-page .display-4 {
  font-size: 32px;
  line-height: 1.25;
}

.mc-credit-detail-page .table-bordered,
.mc-billing-detail-page .table-bordered {
  border-color: var(--mcb-line);
}

.mc-combine-billing-page .table-responsive {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

.mc-renew-page .table {
  min-width: 720px;
}

.mc-transaction-page .table-container > .nav-tabs {
  padding-top: 4px;
}

.mc-transaction-page .table-header {
  min-height: 58px;
}

/* Forms: profile, invoice and verification */
.mc-profile-page > form,
.mc-invoice-address-page > form,
.mc-invoice-company-page > form,
.mc-verified-personal-page > .card,
.mc-verified-enterprise-page > .card {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.mc-profile-page .card-body.w-75 {
  width: 100% !important;
  max-width: 860px;
}

.mc-invoice-address-page .needs-validation,
.mc-invoice-company-page .needs-validation {
  max-width: 860px;
  margin: 0 auto;
}

.mc-invoice-address-page .form-group.row,
.mc-invoice-company-page .form-group.row {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.mc-invoice-list-page .container-fluid,
.mc-verified-page .container-fluid {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.mc-invoice-list-page .row-checkbox {
  padding: 14px 16px;
  border: 1px solid var(--mcb-line);
  border-radius: 6px;
  background: var(--mcb-soft);
}

.mc-verified-page .certifi_select {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.mc-verified-page .type-item {
  min-height: 245px;
}

.mc-verified-page .explanation {
  min-height: 132px;
  height: auto !important;
  padding: 22px;
  gap: 20px;
  border: 1px solid var(--mcb-line);
  border-radius: 7px;
  background: var(--mcb-soft) !important;
}

.mc-verified-page .explanation_msg {
  width: auto !important;
  max-width: 260px;
  height: auto !important;
  color: var(--mcb-secondary);
}

.mc-verified-page .ststus-box {
  max-width: 920px;
  margin: 0 auto 20px;
}

.mc-verified-page .idcardImg img,
.mc-verified-page .attachment-group img {
  border: 1px solid var(--mcb-line);
  border-radius: 6px;
}

.mc-verified-personal-page .verified_not_certified,
.mc-verified-enterprise-page .verified_not_certified {
  padding: 18px 0;
}

/* Security center */
.mc-security-page .security-header {
  border: 1px solid #cbdafb !important;
  color: var(--mcb-text) !important;
  background: linear-gradient(135deg, #f5f8ff 0%, #edf4ff 100%) !important;
}

.mc-security-page .security-header .text-white,
.mc-security-page .security-header h1,
.mc-security-page .security-header h2,
.mc-security-page .security-header h3,
.mc-security-page .security-header h4,
.mc-security-page .security-header p {
  color: var(--mcb-text) !important;
}

.mc-security-page .security-avatar {
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #cbdafb;
}

.mc-security-page .security-item {
  min-height: 92px;
  padding: 18px 0;
  border-bottom: 1px solid var(--mcb-line);
}

.mc-security-page .security-item:last-child {
  border-bottom: 0;
}

.mc-security-page .security-item-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: var(--mcb-blue) !important;
  background: var(--mcb-blue-soft) !important;
}

.mc-security-page .security-item-desc {
  color: var(--mcb-secondary);
  line-height: 1.6;
}

.mc-security-page .novalid {
  min-width: auto;
  height: auto;
  box-shadow: none;
}

/* Downloads, news and knowledge content */
.mc-downloads-page > .d-flex {
  gap: 18px;
}

.mc-downloads-page .filemanager-sidebar {
  width: 260px;
  flex: 0 0 260px;
  margin-right: 0 !important;
}

.mc-downloads-page .categories-list li a {
  display: flex;
  min-height: 38px;
  padding: 8px 10px;
  align-items: center;
  border-radius: 5px;
  color: var(--mcb-secondary);
}

.mc-downloads-page .categories-list li a:hover {
  color: var(--mcb-blue);
  background: var(--mcb-blue-soft);
}

.mc-downloads-page .table-centered {
  min-width: 620px;
}

.mc-empty-business-page {
  display: flex;
  min-height: 360px;
  padding: 48px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mcb-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.mc-empty-business-page .mc-empty-state {
  max-width: 460px;
}

.mc-empty-business-page .mc-empty-icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--mcb-blue);
  background: var(--mcb-blue-soft);
  font-size: 27px;
}

.mc-empty-business-page h2 {
  margin: 0 0 9px;
  font-size: 20px;
  font-weight: 650;
}

.mc-empty-business-page p {
  margin: 0 0 22px;
  color: var(--mcb-secondary);
  font-size: 13px;
  line-height: 1.7;
}

.mc-news-page > .row,
.mc-news-list-page > .row,
.mc-knowledge-page > .row {
  margin-right: -10px;
  margin-left: -10px;
}

.mc-news-page > .row > [class*="col-"],
.mc-news-list-page > .row > [class*="col-"],
.mc-knowledge-page > .row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.mc-news-page .card.p-4,
.mc-knowledge-page .card.p-4 {
  padding: 24px !important;
}

.mc-news-page .mt-5,
.mc-knowledge-page .mt-5 {
  margin-top: 12px !important;
}

.mc-news-list-page .media {
  padding: 16px 0;
  border-bottom: 1px solid var(--mcb-line);
}

.mc-news-list-page .media:last-child {
  border-bottom: 0;
}

.mc-news-list-page .mc-news-list-toolbar {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mc-news-list-page .mc-news-list-toolbar h4 {
  margin: 0 0 3px;
  font-size: 17px;
  font-weight: 650;
}

.mc-news-list-page .mc-news-list-toolbar p {
  margin: 0;
  color: var(--mcb-muted);
  font-size: 12px;
  font-weight: 400;
}

.mc-news-list-page .mc-news-list-count {
  display: inline-flex;
  min-width: 34px;
  height: 26px;
  padding: 3px 9px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--mcb-blue);
  background: var(--mcb-blue-soft);
  font-size: 12px;
  font-weight: 650;
}

.mc-news-list-page .mc-news-list {
  border: 1px solid var(--mcb-line);
  border-radius: 7px;
  overflow: hidden;
}

.mc-news-list-page .mc-news-list-item {
  display: flex;
  min-height: 78px;
  padding: 15px 16px;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid var(--mcb-line);
  color: var(--mcb-text);
  background: #fff;
}

.mc-news-list-page .mc-news-list-item:last-child {
  border-bottom: 0;
}

.mc-news-list-page .mc-news-list-item:hover {
  color: var(--mcb-blue);
  background: #f8fbff;
}

.mc-news-list-page .mc-news-list-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: var(--mcb-blue);
  background: var(--mcb-blue-soft);
  font-size: 18px;
}

.mc-news-list-page .mc-news-list-copy {
  display: block;
  min-width: 0;
  flex: 1 1 auto;
}

.mc-news-list-page .mc-news-list-title {
  display: block;
  margin-bottom: 5px;
  color: var(--mcb-text);
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mc-news-list-page .mc-news-list-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--mcb-muted);
  font-size: 12px;
}

.mc-news-list-page .mc-news-list-meta span + time::before {
  margin-right: 10px;
  content: "·";
}

.mc-news-list-page .mc-news-list-arrow {
  flex: 0 0 auto;
  color: #a1a8b2;
  font-size: 19px;
}

.mc-news-list-page .mc-empty > i {
  display: block;
  margin-bottom: 8px;
  color: #a9b8d3;
  font-size: 32px;
}

.mc-news-list-page .mc-empty > p {
  margin: 0;
}

.mc-news-list-page .mc-news-categories a {
  min-height: 38px;
  padding-right: 8px !important;
  padding-left: 8px !important;
  border-radius: 5px;
}

.mc-news-list-page .mc-news-categories a:hover {
  color: var(--mcb-blue) !important;
  background: var(--mcb-blue-soft);
}

.mc-news-view-page .card,
.mc-knowledge-view-page .card {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.mc-news-view-page .newscontent,
.mc-knowledge-view-page .newscontent {
  color: #414852;
  font-size: 14px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.mc-news-view-page .newscontent img,
.mc-knowledge-view-page .newscontent img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 14px auto;
}

.mc-news-view-page .newscontent table,
.mc-knowledge-view-page .newscontent table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

/* Tickets and messages */
.mc-ticket-submit-page .ticket-top {
  padding: 18px 20px;
  border: 1px solid #d5e1fa;
  border-radius: 7px;
  color: #486184;
  background: #f4f7fd;
}

.mc-ticket-submit-page .ticket-top p:last-child {
  margin-bottom: 0;
}

.mc-ticket-submit-page .ticket-item {
  min-height: 112px;
  padding: 20px;
  border: 1px solid var(--mcb-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: none;
}

.mc-ticket-submit-page .ticket-item:hover {
  border-color: #a9c2f5;
  box-shadow: 0 7px 22px rgba(36, 104, 242, .07);
}

.mc-ticket-submit-page .attachment-group,
.mc-ticket-view-page .attachment-group {
  max-width: 100%;
}

.mc-ticket-submit-page .mc-ticket-confirmation,
.mc-ticket-confirmation {
  display: flex;
  min-height: 96px;
  padding: 20px;
  align-items: center;
  gap: 14px;
  border: 1px solid #c7e7d6;
  border-radius: 7px;
  color: #315c47;
  background: #f2fbf6;
}

.mc-ticket-confirmation-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #159957;
  background: #e1f5ea;
  font-size: 22px;
}

.mc-ticket-confirmation strong {
  display: block;
  margin-bottom: 4px;
  color: #234936;
  font-size: 15px;
}

.mc-ticket-confirmation p {
  margin: 0;
  font-size: 13px;
}

.mc-ticket-compose .note-editor,
.mc-ticket-compose .md-editor {
  border-color: var(--mcb-line);
  border-radius: 6px;
  box-shadow: none;
  overflow: hidden;
}

.mc-ticket-view-page .ticket-reply {
  border: 1px solid var(--mcb-line);
  border-left: 3px solid #8fb0f3;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
}

.mc-ticket-view-page .ticket-reply.admin {
  border-left-color: var(--mcb-blue);
}

.mc-ticket-view-page .ticket-reply .post-by {
  padding: 12px 16px;
  border-bottom: 1px solid var(--mcb-line);
  background: var(--mcb-soft);
}

.mc-ticket-view-page .ticket-reply .message {
  color: #454c55;
  font-size: 13px;
  line-height: 1.8;
}

.mc-message-page .table td:nth-child(2) {
  min-width: 280px;
}

/* Contract pages */
.mc-contract-host-page .content_html,
.mc-contract-host-page .contract-content,
.mc-contract-list-page .content_html,
.mc-contract-list-page .contract-content {
  max-width: 100%;
  padding: 28px !important;
  border: 1px solid var(--mcb-line);
  border-radius: 7px;
  color: #3e4650;
  background: #fff;
  font-size: 14px;
  line-height: 1.85;
  overflow-x: auto;
}

.mc-contract-host-page .content_title,
.mc-contract-list-page .content_title {
  margin: 0 0 20px;
  color: var(--mcb-text);
  font-size: 22px;
  font-weight: 650;
  text-align: center;
}

.mc-contract-host-page .contractfirstParty,
.mc-contract-list-page .contractfirstParty {
  padding: 18px 24px !important;
  gap: 44px;
  border: 1px solid var(--mcb-line);
  border-radius: 6px;
  background: var(--mcb-soft);
}

.mc-contract-host-page .contractfirstPartyDivTwo,
.mc-contract-list-page .contractfirstPartyDivTwo {
  margin-left: 0 !important;
}

.mc-contract-host-page .cost,
.mc-contract-list-page .cost {
  height: auto !important;
  min-height: 42px;
  padding: 9px 12px;
  border-color: var(--mcb-line) !important;
  line-height: 1.6 !important;
}

.mc-contract-host-page .signatureCanvas,
.mc-contract-list-page .signatureCanvas {
  max-width: 100%;
  border: 1px dashed #aebbd0 !important;
  border-radius: 6px;
  background: #fbfcfe;
}

/* Product transfer */
.mc-product-divert-page {
  min-height: 420px;
}

.mc-product-divert-page .mc-product-divert-form {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.mc-product-divert-page .digbox.mc-product-divert-card {
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: 100%;
  padding: 0 !important;
  border: 1px solid var(--mcb-line) !important;
  border-radius: 8px;
  color: var(--mcb-text);
  background: #fff;
  box-shadow: 0 1px 2px rgba(31, 35, 41, .04);
  overflow: hidden;
}

.mc-product-divert-page .mc-product-divert-card > h5 {
  min-height: 60px;
  margin: 0 !important;
  padding: 18px 22px;
  border-bottom: 1px solid var(--mcb-line);
  color: var(--mcb-text);
  background: #fff;
  font-size: 17px !important;
  font-weight: 650;
  line-height: 24px;
}

.mc-product-divert-page .mc-product-divert-details {
  padding: 24px !important;
  color: var(--mcb-secondary);
  font-size: 13px;
  line-height: 1.75;
}

.mc-product-divert-page .mc-product-divert-details > p {
  margin: 0 0 12px;
  padding: 11px 13px;
  border: 1px solid var(--mcb-line);
  border-radius: 6px;
  color: #414852;
  background: var(--mcb-soft);
}

.mc-product-divert-page .mc-product-divert-details > div:not(#usertext) {
  margin-top: 16px;
  padding: 13px 15px;
  border: 1px solid #d4e0f8;
  border-radius: 6px;
  color: #466184;
  background: #f3f7ff;
}

.mc-product-divert-page #search {
  width: 100%;
  margin: 9px 0 7px;
}

.mc-product-divert-page #usertext {
  display: inline-flex;
  min-height: 28px;
  margin-left: 8px;
  align-items: center;
  color: var(--mcb-blue) !important;
  font-weight: 600;
}

.mc-product-divert-page .button_box.mc-product-divert-actions {
  display: flex;
  min-height: 66px;
  margin-top: 0 !important;
  padding: 13px 22px;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid var(--mcb-line);
  background: var(--mcb-soft);
}

.mc-product-divert-page .button_box.mc-product-divert-actions button {
  display: inline-flex !important;
  min-width: 96px;
  min-height: 38px;
  padding: 7px 16px !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mcb-line-strong) !important;
  border-radius: 5px !important;
  color: #3c424b !important;
  background: #fff !important;
  font-size: 13px !important;
  font-weight: 550 !important;
  line-height: 22px !important;
  box-shadow: none;
}

.mc-product-divert-page .button_box.mc-product-divert-actions button[type="submit"],
.mc-product-divert-page .button_box.mc-product-divert-actions #submit {
  border-color: var(--mcb-blue) !important;
  color: #fff !important;
  background: var(--mcb-blue) !important;
}

.mc-product-divert-page .button_box.mc-product-divert-actions button a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  color: inherit !important;
}

.mc-product-divert-list-page .mc-product-divert-heading {
  margin: 0 0 14px;
  color: var(--mcb-text);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.4;
}

.mc-product-divert-list-page .mc-product-divert-table {
  border-color: var(--mcb-line);
}

.mc-product-divert-list-page .mc-product-divert-table .table-responsive {
  min-height: 0 !important;
}

.mc-product-divert-list-page .mc-product-divert-records {
  min-width: 860px;
  margin-bottom: 0 !important;
}

.mc-product-divert-list-page .mc-product-divert-records tr {
  border-bottom: 0 !important;
}

.mc-product-divert-list-page .mc-product-divert-records thead th,
.mc-product-divert-list-page .mc-product-divert-records tbody td {
  padding: 13px 14px !important;
}

.mc-product-divert-list-page .mc-product-divert-records tbody td:first-child {
  white-space: normal !important;
}

.mc-product-divert-list-page .table-pageinfo {
  padding-right: 0 !important;
  text-align: left !important;
}

.mc-product-divert-list-page .table-pageinfo select {
  min-width: 62px;
  min-height: 32px;
  margin: 0 4px;
  border: 1px solid var(--mcb-line-strong);
  border-radius: 4px;
  color: var(--mcb-secondary);
  background: #fff;
}

/* Standalone contract and error routes. */
.mc-business-standalone {
  margin: 0;
  color: #1f2329;
  background: #f3f6fa;
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.mc-business-standalone * {
  box-sizing: border-box;
}

.mc-business-standalone.mc-contract-list-page {
  max-width: 1440px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 28px;
}

.mc-business-standalone.mc-contract-list-page > .card {
  border: 1px solid #e4e8ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(31, 35, 41, .04);
}

.mc-business-standalone.mc-contract-list-page .card-body {
  padding: 24px;
}

.mc-business-standalone.mc-contract-list-page .table-container {
  width: 100%;
  border: 1px solid #e4e8ef;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
}

.mc-business-standalone.mc-contract-list-page .table-header {
  display: flex;
  min-height: 64px;
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border-bottom: 1px solid #e4e8ef;
}

.mc-business-standalone.mc-contract-list-page .table-responsive {
  max-width: 100%;
  overflow-x: auto;
}

.mc-business-standalone.mc-contract-list-page .table {
  width: 100%;
  min-width: 760px;
  margin: 0;
  color: #505761;
  background: #fff;
}

.mc-business-standalone.mc-contract-list-page .table thead th {
  padding: 11px 14px;
  border: 0;
  border-bottom: 1px solid #e4e8ef;
  color: #4d535c;
  background: #f7f9fc;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.mc-business-standalone.mc-contract-list-page .table tbody td {
  padding: 14px;
  vertical-align: middle;
  border: 0;
  border-bottom: 1px solid #edf0f4;
  font-size: 12px;
}

.mc-business-standalone.mc-contract-list-page .form-control {
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid #d5dbe5;
  border-radius: 5px;
  color: #1f2329;
  background: #fff;
  box-shadow: none;
}

.mc-business-standalone.mc-contract-list-page .form-control:focus {
  border-color: #2468f2;
  box-shadow: 0 0 0 3px rgba(36, 104, 242, .1);
}

.mc-business-standalone.mc-contract-list-page .btn {
  min-height: 38px;
  padding: 7px 16px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 550;
  line-height: 22px;
  box-shadow: none;
}

.mc-business-standalone.mc-contract-list-page .btn-primary,
.mc-business-standalone.mc-contract-list-page .btn-info {
  border-color: #2468f2;
  color: #fff;
  background: #2468f2;
}

.mc-business-standalone.mc-contract-list-page .table-footer {
  display: flex;
  min-height: 58px;
  padding: 10px 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid #e4e8ef;
  color: #8a9099;
  font-size: 12px;
}

.mc-error-page {
  min-height: 100vh;
  color: #1f2329;
  background: #f3f6fa !important;
}

.mc-error-page .maintain-box {
  width: min(920px, calc(100% - 32px));
  min-height: 460px;
  height: auto !important;
  margin: 0 auto;
  padding: 48px;
  gap: 48px;
  border: 1px solid #e4e8ef;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(31, 35, 41, .06);
}

.mc-error-page .maintain-box > img {
  width: min(360px, 48%);
  height: auto;
}

.mc-error-page .mc-error-illustration {
  display: flex;
  position: relative;
  width: min(360px, 48%);
  min-height: 250px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(145deg, #f5f8ff 0%, #e8f0ff 100%);
  overflow: hidden;
}

.mc-error-page .mc-error-illustration::before,
.mc-error-page .mc-error-illustration::after {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(36, 104, 242, .13);
  border-radius: 50%;
  content: "";
}

.mc-error-page .mc-error-illustration::before {
  top: -72px;
  left: -54px;
}

.mc-error-page .mc-error-illustration::after {
  right: -56px;
  bottom: -78px;
}

.mc-error-page .mc-error-window {
  position: relative;
  z-index: 1;
  width: 166px;
  height: 112px;
  padding: 18px;
  border: 1px solid #bed0f4;
  border-radius: 9px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 32px rgba(36, 104, 242, .1);
  transform: translateY(-18px);
}

.mc-error-page .mc-error-window > span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 3px;
  border-radius: 50%;
  background: #a7b8d8;
}

.mc-error-page .mc-error-window-line {
  width: 72%;
  height: 7px;
  margin-top: 14px;
  border-radius: 999px;
  background: #dce6f8;
}

.mc-error-page .mc-error-window-line-wide {
  width: 100%;
  background: #cbdafa;
}

.mc-error-page .mc-error-illustration > strong {
  position: absolute;
  z-index: 2;
  right: 36px;
  bottom: 30px;
  color: #2468f2;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2px;
}

.mc-error-page .maintain-text {
  max-width: 360px !important;
  margin-left: 0 !important;
}

.mc-error-page .maintain-text-title {
  margin: 0 0 22px;
  color: #343941 !important;
  font-family: inherit !important;
  font-size: 26px !important;
  font-weight: 650 !important;
  line-height: 1.45;
}

.mc-error-page .maintain-back {
  display: inline-flex;
  width: auto !important;
  min-width: 100px;
  min-height: 40px;
  height: auto !important;
  padding: 8px 18px;
  align-items: center;
  justify-content: center;
  border-radius: 5px !important;
  color: #fff;
  background: #2468f2 !important;
  font-size: 13px !important;
  font-weight: 550;
  line-height: 24px !important;
}

.mc-route-error {
  display: flex;
  min-height: 260px;
  padding: 36px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mcb-line, #e4e8ef);
  border-radius: 8px;
  color: var(--mcb-secondary, #646a73);
  background: #fff;
  text-align: center;
}

.mc-route-error strong {
  display: block;
  margin-bottom: 8px;
  color: var(--mcb-text, #1f2329);
  font-size: 18px;
}

/* Responsive business layouts. */
@media (max-width: 1199px) {
  .mc-dashboard-page .mc-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mc-dashboard-page .mc-content-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mc-api-manage-page .api-manage-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .mc-downloads-page > .d-flex {
    display: block !important;
  }

  .mc-downloads-page .filemanager-sidebar {
    width: 100%;
    margin-bottom: 16px;
  }

  .mc-news-page > .row > [class*="col-"],
  .mc-news-list-page > .row > [class*="col-"],
  .mc-knowledge-page > .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mc-news-page > .row > [class*="col-"] + [class*="col-"],
  .mc-news-list-page > .row > [class*="col-"] + [class*="col-"],
  .mc-knowledge-page > .row > [class*="col-"] + [class*="col-"] {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .mc-console-body .mc-business-page > .card > .card-body,
  .mc-console-body .mc-business-page > form > .card > .card-body {
    padding: 17px;
  }

  .mc-console-body .mc-business-page .table-container {
    overflow: hidden;
  }

  .mc-console-body .mc-business-page .table-responsive {
    display: block;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .mc-console-body .mc-business-page .table-responsive > .table,
  .mc-console-body .mc-business-page .tablelist,
  .mc-console-body .mc-business-page .mc-transaction-table,
  .mc-console-body .mc-business-page .mc-message-table {
    width: max-content;
    min-width: 680px;
  }

  .mc-console-body .mc-business-page .table-header .table-tools,
  .mc-console-body .mc-business-page .table-header .table-search,
  .mc-console-body .mc-business-page .table-header .table-filter,
  .mc-console-body .mc-business-page .table-header select.form-control,
  .mc-console-body .mc-business-page .table-header .bootstrap-select {
    width: 100% !important;
  }

  .mc-console-body .mc-business-page .table-header .table-tools > *,
  .mc-console-body .mc-business-page .table-header .table-tools > a > .btn {
    width: 100%;
  }

  .mc-console-body .mc-business-page .form-group.row,
  .mc-console-body .mc-business-page form > .row {
    align-items: stretch !important;
  }

  .mc-profile-page form > .row > [class*="col-"],
  .mc-invoice-address-page form > .row > [class*="col-"],
  .mc-invoice-company-page form > .row > [class*="col-"],
  .mc-verified-page form > .row > [class*="col-"],
  .mc-ticket-submit-page form > .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mc-dashboard-page .mc-page-heading,
  .mc-dashboard-page .mc-account-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .mc-dashboard-page .mc-stat-grid,
  .mc-dashboard-page .mc-product-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mc-dashboard-page .mc-section-card,
  .mc-dashboard-page .mc-account-panel {
    padding: 17px;
  }

  .mc-api-manage-page .api-manage-top {
    grid-template-columns: minmax(0, 1fr);
  }

  .mc-api-manage-page .api-apply {
    min-height: 340px;
    padding: 32px 18px;
  }

  .mc-credit-detail-page .card-custom > .row.bg-primary,
  .mc-billing-detail-page .card-custom > .row.bg-primary {
    min-height: 140px;
    padding: 24px !important;
  }

  .mc-credit-detail-page .display-4,
  .mc-billing-detail-page .display-4 {
    margin-top: 12px;
    font-size: 26px;
  }

  .mc-verified-page .explanation {
    align-items: stretch;
    flex-direction: column;
  }

  .mc-verified-page .explanation_msg {
    max-width: none;
  }

  .mc-security-page .security-item {
    align-items: flex-start !important;
    flex-wrap: wrap;
    gap: 12px;
  }

  .mc-security-page .security-item-info {
    width: calc(100% - 58px);
  }

  .mc-security-page .security-item-image,
  .mc-security-page .security-item > .btn {
    margin-left: 58px;
  }

  .mc-contract-host-page .contractfirstParty,
  .mc-contract-list-page .contractfirstParty {
    display: block !important;
    padding: 16px !important;
  }

  .mc-contract-host-page .contractfirstPartyDivTwo,
  .mc-contract-list-page .contractfirstPartyDivTwo {
    margin-top: 12px;
  }

  .mc-contract-host-page .content_html,
  .mc-contract-list-page .content_html,
  .mc-contract-host-page .contract-content,
  .mc-contract-list-page .contract-content {
    padding: 18px !important;
  }

  .mc-product-divert-page .mc-product-divert-card > h5 {
    min-height: 54px;
    padding: 15px 17px;
  }

  .mc-product-divert-page .mc-product-divert-details {
    padding: 17px !important;
  }

  .mc-product-divert-page .button_box.mc-product-divert-actions {
    padding: 13px 17px;
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .mc-product-divert-page .button_box.mc-product-divert-actions button {
    width: 100%;
  }

  .mc-product-divert-list-page .mc-product-divert-records {
    width: max-content;
    min-width: 860px;
  }

  .mc-product-divert-list-page .table-pagination {
    width: 100%;
  }

  .mc-business-standalone.mc-contract-list-page {
    padding: 14px;
  }

  .mc-business-standalone.mc-contract-list-page .card-body {
    padding: 17px;
  }

  .mc-error-page .maintain-box {
    min-height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 32px 20px;
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }

  .mc-error-page .maintain-box > img {
    width: min(280px, 88%);
  }

  .mc-error-page .mc-error-illustration {
    width: min(300px, 92%);
    min-height: 210px;
  }

  .mc-error-page .maintain-text-title {
    font-size: 21px !important;
  }
}

@media (max-width: 480px) {
  .mc-dashboard-page .mc-account-main {
    align-items: flex-start;
  }

  .mc-dashboard-page .mc-stat-card {
    min-height: 92px;
    padding: 16px;
  }

  .mc-addfunds-page .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mc-addfunds-page .addfunds-payment {
    min-height: 58px;
    margin-bottom: 10px;
  }

  .mc-ticket-view-page .ticket-reply .post-by {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}

@media print {
  .mc-business-page,
  .mc-business-standalone.mc-business-page {
    color: #000;
    background: #fff !important;
  }

  .mc-business-page .card,
  .mc-business-standalone.mc-business-page .card {
    border-color: #bbb !important;
    box-shadow: none !important;
  }

  .mc-business-page .d-print-none,
  .mc-business-standalone.mc-business-page .d-print-none {
    display: none !important;
  }
}
