body.woocommerce-account.jt-cwa-account,
body.woocommerce-account.jt-cwa-account #page,
body.woocommerce-account.jt-cwa-account .site,
body.woocommerce-account.jt-cwa-account .site-content {
  background: #050505;
}

body.woocommerce-account.jt-cwa-account {
  overflow-x: clip;
}

body.woocommerce-account.jt-cwa-account .woocommerce,
body.woocommerce-account.jt-cwa-account .woocommerce::before,
body.woocommerce-account.jt-cwa-account .woocommerce::after {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-account.jt-cwa-account .woocommerce {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-account.jt-cwa-account .woocommerce-MyAccount-navigation {
  display: none !important;
}

body.woocommerce-account.jt-cwa-account .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px 88px;
  overflow-x: clip;
}

.jt-cwa,
.jt-cwa * {
  box-sizing: border-box;
}

.jt-cwa {
  --jt-bg: #050505;
  --jt-card: #0D1016;
  --jt-card-2: #11131A;
  --jt-accent: #5CD9E8;
  --jt-text: #E5E7EB;
  --jt-muted: rgba(229,231,235,.66);
  --jt-border: rgba(255,255,255,0.06);
  --jt-red-panel: rgba(16, 70, 82, .72);
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  color: var(--jt-text);
  font-family: inherit;
}

.jt-cwa a {
  color: inherit;
  text-decoration: none;
}

.jt-cwa-header {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.woocommerce-account.jt-cwa-account .woocommerce-MyAccount-content .jt-cwa .jt-cwa-header h1,
body.woocommerce-account.jt-cwa-account .woocommerce-MyAccount-content .jt-cwa-header h1,
.jt-cwa-header h1,
body.woocommerce-account.jt-cwa-account .jt-cwa .jt-cwa-header h1 {
  margin: 0;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(30px, 4.4vw, 48px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.jt-cwa-header p,
.jt-cwa-kicker {
  display: none !important;
}

.jt-cwa-table-wrap,
.jt-cwa-card,
.jt-cwa-empty {
  border: 1px solid var(--jt-border);
  border-radius: 24px;
  background: var(--jt-card);
  box-shadow: 0 18px 54px rgba(0,0,0,.30);
}

.jt-cwa-table-wrap {
  width: 100%;
  overflow: hidden;
}

.jt-cwa-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.jt-cwa-table th,
.jt-cwa-table td {
  padding: 18px 16px;
  border-bottom: 1px solid var(--jt-border);
  color: var(--jt-text);
  text-align: left;
  vertical-align: middle;
}

.jt-cwa-table th {
  color: rgba(229,231,235,.55);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.jt-cwa-table tr:last-child td {
  border-bottom: 0;
}

.jt-cwa-number {
  color: #38E8FF !important;
  font-size: 21px;
  font-weight: 950;
  letter-spacing: -.035em;
  white-space: nowrap;
}

.jt-cwa-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  padding: 5px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #FBD38D !important;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.jt-cwa-status::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

.jt-cwa-status-active,
.jt-cwa-status-completed {
  color: #4ADE80 !important;
}

.jt-cwa-status-pending,
.jt-cwa-status-on-hold,
.jt-cwa-status-processing {
  color: #FBD38D !important;
}

.jt-cwa-status-cancelled,
.jt-cwa-status-failed,
.jt-cwa-status-expired {
  color: #FCA5A5 !important;
}

.jt-cwa-total {
  color: #22C55E;
  font-weight: 950;
  white-space: nowrap;
}

.jt-cwa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.jt-cwa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04)) !important;
  color: var(--jt-text) !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.jt-cwa-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.09);
}

.jt-cwa-btn-primary {
  border-color: rgba(34,197,94,.36);
  background: linear-gradient(135deg, #38E27B, #16A34A) !important;
  color: #fff !important;
}

.jt-cwa-btn-muted {
  color: rgba(229,231,235,.86) !important;
}

.jt-cwa-empty {
  padding: 28px;
  color: var(--jt-muted);
}

.jt-cwa-back {
  display: inline-flex;
  margin: 0 0 16px;
  color: rgba(229,231,235,.72) !important;
  font-weight: 800;
}

.jt-cwa-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 18px;
}

.jt-cwa-card {
  min-width: 0;
  padding: 22px;
}

.jt-cwa-card h2 {
  margin: 0 0 16px;
  color: var(--jt-text);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.035em;
}

.jt-cwa-meta {
  display: grid;
  gap: 12px;
  margin: 0;
}

.jt-cwa-meta div,
.jt-cwa-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  padding: 13px 0;
  border-bottom: 1px solid var(--jt-border);
}

