html {
  overflow-x: hidden;
  overflow-y: auto;
}

.currency-native-select {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.currency-data-select {
  display: none;
}

.flex-exchange .select_wallet {
  position: relative;
  overflow: hidden;
}

.flex-exchange .select_wallet .crypto-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flex-exchange .select_wallet .arrow-icon {
  width: 12px;
  height: 12px;
}

.exchange_main.is-aml-mode [data-select-wallet].target_to {
  cursor: default;
}

.exchange_main.is-aml-mode [data-select-wallet].target_to .arrow-icon {
  display: none;
}

.flex-exchange .swap {
  min-height: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.flex-exchange .swap:hover {
  background: transparent;
}

.flex-exchange .swap img {
  width: 28px;
  height: 28px;
}

.exchange_main {
  position: relative;
}

.exchange_main button.btn {
  min-height: 50px;
  border: 0;
  cursor: pointer;
}

.exchange_main [hidden] {
  display: none !important;
}

.exchange_main .exchange-message {
  margin-top: 18px;
  padding: 14px 16px;
  background: #333;
  border-radius: 10px;
  color: #c7ff00;
  font-size: 14px;
}

.exchange_main .exchange-message.is-error {
  color: #ff2f2f;
}

.exchange_main .inp_group.has-error {
  border: 1px solid #ff3366;
  box-shadow: 0 0 0 1px rgba(255, 51, 102, 0.15);
}

.exchange_main .inp_group.has-error input {
  color: #fff;
}

.exchange_main .help-block {
  min-height: 18px;
  margin: 8px 0 0 2px;
  color: #ff3366;
  font-size: 13px;
  line-height: 1.35;
}

.exchange_main .help-block:empty {
  display: none;
}

.exchange_main .help-block[data-field-error="amountFrom"],
.exchange_main .help-block[data-field-error="amountTo"] {
  grid-column: 1 / -1;
  white-space: nowrap;
  width: max-content;
  max-width: 100%;
}

.exchange_main input[aria-invalid="true"]::placeholder {
  color: rgba(255, 51, 102, 0.75);
}

.exchange_main .inp_group.input_full {
  overflow: hidden;
}

.exchange_main .inp_group.input_full input {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 18px 21px;
  text-overflow: ellipsis;
}

.exchange_main .inp_group.input_full .right {
  z-index: 2;
  max-width: 180px;
  pointer-events: none;
  text-align: right;
}

.exchange_main .inp_group.input_full .wallets-append {
  position: relative;
  z-index: 3;
}

.exchange_main.is-maintenance {
  overflow: hidden;
}

.exchange_main.is-maintenance > :not(.maintenance-overlay) {
  filter: blur(5px);
  pointer-events: none;
  user-select: none;
}

.exchange_main .maintenance-overlay {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  background: rgba(29, 29, 29, 0.45);
  color: #fff;
  font-size: clamp(36px, 6vw, 86px);
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 4px rgba(30, 63, 116, 0.9);
}

.chat-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3000;
  width: min(360px, calc(100vw - 32px));
  background: #292929;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  margin-bottom: 0;
}

.reviews .items img {
  max-height: 60px;
  width: auto;
}

.currency-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.currency-tabs .tab-button {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 10px;
  background: #333;
  color: #ababab;
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.currency-tabs .tab-button.active {
  background: #c7ff00;
  color: #1d1d1d;
}

.exchange_methods {
  gap: 10px;
}

.exchange_method.mode-element {
  cursor: pointer;
}

.exchange_main .rate-description-row {
  margin-top: 16px;
}

.exchange_main .rate-description-row [data-rate-description] {
  display: block;
  line-height: 1.35;
}

.exchange_main .fields {
  display: grid;
  gap: 15px;
}

.exchange_main [data-extra-field] .inp_group input {
  width: 100%;
}

.exchange_page_block .right .btns form {
  display: contents;
}

.exchange_page_block .right .btns button.btn {
  border: 0;
  cursor: pointer;
}

.exchange_page_block .right .inp_group input {
  overflow: hidden;
  text-overflow: ellipsis;
}

.auth_page .with_icon .icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.auth_page .inp_group:not(.with_icon) input {
  width: 100%;
}

.auth_page button {
  width: fit-content;
  min-width: 140px;
  padding: 0 22px;
}

.profile_page .table.profile_table {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.profile_page .table.profile_table table {
  width: 100%;
}

#openWithdrawModal .affiliate_modal__close {
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 50%;
}

#openWithdrawModal .affiliate_modal__close svg path {
  fill: #ababab;
}

#openWithdrawModal .affiliate_modal__select {
  width: 100%;
  height: 56px;
  margin: 0;
  padding: 0 16px;
  background: #333333;
  border-radius: 14px;
  color: #ffffff;
  justify-content: space-between;
}

