.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;
}

.layout-content-scroll--EgaM2 {
  flex: 1 1;
  overflow-y: scroll;
}

.spinner--rHTpC {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
}

.page-header--CrfYK {
  border-bottom: 1px solid var(--color-border-2);
  background: var(--color-bg-1);
  box-sizing: border-box;
}
.page-header--CrfYK .icon--BpBR5 {
  width: 24px;
  height: 24px;
}

.empty-asset--CcV1v {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  padding: 12px 16px;
  border: 1px dashed var(--color-border-2);
  border-radius: var(--border-radius-small);
  background: var(--color-fill-1);
  font-size: 12px;
}
.empty-asset--CcV1v .asset-details--el0au {
  display: flex;
  flex: 1 0;
  flex-direction: column;
}
.fulfilled-asset--y8fqU {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  padding: 12px 16px;
  border: 1px solid var(--color-border-2);
  border-radius: var(--border-radius-small);
  background: var(--color-bg-1);
  font-size: 12px;
}
.fulfilled-asset--y8fqU .buttons--ie8PE {
  display: flex;
  align-items: center;
  gap: 8px;
}
.asset-image--VCp6t {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
}
.asset-image--VCp6t .arco-image-img {
  max-width: 100%;
  max-height: 100%;
}
.flex-wrapper--VhhSP {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-text-wrapper--XQVcK {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.disabled-asset--Pr0fJ {
  opacity: 0.3;
}
.bolder--hdYGk {
  font-weight: 600;
}
.padding-left--ZOjb9 {
  padding-left: 5px;
}
.asset-info-container--i7cru {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  color: rgb(var(--primary-6));
  overflow: hidden;
}
.bottom-asset-info--RSQ5n {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  overflow: hidden;
}
.asset-info-text--bfFic {
  width: 100%;
  color: var(--color-neutral-6);
  overflow: hidden;
}

.search-input--biQOd {
  width: 350px;
}

.container--oyyCG {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text--lVvCl {
  padding: 7px 12px;
  color: var(--color-text-1);
}

.date-picker--igsIQ .arco-picker-input-active input {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
  background: initial !important;
}

.ads-control-panel--BzRXR {
  background-color: var(--color-bg-2);
}
.ads-control-panel--BzRXR .ads-control-panel-header--Tz0Ts {
  display: flex;
  width: 100%;
  height: 40px;
  background: var(--color-fill-2);
}
.ads-control-panel--BzRXR .ads-control-panel-header--Tz0Ts .control-panel-header--lGE8o {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 10px 16px;
  color: rgb(var(--gray-10));
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}
.ads-control-panel--BzRXR .ads-control-panel-header--Tz0Ts .control-panel-header--lGE8o:nth-child(1) {
  width: 240px;
  border-right: 1px solid var(--color-border);
}
.ads-control-panel--BzRXR .ads-control-panel-header--Tz0Ts .control-panel-header--lGE8o:nth-child(2) {
  display: flex;
  justify-content: center;
  width: 48px;
  border-right: 1px solid var(--color-border);
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX {
  display: flex;
  min-height: 40px;
  max-height: 68px;
  border-top: 1px solid var(--color-border-2);
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .column-wrapper--IX2Fa {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  width: 240px;
  border-right: 1px solid var(--color-border-2);
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .column-wrapper--IX2Fa .label--EN2DU {
  color: var(--color-text-1);
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
  white-space: nowrap;
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .column-wrapper--IX2Fa .sub-label--AGZiE {
  color: var(--color-text-3);
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  overflow: auto;
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .checkbox-wrapper--jHINb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  border-right: 1px solid var(--color-border-2);
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .select-wrapper--bObgf {
  display: flex;
  flex: 1 1;
  flex-direction: row;
  align-self: center;
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .select-wrapper--bObgf .filter-toggle-wrapper--DvKh9 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 4px;
  align-self: stretch;
  padding: 2px 8px;
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .select-wrapper--bObgf .radio-group--npA1g {
  text-transform: lowercase;
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .select-wrapper--bObgf .check-input--gY0Xm {
  width: 100%;
  height: 32px;
  border-radius: var(--border-radius-xxs);
  background-color: var(--color-bg-2);
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .select-wrapper--bObgf .check-select--a2JNR {
  align-self: center;
  background-color: var(--color-bg-2);
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .select-wrapper--bObgf .check-select--a2JNR .arco-select-view {
  min-height: 40px;
  max-height: 68px;
  background-color: var(--color-bg-2);
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .select-wrapper--bObgf .check-select--a2JNR .arco-select-view .arco-tag {
  margin: 1px 0;
  margin-right: 4px;
  padding: 0 8px;
  border-radius: var(--border-radius-xxs);
  font-weight: 600;
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .select-wrapper--bObgf .check-select--a2JNR .arco-select-view .arco-tag:hover {
  cursor: pointer;
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .select-wrapper--bObgf .check-select--a2JNR .arco-select-view .arco-input-tag {
  border: 1px solid;
  border-radius: 0;
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .select-wrapper--bObgf .check-select--a2JNR .arco-select-view .arco-input-tag-view {
  height: 100%;
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .select-wrapper--bObgf .check-select--a2JNR .arco-select-view .arco-input-tag-inner {
  width: 100px;
  /* arbitrary width to ensure filter bar doesn't overstretch */
  overflow-y: auto;
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .select-wrapper--bObgf .check-select--a2JNR .arco-select-view .arco-select-view-selector {
  align-items: center;
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .select-wrapper--bObgf .filters-included--JLQn_ .arco-tag {
  border-color: rgb(var(--success-7));
  background-color: rgb(var(--success-1));
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .select-wrapper--bObgf .filters-excluded--yYt5g .arco-tag {
  border-color: rgb(var(--danger-7));
  background-color: rgb(var(--danger-1));
}
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .select-wrapper--bObgf .filters-included--JLQn_ .muted--VzEpd,
.ads-control-panel--BzRXR .column-checkbox-select--FAejX .select-wrapper--bObgf .filters-excluded--yYt5g .muted--VzEpd {
  border-color: var(--color-border-2);
  background-color: var(--color-fill-1);
  color: var(--color-text-3);
}
.ads-control-panel--BzRXR .arco-checkbox {
  padding-left: 0;
}

.field-wrapper--u059s {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.field-wrapper--u059s .button-group--XEdUp {
  display: none;
  flex-direction: row;
  gap: 6px;
}
.field-wrapper--u059s .button-group--XEdUp .arco-btn-size-mini.arco-btn-shape-circle {
  width: 22px;
  height: 22px;
  border: 1px solid var(--color-border-3);
  background-color: var(--color-bg-white);
  color: var(--color-text-2);
}
.field-wrapper--u059s .button-group--XEdUp .arco-btn-size-mini.arco-btn-shape-circle:not(.copy-text-button--dk2ZE) {
  padding-top: 2px;
}
.field-wrapper--u059s:hover .copy-text-button--dk2ZE {
  display: inline;
  cursor: pointer;
}
.field-wrapper--u059s:hover .filter-selector--PJWUV {
  display: flex;
  flex-direction: row;
  gap: 6px;
}
.field-wrapper--u059s:hover .button-group--XEdUp {
  display: flex;
}
.list-table--qFDZQ .arco-table-container {
  border: 1px solid var(--color-border-2);
  border-radius: var(--border-radius-small);
  overflow: hidden;
}
.list-table--qFDZQ .arco-table-container:has(+ .arco-table-pagination) {
  border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
}
.list-table--qFDZQ .arco-table-container .arco-table-th:first-child {
  border-radius: var(--border-radius-small) 0 0 0;
}
.list-table--qFDZQ .arco-table-container .arco-table-th:last-child {
  border-radius: 0 var(--border-radius-small) 0 0;
}
.list-table--qFDZQ .arco-table-container .arco-table-tr:last-child .arco-table-td {
  border-bottom: none;
}
.list-table--qFDZQ .arco-table-pagination {
  border: 1px solid var(--color-border-2);
  border-top: none;
  border-radius: 0 0 var(--border-radius-small) var(--border-radius-small);
}

.status-badge--DGHL6 {
  height: 22px;
  overflow: hidden;
}
.status-badge--DGHL6 .arco-tag-content {
  font-size: 14px;
}

.no-permission--Jvtyf {
  width: 400px;
}
.no-permission--Jvtyf .arco-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ads-table--zeQjy .arco-table-header {
  border-radius: 0;
}
.ads-table--zeQjy .arco-table-tr {
  padding-left: 16px;
}
.ads-table--zeQjy .arco-table-tr:first-child {
  padding-left: 16px;
  border-radius: 0 !important;
}
.ads-table--zeQjy .arco-table-th {
  height: 0;
}
@supports (-moz-appearance: none) {
  .ads-table--zeQjy .arco-table-th {
    height: 100%;
  }
}
.ads-table--zeQjy .arco-table-th:first-child {
  padding-left: 4px;
  border-radius: 0 !important;
}
.ads-table--zeQjy .arco-table-th:first-child :has(input[type='checkbox']) {
  display: flex;
  align-items: center;
}
.ads-table--zeQjy .arco-table-th:last-child {
  border-radius: 0 !important;
}
.ads-table--zeQjy .arco-table-cell-with-sorter {
  padding-right: 12px;
  padding-left: 12px;
  height: 100%;
  box-sizing: border-box;
}
.ads-table--zeQjy .arco-table-cell-with-sorter .arco-table-sorter {
  display: none;
}
.ads-table--zeQjy .arco-table-th-item {
  height: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  box-sizing: border-box;
}
.ads-table--zeQjy .arco-table-th-item:not(.arco-table-col-has-sorter) {
  padding-right: 12px;
  padding-left: 12px;
}
.ads-table--zeQjy .arco-table-td {
  padding-right: 12px;
  padding-left: 12px;
}
.ads-table--zeQjy .arco-table-td:first-child {
  padding-left: 16px;
}
.ads-table--zeQjy .react-resizable {
  position: relative;
  background-clip: padding-box;
}
.ads-table--zeQjy tr th.arco-table-col-fixed-left {
  position: -webkit-sticky;
  position: sticky;
}
.ads-table--zeQjy tr th.arco-table-col-fixed-right {
  position: -webkit-sticky;
  position: sticky;
}
.ads-table--zeQjy .arco-pagination-jumper::before {
  color: inherit;
  content: 'Go to';
}
.ads-table--zeQjy .arco-pagination-jumper-text-goto {
  display: none;
}
.ads-table--zeQjy .arco-pagination-jumper-text-goto-suffix {
  display: none;
}
.ads-table--zeQjy .arco-table-tfoot .arco-table-td {
  font-weight: 600;
}
.react-resizable-handle--Pd4uw {
  position: absolute;
  right: -5px;
  bottom: 0;
  z-index: 1;
  width: 10px;
  height: 100%;
  cursor: col-resize;
}

.drag-upload-wrapper--yY2xD {
  position: relative;
  width: 100%;
  height: 100%;
}
.drag-upload-overlay--IccSG {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed var(--border-default-full);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  pointer-events: auto;
}
.drag-upload-overlay--IccSG .drag-upload-overlay-content--drFgO {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #000;
  pointer-events: none;
}
.drag-upload-overlay--IccSG .drag-upload-description--f8PCW {
  color: var(--items-default-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}
.drag-upload-overlay--IccSG .drag-upload-icon--wteNI {
  font-size: 24px;
}
.drag-upload-container--tDT86 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.drag-upload-container--tDT86 .drag-upload-content--yYT1C {
  flex: 1 1;
  min-height: 0;
}

.brand-kit-sample-modal--oIH52 {
  width: 720px;
}
.brand-kit-sample-modal--oIH52 .arco-modal-content {
  padding: 0;
}
.brand-kit-sample-modal--oIH52 .card--VBAGh .arco-card-body {
  padding: 24px;
}
.brand-kit-sample-modal--oIH52 .card--VBAGh .text-container--pz7Sl {
  margin-bottom: 24px;
}
.brand-kit-sample-modal--oIH52 .card--VBAGh .text-container--pz7Sl .title--NMWJE {
  margin-bottom: 8px;
  font-weight: 600;
}
.brand-kit-sample-modal--oIH52 .card--VBAGh .text--fZbUC {
  margin: 0;
  color: #4e5969;
  color: var(--text-2, #4e5969);
  /* 14/EN-Regular */
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  /* 157.143% */
}
.brand-kit-sample-modal--oIH52 .card--VBAGh .image-container--Pdx1h {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.brand-kit-sample-modal--oIH52 .card--VBAGh .image-container--Pdx1h .image-item--FJQMH {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.brand-kit-sample-modal--oIH52 .card--VBAGh .image-container--Pdx1h .image-item--FJQMH .image--IrgLN {
  border-radius: 12px;
  overflow: hidden;
}

.main-content-wrapper--BnWZ0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 24px;
}
.form-card--A7xhG {
  width: 540px;
}
.form-card--A7xhG .arco-card {
  border: 1px solid var(--color-neutral-3);
}
.form-card--A7xhG .arco-card-header {
  border-bottom: 1px solid var(--color-neutral-3);
}
.form-card--A7xhG .arco-form-item {
  margin-bottom: 24px;
}
.form-card--A7xhG .arco-upload-list-item {
  width: 100px;
  height: 100px;
}
.form-card--A7xhG .arco-btn-primary {
  font-weight: 700;
}
.form-card--A7xhG .arco-input[type='color'] {
  padding: 0;
  height: 36px;
}

.third-party-integration-tabs--Dgyss {
  margin-top: -15px;
  width: 100%;
  background-color: var(--color-bg-1);
}
.third-party-integration-tabs--Dgyss .arco-tabs-header {
  padding-left: 24px;
  width: 100%;
  height: 48px;
  border-bottom: none;
}
.third-party-integration-tabs--Dgyss .arco-tabs-header-title {
  height: 48px;
  border: none;
  color: #4e5969 !important;
  font-family: Inter;
  font-size: 15px !important;
  line-height: 48px;
}
.third-party-integration-tabs--Dgyss .arco-tabs-header-title-active {
  border: none;
  border-bottom: 2px solid #165dff !important;
  color: #165dff !important;
}
.third-party-integration-tabs--Dgyss .arco-tabs-content {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 168px);
  border: none;
  background-color: var(--color-fill-1);
}
.third-party-integration-tabs--Dgyss .arco-tabs-content-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: none;
  background-color: var(--color-fill-1);
}
.form-card--lAeN4 {
  margin: 0 auto;
  width: 50%;
  max-width: 600px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.spin--tinal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main-content--NUfOx {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  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;
}
.campaign-review-modal--gbGYH .objective-icon--yZhxv {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--padding-base-sharp);
  border: var(--stroke-min-flat) solid var(--border-default-weak);
  border-radius: var(--corner-radius-xs);
  background: var(--surfaces-default-positive);
  color: var(--items-default-primary);
}
.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;
}

.ads-dialog-modal--XL0o3 .arco-modal-footer {
  display: flex;
  gap: 8px;
}
.ads-dialog-modal--XL0o3 .arco-modal-footer .arco-btn {
  margin-left: 0;
  width: 100%;
}

.campaign-form-container--iWk0c {
  --pagebar-height: 76px;
  display: flex;
  height: 100%;
  background: var(--bg-default-base);
}
.main-content--FyCUe {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.main-content--FyCUe .content-wrapper--_tT4u {
  display: flex;
  justify-content: center;
  padding-top: var(--padding-md);
  padding-bottom: 64px;
  width: calc(100vw - var(--sidebar-width));
}
.main-content--FyCUe .content-wrapper--_tT4u .card--KZy0D {
  background: var(--bg-default-fill);
}
.card-container--os8eA {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--bg-default-fill);
}
.card-container--os8eA .card-section--sYnoh {
  display: flex;
  flex-direction: column;
  gap: var(--gap-3xl);
  align-self: stretch;
  padding: 0 var(--space-32) var(--gap-3xl) var(--space-32);
}
.card-container--os8eA .card-section--sYnoh .header--bVUsl {
  color: var(--items-default-primary);
  font: var(--typography-heading-sm);
}
.card-container--os8eA .card-section--sYnoh .form-label--awP0_ {
  padding-bottom: var(--padding-sm);
  color: var(--items-default-primary);
  font: var(--typography-label-strong-md);
}
.card-container--os8eA .card-section--sYnoh .form-label-wrapper--ReWLL {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: var(--padding-sm);
}
.card-container--os8eA .card-section--sYnoh .form-helper-text--EfGY6 {
  color: var(--items-default-secondary);
  /* Body/sm */
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
}
.card-section-wrapper--v2bDL {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xl);
}
.card-content-wrapper--Eul8O {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-3xl);
  align-self: stretch;
}
.info-icon--k2YAO,
.warning-icon--gzTkx,
.error-icon--soR1t {
  aspect-ratio: 1/1;
  width: 16px;
  height: 16px;
  color: var(--items-default-secondary);
  cursor: pointer;
  vertical-align: middle;
}
.warning-icon--gzTkx {
  color: var(--items-primary-warning);
}
.error-icon--soR1t {
  color: var(--items-primary-alert);
}
.dpa-info-button--KgxKO {
  flex-shrink: 0;
}
.form-warning-text--YrrMd {
  color: var(--items-primary-warning);
}
.text-padding--ZLQ5H {
  padding-top: var(--padding-xs);
}
.card-container--os8eA .card-section--sYnoh .dynamic-ads-container--LYcuN {
  display: flex;
  align-items: center;
  gap: var(--gap-md);
  width: 656px;
}
.card-container--os8eA .card-section--sYnoh .dynamic-ads-container--LYcuN .dynamic-ads-title--EIehR {
  color: var(--items-default-primary);
  font: var(--typography-label-strong-md);
}
.card-container--os8eA .card-section--sYnoh .dynamic-ads-container--LYcuN .dynamic-ads-description--VtllL {
  color: var(--items-default-secondary);
  font: var(--typography-body-sm);
}
.campaign-url-header--NpFGZ {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.switch--kCU99 {
  gap: var(--gap-sm);
  margin: 0;
  color: var(--items-default-primary);
}
.switch--kCU99 .switch-label--uAq9A {
  font-size: 16px;
  font-weight: 600;
}
.radio-group--laH9U {
  width: 100%;
}
.radio-group--laH9U * {
  letter-spacing: 0;
}
.options-container--Y7Mbs {
  display: flex;
  flex-direction: column;
  max-height: 600px;
  overflow-y: auto;
}
.list-item--X8tTi {
  flex-shrink: 0;
  min-height: auto;
}
.list-item--X8tTi:hover,
.list-item--X8tTi:focus {
  background: transparent !important;
}
.input-field--OmLAD,
.multi-input-field--THC22 {
  height: 48px;
  border-radius: var(--corner-radius-xs);
  background: var(--surfaces-default-base);
}
.input-field--OmLAD .arco-input,
.multi-input-field--THC22 .arco-input {
  font-size: 16px;
}
.input-field--OmLAD .arco-input-inner-wrapper,
.multi-input-field--THC22 .arco-input-inner-wrapper {
  border: var(--space-1) solid var(--border-default-base);
}
.input-field--OmLAD .arco-input-inner-wrapper-focus,
.multi-input-field--THC22 .arco-input-inner-wrapper-focus {
  border: var(--space-2) solid var(--border-default-full);
}
.input-field--OmLAD .arco-input-inner-wrapper-focus:has(.arco-input-error),
.multi-input-field--THC22 .arco-input-inner-wrapper-focus:has(.arco-input-error) {
  border: var(--space-2) solid var(--border-base-alert);
}
.input-field--OmLAD .arco-input-inner-wrapper-error,
.multi-input-field--THC22 .arco-input-inner-wrapper-error {
  background: var(--surfaces-default-alert);
}
.input-field--OmLAD .arco-input-inner-wrapper-error:hover,
.multi-input-field--THC22 .arco-input-inner-wrapper-error:hover {
  background: var(--surfaces-alert-hover);
}
.multi-input-field-container--OjmNy {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--gap-xs);
}
.textfield-input--qTPbj * {
  letter-spacing: 0;
}
.textarea-input--p8i7k {
  display: flex;
  padding: var(--padding-md);
  width: 100%;
  min-height: 64px;
  border: var(--space-1) solid var(--border-default-base);
  border-radius: var(--corner-radius-xs);
  background: var(--surfaces-default-base);
  /* Body/md */
  font-size: 16px;
  line-height: 150%;
  /* 24px */
  resize: vertical;
  box-sizing: border-box;
}
.textarea-input--p8i7k:focus {
  border: var(--space-2) solid var(--border-default-full);
}
.textarea-input-error--m0UOD {
  border-color: var(--border-base-alert);
  background: var(--surfaces-default-alert);
}
.textarea-input-error--m0UOD:hover {
  border-color: var(--border-base-alert);
  background: var(--surfaces-alert-hover);
}
.textarea-input-error--m0UOD:focus {
  border-color: var(--border-base-alert);
}
.date-input--KkAzX {
  flex: 1 1;
  width: 100%;
  height: 48px;
  border: var(--space-1) solid var(--border-default-base);
  border-radius: var(--corner-radius-xs);
  background: var(--surfaces-default-base);
}
.date-input--KkAzX:hover {
  border: var(--space-1) solid var(--border-default-base);
}
.date-input-error--uBqGR {
  border-color: var(--border-base-alert);
  background: var(--surfaces-default-alert);
}
.date-input-error--uBqGR:hover {
  border-color: var(--border-base-alert);
  background: var(--surfaces-alert-hover);
}
.multi-input-field--THC22 {
  width: 123px;
  height: 36px;
}
.arco-select-input--h34IV .arco-select-view {
  height: 48px !important;
  border: var(--space-1) solid var(--border-default-base);
  border-radius: var(--corner-radius-xs);
  background: var(--surfaces-default-base);
  font-size: 16px;
  font-weight: 500;
  line-height: 48px !important;
}
.arco-select-input--h34IV .arco-select-view:focus {
  border: var(--space-2) solid var(--border-default-full);
}
.mui-select-input--qCUyk {
  height: 48px;
  border-radius: var(--corner-radius-xs);
  background: var(--surfaces-default-base);
}
.mui-select-input--qCUyk .MuiOutlinedInput-input {
  border-radius: var(--corner-radius-xs);
}
.select-item--E1z5K {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.scrollable-container--zanCo {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 600px;
  overflow-y: scroll;
}
.scrollable-wrapper--SfcHF {
  display: flex;
  flex: 1 0;
  flex-direction: column;
  gap: 8px;
}
.apply-all-card--D1ajl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--gap-list-md);
  padding: var(--padding-list-base) var(--padding-list-none);
}
.apply-all-card--D1ajl .apply-all-wrapper--KGohT {
  display: flex;
  flex: 1 0;
  flex-direction: column;
  gap: 2px;
}
.apply-all-card--D1ajl .apply-all-wrapper--KGohT .apply-all-title--OqqjM {
  color: var(--items-default-primary);
  /* Labels/strong/sm */
  font-size: 14px;
  font-weight: 600;
}
.apply-all-card--D1ajl .apply-all-wrapper--KGohT .apply-all-subtitle--BJJ3j {
  color: var(--items-default-secondary);
  /* Body/xxs */
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  /* 18px */
}
.schedule-container--ncF2K {
  display: flex;
  flex-flow: row nowrap;
  gap: var(--padding-md);
  align-self: stretch;
  width: 100%;
}
.textarea-input-warning--lRWVV {
  border-color: var(--items-primary-warning-strong);
  background-color: var(--surfaces-default-warning);
  color: var(--items-primary-warning-strong);
}

.alert-card--Mtd48 {
  display: flex;
  align-items: center;
  gap: var(--gap-md);
  align-self: stretch;
  padding: var(--padding-sm) var(--padding-md);
  border-radius: var(--corner-radius-xs);
}
.alert-card--Mtd48 .text-wrapper--A7Jnz {
  display: flex;
  flex: 1 0;
  flex-direction: column;
  justify-content: center;
  gap: var(--gap-base-flat);
}
.alert-card--Mtd48 .icon--BSqrv {
  width: 24px;
  height: 24px;
}
.alert-card--Mtd48 .title--_Vx58 {
  font-size: 14px;
  font-weight: 600;
}
.alert-card--Mtd48 .subtitle--s6Ok8 {
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
}
.alert-card--Mtd48.neutral--s0O3f {
  background: var(--surfaces-default-base);
  color: var(--items-default-secondary);
}
.alert-card--Mtd48.neutral--s0O3f .title--_Vx58,
.alert-card--Mtd48.neutral--s0O3f .icon--BSqrv {
  color: var(--items-default-primary);
}
.alert-card--Mtd48.alert--KIwjK {
  background: var(--surfaces-default-alert);
  color: var(--items-primary-alert-strong);
}
.alert-card--Mtd48.accent--R9OhD {
  background: var(--surfaces-default-accent);
  color: var(--items-primary-accent-strong);
}

.form-error-container--ckUWJ {
  display: flex;
  align-items: center;
  gap: var(--gap-xs);
  padding-top: var(--padding-xs);
}
.form-error-container--ckUWJ .form-error-icon--pK9Da {
  aspect-ratio: 1/1;
  width: 16px;
  height: 16px;
  color: var(--items-primary-alert);
  font-size: 16px;
}
.form-error-container--ckUWJ .form-error-text--FLRx0 {
  color: var(--items-primary-alert);
  /* Body/sm */
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.dpa-modal--QuTW0 {
  width: 720px;
}
.dpa-modal--QuTW0 .arco-modal-content {
  padding: 0;
}
.dpa-modal--QuTW0 .card--zkJgE .arco-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
}
.dpa-modal--QuTW0 .card--zkJgE .text-container--NxRKx {
  margin-bottom: 24px;
}
.dpa-modal--QuTW0 .card--zkJgE .text-container--NxRKx .title--ctxyN {
  color: var(--color-text-1);
  font-size: 24px;
  font-weight: 600;
}
.dpa-modal--QuTW0 .card--zkJgE .text-container--NxRKx .text--H3QPU {
  margin: 0;
  color: var(--text-2);
  font-size: 14px;
  line-height: 22px;
}
.dpa-modal--QuTW0 .card--zkJgE .text-container--NxRKx .margin-top--rSqnO {
  margin-top: 12px;
}
.dpa-modal--QuTW0 .card--zkJgE .image-container--p0xXi {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.dpa-modal--QuTW0 .card--zkJgE .image-container--p0xXi .image-item--BOf6N {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.dpa-modal--QuTW0 .card--zkJgE .image-container--p0xXi .image-item--BOf6N .image--wICkI {
  align-self: center;
  border-radius: var(--corner-radius-sm);
  overflow: hidden;
}

.label--Ynm6t {
  display: flex;
  align-items: center;
  height: 100%;
}
.icon--CFzaT {
  margin-right: 8px;
}

.app-store-link-card--Py1gW {
  margin-top: 32px;
  border: none;
  border-radius: var(--corner-radius-xs);
  background: var(--surfaces-default-accent);
}
.app-store-link-card--Py1gW .arco-card-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding: 12px 16px;
}
.app-store-link-card--Py1gW .app-store-link-wrapper--bwZzN {
  display: flex;
  flex: 1 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.app-store-link-card--Py1gW .app-store-link-wrapper--bwZzN .app-name--WzhQ5 {
  color: var(--items-primary-accent-strong);
  font-size: 14px;
  font-weight: 600;
}
.app-store-link-card--Py1gW .app-store-link-wrapper--bwZzN .app-url--nsCjn {
  margin-left: -2px;
  color: var(--items-default-link);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  line-height: 150%;
  /* 19.5px */
  text-decoration: none;
}
.app-store-link-card--Py1gW .app-store-link-wrapper--bwZzN .app-url--nsCjn:hover {
  background: transparent;
  text-decoration: underline;
}
.app-store-link-card--Py1gW .button-group--dbIXl {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.app-store-link-card--Py1gW .button-group--dbIXl .button--osYOY {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: var(--corner-radius-xs);
  background: var(--surfaces-default-strong);
  color: var(--items-default-primary);
}
.app-store-link-card--Py1gW .button-group--dbIXl .button--osYOY:hover {
  background: var(--surfaces-strong-hover);
  color: var(--items-default-primary);
}
.app-store-link-card--Py1gW .button-group--dbIXl .button--osYOY .icon--hHSk7 {
  font-size: 24px;
  vertical-align: middle;
}

.main--Ift84 {
  display: flex;
  gap: 12px;
}
.main--Ift84 .element--CuNr0 {
  flex: 1 1;
}
.main--Ift84 .element--CuNr0 .form-label--yFn0A {
  padding-bottom: var(--padding-sm);
  color: var(--items-default-primary);
  font: var(--typography-label-strong-md);
}
.main--Ift84 .element--CuNr0 .form-select--i4Pbb {
  padding-bottom: var(--padding-sm);
  color: var(--items-default-secondary);
  font: var(--typography-label-strong-md);
  cursor: pointer;
}

.url-builder-modal--jIubZ {
  width: 720px;
}
.url-builder-modal--jIubZ .arco-modal-content {
  max-height: 70vh;
  overflow-y: scroll;
}
.url-builder-modal--jIubZ .arco-modal-footer {
  text-align: left;
}
.landing-page-url--ATMq8 {
  margin-bottom: 20px;
}
.utm-parameter-container--EBmCs {
  display: flex;
  flex-wrap: wrap;
}
.utm-parameter-container--EBmCs .arco-form-item {
  width: calc(50% - 12px);
}
.utm-parameter-container--EBmCs .arco-form-item:nth-child(odd) {
  margin-right: 12px;
}
.utm-parameter-container--EBmCs .arco-form-item-wrapper {
  flex: 0 0 100%;
  width: 100%;
}
.equal-sign--RPdbH {
  margin-top: 2px;
  font-weight: bold;
  text-align: center;
}
.custom-params-operation-button--KeGgt {
  width: -webkit-fill-available;
  width: fill-available;
}
.ok-footer-button--Far7w,
.cancel-footer-button--bV_uO {
  width: calc(50% - 12px);
  font-weight: bold;
}
.cancel-footer-button--bV_uO {
  margin-left: 0 !important;
}
.label--eGlO9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copy-button--KfB38 {
  color: var(--color-text-1);
  font-weight: 600;
}
.copy-button--KfB38 .arco-btn-disabled {
  font-weight: 600;
}

.select-wrapper--k38L_ .tag--RXvkt {
  background-color: var(--color-bg-1);
}
.select-wrapper--k38L_ .arco-input-tag-focus .tag--RXvkt {
  background-color: var(--color-fill-2);
}
.dropdown-menu--kVADH .arco-select-option-wrapper {
  position: relative;
  padding: 0;
  border-bottom: 1px solid var(--color-border-2);
}
.dropdown-menu--kVADH .arco-select-option {
  padding: 0 20px;
}
.dropdown-menu--kVADH .arco-checkbox.arco-select-checkbox {
  position: absolute;
  right: 20px;
  z-index: 1;
  padding: 0;
}
.icon--oVSqW {
  margin-right: 16px;
}

.partner-parameters--GX0Vx {
  margin: 12px 0 0;
  border: 1px solid var(--color-border-2);
  border-radius: var(--border-radius-xxs);
}
.partner-parameter--duQw9 {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  padding: 12px;
  border-bottom: 1px solid var(--color-border-2);
}
.partner-parameter--duQw9:last-child {
  border-bottom: 0;
}
.textarea--iKgpr {
  width: 498px;
  height: 58px;
}

.container--nKL9L {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.container--nKL9L .text-wrapper--b9Qku {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.container--nKL9L .label--_IDBy {
  color: var(--items-default-primary);
}
.container--nKL9L .info-icon--iNmj7 {
  width: 16px;
  height: 16px;
  color: var(--items-default-secondary);
  cursor: pointer;
  vertical-align: middle;
}

.objective-card-container--aUgKm {
  display: flex;
  align-items: center;
  gap: var(--gap-md);
}
.objective-card-container--aUgKm .objective-card-icon--ygSP3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--padding-base-sharp);
  border: var(--stroke-min-flat) solid var(--border-default-weak);
  border-radius: var(--corner-radius-xs);
  background: var(--surfaces-default-positive);
  color: var(--items-default-primary);
}
.objective-card-container--aUgKm .objective-card-info--mB7cr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-base);
  /* Labels/strong/md */
  font-size: 16px;
  font-weight: 600;
}
.objective-card-container--aUgKm .objective-card-info--mB7cr .topline--XlV7H {
  color: var(--items-default-secondary);
}
.objective-card-container--aUgKm .objective-card-info--mB7cr .label-wrapper--AnTv8 {
  display: flex;
  align-items: center;
  gap: var(--gap-base);
}
.objective-card-container--aUgKm .objective-card-info--mB7cr .label-wrapper--AnTv8 .label--U3lMx {
  color: var(--items-default-primary);
}
.objective-card-container--aUgKm .objective-card-info--mB7cr .label-wrapper--AnTv8 .info-icon--unR6z {
  aspect-ratio: 1/1;
  width: 16px;
  height: 16px;
  color: var(--items-default-secondary);
  cursor: pointer;
  vertical-align: middle;
}

.tracking-platform-label--NWfAN {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30px;
}
.tracking-platform-label--NWfAN img {
  margin-top: 2px;
  height: 26px;
}

.form-container--cjo9z {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 720px;
}
.form-content-button-group--pa5sO {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: var(--padding-md);
  width: 400px;
}
.bottom-button-container--QCdIq {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.sidebar--NEQcv {
  position: -webkit-sticky;
  position: sticky;
  top: var(--pagebar-height);
  align-self: flex-start;
  padding: var(--padding-md);
  --sidebar-width: 210px;
  width: var(--sidebar-width);
}
.sidebar--NEQcv .sidestep--ETsih {
  justify-content: left;
  width: 100%;
}

.pagebar--iDPSE {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 500;
  padding: var(--padding-md) var(--padding-xl);
  background: var(--bg-default-base);
}
.pagebar--iDPSE .pagebar-button-container--OeABW {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: 400px;
}

.success-option-container--jQEfU {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gap-md);
  width: 100%;
}
.success-option-top--qfgZp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gap-md);
  padding: var(--space-32);
}
.success-option-result--iPvdr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gap-xl);
  padding: var(--padding-md) 0;
}

.content-card--z53zM {
  padding: var(--space-32);
}
.content-card--z53zM .content-card-title-wrapper--nBfNj {
  display: flex;
  flex-direction: column;
  gap: var(--padding-xs);
}
.content-card--z53zM .content-card-title-wrapper--nBfNj .content-card-subtitle--g6xsQ {
  color: var(--items-default-secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.powered-by-stripe--rrsaP {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
  color: var(--color-text-3);
  font-size: 12px;
  font-weight: 500;
}
.powered-by-stripe--rrsaP .main-content--S2h_K {
  margin-left: 5px;
  font-size: 20px;
  font-weight: 600;
}

.container--wgX4O {
  position: relative;
  display: flex;
  flex: 1 1;
  height: 100vh;
  min-height: 800px;
  background-color: var(--color-fill-1);
}
.container--wgX4O .content--ox0oV {
  position: relative;
  flex: 1 1;
  flex-direction: column;
  padding-bottom: 40px;
  height: 100%;
  box-sizing: border-box;
}
.container--wgX4O .footer--sS8VK {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.title--VoNMd {
  margin-bottom: 40px;
  color: var(--color-text-1);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}
.subtitle--hAupG {
  font-size: 16px;
  line-height: 24px;
}
.sub-header--gU2Kj {
  padding: 30px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.verification-code--i2P8f {
  padding: 30px 0;
}
.sign-in-container--nEl8W,
.sign-up-container--Io_HS {
  width: 500px;
}
.sign-in-container--nEl8W .input-label--opj4I,
.sign-up-container--Io_HS .input-label--opj4I {
  color: var(--color-black);
  font-weight: var(--font-weight-500);
}
.sign-in-container--nEl8W .control-wrapper--nhHwi,
.sign-up-container--Io_HS .control-wrapper--nhHwi {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.sign-in-container--nEl8W .control-wrapper-reverse--Nw1SM,
.sign-up-container--Io_HS .control-wrapper-reverse--Nw1SM {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 12px;
}
.sign-in-and-sign-up-container--dSGmg {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.sign-in-and-sign-up-container--dSGmg .sign-in-and-sign-up-branding--ZPNpw,
.sign-in-and-sign-up-container--dSGmg .sign-in-and-sign-up-form--W5YSs {
  flex: 1 1;
  padding: var(--padding-3xl);
}
.sign-in-and-sign-up-container--dSGmg .sign-in-and-sign-up-branding--ZPNpw {
  flex: 1 1;
  min-width: 450px;
  max-width: 936px;
}
@media (max-width: 900px) {
  .sign-in-and-sign-up-container--dSGmg .sign-in-and-sign-up-branding--ZPNpw {
    display: none;
  }
  .sign-in-and-sign-up-container--dSGmg .sign-in-and-sign-up-form--W5YSs {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sign-in-and-sign-up-container--dSGmg .sign-in-and-sign-up-form--W5YSs {
  display: flex;
  flex: 1 1;
  justify-content: center;
  align-items: center;
}
.sign-in-and-sign-up-container--dSGmg .sign-in-and-sign-up-form--W5YSs .sign-in-and-sign-up-form-container--YSZqn {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 75%;
  max-width: 450px;
}
.sign-in-and-sign-up-container--dSGmg .sign-in-and-sign-up-form--W5YSs .sign-in-and-sign-up-form-container--YSZqn .sign-in-and-sign-up-form-title--zzh9h {
  display: flex;
  align-items: center;
  color: var(--items-default-primary);
}
.sign-in-and-sign-up-container--dSGmg .sign-in-and-sign-up-form--W5YSs .sign-in-and-sign-up-form-container--YSZqn .sign-in-and-sign-up-form-content--h7b45 {
  display: flex;
  flex-direction: column;
  gap: var(--padding-3xl);
}
.sign-in-and-sign-up-container--dSGmg .sign-in-and-sign-up-form--W5YSs .sign-in-and-sign-up-form-container--YSZqn .sign-in-and-sign-up-message--nUHXk {
  margin: auto;
  font-size: 16px;
}
.width--hxXOd {
  width: 100%;
  background-color: var(--color-fill-2) !important;
}
.width--hxXOd:hover {
  background-color: var(--color-fill-3) !important;
}
.payment-modal--A1UAm {
  display: flex;
}
.payment-modal--A1UAm .center-content--QrQT_ {
  justify-content: center;
}
.payment-modal--A1UAm .group--cn0VA {
  position: relative;
  display: flex;
  flex: 1 1;
  justify-content: center;
}
.content--ox0oV {
  display: flex;
  justify-content: center;
  align-items: center;
}
.action-btn-text--W0bh4 {
  color: var(--color-white);
  font-size: 18px;
  font-weight: var(--font-weight-600);
}
.sign-up-container--Io_HS .error-msg--ArNXs {
  height: 32px;
  color: rgb(var(--red-6));
  line-height: 32px;
}
.sign-up-container--Io_HS .register-control-wrapper--kI9Ip {
  margin-top: 30px;
}
.sign-up-container--Io_HS .select--GoGH3 {
  width: 100%;
}
.sign-up-container--Io_HS .select--GoGH3 .arco-select-view-value,
.sign-up-container--Io_HS .select--GoGH3 .arco-select-view-input,
.sign-up-container--Io_HS .select--GoGH3 .arco-select-view-placeholder,
.sign-up-container--Io_HS .select--GoGH3 .arco-select-option {
  font-size: 14px;
}
.sign-up-container--Io_HS .radio-group-wrapper--EVQnA {
  padding: 50px 0;
}

.errorContainer--NSWQx {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border: 2px dashed #d9d9d9;
  border-radius: 8px;
  background: #f5f5f5;
}
.errorContent--OsQF7 {
  text-align: center;
}
.errorTitle--QseB4 {
  margin-bottom: 8px;
  color: #999;
}
.errorMessage--DLMqY {
  color: #666;
}
.previewContainer--ty_cO {
  display: flex;
  flex: 1 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  padding: 40px;
  padding: var(--padding-5xl, 40px);
}
.previewContent--fcb_8 {
  display: flex;
  flex: 1 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 838px;
  box-sizing: border-box;
}
.aspectRatioBox--qG3cf {
  aspect-ratio: 9 / 16;
  height: 100%;
}
.phoneFrame--oiz5S {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.phoneScreen--mDuQP {
  position: relative;
  width: 100%;
  height: 100%;
  border: 6px solid black;
  border-radius: 30px;
  background: white;
  overflow: hidden;
}
.loadingOverlay--mlxi8 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
}
.loadingContent--uA489 {
  text-align: center;
}
.loadingSpinner--RjESd {
  margin-bottom: 8px;
}
.loadingText--uoW55 {
  color: #666;
}
.previewIframe--nIiWR {
  width: 100%;
  height: 100%;
  border: solid 0 #000;
}

.propertyCard--pDUR9 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  border: 1px solid rgba(0, 41, 82, 0.11);
  border: 1px solid var(--border-base, rgba(0, 41, 82, 0.11));
  border-radius: 16px;
  background: white;
  background: var(--bg-fill, white);
  overflow: hidden;
}
.propertyHeader--qjaM4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  padding: 24px 32px 0 32px;
  padding: var(--padding-xl, 24px) var(--padding-3xl, 32px) var(--gap-none, 0) var(--padding-3xl, 32px);
}
.propertyTitleWrapper--_aibV {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  min-height: 48px;
}
.propertyTitleContainer--wzM8G {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.propertyTitle--Jq5K2 {
  flex: 1 1;
  color: rgba(0, 1, 3, 0.9);
  color: var(--items-primary, rgba(0, 1, 3, 0.9));
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  word-wrap: break-word;
}
.propertyFields--Todcw {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  padding: 24px 32px 32px;
}
.deleteButton--_EtaL {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #6b7280;
  transition: all 0.2s ease;
  cursor: pointer;
}
.deleteButton--_EtaL:hover {
  background: #f3f4f6;
  color: #ef4444;
}
.deleteButton--_EtaL:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.fieldContainer--RJ25N {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
}
.fieldContainer--RJ25N > *:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.fieldLabel--s0LaA {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  padding-bottom: 12px;
  color: rgba(0, 1, 3, 0.9);
  color: var(--items-primary, rgba(0, 1, 3, 0.9));
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  word-wrap: break-word;
}
.fieldInput--rCsKN {
  width: 100%;
  border: 1px solid #e9ecef !important;
  border-radius: 8px;
  background: #f8f9fa !important;
}
.fieldInput--rCsKN:focus {
  border-color: #007bff !important;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1) !important;
}
.selectField--Lwmid {
  width: 100%;
  border: 1px solid #e9ecef !important;
  border-radius: 8px;
  background: #f8f9fa !important;
}
.selectField--Lwmid:focus {
  border-color: #007bff !important;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1) !important;
}
.numberField--ZP7wx {
  width: 100%;
}
.booleanFieldContainer--WSlgg {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 8px;
  align-self: stretch;
}
.booleanFieldLabel--eYw2I {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}
.booleanFieldContainerNoLabel--SWMbG {
  display: flex;
  justify-content: center;
  align-items: center;
}
.unsupportedField--_F7kX {
  margin-bottom: 16px;
}
.imageFieldContainer--pPI__ {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.imagePreviewContainer--Okjqs {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  padding: 16px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  overflow-wrap: anywhere;
}
.imagePreview--MMpPT {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
}
.imageInfoContainer--K2ZT5 {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  gap: 2px;
}
.imageInfoText--vFgIv {
  color: #6c757d;
}
.replaceAssetButton--shc8R {
  padding: 12px 16px;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
  background: #000;
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.container--XtMr_ {
  width: 100%;
}
.formContainer--c5jRB {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.nameFieldContainer--hJSxq {
  margin-bottom: 24px;
}
.addPropertyContainer--csmTN {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  padding: var(--padding-md, 16px) var(--padding-3xl, 32px);
  border: 2px dashed rgba(0, 35, 78, 0.15);
  border: 2px dashed var(--border-strong, rgba(0, 35, 78, 0.15));
  border-radius: 16px;
  border-radius: var(--corner-radius-md, 16px);
  background: rgba(0, 40, 79, 0.04);
  background: var(--surfaces-base, rgba(0, 40, 79, 0.04));
  cursor: pointer;
}
.addButtonText--omHIp {
  flex: 1 1;
  align-content: center;
  height: 46px;
  color: rgba(0, 1, 3, 0.9);
  color: var(--items-primary, rgba(0, 1, 3, 0.9));
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  word-wrap: break-word;
}
.addButtonIcon--Z2rbQ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.container--qbqZl {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background-color: #f7f8fa;
  overflow: hidden;
}
.content--MFDEF {
  display: flex;
  flex: 1 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  padding: 0 0 0 0;
  padding: var(--padding-none, 0) 0 0 0;
}
.layoutContainer--ze2ry {
  display: flex;
  flex: 1 0;
  align-items: flex-start;
  align-self: stretch;
}
.sidebar--YWnsD {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-12);
  align-self: stretch;
  padding: var(--padding-md);
  width: 162px;
}
.sideStep--qU2E2 {
  width: auto;
}
.sidebarTab--eldQB {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  height: 44px;
  border-radius: 999px;
  cursor: pointer;
}
.sidebarTab--eldQB.active--S263Y {
  background: rgba(0, 40, 79, 0.04);
}
.sidebarTab--eldQB:not(.active--S263Y) {
  background: transparent;
}
.sidebarTabText--clYGz {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
}
.sidebarTabText--clYGz.active--S263Y {
  color: rgba(0, 1, 3, 0.9);
}
.sidebarTabText--clYGz:not(.active--S263Y) {
  color: rgba(0, 9, 21, 0.7);
}
.formContainer--EgPzD {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  padding-bottom: 50px;
}
.formColumn--qNgY_ {
  display: flex;
  flex-direction: column;
  padding-right: 12px;
  padding-right: 11px;
  width: 480px;
  max-height: calc(100vh - var(--header-height) - 150px);
  overflow-y: auto;
}
.configurationForm--C6Tcb {
  flex: 1 1;
}
.loadingContainer--_5w8w {
  padding: 40px;
  text-align: center;
}
.errorContainer--brqmC {
  padding: 40px;
  text-align: center;
}
.saveButtonContainer--pESLd {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 100;
}
.saveAssetButton--tVm3h {
  border: none;
  border-radius: 8px;
  background: #000;
  color: white;
  font-size: 16px;
  font-weight: 600;
}
.saveAssetButton--tVm3h:hover {
  background: #333;
}
.formLoadingContainer--pNFvM {
  padding: 40px;
  text-align: center;
}
.formLoadingContainer--pNFvM .loadingText--kFrMp {
  margin-top: 8px;
  color: #666;
}
.loadingText--kFrMp {
  margin-top: 16px;
}
.errorButton--c3Cit {
  margin-top: 16px;
}

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

.alert--lO0D8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  min-width: 1100px;
  border-bottom: 1px solid rgb(var(--red-5));
  background-color: rgb(var(--red-6));
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  box-sizing: border-box;
}
.alert--lO0D8 .arco-pagination-jumper::before {
  content: '' !important;
}
.alert--lO0D8 .arco-pagination-item-prev,
.alert--lO0D8 .arco-pagination-jumper,
.alert--lO0D8 .arco-pagination-item-next {
  color: white !important;
}
.alert--lO0D8 .content-group--nvkvS {
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert--lO0D8 .button-group--ZMgaX {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
}
.alert--lO0D8 .button-group--ZMgaX .close-wrapper--ruYSY {
  margin-left: 20px;
}
.alert--lO0D8 .button-group--ZMgaX .close-wrapper--ruYSY :hover {
  cursor: pointer;
}
.alert--lO0D8 .button-group--ZMgaX .close-wrapper--ruYSY .close--G8HuM {
  flex-shrink: 0;
}
.alert--lO0D8 .arco-pagination-item {
  background-color: transparent !important;
}
.alert--lO0D8 .arco-pagination-item-simple-pager,
.alert--lO0D8 .arco-pagination-jumper-separator {
  margin: 0;
  padding: 0;
}

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

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

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

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

.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 {
  color: var(--color-neutral-6);
  font-size: 14px;
  transition: color 0.3s;
  cursor: pointer;
}
.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;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 6px 0;
  max-height: 35vh;
  border: none;
  overflow-y: auto;
}
.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 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
  padding: 12px;
  border: 1px solid var(--color-border-2);
  border-radius: var(--border-radius-small);
  background-color: var(--color-bg-1);
  cursor: pointer;
}
.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 {
  flex-grow: 1;
  color: var(--color-text-1);
  font-size: 14px;
  font-weight: 500;
}
.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 {
  color: var(--color-text-2);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  cursor: pointer;
}

.menu-item--nfDhK .arco-btn-text svg {
  color: var(--color-text-2);
}
.menu-item--nfDhK .arco-typography b {
  font-weight: 600;
}
.menu-item--nfDhK .arco-typography b {
  font-weight: 600;
}

.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;
  height: 22px;
  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;
}

.switch-mode--wvaGl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  width: 200px;
  height: 50px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.08);
  transition: background-color 0.3s ease;
}
.switch-mode--wvaGl .title--iPUri {
  color: var(--text-1);
  font-size: 14px;
  font-weight: 500;
}
.switch-mode--wvaGl .switch-btn--peyjf {
  background-color: #ffffff14;
}
.switch-mode--wvaGl .arco-switch-checked {
  background-color: rgb(var(--success-6));
}

.superuse-container--mHDZj {
  border-radius: 0 0 var(--border-radius-small) var(--border-radius-small);
  background: var(--color-fill-1);
}
.superuse-wrapper--G9p85 {
  padding: 16px;
}
.superuse-title--yHJiG {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0 !important;
  width: 100%;
  font-size: 14px !important;
  font-weight: 590;
}
.superuse-user-info--G0fkI {
  padding: 9px 20px;
  background: var(--color-fill-2);
}
.superuse-user-info--G0fkI .arco-card-body {
  padding: 0;
}
.superuse-user-info--G0fkI .content--xIuG6 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
}
.superuse-user-info--G0fkI .content--xIuG6 .arco-typography {
  margin: 0;
}
.badge--s44OG {
  margin-right: 8px;
  vertical-align: center;
}
.badge--s44OG .arco-badge-status-dot {
  border: 0.5px solid rgb(var(--success-5));
  box-shadow: 0 0 4px 0 var(--badge-shadow-green);
  background: var(--color-success-light-4);
}
.superuse-active-title--btGks {
  align-items: center;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  color: rgb(var(--success-7));
  font-size: 14px !important;
  font-weight: 600 !important;
}
.superuse-switch-title--NyOGO {
  margin-bottom: 0 !important;
  color: var(--color-text-2);
  font-size: 14px !important;
  font-weight: 590 !important;
}
.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;
  border-radius: 0;
  background: var(--color-fill-1);
  overflow: auto;
}
.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;
  gap: 16px;
  padding: 9px 16px;
  height: 46px;
}
.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 {
  margin: 16px 0;
  width: 100%;
  color: var(--color-text-1);
  font-weight: bold;
}
.user-avatar--EVbXi {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.08);
  background-color: var(--avatar-bg);
  cursor: pointer;
}

.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 {
  display: flex;
  align-items: center;
  height: 104px;
  border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  background-image: url(/public/media/guided-intro-background.2dafade8.png);
}
.logo--ECpxJ {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 40px;
  box-sizing: border-box;
}
.logo--ECpxJ svg {
  margin-right: 20px;
  max-width: 100px;
  max-height: 30px;
  fill: var(--color-text-1);
}
.content--sKIt8,
.title--PAB_J {
  word-break: auto-phrase;
}
.content--sKIt8 {
  padding: 39px 24px;
}
.footer--wJFMN {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 16px 24px;
}
.driver-overlay path {
  opacity: 1 !important;
  fill: var(--color-mask-bg) !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 {
  padding-bottom: 17px;
  border-bottom: 1px solid var(--color-neutral-2);
  color: var(--color-text-1);
  line-height: 1.5715;
  white-space: normal;
  word-break: auto-phrase;
}
/* 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 {
  padding: 0 15px !important;
  height: 32px !important;
  border: none !important;
  border-radius: var(--border-radius-small) !important;
  background-color: transparent !important;
  color: rgb(var(--primary-6)) !important;
  font-size: 14px !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;
  top: 13px;
  right: 0;
}
.help-menu--xjqKh .arco-menu-inline-header {
  border-radius: 58px;
}
.icon--XGHLj {
  margin-right: 16px;
  margin-left: 2px;
  font-size: 20px !important;
  transform: translateY(4px);
}

.layout-sider--G_e54 {
  z-index: 99;
  background-color: var(--bg-default-base);
  box-sizing: border-box;
}
.layout-sider--G_e54 ::-webkit-scrollbar {
  width: 12px;
  height: 4px;
}
.layout-sider--G_e54 ::-webkit-scrollbar-thumb {
  border: 4px solid transparent;
  border-radius: var(--border-radius-small);
  background-color: var(--color-text-4);
  background-clip: padding-box;
}
.layout-sider--G_e54 ::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-text-3);
}
.layout-sider--G_e54::after {
  position: absolute;
  top: 0;
  right: -1px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--bg-default-base);
  content: '';
}
.layout-sider--G_e54 > .arco-layout-sider-children {
  overflow-y: hidden;
}
.layout-sider--G_e54 .collapse--mvU4t {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: var(--border-radius-xs);
  background-color: var(--color-fill-3);
  cursor: pointer;
}
.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 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: calc(100% - 50px);
  background-color: var(--bg-default-base);
}
.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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
}
.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;
  flex: 1 1;
}
.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;
}
.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;
}
.oauth-content-wrapper--gc85A {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

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

.navbar--UUks7 {
  display: flex;
  justify-content: space-between;
  padding: 7px 24px;
  min-width: 1100px;
  min-height: 64px;
  border-bottom: 1px solid var(--color-border);
  background: #17171A;
  background: var(--bg-1, #17171A);
  box-sizing: border-box;
}
.left--WKToJ {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.logo--ojVqs {
  display: flex;
  align-items: center;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
}
.logo--ojVqs svg {
  height: 20px;
  fill: #FFF;
  vertical-align: bottom;
}
.logo--ojVqs h6.arco-typography {
  margin: 0 8px;
}

.container--zSW03 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
.authorize-container--wWZ3i {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 480px;
  max-height: calc(100vh - 140px);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-large);
  background-color: white;
  overflow: hidden;
}
.info-card--A54Jl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px;
}
.info-card--A54Jl .header-wrapper--HgENM {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.account-selection--OuR5K {
  flex: 1 1;
  width: 100%;
  min-height: 0;
  overflow: hidden;
}
.account-selection--OuR5K .account-selector-component--kehQC {
  height: 100%;
  overflow: hidden;
}
.state-container--VB5eN {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 32px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.loading-state--C6_lb {
  min-height: 200px;
}
.success-state--EHgkN,
.error-state--j3CSe {
  min-height: 250px;
}
.title--OjoKY {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.subtitle--jbOOs {
  color: rgba(0, 9, 21, 0.7);
  color: var(--items-secondary, rgba(0, 9, 21, 0.7));
  font-size: 14px;
  font-weight: 500;
}
.content-wrapper--uGMAh {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-box--TqGfK {
  border-radius: var(--border-radius-medium);
  background-color: rgba(0, 40, 79, 0.04);
}
.info-box-content--Mkznr {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
}
.info-text--MioFT {
  display: inline-block;
  flex: 1 1;
}
.user-section--vXgyl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 16px 32px;
  width: 100%;
  border-top: 1px solid rgba(0, 40, 79, 0.09);
  border-bottom: 1px solid rgba(0, 40, 79, 0.09);
  box-sizing: border-box;
}
.user-info--eGFKZ {
  display: flex;
  flex: auto;
  flex-direction: column;
}
.connection-section--azih2 {
  padding: 12px 16px 0;
  width: 100%;
  box-sizing: border-box;
}
.action-section--xFE9Z {
  padding: 16px 32px;
  width: 100%;
  box-sizing: border-box;
}
.full-width-button--x4NXA {
  width: 100%;
}

.content-card-wrapper--joThF {
  padding: 24px;
  border: 1px solid #dfe1e5;
  border-radius: var(--border-radius-small);
  background-color: var(--color-bg-1);
}
.content-card-wrapper--joThF .content-card-title--vU14d {
  margin-bottom: 24px;
}

.centered-flex-container--Cvd2u {
  display: flex;
  justify-content: center;
  align-items: center;
}

.branding-background-wrapper--cVWhw {
  position: relative;
  display: flex;
  align-items: center;
  padding: 64px;
  height: 100%;
  border-radius: var(--corner-radius-xl);
  background-image: url(/public/media/background.3576eb0a.png);
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}
.branding-background-wrapper--cVWhw .branding-icon--K18LU {
  position: absolute;
  top: 64px;
  left: 64px;
}
.branding-background-wrapper--cVWhw .branding-icon--K18LU .default-branding-icon--B8hET {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  height: 40px;
}
.branding-background-wrapper--cVWhw .branding-content--RgiOL .branding-text-color--GolH5 {
  background: linear-gradient(135deg, white 0%, #029aff 50%, #0847ff 100%);
  -webkit-text-fill-color: transparent;
}
.branding-background-wrapper--cVWhw .branding-content--RgiOL .branding-text-common--rWomO {
  background: white;
  -webkit-text-fill-color: transparent;
}
.branding-background-wrapper--cVWhw .branding-content--RgiOL .branding-text--k3b1K {
  margin: 0;
  -webkit-background-clip: text;
          background-clip: text;
  white-space: normal;
}

.spin--mbiJ8 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.create-account-success--FvM3T {
  width: 400px;
}
.create-account-success--FvM3T .arco-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