.jt-cwa-meta div:last-child,
.jt-cwa-line:last-child {
  border-bottom: 0;
}

.jt-cwa-meta dt {
  color: var(--jt-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.jt-cwa-meta dd {
  margin: 0;
  color: var(--jt-text);
  font-weight: 900;
  text-align: right;
}

.jt-cwa-lines {
  display: grid;
}

.jt-cwa-line span {
  min-width: 0;
  color: var(--jt-muted);
}

.jt-cwa-line strong {
  flex: 0 0 auto;
  color: var(--jt-text);
}

.jt-cwa-line-link:hover span,
.jt-cwa-line-link:hover strong {
  color: #fff;
}

.jt-cwa-actions-detail {
  margin-top: 18px;
}

.jt-cwa-muted {
  color: var(--jt-muted);
}

@media (max-width: 900px) {
  body.woocommerce-account.jt-cwa-account .woocommerce-MyAccount-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .jt-cwa-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.woocommerce-account.jt-cwa-account .woocommerce,
  body.woocommerce-account.jt-cwa-account .woocommerce-MyAccount-content {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.woocommerce-account.jt-cwa-account .woocommerce-MyAccount-content {
    padding: 0 20px 138px !important;
  }

  .jt-cwa-header {
    margin: 0 0 20px;
  }

  .jt-cwa-header h1 {
    font-size: 32px;
    line-height: 1.04;
    letter-spacing: -.055em;
  }

  .jt-cwa-table-wrap {
    overflow: visible;
    padding: 20px 20px 22px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 24px;
    background:
      radial-gradient(circle at top right, rgba(92,217,232,.18), transparent 40%),
      linear-gradient(180deg, rgba(16,58,70,.86), rgba(8,30,38,.70));
    box-shadow: 0 18px 58px rgba(0,0,0,.36);
  }

  .jt-cwa-table,
  .jt-cwa-table tbody,
  .jt-cwa-table tr,
  .jt-cwa-table td {
    display: block;
    width: 100%;
  }

  .jt-cwa-table thead {
    display: none;
  }

  .jt-cwa-table tr {
    position: relative;
    margin: 0 0 20px;
    padding: 26px 26px 22px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.07) !important;
    border-radius: 22px;
    background:
      radial-gradient(circle at 78% 18%, rgba(92,217,232,.10), transparent 34%),
      linear-gradient(180deg, rgba(17,18,24,.98), rgba(13,16,22,.98)) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.015), 0 16px 40px rgba(0,0,0,.32);
  }

  .jt-cwa-table tr:last-child {
    margin-bottom: 0;
  }

  .jt-cwa-table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-width: 0;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.07) !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: right;
  }

  .jt-cwa-table td:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .jt-cwa-table td::before {
    content: attr(data-label);
    flex: 0 0 auto;
    color: rgba(229,231,235,.62);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .08em;
    text-align: left;
    text-transform: uppercase;
  }

  .jt-cwa-table td:first-child {
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .jt-cwa-table td:first-child::before {
    content: '';
    display: none;
  }

  .jt-cwa-table td:first-child .jt-cwa-number {
    margin-left: auto;
    font-size: 30px;
    line-height: 1;
  }

  .jt-cwa-table td[data-label="Действия"] {
    margin-top: 12px;
    padding-top: 18px;
  }

  .jt-cwa-table td[data-label="Действия"]::before {
    display: none;
  }

  .jt-cwa-actions {
    width: 100%;
    flex-direction: column;
    justify-content: stretch;
    gap: 12px;
  }

  .jt-cwa-btn {
    width: 100%;
    min-height: 68px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 500;
  }

  .jt-cwa-total {
    font-size: 18px;
  }

  .jt-cwa-card {
    padding: 22px;
    border-radius: 22px;
  }
}