.affiliate_modal__select-arrow {
  display: flex;
  align-items: center;
  color: #ababab;
  transition: transform 0.18s ease;
}

.affiliate_modal__field.is-open .affiliate_modal__select-arrow {
  transform: rotate(180deg);
}

#openWithdrawModal .affiliate_modal__option {
  width: 100%;
  height: auto;
  margin: 0;
  background: transparent;
  border-radius: 12px;
  color: #ffffff;
  justify-content: flex-start;
}

#openWithdrawModal .affiliate_modal__submit {
  width: 100%;
  height: 56px;
  margin: 18px 0 0;
  background: #c7ff00;
  color: #1d1d1d;
  border-radius: 999px;
}

.footer [data-chat-open] {
  cursor: pointer;
}

.chat-launcher {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 2999;
  width: 62px;
  height: 62px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c7ff00;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.35), 0 0 0 8px rgba(199, 255, 0, 0.12);
  cursor: pointer;
}

.chat-launcher[hidden] {
  display: none !important;
}

.chat-launcher::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 18px;
  width: 28px;
  height: 20px;
  border-radius: 10px;
  background: #1d1d1d;
}

.chat-launcher::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 34px;
  width: 10px;
  height: 10px;
  background: #1d1d1d;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.chat-launcher:hover {
  transform: translateY(-1px);
}

.chat-widget[hidden] {
  display: none;
}

.chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: #333;
}

.chat-log {
  display: grid;
  align-content: start;
  align-items: start;
  grid-auto-rows: max-content;
  gap: 8px;
  max-height: 320px;
  overflow-y: auto;
  padding: 14px;
}

.chat-line {
  align-self: start;
  width: fit-content;
  max-width: min(80%, 280px);
  min-height: 0;
  padding: 9px 11px;
  border-radius: 12px;
  background: #3f4033;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.chat-line.visitor {
  justify-self: end;
  background: #c7ff00;
  color: #1d1d1d;
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px;
  background: #333;
}

.chat-form input {
  min-height: 42px;
  border-radius: 10px;
  background: #292929;
  color: #fff;
}

.chat-form button,
.chat-head button {
  min-height: 42px;
  border-radius: 10px;
  background: #c7ff00;
  color: #1d1d1d;
}

.chat-widget {
  display: flex;
  flex-direction: column;
  height: min(560px, calc(100vh - 40px));
  color: #f5f6f0;
}

.chat-widget,
.chat-widget * {
  box-sizing: border-box;
}

.chat-widget[hidden] {
  display: none !important;
}

.chat-head {
  flex: 0 0 auto;
  min-height: 56px;
}

.chat-head strong {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.chat-head .icon-btn {
  min-width: 34px;
  width: 34px;
  min-height: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #3f4033;
  color: #c7ff00;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.chat-operator {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: #292929;
}

.chat-operator[hidden] {
  display: none !important;
}

.chat-operator img {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
  object-fit: cover;
  background: #3f4033;
}

.chat-operator span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.chat-operator strong {
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-operator small,
.chat-status-note {
  color: #ababab;
  font-size: 12px;
  line-height: 1.35;
}

.chat-status-note {
  padding: 10px 14px 0;
}

.chat-status-note[hidden] {
  display: none !important;
}

.chat-log {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
}

.chat-line.operator {
  justify-self: start;
  background: #3f4033;
  color: #fff;
}

.chat-form {
  flex: 0 0 auto;
}

.chat-form input {
  width: 100%;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  outline: none;
  font-size: 14px;
}

.chat-form input:focus {
  border-color: #c7ff00;
}

.chat-form button {
  width: auto;
  padding: 0 16px;
  border: 0;
  font-weight: 700;
  cursor: pointer;
}

main + .footer,
section + .footer {
  margin-top: clamp(70px, 8vw, 120px);
}

main > .container > h1:only-child {
  margin-bottom: clamp(50px, 7vw, 100px);
}

@media (max-width: 560px) {
  .chat-widget {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    height: min(520px, calc(100vh - 24px));
  }
}

.text_page .btn,
.page404 .btn {
  width: fit-content;
}

.shadow-order {
  width: min(1120px, calc(100vw - 32px));
  margin: 40px auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background: rgba(38, 40, 37, 0.96);
  color: #f5f6f0;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  padding: 24px;
}

.order-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.shadow-kicker {
  display: block;
  color: rgba(245, 246, 240, 0.6);
  margin-bottom: 6px;
}

.status-pill {
  border-radius: 999px;
  background: rgba(198, 255, 0, 0.12);
  color: #d8ff5a;
  padding: 8px 12px;
}

.order-payment-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  margin: 24px 0;
  padding: 22px;
  border-radius: 22px;
  background: #2f322d;
}

.qr-box {
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #fff;
  padding: 18px;
}

.qr-box img {
  width: 220px;
  height: 220px;
  object-fit: contain;
}

.order-payment-info {
  display: grid;
  gap: 12px;
}

.order-payment-info p {
  margin: 0;
  color: rgba(245, 246, 240, 0.72);
}

.wallet-line,
.timer-line,
.shadow-order .order-grid div,
.shadow-order .order-status-content {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  padding: 12px;
}

.wallet-line,
.timer-line {
  display: grid;
  gap: 5px;
}

.wallet-line span,
.timer-line span,
.shadow-order .order-grid span,
.shadow-order .event-list span {
  color: rgba(245, 246, 240, 0.55);
  font-size: 13px;
}

.wallet-line b,
.timer-line b {
  color: #fff;
  word-break: break-all;
}

.timer-line b {
  color: #c8ff1a;
  font-size: 28px;
}

.order-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}

