html,
body,
button,
a,
input,
p,
div {
  font-family: Inter;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter;
  font-weight: 400;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-fill-1);
  font-size: 14px;
  --primary-1: 244, 246, 249;
  /* #F4F6F9 */
  --primary-2: 201, 208, 217;
  /* #C9D0D9 */
  --primary-3: 160, 166, 174;
  /* #A0A6AE */
  --primary-4: 120, 125, 132;
  /* #787D84 */
  --primary-5: 52, 54, 58;
  /* #34363A */
  --primary-6: 0, 0, 0;
  /* #000000 */
  --primary-7: 67, 70, 75;
  /* #43464B */
  --primary-8: 52, 54, 58;
  /* #34363A */
  --primary-9: 0, 0, 0;
  /* #000000 */
  --primary-10: 0, 0, 0;
  /* #000000 */
  --bg-default-base: #eef1f5;
  --fill-4: rgba(255, 255, 255, 0.16);
  --text-1: rgba(255, 255, 255, 0.9);
  --avatar-bg: #14a9f8;
  --badge-shadow-green: rgba(0, 180, 42, 0.5);
  --border-radius-xxxs: 2px;
  --border-radius-xxs: 4px;
  --border-radius-xs: 6px;
  --border-radius-small: 8px;
  --border-radius-medium: 12px;
  --border-radius-large: 16px;
}
html .arco-typography,
body .arco-typography {
  word-break: auto-phrase;
}
html .arco-table-cell,
body .arco-table-cell {
  word-break: auto-phrase;
  line-break: anywhere;
}
html .headings-sm,
body .headings-sm {
  /* 20/CN-Medium */
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  line-height: 28px;
  /* 140% */
}
html .body-sm,
body .body-sm {
  /* Body/xs */
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  line-height: 150%;
  /* 19.5px */
}
html .body-xs,
body .body-xs {
  /* Body/xs */
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  line-height: 150%;
  /* 19.5px */
}
html .body-xxs,
body .body-xxs {
  /* Body/xxs */
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 150%;
  /* 18px */
  overflow: hidden;
  text-overflow: ellipsis;
}
html .labels-xs,
body .labels-xs {
  /* Labels/xs */
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  line-height: 16px;
  /* 123.077% */
  overflow: hidden;
  text-overflow: ellipsis;
}
html .labels-sm-strong,
body .labels-sm-strong {
  /* Labels/strong/sm */
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 16px;
  /* 114.286% */
}
html .arco-table-content-scroll::after,
body .arco-table-content-scroll::after,
html .arco-table-content-scroll::before,
body .arco-table-content-scroll::before {
  border-radius: 0;
}
html .arco-select-popup,
body .arco-select-popup,
html .arco-card,
body .arco-card,
html .arco-image,
body .arco-image,
html .arco-collapse,
body .arco-collapse,
html .arco-list,
body .arco-list {
  border-radius: 8px;
  border-radius: var(--border-radius-small);
}
html .arco-tag,
body .arco-tag {
  border-radius: 4px;
  border-radius: var(--border-radius-xxs);
}
html .arco-tag-size-default,
body .arco-tag-size-default {
  height: 22px;
}
html .arco-card-header,
body .arco-card-header {
  border-top-left-radius: 8px;
  border-top-left-radius: var(--border-radius-small);
  border-top-right-radius: 8px;
  border-top-right-radius: var(--border-radius-small);
}
html .arco-checkbox-mask,
body .arco-checkbox-mask {
  border-radius: 2px;
  border-radius: var(--border-radius-xxxs);
}
html .arco-steps-item-finish .arco-steps-icon,
body .arco-steps-item-finish .arco-steps-icon {
  background-color: rgb(var(--success-1));
  color: rgb(var(--success-7));
}
html .arco-switch-checked,
body .arco-switch-checked {
  background-color: rgb(var(--success-5));
}
html .arco-switch-checked,
body .arco-switch-checked {
  background-color: rgb(var(--success-6));
}
html .arco-switch[disabled].arco-switch-checked,
body .arco-switch[disabled].arco-switch-checked {
  background-color: rgb(var(--success-3));
}
html .arco-menu-light.arco-menu-horizontal .arco-menu-item.arco-menu-selected,
body .arco-menu-light.arco-menu-horizontal .arco-menu-item.arco-menu-selected {
  background-color: rgb(0, 0, 0) !important;
  background-color: rgb(var(--primary-6)) !important;
  color: #fff !important;
}
html .arco-menu-horizontal .arco-menu-inner,
body .arco-menu-horizontal .arco-menu-inner {
  padding: 0;
  overflow: visible;
  overflow: initial;
}
html .arco-menu-selected-label,
body .arco-menu-selected-label {
  visibility: hidden;
}
html .arco-menu,
body .arco-menu {
  background-color: #eef1f5 !important;
  background-color: var(--bg-default-base) !important;
}
html .arco-menu-item,
body .arco-menu-item {
  border-radius: 58px !important;
  background-color: #eef1f5 !important;
  background-color: var(--bg-default-base) !important;
}
html .arco-menu-item:hover,
body .arco-menu-item:hover {
  background-color: var(--color-fill-3) !important;
}
html .arco-icon-info-circle-fill,
body .arco-icon-info-circle-fill {
  color: var(--color-text-2);
  cursor: pointer;
}
html .arco-menu-selected,
body .arco-menu-selected {
  background-color: var(--color-fill-3) !important;
}
html .arco-menu-inline-header,
body .arco-menu-inline-header {
  background-color: #eef1f5 !important;
  background-color: var(--bg-default-base) !important;
}
html .arco-menu-inline-header:hover,
body .arco-menu-inline-header:hover {
  background-color: var(--color-fill-3) !important;
}
html .arco-select-size-large.arco-select-multiple input,
body .arco-select-size-large.arco-select-multiple input {
  font-size: 14px !important;
}
html .arco-radio-button,
body .arco-radio-button {
  border-radius: 6px;
  border-radius: var(--border-radius-xs);
}
html .arco-radio-size-mini.arco-radio-group-type-button,
body .arco-radio-size-mini.arco-radio-group-type-button,
html .arco-radio-size-mini .arco-radio-button,
body .arco-radio-size-mini .arco-radio-button {
  line-height: 26px;
}
html .arco-radio-button.arco-radio-checked,
body .arco-radio-button.arco-radio-checked {
  font-weight: 600;
}
html .arco-radio-checked .arco-radio-mask::after,
body .arco-radio-checked .arco-radio-mask::after {
  transform: scale(0.6);
}
html .arco-modal-title,
body .arco-modal-title {
  font-weight: 600;
}
html .arco-modal .arco-modal-close-icon,
body .arco-modal .arco-modal-close-icon {
  color: var(--color-text-2);
  font-size: 16px;
}
html .arco-modal-footer .arco-btn,
body .arco-modal-footer .arco-btn {
  font-weight: 700;
}
.arco-tag-checked.arco-tag-gray {
  color: var(--color-text-1) !important;
}
.styled-pagination .arco-table-pagination {
  padding: 12px 16px;
  background-color: var(--color-bg-2);
}
.styled-pagination .arco-table-pagination .arco-pagination {
  margin: 0;
  padding: 0;
}
.styled-pagination .arco-table-pagination .arco-pagination .arco-pagination-item-active {
  color: rgb(0, 0, 0);
  color: rgb(var(--primary-6));
  font-weight: 600;
}
.styled-pagination .arco-table-pagination .arco-pagination .arco-pagination-option .arco-select-view-value {
  color: rgb(0, 0, 0);
  color: rgb(var(--primary-6));
  font-weight: 600;
}
.styled-pagination .arco-pagination-jumper::before {
  color: inherit;
  content: 'Go to';
}
.styled-pagination .arco-pagination-jumper-text-goto {
  display: none;
}
.styled-pagination .arco-pagination-jumper-text-goto-suffix {
  display: none;
}
.styled-border-wrapper {
  flex: 0 0 auto;
  width: 100%;
  border: 1px solid #e5e6eb;
  border: 1px solid var(--color-border-2, #e5e6eb);
  border-radius: 8px;
  border-radius: var(--border-radius-small);
  box-sizing: border-box;
  overflow: hidden;
}
.chart-wrapper .bizcharts-tooltip {
  padding: 8px !important;
  width: 180px !important;
  border-radius: 6px;
  border-radius: var(--border-radius-xs);
  background: linear-gradient(304.17deg, rgba(253, 254, 255, 0.6) -6.04%, rgba(244, 247, 252, 0.6) 85.2%) !important;
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
body[arco-theme='dark'] {
  --bg-default-base: #000;
}
body[arco-theme='dark'] .chart-wrapper .bizcharts-tooltip {
  border-radius: 6px;
  border-radius: var(--border-radius-xs);
  box-shadow: none !important;
  background: linear-gradient(304.17deg, rgba(90, 92, 95, 0.6) -6.04%, rgba(87, 87, 87, 0.6) 85.2%) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.StripeElement {
  padding: 12px !important;
  background-color: var(--color-fill-2);
  font-size: 16px !important;
  transition: border-color 0.2s ease !important;
}
.StripeElement:hover {
  background-color: var(--color-fill-3);
}
.StripeElement--invalid {
  border: 1px solid red !important;
}
.StripeElement--focus {
  border: 1px solid blue !important;
  background-color: white !important;
}
:root {
  --payment-car-default-color: #172b85;
}
.styled-card > .arco-card-header {
  padding: 12px 24px !important;
  border-bottom: 1px solid var(--color-border-2);
}
.styled-card > .arco-card-header .arco-card-header-title {
  font-size: 20px;
  font-weight: 600;
}
.styled-card > .arco-card-body {
  padding: 19px 24px !important;
}
.material-symbols-outlined,
.material-symbols-rounded {
  font-variation-settings: 'FILL' 1;
}

.main-content-wrapper--_4dcZ {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 12px;
  padding: 24px;
}
.keys-card--FGjJE {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: center;
  min-width: 720px;
  border: 1px solid var(--color-border-2);
  border-radius: var(--border-radius-small);
  background: var(--color-bg-2);
}
.card-title--v4K5G {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  padding: 12px 20px;
  border-bottom: 1px solid var(--color-border-2);
  border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  background: var(--color-bg-2);
  font-size: 20px;
  font-weight: 600;
}
.card-body--OgXIK {
  border-radius: 0 0 var(--border-radius-small) var(--border-radius-small);
}
.card-body--OgXIK .no-keys-message--EYn7L {
  margin: 20px;
}
.key-cell--IsZdy {
  display: flex;
  justify-content: stretch;
  align-items: center;
  gap: 20px;
  padding: 12px 24px;
}
.key-cell--IsZdy:not(:last-child) {
  border-bottom: 1px solid var(--color-border-2);
}
.key-data--DO3wi {
  display: flex;
  flex: 1 1;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.key-info--cJcT1 {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  min-width: 0;
}
.key-copy--fgJA_ {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--color-fill-2);
}
.key-label--u1Lua {
  color: var(--color-text-1);
  font-size: 14px;
  font-weight: 600;
}
.key-description--QEnFz {
  color: var(--color-text-2);
  font-family: monospace;
  font-size: 13px;
}
.key-value--pQgPJ {
  color: var(--color-text-3);
  font-family: monospace;
  font-size: 13px;
}
.copy-button--LqeuQ .arco-icon {
  font-size: 16px;
}

.spin--tinal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.main-content--NUfOx {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  background-color: var(--color-bg-1);
}

.campaign-review-modal--gbGYH {
  width: 600px;
}
.campaign-review-modal--gbGYH .spin-content-wrapper--gVssT {
  min-height: 400px;
}
.campaign-review-modal--gbGYH .secondary-title--nZ8VK {
  font-size: 12px;
  line-height: 18px;
}
.campaign-review-modal--gbGYH .grid-row--c6Vyj {
  margin-bottom: 0;
}
.campaign-review-modal--gbGYH .grid-col--Nsh5j {
  border: 1px solid var(--color-border-2);
}
.campaign-review-modal--gbGYH .grid-col--Nsh5j.grid-col-select--exb1h {
  padding: 0;
}
.campaign-review-modal--gbGYH .grid-col--Nsh5j:not(:last-child) {
  border-right: none;
}
.campaign-review-modal--gbGYH .grid-row--c6Vyj:is(:first-child) .grid-col--Nsh5j {
  border-top: none;
}
.campaign-review-modal--gbGYH .grid-row--c6Vyj:is(:last-child) .grid-col--Nsh5j {
  border-bottom: none;
}
.campaign-review-modal--gbGYH .grid-row--c6Vyj:not(:last-child) .grid-col--Nsh5j {
  border-bottom: none;
}
.campaign-review-modal--gbGYH .arco-col {
  padding: 12px 24px;
}
.campaign-review-modal--gbGYH .arco-modal-header {
  padding: 12px 20px;
}
.campaign-review-modal--gbGYH .arco-modal-content {
  padding: 0;
}
.campaign-review-modal--gbGYH .arco-spin {
  width: 100%;
}
.campaign-review-modal--gbGYH .arco-modal {
  min-width: 600px;
  max-width: 750px;
}
.campaign-review-modal--gbGYH .arco-modal-footer {
  display: flex;
  gap: 8px;
}
.campaign-review-modal--gbGYH .arco-modal-footer .arco-btn {
  margin-left: 0;
  width: 100%;
}
.campaign-review-modal--gbGYH .goal-values--dDgLq .arco-col {
  padding: 0;
}
.flex-text-wrapper--dHl0O {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.flex-text-wrapper--dHl0O .arco-typography {
  margin-bottom: 0;
  width: 100%;
}
.flex-text-wrapper--dHl0O .arco-typography-secondary {
  font-size: 12px;
}
.show-more-wrapper--o0BVF {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-icon--lvhEg {
  width: 40px;
  height: 40px;
}
.review-text-wrapper--ISQSD {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.grid-item--tXl23.review-header--qQLjw {
  background-color: var(--color-fill-2);
}
.campaign-review-container--VZKUZ {
  width: 100%;
  overflow: hidden;
}
.campaign-review-container--VZKUZ .arco-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1px;
  gap: 1px;
  background-color: #e5e6eb;
}
.grid-item--tXl23 {
  padding: 12px 24px;
  background-color: var(--color-bg-1);
}
.border-right--VCti6 {
  border-right: 1px solid var(--color-fill-2);
}
.border-bottom--imWRQ {
  border-bottom: 1px solid var(--color-fill-2);
}
.toggle-icon-btn--mfmoS {
  cursor: pointer;
}
.MuiTypography-root.budget-bid-text--IwR7r {
  color: var(--color-text-1);
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
  font-size: 14px;
}
.MuiTypography-root.budget-bid-country-text--u_AmU {
  color: var(--color-text-1);
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  font-size: 12px;
}
.grid-item-url-text--Vifc8 .flex-text-wrapper--dHl0O {
  font-size: 12px;
}
.MuiTypography-root.header-text--WVmG8 {
  color: var(--color-text-1);
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
}
.hidden--TJAFz {
  display: none;
}

.header-group-control--Ep6kH {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}

.footer--gcr3n {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-align: center;
  color: var(--color-text-2);
}

.header-group-control--cXKAz {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}
.header-group-control--cXKAz .arco-select-addbefore {
  background-color: var(--color-fill-3);
  padding-right: 0;
}

.nav-menu--HnfZX {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: content-box;
}
.nav-menu-flex-container--gcoXS {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-content: center;
}

.account-selector-container--mpcWn {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.account-selector-container--mpcWn .header-container--LXhnS {
  display: flex;
  justify-content: space-between;
  /* Ad Accounts to left, Search icon to right */
  align-items: center;
  padding: 10px 0;
  /* Optional spacing */
}
.account-selector-container--mpcWn .header-text--jR8sa {
  font-size: 15px;
  font-weight: 500;
}
.account-selector-container--mpcWn .search-icon--GjphX {
  cursor: pointer;
  font-size: 14px;
  color: var(--color-neutral-6);
  transition: color 0.3s;
}
.account-selector-container--mpcWn .search-icon--GjphX:hover {
  color: var(--color-neutral-8);
}
.account-selector-container--mpcWn .search-bar-container--xoWqm {
  margin-top: -10px;
  /* Add space between header and search bar */
}
.account-selector-container--mpcWn .search-bar--Uw43z {
  width: 100%;
  max-width: 400px;
  /* Optional, limit the width */
  transition: all 0.3s ease-in-out;
}
.account-selector-container--mpcWn .search-spin-container--ECPuw {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.account-selector-container--mpcWn .account-list-container--urmZh {
  position: relative;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 6px 0;
  max-height: 35vh;
  border: none;
}
.account-selector-container--mpcWn .account-list-container--urmZh .popup-wrapper--rUmum .arco-popover-inner-content {
  padding: 8px;
}
.account-selector-container--mpcWn .account-list-container--urmZh .account-item--fbDmv {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 12px;
  background-color: var(--color-bg-1);
  border-radius: var(--border-radius-small);
  cursor: pointer;
  border: 1px solid var(--color-border-2);
}
.account-selector-container--mpcWn .account-list-container--urmZh .account-item--fbDmv.current-account-item--jwmgD {
  cursor: not-allowed;
}
.account-selector-container--mpcWn .account-list-container--urmZh .account-item--fbDmv:hover {
  background-color: var(--color-fill-2);
}
.account-selector-container--mpcWn .account-list-container--urmZh .account-item--fbDmv .account-content--i4KGN {
  display: flex;
  /* Align avatar and name horizontally */
  align-items: center;
  /* Vertically align avatar and name */
  gap: 12px;
  /* Add space between avatar and name */
  width: 100%;
}
.account-selector-container--mpcWn .account-list-container--urmZh .account-item--fbDmv .account-content--i4KGN .account-avatar--vmMcU {
  flex-shrink: 0;
}
.account-selector-container--mpcWn .account-list-container--urmZh .account-item--fbDmv .account-content--i4KGN .account-name--e5yaJ {
  font-size: 14px;
  flex-grow: 1;
  font-weight: 500;
  color: var(--color-text-1);
}
.account-selector-container--mpcWn .account-list-container--urmZh .account-item--fbDmv .account-content--i4KGN .account-radio--fsiR6 {
  margin-left: -10px;
}

.account-info-container--rB9Hj {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
}
.account-info-container--rB9Hj .arco-typography {
  margin-bottom: 4px;
}
.account-info-container--rB9Hj .email--KAe3Q {
  text-align: center;
}
.account-info-container--rB9Hj .logout-button--iDLKd {
  width: 100%;
}
.account-info-container--rB9Hj.has-click--BAnWu:hover {
  background-color: rgb(var(--gray-2));
  cursor: pointer;
}
.account-info-wrapper--TvKhl {
  display: flex;
  align-items: center;
  gap: 16px;
}
.user-avatar--hYe83 {
  background-color: var(--avatar-bg);
  cursor: default;
}
.user-text--sih0H {
  width: 220px;
  color: var(--color-text-1);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.settings-text--mWIuR {
  cursor: pointer;
  color: var(--color-text-2);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.popover--vyxe2 .arco-popover-content {
  padding: 4px 0 0;
  border-radius: var(--border-radius-small);
}
/* Dropdown trigger container */
.dropdown-trigger--i12Vv {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 0 12px;
  width: 260px;
  height: 50px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.08);
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.dropdown-trigger--i12Vv.popover-open--kQIbb {
  background-color: var(--fill-4);
}
.dropdown-trigger--i12Vv .account-subtitle--loPRZ {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
.dropdown-trigger--i12Vv .account-info-section--ooK4G {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding-top: 16px;
}
.dropdown-trigger--i12Vv .account-info-section--ooK4G .account-name--Ndjxb {
  margin-top: -8px;
  margin-bottom: 1em;
  width: 160px;
  color: var(--text-1);
  font-size: 15px;
  font-weight: 650;
}
.dropdown-trigger--i12Vv .avatar--NdWqG {
  aspect-ratio: 1 / 1;
  width: 32px;
  height: 32px;
  font-weight: bold;
  object-fit: cover;
  /* Maintain aspect ratio */
}
.dropdown-trigger--i12Vv .arrow-icon--JoaM_ {
  margin-left: auto;
  color: var(--color-neutral-8);
  font-size: 18px;
}
.account-info-wrapper--e2ufA {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.account-info-wrapper--e2ufA .account-info-section--ooK4G {
  display: flex;
  flex-direction: column;
}
.menu--Bgfl2 {
  padding: 0 0 8px;
  max-height: 80vh;
}
.menu-item-divider--cfwmY {
  margin: 0 16px;
  width: calc(100% - 32px);
  min-width: 0;
  min-width: initial;
  max-width: none;
  max-width: initial;
}
.account-selection--sEztm {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 0 0 var(--border-radius-small) var(--border-radius-small);
  background-color: var(--color-fill-1);
}
.account-selection--sEztm .account-selector-component--CQy7Y {
  padding: 6px 16px 0;
}
.disabled--azBPE {
  opacity: 0.5;
  pointer-events: none;
}

.navbar--EiQuI,
.secondary-navbar--tp6Ao {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 24px;
  min-width: 1100px;
  min-height: 65px;
  border-bottom: 1px solid var(--color-border);
  background: #17171A;
  background: var(--bg-1, #17171A);
  box-sizing: border-box;
}
.left--PY7C2 {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nav-menu--UTrL_ {
  margin-left: 0;
  width: 600px;
}
.logo--H90rT {
  display: flex;
  align-items: center;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
}
.logo--H90rT svg {
  height: 20px;
  fill: #FFF;
  vertical-align: bottom;
}
.logo--H90rT h6.arco-typography {
  margin: 0 8px;
}
.logo-name--j00Rt {
  margin-left: 10px;
  color: var(--color-text-1);
  font-size: 20px;
  font-weight: 500;
}
.right--RbNIZ {
  display: flex;
  gap: 16px;
  margin: 0;
  list-style: none;
}
.right--RbNIZ li {
  display: flex;
  align-items: center;
}
.right--RbNIZ a {
  color: var(--color-text-1);
  text-decoration: none;
}
.right--RbNIZ .divider--irTZm {
  margin: 0 0 0 16px;
  height: 32px;
  border-left: 1px solid #484849;
}
.username--LahWY {
  cursor: pointer;
}
.round--q0w0b .arco-input-inner-wrapper {
  border-radius: var(--border-radius-large);
}
.round--q0w0b svg {
  font-size: 16px;
}
.dropdown-icon--Pox3u {
  margin-right: 8px;
  font-size: 16px;
  vertical-align: text-bottom;
}
.fixed-settings--hUjGo {
  position: fixed;
  top: 280px;
  right: 0;
}
.fixed-settings--hUjGo svg {
  font-size: 18px;
  vertical-align: -4px;
}
.secondary-navbar--tp6Ao {
  padding: 0 20px;
}
.secondary-navbar--tp6Ao .icon--DogW7 {
  padding-top: 2px;
  color: #4E5969;
  font-size: 16px;
}
.secondary-navbar--tp6Ao .title--hlsJF {
  margin-left: 8px;
  font-size: 20px;
  font-weight: 500;
}

.icon-button--fnr2c {
  font-size: 16px;
  border: 1px solid var(--color-border-2);
}
.icon-button--fnr2c > svg {
  vertical-align: -3px;
}

.superuse-container--mHDZj {
  background: var(--color-fill-1);
  border-radius: 0 0 var(--border-radius-small) var(--border-radius-small);
}
.superuse-wrapper--G9p85 {
  padding: 16px;
}
.superuse-title--yHJiG {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px !important;
  font-weight: 590;
  margin-bottom: 0 !important;
}
.superuse-user-info--G0fkI {
  background: var(--color-fill-2);
  padding: 9px 20px;
}
.superuse-user-info--G0fkI .arco-card-body {
  padding: 0;
}
.superuse-user-info--G0fkI .content--xIuG6 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 16px;
}
.superuse-user-info--G0fkI .content--xIuG6 .arco-typography {
  margin: 0;
}
.badge--s44OG {
  vertical-align: center;
  margin-right: 8px;
}
.badge--s44OG .arco-badge-status-dot {
  border: 0.5px solid rgb(var(--success-5));
  background: var(--color-success-light-4);
  box-shadow: 0px 0px 4px 0px var(--badge-shadow-green);
}
.superuse-active-title--btGks {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: rgb(var(--success-7));
  align-items: center;
}
.superuse-switch-title--NyOGO {
  margin-bottom: 0 !important;
  font-weight: 590 !important;
  font-size: 14px !important;
  color: var(--color-text-2);
}
.user-avatar--L_fhM {
  background-color: var(--avatar-bg);
  cursor: default;
}
.search-bar-wrapper--HHuaR {
  padding-top: 12px;
  padding-bottom: 4px;
}
.user-list-wrapper--QxsCY {
  margin-top: -4px;
}
.user-list-wrapper--QxsCY .arco-list {
  border-radius: 0 0 var(--border-radius-small) var(--border-radius-small);
}
.user-list-wrapper--QxsCY .arco-list-default > .arco-list-content > .arco-list-item {
  padding: 0;
}
.user-list--Kd4_c {
  width: 100%;
  max-height: 288px;
  overflow: auto;
  background: var(--color-fill-1);
  border-radius: 0;
}
.user-list--Kd4_c :hover {
  cursor: pointer;
}
.user-list-item--wLo4Q {
  cursor: pointer;
}
.user-list-item--wLo4Q:hover:not(.user-avatar--L_fhM) {
  background-color: rgb(var(--gray-2));
}

.superuse-info-container--s14SA {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 16px;
  height: 46px;
  gap: 16px;
}
.superuse-info-container--s14SA .arco-typography {
  margin-bottom: 4px;
}
.superuse-info-wrapper--I6BN4 {
  display: flex;
  align-items: center;
  gap: 16px;
}
.user-avatar--ts8TW {
  background-color: var(--avatar-bg);
}
.subtext--JI6CD {
  color: var(--color-text-2);
}

.popover--hrjoP .arco-popover-content {
  padding: 0;
}
.popover-content-wrapper-top--gciDv {
  padding: 8px 0;
}
.popover-content-wrapper-top--gciDv .account-info-wrapper--reB5D {
  display: flex;
  align-items: center;
}
.popover-content-wrapper-top--gciDv .arco-typography {
  margin-bottom: 4px;
}
.popover-content-wrapper-top--gciDv .email--Es_Jn {
  text-align: center;
}
.popover-content-wrapper-logout--zAxAx {
  padding: 0 16px;
}
.popover-content-wrapper-logout--zAxAx .logout-button--bCaKa {
  width: 100%;
  font-weight: bold;
  margin: 16px 0;
  color: var(--color-text-1);
}
.user-avatar--EVbXi {
  background-color: var(--avatar-bg);
  cursor: pointer;
  height: 50px;
  width: 50px;
  border: 5px solid rgba(255, 255, 255, 0.08);
}

.user-orientation-modal--pU4tS {
  padding: 0;
  width: 600px;
}
.user-orientation-modal--pU4tS .arco-modal-header,
.user-orientation-modal--pU4tS .arco-modal-footer {
  margin: 0;
}
.user-orientation-modal--pU4tS .arco-modal-title {
  border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  height: 104px;
  background-image: url(/public/media/guided-intro-background.2dafade8.png);
  display: flex;
  align-items: center;
}
.logo--ECpxJ {
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
}
.logo--ECpxJ svg {
  fill: var(--color-text-1);
  margin-right: 20px;
  max-width: 100px;
  max-height: 30px;
}
.content--sKIt8,
.title--PAB_J {
  word-break: auto-phrase;
}
.content--sKIt8 {
  padding: 39px 24px 39px 24px;
}
.footer--wJFMN {
  padding: 16px 24px;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.driver-overlay path {
  fill: var(--color-mask-bg) !important;
  opacity: 1 !important;
}
/* Class assigned to popover wrapper */
.driver-popover {
  background-color: var(--color-bg-white);
}
/* Arrow pointing towards the highlighted element */
/* Title and description */
.driver-popover-description {
  color: var(--color-text-1);
  line-height: 1.5715;
  word-break: auto-phrase;
  white-space: normal;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--color-neutral-2);
}
/* Close button displayed on the top right corner */
.driver-popover-close-btn {
  background-color: var(--color-fill-3);
}
/* Footer of the popover displaying progress and navigation buttons */
.driver-popover-next-btn {
  border: none !important;
  background-color: transparent !important;
  color: rgb(var(--primary-6)) !important;
  padding: 0 15px !important;
  font-size: 14px !important;
  height: 32px !important;
  border-radius: var(--border-radius-small) !important;
}
.driver-popover-next-btn:hover {
  background-color: var(--color-fill-2) !important;
}

.arco-menu-pop-header.help-menu--xjqKh {
  padding-left: 8px;
}
.help-menu--xjqKh {
  background-color: transparent !important;
}
.help-menu--xjqKh .external-link--pDYLE svg {
  position: absolute;
  right: 0;
  top: 13px;
}
.help-menu--xjqKh .arco-menu-inline-header {
  border-radius: 58px;
}
.icon--XGHLj {
  margin-right: 16px;
  margin-left: 2px;
  font-size: 20px;
  transform: translateY(4px);
}

.layout-sider--G_e54 {
  z-index: 99;
  box-sizing: border-box;
  background-color: var(--bg-default-base);
}
.layout-sider--G_e54 ::-webkit-scrollbar {
  width: 12px;
  height: 4px;
}
.layout-sider--G_e54 ::-webkit-scrollbar-thumb {
  border: 4px solid transparent;
  background-clip: padding-box;
  border-radius: var(--border-radius-small);
  background-color: var(--color-text-4);
}
.layout-sider--G_e54 ::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-text-3);
}
.layout-sider--G_e54::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background-color: var(--bg-default-base);
}
.layout-sider--G_e54 > .arco-layout-sider-children {
  overflow-y: hidden;
}
.layout-sider--G_e54 .collapse--mvU4t {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 24px;
  height: 24px;
  border-radius: var(--border-radius-xs);
  cursor: pointer;
  background-color: var(--color-fill-3);
}
.layout-sider--G_e54 .collapse--mvU4t .collapse-btn--YfRsQ {
  background-color: var(--color-fill-3);
}
.layout-sider--G_e54 .collapse--mvU4t .collapse-btn--YfRsQ:hover {
  background-color: var(--color-fill-4);
}
.side-menu-wrapper--Ytk0h {
  height: calc(100% - 50px);
  width: 100%;
  background-color: var(--bg-default-base);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.side-menu-wrapper--Ytk0h .bottom-actions--2WAKB {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 100%;
  background-color: var(--bg-default-base);
}
.side-menu-wrapper--Ytk0h .arco-menu-item-inner > a::after,
.side-menu-wrapper--Ytk0h .arco-menu-item > a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.side-menu-wrapper--Ytk0h .arco-menu-item {
  padding: 0 8px;
}
.side-menu-wrapper--Ytk0h .arco-menu-inline-header {
  font-weight: 500;
}

.layout--f0OZt {
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.main-layout--mWJ5N {
  display: flex;
  flex-direction: row;
  height: calc(100% - var(--header-height));
}
.layout-navbar-hidden-hidden--YCvoI {
  height: 0;
}
.icon-empty--mIvr5 {
  display: inline-block;
  width: 12px;
  height: 18px;
}
.layout-content--W8enn {
  position: relative;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  min-width: 1100px;
  height: 100%;
  background-color: var(--bg-default-base);
  transition: padding-left 0.2s;
  box-sizing: border-box;
  overflow-x: hidden;
}
.layout-content--W8enn .arco-layout-content {
  display: flex;
  flex: 1 1;
  flex-direction: column;
}
.layout-content-padding--iunsU {
  padding: 0 24px;
  min-width: calc(1100px - 50px);
}
.layout-breadcrumb--joeC3 {
  margin-bottom: 16px;
}
.spin--vkoQO {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 64px);
}
.nav-menu--o3N5x {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  margin-bottom: 24px;
  width: 100%;
  box-sizing: content-box;
}
.nav-menu-flex-container--N52Wl {
  display: inline-flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
}
.nav-header-title--LcXsU {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 84px;
}
.nav-header-title--LcXsU .title--_OI_B {
  margin: 0;
  color: var(--color-text-1);
  font-family: Mont, sans-serif;
  font-size: 36px;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -1.08px;
}

.icon--gLuCP {
  margin-right: 16px;
  margin-left: 2px;
  font-size: 20px;
}
.menuItem--fhQOQ {
  display: flex;
  flex-direction: row;
  align-items: center;
}