@media (max-width: 360px) {
  body.woocommerce-account.jt-cwa-account .woocommerce-MyAccount-content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .jt-cwa-header h1 {
    font-size: 29px;
  }

  .jt-cwa-table-wrap {
    padding: 14px;
    border-radius: 20px;
  }

  .jt-cwa-table tr,
  .jt-cwa-card {
    padding: 20px 18px;
    border-radius: 18px;
  }

  .jt-cwa-table td:first-child .jt-cwa-number {
    font-size: 26px;
  }

  .jt-cwa-btn {
    min-height: 58px;
    font-size: 17px;
  }
}


/* TVASHTAR 2026-06-12: VSF cart/checkout surfaces, adapted from jantrish.com account UI. */
body.vsf-commerce-surface,
body.vsf-commerce-surface #page,
body.vsf-commerce-surface .site,
body.vsf-commerce-surface .site-content,
body.woocommerce-cart.jt-cwa-account,
body.woocommerce-checkout.jt-cwa-account {
  background: #050505 !important;
  color: #E5E7EB !important;
  overflow-x: clip;
}

body.woocommerce-cart.jt-cwa-account .content__block,
body.woocommerce-checkout.jt-cwa-account .content__block,
body.woocommerce-cart.jt-cwa-account article,
body.woocommerce-checkout.jt-cwa-account article,
body.woocommerce-cart.jt-cwa-account .entry-content,
body.woocommerce-checkout.jt-cwa-account .entry-content,
body.woocommerce-cart.jt-cwa-account .woocommerce,
body.woocommerce-checkout.jt-cwa-account .woocommerce {
  width: 100% !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #E5E7EB !important;
}

body.woocommerce-cart.jt-cwa-account .entry-title,
body.woocommerce-checkout.jt-cwa-account .entry-title,
body.vsf-task-list-surface .entry-title {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(30px, 4.4vw, 48px) !important;
  line-height: 1.05 !important;
  letter-spacing: -.045em !important;
  font-weight: 900 !important;
}

body.woocommerce-cart.jt-cwa-account table.shop_table,
body.woocommerce-checkout.jt-cwa-account table.shop_table,
body.woocommerce-cart.jt-cwa-account .cart_totals,
body.woocommerce-checkout.jt-cwa-account #order_review,
body.woocommerce-checkout.jt-cwa-account .woocommerce-billing-fields,
body.woocommerce-checkout.jt-cwa-account .woocommerce-additional-fields,
body.woocommerce-checkout.jt-cwa-account .woocommerce-checkout-payment,
body.woocommerce-checkout.jt-cwa-account form.checkout_coupon,
body.woocommerce-cart.jt-cwa-account .cross-sells,
body.woocommerce-cart.jt-cwa-account .woocommerce-cart-form {
  border: 1px solid rgba(255,255,255,.07) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(92,217,232,.14), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.014)),
    #0D1016 !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.38) !important;
  color: #E5E7EB !important;
  overflow: hidden;
}

body.woocommerce-cart.jt-cwa-account table.shop_table th,
body.woocommerce-checkout.jt-cwa-account table.shop_table th,
body.woocommerce-cart.jt-cwa-account table.shop_table td,
body.woocommerce-checkout.jt-cwa-account table.shop_table td {
  border-color: rgba(255,255,255,.07) !important;
  background: transparent !important;
  color: #E5E7EB !important;
  padding: 16px !important;
}

body.woocommerce-cart.jt-cwa-account table.shop_table th,
body.woocommerce-checkout.jt-cwa-account table.shop_table th {
  color: rgba(229,231,235,.62) !important;
  font-size: 12px !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
}

body.woocommerce-cart.jt-cwa-account a,
body.woocommerce-checkout.jt-cwa-account a,
body.vsf-task-list-surface a {
  color: #5CD9E8;
}

body.woocommerce-cart.jt-cwa-account .button,
body.woocommerce-cart.jt-cwa-account button.button,
body.woocommerce-cart.jt-cwa-account input.button,
body.woocommerce-checkout.jt-cwa-account .button,
body.woocommerce-checkout.jt-cwa-account button.button,
body.woocommerce-checkout.jt-cwa-account input.button,
body.woocommerce-checkout.jt-cwa-account #place_order {
  min-height: 44px !important;
  padding: 12px 18px !important;
  border: 1px solid rgba(92,217,232,.34) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #5CD9E8, #18889A) !important;
  color: #031014 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body.woocommerce-cart.jt-cwa-account .button:hover,