.order-grid span {
  display: block;
  margin-bottom: 6px;
}

.order-note {
  color: #d8ff5a;
  margin: 12px 0 20px;
}

.event-list {
  padding-left: 18px;
}

.event-list span {
  margin-right: 8px;
}

.shadow-submit {
  min-height: 60px;
  width: 100%;
  border-radius: 16px;
  background: #c8ff1a;
  color: #151713;
  font-size: 18px;
  font-weight: 900;
}

.shadow-submit:hover {
  background: #aeea00;
}

.auth_page .form-status,
.lk_form .form-status {
  min-height: 22px;
  margin-top: 14px;
  color: rgba(245, 246, 240, 0.72);
}

.auth_page .form-status.is-error,
.lk_form .form-status.is-error {
  color: #ff5578;
}

.auth_page .form-status.is-success,
.lk_form .form-status.is-success {
  color: #c8ff1a;
}

.auth-log-table {
  margin-top: 28px;
}

@media (max-width: 980px) {
  .order-payment-card,
  .order-grid {
    grid-template-columns: 1fr;
  }
}

.partner-dashboard {
  display: grid;
  gap: 20px;
  min-width: 0;
  max-width: 100%;
}

.partner-dashboard,
.partner-dashboard * {
  box-sizing: border-box;
}

.partner-dashboard__top {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 20px;
  align-items: stretch;
}

.partner-dashboard__copy {
  display: grid;
  align-content: center;
  gap: 12px;
  min-width: 0;
  min-height: 104px;
  padding: 18px 16px;
}

.partner-dashboard__copy p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.partner-dashboard__balance,
.partner-dashboard__percent {
  min-width: 0;
  max-width: 100%;
  background: #3f4033;
  border-radius: 14px;
  padding: 18px 22px;
}

.partner-dashboard__balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 104px;
}

.partner-dashboard__balance p,
.partner-dashboard__percent p {
  margin: 0;
  color: #c7ff00;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.partner-dashboard__balance span,
.partner-dashboard__percent span {
  color: #c7ff00;
}

.partner-dashboard__percent {
  display: grid;
  gap: 8px;
}

.partner-dashboard__percent small {
  color: #c7ff00;
  font-size: 14px;
  font-weight: 700;
}

.profile_page .partner-dashboard__balance button {
  width: auto;
  min-width: 150px;
  height: 50px;
  margin: 0;
  padding: 0 20px;
  border-radius: 10px;
  white-space: nowrap;
}

.profile_page .partner-dashboard__field .inp_group {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 60px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 56px 16px 22px;
}

.profile_page .partner-dashboard__field .inp_group input {
  min-width: 0;
  width: 100%;
  padding-right: 0;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  text-overflow: ellipsis;
}

.partner-dashboard__section .title2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #ababab;
  display: block;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.partner-dashboard .table.profile_table table {
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
  table-layout: fixed;
}

.profile_page .partner-dashboard .table.profile_table th {
  background: #333333;
  color: #ffffff;
  padding: 22px 36px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}

.profile_page .partner-dashboard .table.profile_table th:first-child {
  border-radius: 18px 0 0 18px;
}

.profile_page .partner-dashboard .table.profile_table th:last-child {
  border-radius: 0 18px 18px 0;
}

.profile_page .partner-dashboard .table.profile_table td {
  color: #ababab;
  padding: 10px 36px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  vertical-align: middle;
}

.profile_page .partner-dashboard .table.profile_table tbody tr:first-child td {
  padding-top: 10px;
}

.profile_page .partner-dashboard .table.profile_table tbody tr + tr td {
  padding-top: 12px;
}

.profile_page .partner-dashboard .table.profile_table .lk__table-empty {
  color: #ababab;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

.partner-pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.partner-pages a {
  display: grid;
  place-items: center;
  min-width: 48px;
  height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

#openWithdrawModal {
  align-items: center;
  justify-content: center;
  padding: 16px;
}

#openWithdrawModal .affiliate_modal__dialog {
  width: min(520px, calc(100vw - 32px));
  max-width: 520px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  border-radius: 26px;
  padding: 24px 24px 22px;
}

#openWithdrawModal .affiliate_modal__title {
  max-width: calc(100% - 52px);
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.25;
}