body.woocommerce-checkout.jt-cwa-account .button:hover,
body.woocommerce-checkout.jt-cwa-account #place_order:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

body.woocommerce-cart.jt-cwa-account input.input-text,
body.woocommerce-checkout.jt-cwa-account input.input-text,
body.woocommerce-checkout.jt-cwa-account textarea,
body.woocommerce-checkout.jt-cwa-account select,
body.woocommerce-checkout.jt-cwa-account .select2-container .select2-selection {
  min-height: 44px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.045) !important;
  color: #E5E7EB !important;
  box-shadow: none !important;
}

body.woocommerce-cart.jt-cwa-account .woocommerce-info,
body.woocommerce-cart.jt-cwa-account .woocommerce-message,
body.woocommerce-cart.jt-cwa-account .woocommerce-error,
body.woocommerce-checkout.jt-cwa-account .woocommerce-info,
body.woocommerce-checkout.jt-cwa-account .woocommerce-message,
body.woocommerce-checkout.jt-cwa-account .woocommerce-error,
body.vsf-task-list-surface .woocommerce-info,
body.vsf-task-list-surface .woocommerce-message,
body.vsf-task-list-surface .woocommerce-error {
  border: 1px solid rgba(92,217,232,.20) !important;
  border-radius: 18px !important;
  background: rgba(13,16,22,.92) !important;
  color: #E5E7EB !important;
  box-shadow: 0 16px 42px rgba(0,0,0,.28) !important;
}

body.woocommerce-checkout.jt-cwa-account .woocommerce-checkout-review-order-table,
body.woocommerce-checkout.jt-cwa-account .woocommerce-checkout-payment {
  margin-top: 18px !important;
}

body.woocommerce-cart.jt-cwa-account .cart_totals h2,
body.woocommerce-checkout.jt-cwa-account h3,
body.vsf-task-list-surface .mblg-ut-title {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

@media (max-width: 767px) {
  body.woocommerce-cart.jt-cwa-account .content__block,
  body.woocommerce-checkout.jt-cwa-account .content__block,
  body.woocommerce-cart.jt-cwa-account article,
  body.woocommerce-checkout.jt-cwa-account article,
  body.woocommerce-cart.jt-cwa-account .entry-content,
  body.woocommerce-checkout.jt-cwa-account .entry-content,
  body.woocommerce-cart.jt-cwa-account .woocommerce,
  body.woocommerce-checkout.jt-cwa-account .woocommerce {
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.woocommerce-cart.jt-cwa-account table.shop_table,
  body.woocommerce-cart.jt-cwa-account table.shop_table tbody,
  body.woocommerce-cart.jt-cwa-account table.shop_table tr,
  body.woocommerce-cart.jt-cwa-account table.shop_table td {
    display: block !important;
    width: 100% !important;
  }

  body.woocommerce-cart.jt-cwa-account table.shop_table thead {
    display: none !important;
  }

  body.woocommerce-cart.jt-cwa-account table.shop_table tr.cart_item {
    margin: 0 0 16px !important;
    padding: 18px !important;
    border: 1px solid rgba(255,255,255,.07) !important;
    border-radius: 20px !important;
    background: rgba(255,255,255,.035) !important;
  }

  body.woocommerce-cart.jt-cwa-account table.shop_table td {
    border-bottom: 1px solid rgba(255,255,255,.07) !important;
    text-align: right !important;
  }

  body.woocommerce-cart.jt-cwa-account table.shop_table td::before {
    color: rgba(229,231,235,.62) !important;
    font-weight: 900 !important;
  }

  body.woocommerce-checkout.jt-cwa-account .col2-set .col-1,
  body.woocommerce-checkout.jt-cwa-account .col2-set .col-2 {
    float: none !important;
    width: 100% !important;
  }
}


/* TVASHTAR 2026-06-12: VSF MemberLux task-list surface adapted from jantrish.com. */

/* TVASHTAR 2026-05-25: premium dark dashboard for MemberLux task list page. */
html body.vsf-task-list-surface,
html body.vsf-task-list-surface .site,
html body.vsf-task-list-surface .wrapper,
html body.vsf-task-list-surface .content-area,
html body.vsf-task-list-surface .main-content,
html body.vsf-task-list-surface .tab-content,
html body.vsf-task-list-surface #lesson-content,
html body.vsf-task-list-surface .lesson-content,
html body.vsf-task-list-surface .lesson-tabs.white-tabs .tab-content,
html body.vsf-task-list-surface .lesson-tabs.white-tabs #lesson-content,
html body.vsf-task-list-surface .lesson-tabs .content-wrap {
  background: #050505 !important;
  color: #E5E7EB !important;
  overflow: visible !important;
}

html body.vsf-task-list-surface .lesson-tabs.white-tabs .tab-content {
  border: 0 !important;
  overflow: visible !important;
}

html body.vsf-task-list-surface #lesson-content {
  padding: 0 !important;
}

html body.vsf-task-list-surface .reading-status-row,
html body.vsf-task-list-surface .status-wrap {
  display: none !important;
}

html body.vsf-task-list-surface .mblg-ut-root {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  width: 100% !important;
  margin: -20px auto 64px !important;
  padding: 30px !important;
  color: #E5E7EB !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(92, 217, 232, .28), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .012)),
    #0D1016 !important;
  border: 1px solid rgba(92, 217, 232, .22) !important;
  border-radius: 18px !important;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .46), inset 0 1px 0 rgba(255, 255, 255, .05) !important;
  overflow: visible !important;
}

html body.vsf-task-list-surface .mblg-ut-root::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  border-radius: inherit !important;
  box-shadow: inset 0 0 0 1px rgba(92, 217, 232, .08), inset 0 1px 36px rgba(92, 217, 232, .06) !important;
}

html body.vsf-task-list-surface .mblg-ut-header {
  position: relative !important;
  padding: 0 0 22px !important;
  background: transparent !important;
  border: 0 !important;
}

html body.vsf-task-list-surface .mblg-ut-kicker {
  margin: 0 0 10px !important;
  color: #5CD9E8 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

html body.vsf-task-list-surface .mblg-ut-header-row {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 24px !important;
}

html body.vsf-task-list-surface .mblg-ut-title {
  margin: 0 !important;
  color: #fff !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

html body.vsf-task-list-surface .mblg-ut-subtitle {
  max-width: 560px !important;
  margin: 10px 0 0 !important;
  color: rgba(229, 231, 235, .62) !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

html body.vsf-task-list-surface .mblg-ut-stats {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(94px, 1fr)) !important;
  gap: 10px !important;
  flex: 0 0 auto !important;
}

html body.vsf-task-list-surface .mblg-ut-stats span {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  min-width: 0 !important;
  padding: 12px 14px !important;
  color: rgba(229, 231, 235, .62) !important;
  background: rgba(5, 5, 5, .34) !important;
  border: 1px solid rgba(255, 255, 255, .07) !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

html body.vsf-task-list-surface .mblg-ut-stats strong {
  display: block !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1 !important;
  text-align: center !important;
}

html body.vsf-task-list-surface .mblg-ut-body,
html body.vsf-task-list-surface .mblg-ut-table {
  position: relative !important;
  min-width: 0 !important;
}

html body.vsf-task-list-surface .mblg-ut-table {
  width: 100% !important;
  color: #E5E7EB !important;
  background: rgba(5, 5, 5, .42) !important;
  border: 1px solid rgba(255, 255, 255, .07) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  font-size: 15px !important;
}

html body.vsf-task-list-surface .mblg-ut-table_row {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) 100px 170px !important;
  align-items: center !important;
  min-height: 76px !important;
  background: rgba(255, 255, 255, .012) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .06) !important;
  color: #E5E7EB !important;
  transition: background .22s ease, box-shadow .22s ease, transform .22s ease !important;
}

html body.vsf-task-list-surface .mblg-ut-table_row:last-child {
  border-bottom: 0 !important;
}

html body.vsf-task-list-surface .mblg-ut-table_row:not(.mblg-ut-table_h):hover {
  background: rgba(255, 255, 255, .035) !important;
  box-shadow: inset 3px 0 0 rgba(92, 217, 232, .8), 0 16px 42px rgba(0, 0, 0, .26) !important;
  transform: translateY(-1px) !important;
}

html body.vsf-task-list-surface .mblg-ut-table_h {
  min-height: 56px !important;
  color: rgba(229, 231, 235, .68) !important;
  background: rgba(255, 255, 255, .03) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

html body.vsf-task-list-surface .mblg-ut-table_h > div {
  display: flex !important;
  align-items: center !important;
}

html body.vsf-task-list-surface .mblg-ut-table_h > div:nth-child(1),
html body.vsf-task-list-surface .mblg-ut-table_h > div:nth-child(3),
html body.vsf-task-list-surface .mblg-ut-table_h > div:nth-child(4) {
  justify-content: center !important;
  text-align: center !important;
}

html body.vsf-task-list-surface .mblg-ut-table_h > div:nth-child(2) {
  justify-content: flex-start !important;
  text-align: left !important;
}

html body.vsf-task-list-surface .mblg-ut-table_row > div {
  min-width: 0 !important;
  padding: 18px !important;
  box-sizing: border-box !important;
}

html body.vsf-task-list-surface .mblg-ut-table_row > div:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, .04) !important;
}