#openWithdrawModal .affiliate_modal__field {
  margin-top: 12px;
}

#openWithdrawModal .affiliate_modal__menu {
  max-height: 220px;
}

#openWithdrawModal .affiliate_modal__label {
  margin: 0 0 8px;
  font-size: 14px;
}

#openWithdrawModal .affiliate_modal__close {
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
}

#openWithdrawModal .affiliate_modal__close svg {
  width: 18px;
  height: 18px;
}

#openWithdrawModal .affiliate_modal__select,
#openWithdrawModal .affiliate_modal__input,
#openWithdrawModal .affiliate_modal__submit {
  height: 52px;
  font-size: 14px;
}

#openWithdrawModal .affiliate_modal__select-icon,
#openWithdrawModal .affiliate_modal__select-icon img,
#openWithdrawModal .affiliate_modal__option img {
  width: 20px;
  height: 20px;
}

#openWithdrawModal .affiliate_modal__option {
  padding: 10px 12px;
  font-size: 14px;
}

.partner-pages a.is-active {
  background: #c7ff00;
  border-color: #c7ff00;
  color: #1d1d1d;
}

.partner-dashboard .summary {
  color: #ababab;
}

.partner-dashboard .summary b {
  color: #fff;
}

@media (max-width: 1000px) {
  .partner-dashboard__top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .profile_page {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
    padding: 22px 12px;
    overflow: hidden;
    border-radius: 32px;
  }

  .profile_page .partner-dashboard {
    width: 100%;
    max-width: 100%;
    gap: 16px;
    overflow: hidden;
  }

  .partner-dashboard__top,
  .partner-dashboard__copy,
  .partner-dashboard__balance,
  .partner-dashboard__percent,
  .partner-dashboard__field,
  .partner-dashboard__section {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .partner-dashboard__copy,
  .partner-dashboard__balance,
  .partner-dashboard__percent {
    padding: 16px;
    border-radius: 12px;
  }

  .partner-dashboard__balance {
    align-items: stretch;
    flex-direction: column;
  }

  .profile_page .partner-dashboard__balance button {
    min-width: 0;
    width: 100%;
    height: auto;
    min-height: 48px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.2;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .partner-dashboard__balance p,
  .partner-dashboard__percent p {
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .partner-dashboard__copy p,
  .partner-dashboard__percent small {
    font-size: 14px;
    overflow-wrap: anywhere;
  }

  .profile_page .partner-dashboard__field .inp_group {
    min-height: 52px;
    padding: 12px 40px 12px 14px;
    overflow: hidden;
  }

  .profile_page .partner-dashboard__field .inp_group input {
    font-size: 14px;
  }

  .partner-dashboard__section .title2 {
    font-size: 14px;
    line-height: 1.25;
  }

  .partner-dashboard .table.profile_table {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    width: 100%;
    max-width: 100%;
  }

  .partner-dashboard .table.profile_table table {
    width: 720px;
    min-width: 720px;
    table-layout: auto;
  }

  .profile_page .partner-dashboard .table.profile_table th {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1.25;
    overflow-wrap: anywhere;
    white-space: nowrap;
    word-break: normal;
  }

  .profile_page .partner-dashboard .table.profile_table td {
    padding: 8px 24px;
    text-align: left;
    font-size: 14px;
    line-height: 1.25;
    overflow-wrap: anywhere;
    white-space: nowrap;
    word-break: normal;
  }

  .profile_page .partner-dashboard .table.profile_table tbody tr:first-child td {
    padding-top: 8px;
  }

  .partner-pages a {
    min-width: 44px;
    height: 44px;
    font-size: 15px;
  }

  #openWithdrawModal .affiliate_modal__dialog {
    border-radius: 22px;
    padding: 22px 18px 18px;
  }

  .chat-launcher {
    right: 12px;
    bottom: 12px;
    width: 54px;
    height: 54px;
  }

  .chat-launcher::before {
    left: 14px;
    top: 16px;
  }

  .chat-launcher::after {
    left: 20px;
    top: 31px;
  }
}

@media (max-width: 360px) {
  .profile_page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .partner-dashboard__copy,
  .partner-dashboard__balance,
  .partner-dashboard__percent {
    padding: 14px;
  }

  .partner-dashboard__section .title2 {
    font-size: 14px;
  }

  .profile_page .partner-dashboard__field .inp_group input,
  .partner-dashboard__copy p,
  .partner-dashboard__percent small {
    font-size: 13px;
  }

  .profile_page .partner-dashboard .table.profile_table th {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
  }

  .profile_page .partner-dashboard .table.profile_table td {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }
}