html body.vsf-task-list-surface .task_name_text {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  min-width: 0 !important;
}

html body.vsf-task-list-surface .mblg-ut-task_preview_mb {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 46px !important;
  width: 46px !important;
  height: 46px !important;
  border: 1px solid rgba(92, 217, 232, .30) !important;
  border-radius: 13px !important;
  background: radial-gradient(circle at 50% 35%, rgba(92, 217, 232, .26), rgba(92, 217, 232, .07) 50%, rgba(255, 255, 255, .03)) !important;
  box-shadow: inset 0 0 18px rgba(92, 217, 232, .08), 0 0 22px rgba(92, 217, 232, .08) !important;
}

html body.vsf-task-list-surface .mblg-ut-task_title {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

html body.vsf-task-list-surface .mblg-ut-task_desc {
  margin-top: 4px !important;
  color: rgba(229, 231, 235, .58) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

html body.vsf-task-list-surface .mblg-ut-task_num,
html body.vsf-task-list-surface .mblg-ut-task_points {
  color: #fff !important;
  font-weight: 900 !important;
  text-align: center !important;
}

html body.vsf-task-list-surface .mblg-ut-task_points,
html body.vsf-task-list-surface .task_progress,
html body.vsf-task-list-surface .mblg-ut-share_cell,
html body.vsf-task-list-surface .mblg-progress-wrap,
html body.vsf-task-list-surface .mblg-completed {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

html body.vsf-task-list-surface .mblg-ut-points-icon {
  color: #5CD9E8 !important;
  border: 1px solid rgba(92, 217, 232, .35) !important;
  border-radius: 999px !important;
  background: rgba(92, 217, 232, .10) !important;
  box-shadow: 0 0 18px rgba(92, 217, 232, .14) !important;
}

html body.vsf-task-list-surface .mblg-progress {
  width: 100% !important;
  height: 8px !important;
  background: rgba(255, 255, 255, .10) !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

html body.vsf-task-list-surface .mblg-progress-bar {
  height: 8px !important;
  background: linear-gradient(90deg, #5CD9E8, #FF6A3B) !important;
  border-radius: 999px !important;
  box-shadow: 0 0 18px rgba(92, 217, 232, .32) !important;
}

html body.vsf-task-list-surface .mblg-progress-count {
  min-width: 40px !important;
  color: rgba(229, 231, 235, .72) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-align: right !important;
}

html body.vsf-task-list-surface button.mblg-task-share {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 44px !important;
  min-width: 142px !important;
  padding: 11px 18px !important;
  color: #fff !important;
  background: linear-gradient(135deg, rgba(92, 217, 232, .95), rgba(130, 13, 13, .95)) !important;
  border: 1px solid rgba(92, 217, 232, .44) !important;
  border-radius: 11px !important;
  box-shadow: 0 0 24px rgba(92, 217, 232, .18), inset 0 1px 0 rgba(255, 255, 255, .12) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  text-transform: none !important;
}

html body.vsf-task-list-surface button.mblg-task-share:hover,
html body.vsf-task-list-surface button.mblg-task-share:focus-visible {
  transform: translateY(-1px) !important;
  box-shadow: 0 0 34px rgba(92, 217, 232, .30), inset 0 1px 0 rgba(255, 255, 255, .16) !important;
}

html body.vsf-task-list-surface .breadcrumbs-wrap {
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

html body.vsf-task-list-surface .breadcrumbs,
html body.vsf-task-list-surface .breadcrumbs a,
html body.vsf-task-list-surface .breadcrumbs span {
  color: #fff !important;
  text-decoration: none !important;
}

html body.vsf-task-list-surface .breadcrumbs .item,
html body.vsf-task-list-surface .breadcrumbs a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  transition: color .2s ease !important;
}

html body.vsf-task-list-surface .breadcrumbs .item:hover,
html body.vsf-task-list-surface .breadcrumbs a:hover {
  color: #fff !important;
}

html body.vsf-task-list-surface .breadcrumbs .item:last-child,
html body.vsf-task-list-surface .breadcrumbs .current,
html body.vsf-task-list-surface .breadcrumbs li:last-child,
html body.vsf-task-list-surface .breadcrumbs li:last-child span,
html body.vsf-task-list-surface .breadcrumbs li:last-child a {
  color: #D30A03 !important;
}

html body.vsf-task-list-surface .breadcrumbs .item:last-child [class^="icon-"],
html body.vsf-task-list-surface .breadcrumbs .item:last-child .iconmoon,
html body.vsf-task-list-surface .breadcrumbs li:last-child [class^="icon-"],
html body.vsf-task-list-surface .breadcrumbs li:last-child .iconmoon {
  color: #D30A03 !important;
}

html body.vsf-task-list-surface .comments-row {
  width: 100% !important;
  max-width: 100% !important;
  margin: 44px auto 0 !important;
  color: #E5E7EB !important;
}

html body.vsf-task-list-surface .wpm-comments-title {
  margin: 0 0 18px !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

html body.vsf-task-list-surface .wpm-comments-nb-badge {
  min-width: 24px !important;
  height: 24px !important;
  padding: 0 8px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #5CD9E8, #8E1111) !important;
  color: #fff !important;
  box-shadow: 0 0 20px rgba(92, 217, 232, .22) !important;
}

html body.vsf-task-list-surface .jt-refresh-inline {
  width: 28px !important;
  height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(229, 231, 235, .62) !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .035) !important;
  transition: color .2s ease, border-color .2s ease, background .2s ease !important;
}

html body.vsf-task-list-surface .jt-refresh-inline:hover {
  color: #5CD9E8 !important;
  border-color: rgba(92, 217, 232, .28) !important;
  background: rgba(92, 217, 232, .08) !important;
}

html body.vsf-task-list-surface .comments-tabs.bordered-tabs,
html body.vsf-task-list-surface .comments-tabs.bordered-tabs .tab-content,
html body.vsf-task-list-surface .comments-tabs.bordered-tabs .tab-content .tab-pane,
html body.vsf-task-list-surface .comments-tabs.bordered-tabs .tab-content:before,
html body.vsf-task-list-surface .comments-tabs.bordered-tabs .tab-content:after {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.vsf-task-list-surface .comments-tabs.bordered-tabs .tab-content {
  padding: 0 !important;
}

html body.vsf-task-list-surface .wpm-comment-form {
  margin: 0 !important;
  padding: 0 !important;
}

html body.vsf-task-list-surface .add-comment-form {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 22px !important;
  padding: 24px !important;
  background:
    radial-gradient(circle at 94% 0%, rgba(92, 217, 232, .16), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012)),
    #0D1016 !important;
  border: 1px solid rgba(255, 255, 255, .06) !important;
  border-radius: 16px !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255, 255, 255, .04) !important;
  box-sizing: border-box !important;
}

html body.vsf-task-list-surface .add-comment-form .form-title {
  margin: 0 0 14px !important;
  color: #5CD9E8 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

html body.vsf-task-list-surface .add-comment-form .note-editor {
  overflow: hidden !important;
  background: rgba(5, 5, 5, .44) !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 12px !important;
  color: #E5E7EB !important;
  transition: border-color .2s ease, box-shadow .2s ease !important;
}

html body.vsf-task-list-surface .add-comment-form .note-editor:focus-within {
  border-color: rgba(92, 217, 232, .55) !important;
  box-shadow: 0 0 0 3px rgba(92, 217, 232, .10), 0 0 24px rgba(92, 217, 232, .12) !important;
}

html body.vsf-task-list-surface .add-comment-form .note-toolbar {
  background: rgba(255, 255, 255, .025) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .07) !important;
}

html body.vsf-task-list-surface .add-comment-form .note-editable {
  min-height: 96px !important;
  padding: 14px !important;
  background: transparent !important;
  color: #E5E7EB !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

html body.vsf-task-list-surface .add-comment-form .note-placeholder {
  padding: 14px !important;
  color: rgba(229, 231, 235, .34) !important;
}

html body.vsf-task-list-surface .add-comment-form .note-statusbar,
html body.vsf-task-list-surface .add-comment-form .note-resizebar {
  background: rgba(255, 255, 255, .025) !important;
  border-color: rgba(255, 255, 255, .07) !important;
}

html body.vsf-task-list-surface .add-comment-form .note-icon-bar {
  border-top-color: rgba(229, 231, 235, .42) !important;
}

html body.vsf-task-list-surface .add-comment-form #save-form {
  min-height: 44px !important;
  padding: 11px 24px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #5CD9E8, #8E1111) !important;
  border: 1px solid rgba(92, 217, 232, .42) !important;
  border-radius: 10px !important;
  box-shadow: 0 0 24px rgba(92, 217, 232, .18), inset 0 1px 0 rgba(255, 255, 255, .12) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  transition: transform .22s ease, box-shadow .22s ease, opacity .2s ease !important;
}

html body.vsf-task-list-surface .add-comment-form #save-form:not(:disabled):hover {
  opacity: 1 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 0 34px rgba(92, 217, 232, .28), inset 0 1px 0 rgba(255, 255, 255, .16) !important;
}

html body.vsf-task-list-surface .comments-list .comment-item > article.comment {
  background: #0D1016 !important;
  border-color: rgba(255, 255, 255, .06) !important;
  border-radius: 14px !important;
}

@media (max-width: 767px) {
  html body.vsf-task-list-surface .breadcrumbs-wrap {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
  }

  html body.vsf-task-list-surface .comments-row {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
  }

  html body.vsf-task-list-surface .add-comment-form {
    padding: 16px !important;
    border-radius: 14px !important;
  }

	  html body.vsf-task-list-surface .mblg-ut-root {
	    width: calc(100vw - 20px) !important;
	    max-width: calc(100vw - 20px) !important;
	    margin: -21px 0 34px 50% !important;
	    padding: 16px !important;
	    border-radius: 18px !important;
	    transform: translateX(-50%) !important;
	  }

  html body.vsf-task-list-surface .mblg-ut-root::before {
    border-radius: 18px !important;
  }

  html body.vsf-task-list-surface .mblg-ut-header-row,
  html body.vsf-task-list-surface .mblg-ut-stats {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  html body.vsf-task-list-surface .mblg-ut-header {
    padding-bottom: 16px !important;
  }

  html body.vsf-task-list-surface .mblg-ut-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  html body.vsf-task-list-surface .mblg-ut-stats span {
    min-height: 74px !important;
    padding: 10px !important;
    border-radius: 12px !important;
  }

  html body.vsf-task-list-surface .mblg-ut-stats strong {
    font-size: 22px !important;
  }

  html body.vsf-task-list-surface .mblg-ut-title {
    font-size: 24px !important;
  }

  html body.vsf-task-list-surface .mblg-ut-table {
    display: grid !important;
    gap: 14px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }

  html body.vsf-task-list-surface .mblg-ut-table_h {
    display: none !important;
  }

  html body.vsf-task-list-surface .mblg-ut-table_row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 16px !important;
    border: 1px solid rgba(255, 255, 255, .07) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .025) !important;
  }

  html body.vsf-task-list-surface .mblg-ut-table_row > div,
  html body.vsf-task-list-surface .mblg-ut-table_row > div:not(:first-child) {
    padding: 0 !important;
    border-left: 0 !important;
  }

  html body.vsf-task-list-surface .mblg-ut-task_num {
    display: none !important;
  }

  html body.vsf-task-list-surface .task_name,
  html body.vsf-task-list-surface .mblg-ut-task_points,
  html body.vsf-task-list-surface .task_progress {
    grid-column: 1 !important;
    justify-content: flex-start !important;
  }

  html body.vsf-task-list-surface .task_name_text {
    align-items: flex-start !important;
    gap: 12px !important;
    padding-right: 34px !important;
  }

  html body.vsf-task-list-surface .mblg-progress-wrap {
    gap: 8px !important;
  }

  html body.vsf-task-list-surface .mblg-ut-table_row.mblg-ut-table_h {
    display: none !important;
  }
}
