/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}

.flex-cen-cen {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-start-cen {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-cen-start {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.flex-space-cen {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-around-cen {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.flex-end-cen {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.columnsText,
.columnsTextDark,
.columnsTextSuccess,
.columnsTextWarning,
.columnsTextCancel,
.columnsTextPrimary {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
}
.columnstotalText {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 600;
  color: #666;
}
.columnstotalTextBorder {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 600;
  color: #666;
  border-bottom: 1px dashed #505560;
  cursor: pointer;
}
.columnstotalTextBorder:hover {
  color: #505560;
}
.columnsTextDark {
  color: #505560;
}
.columnsTextSuccess {
  color: #34bfa3;
}
.columnsTextWarning {
  color: #ffc107;
}
.columnsTextCancel {
  color: #a7abb4;
}
.columnsTextRed {
  color: #f1453d;
}
.columnsTextPrimary {
  color: #473ed4;
}
.titleTextgray {
  color: #90949a;
}
.columnsDescSortArrow {
  color: #f1453d;
  margin-left: 2px;
  font-size: 15px;
}
.dashedLineLink {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  background-color: transparent;
}
.dashedLineLink:hover {
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
}
.primaryText {
  color: #776ff6;
}
.spritePrimaryText {
  color: #FD9226;
}
.redText {
  color: #f44336;
}
.greenText {
  color: #07bb96;
}
.boldText {
  color: #333;
  font-weight: 600;
}
.grayTime {
  font-size: 13px;
  font-weight: 400;
  color: #bdbecd;
}
.tipBtnLink {
  font-size: 13px;
  color: #f4ac35 !important;
  padding: 0;
  text-decoration: none !important;
  border-bottom: none !important;
  margin-left: 3px;
}
.tipBtnLink:hover {
  color: #f4ac35 !important;
  opacity: 0.8;
}
.msg,
.msgReaded {
  padding-top: 6px;
  color: #575962;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 98%;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  background-color: transparent;
}
.msg:hover,
.msgReaded:hover {
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
}
.msgReaded {
  color: #a7abb4;
}
.BordercolumnsText {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
  cursor: pointer;
}
.BordercolumnsText:hover {
  color: #473ed4;
  border-bottom: 1px dashed #473ed4;
}
.BorderGreencolumnsText {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #34bfa3;
  border-bottom: 1px dashed #34bfa3;
  cursor: pointer;
}
.BorderGreencolumnsText:hover {
  color: #2ca189;
  border-bottom: 1px dashed #2ca189;
}
.BorderWhitecolumnsText {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #f1f1f1;
  border-bottom: 1px dashed #f1f1f1;
  cursor: pointer;
}
.BorderWhitecolumnsText:hover {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.BorderThisColumnsText {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #505560;
  border-bottom: 1px dashed #505560;
  cursor: pointer;
}
.BorderThisColumnsText:hover {
  color: #505560;
  border-bottom: 1px dashed #505560;
  font-weight: 600;
}
.BorderGreyColumnsText {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #505560;
  border-bottom: 1px dashed #989ea8;
  color: #989ea8;
  cursor: pointer;
}
.BorderGreyColumnsText:hover {
  color: #505560;
  border-bottom: 1px dashed #505560;
}
.BordercolumnsTagText {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  border-bottom: 1px dashed #a7abb4;
  cursor: pointer;
}
.BordercolumnsTagText:hover {
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
}
.grayColumnsTextLink {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #505560;
  cursor: pointer;
}
.grayColumnsTextLink:hover {
  color: #776ff6;
}
.greenbtn:focus,
.greenbtn {
  background-color: #34bfa3;
  border: none;
  color: #fff;
}
.greenbtn:hover {
  background-color: #2ca189;
  color: #fff;
}
.bluebtn:focus,
.bluebtn {
  background-color: #4587f4;
  border: none;
  color: #fff;
}
.bluebtn:hover {
  background-color: #4587f4;
  color: #fff;
}
.graybtn:focus,
.graybtn {
  background-color: #d8d9e2;
  border: none;
  color: #fff;
}
.graybtn:hover {
  background-color: #cdcfd8;
  color: #fff;
}
.bluePrimarybtn:focus,
.bluePrimarybtn {
  background-color: #776ff6;
  border: none;
  color: #fff;
}
.bluePrimarybtn:hover {
  background-color: #6158ef;
  color: #fff;
}
.colorLightGray {
  color: #a5adbe;
}
.tablep0b0,
.tablep06b0 {
  padding: 6px 0 !important;
  border: none !important;
  background: #fff !important;
  font-size: 12px;
}
.tablep06b0 {
  padding: 6px 16px 6px 0 !important;
}
.text-overflow-clamp1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.text-overflow-clamp2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical !important;
}
.media_viewer__icon {
  position: absolute;
  top: 49%;
  left: 49%;
  display: inline-flex;
  width: 32px;
  height: 32px;
  font-size: 22px;
  color: #fff;
  background: #776ff6;
  border-radius: 50%;
  opacity: 0;
  z-index: 99;
  transform: scale(0.7);
  transition: 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}
.columnsTextGray {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
}
.warmPromptTips {
  text-align: center;
}
.warmPromptTips img {
  width: 60px;
}
.warmPromptTips h4 {
  font-size: 18px;
  font-weight: 500;
  color: #505560;
  margin: 20px auto 10px;
}
.warmPromptTips p {
  font-size: 13px;
  font-weight: 500;
  color: #6d7075;
}
.warmPromptTips .footerbtn {
  margin-top: 30px;
}
.warmPromptTips .bluePrimarybtn,
.warmPromptTips .graybtn {
  min-width: 100px;
  height: 35px;
}
@media screen and (max-width: 1175px) {
  .mobileNnoe {
    display: none;
  }
}
.addonInputs input {
  border-right: none !important;
}
.campaignName {
  font-size: 14px;
  font-weight: 500;
  color: #505560;
  margin-bottom: 20px;
}
.rowClassName {
  background: #f9fafb;
}
.rowClassName td {
  border-bottom: none !important;
}
@keyframes infiniteRotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html,
body {
  width: 100%;
  font-family: 'Chinese Quote', 'Segoe UI', Roboto, -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  color: #1e2022;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga', 'kern';
  text-rendering: optimizeLegibility;
  line-height: 1.5715;
}
html {
  text-size-adjust: 100%;
}
body {
  font-size: 14px;
  background-color: var(--primary-color-bg);
  margin: 0;
}
body .ScrollRevealContainer a,
body .ScrollRevealContainer .ant-btn-link {
  text-decoration: none;
  color: #776ff6;
}
body .ScrollRevealContainer a:hover,
body .ScrollRevealContainer .ant-btn-link:hover {
  color: rgba(119, 111, 246, 0.8);
}
div,
a {
  box-sizing: border-box;
}
p {
  margin-top: 0;
}
li {
  margin-left: 0;
}
html,
body,
#root,
#__next,
.app {
  height: 100%;
}
.theme-dark {
  background-color: var(--primary-color-bg--dark);
  transition: all 0.5s;
}
.theme-dark body {
  background-color: var(--primary-color-bg--dark);
  transition: all 0.5s;
}
.g-icon-spin {
  animation: infiniterotating 0.6s infinite linear;
}
.modalNoFooter .ant-modal-confirm-paragraph {
  max-width: initial;
}
.modalNoFooter .ant-modal-content {
  border-radius: 8px;
  padding: 0;
}
.modalNoFooter .ant-modal-body .ant-modal-confirm-body .anticon-exclamation-circle {
  display: none;
}
.modalNoFooter .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content {
  padding-top: 40px;
  max-width: 100%;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-start: 0 !important;
          margin-inline-start: 0 !important;
}
.modalNoFooter .ant-modal-confirm-btns {
  display: none;
}
.modalNoFooter .modalContent {
  width: 100%;
}
.modalNoFooter .modalContentHeader {
  text-align: center;
}
.modalNoFooter .modalContentHeader p {
  margin: 0;
  padding: 0;
}
.modalNoFooter .modalContentHeader .modalIcon {
  font-size: 70px;
  color: #b6bfc8;
}
.modalNoFooter .modalContentHeader .modalTips {
  font-size: 18px;
  color: #333;
  margin: 20px 0;
  font-weight: 600;
}
.modalNoFooter .modalContentHeader .modalText {
  text-align: left;
  width: max-content;
  margin: auto;
  font-size: 13px;
  line-height: 30px;
}
.modalNoFooter .modalContentHeader .modalText p {
  width: max-content;
}
.modalNoFooter .modalContentHeader .modalTextCenter p {
  margin: auto;
}
.modalNoFooter .modalBtn1 {
  width: 142px;
  height: 40px;
  border-radius: 5px;
  font-size: 13px;
  margin: 20px 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalNoFooter .modalBtn1:hover,
.modalNoFooter .modalBtn1 .ant-btn-default:hover {
  color: #776ff6;
  border-color: #776ff6;
}
.modalNoFooter .modalBtn2 {
  width: 142px;
  height: 40px;
  border-radius: 5px;
  font-size: 13px;
  margin: 20px 0;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalNoFooter .modalBtn2:hover,
.modalNoFooter .modalBtn2 .ant-btn-default:hover {
  color: #776ff6;
  border-color: #776ff6;
}
.modalNoFooter .modalBtn2:hover {
  color: #fff;
}
#meiqia-container #meiqia_custorm {
  right: 5px;
  left: auto;
  bottom: 30px;
  z-index: 998;
}
.ant-image-preview-mask {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.ant-modal-close {
  z-index: 10001 !important;
}
.ant-modal-close .ant-modal-close-x {
  width: auto;
  height: auto;
}
@media screen and (max-width: 576px) {
  .modalNoFooter .ant-modal-body {
    padding: 32px;
  }
  .modalNoFooter .modalBtn1,
  .modalNoFooter .modalBtn2 {
    margin: 0;
    margin-top: 10px;
  }
  .modalNoFooter .modalContentHeader .modalText {
    width: auto;
    text-align: center;
  }
  .modalNoFooter .modalContentHeader .modalText p {
    width: auto;
  }
}
.htext {
  position: fixed;
  top: -1000px;
}

.styles_flex-cen-cen__p8pim {
  display: flex;
  justify-content: center;
  align-items: center;
}
.styles_flex-start-cen__uwEm_ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.styles_flex-cen-start__eO1PI {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.styles_flex-space-cen__9jnmd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.styles_flex-around-cen__h5Y71 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.styles_flex-end-cen__0Y1SC {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.styles_columnsText__xzHZu,
.styles_columnsTextDark__qQGw3,
.styles_columnsTextSuccess__x8DzJ,
.styles_columnsTextWarning__mxYcj,
.styles_columnsTextCancel__OIwuz,
.styles_columnsTextPrimary__xVgy1 {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
}
.styles_columnstotalText__8Ch0t {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 600;
  color: #666;
}
.styles_columnstotalTextBorder__Av0Mf {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 600;
  color: #666;
  border-bottom: 1px dashed #505560;
  cursor: pointer;
}
.styles_columnstotalTextBorder__Av0Mf:hover {
  color: #505560;
}
.styles_columnsTextDark__qQGw3 {
  color: #505560;
}
.styles_columnsTextSuccess__x8DzJ {
  color: #34bfa3;
}
.styles_columnsTextWarning__mxYcj {
  color: #ffc107;
}
.styles_columnsTextCancel__OIwuz {
  color: #a7abb4;
}
.styles_columnsTextRed__l0A0y {
  color: #f1453d;
}
.styles_columnsTextPrimary__xVgy1 {
  color: #473ed4;
}
.styles_titleTextgray__Yyw9Z {
  color: #90949a;
}
.styles_columnsDescSortArrow__s5pom {
  color: #f1453d;
  margin-left: 2px;
  font-size: 15px;
}
.styles_dashedLineLink__nFjr_ {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  background-color: transparent;
}
.styles_dashedLineLink__nFjr_:hover {
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
}
.styles_primaryText__x2DU4 {
  color: #776ff6;
}
.styles_spritePrimaryText__md19u {
  color: #FD9226;
}
.styles_redText___ZnlC {
  color: #f44336;
}
.styles_greenText__kfKPO {
  color: #07bb96;
}
.styles_boldText__ROwwf {
  color: #333;
  font-weight: 600;
}
.styles_grayTime__fhxNb {
  font-size: 13px;
  font-weight: 400;
  color: #bdbecd;
}
.styles_tipBtnLink__XeyES {
  font-size: 13px;
  color: #f4ac35 !important;
  padding: 0;
  text-decoration: none !important;
  border-bottom: none !important;
  margin-left: 3px;
}
.styles_tipBtnLink__XeyES:hover {
  color: #f4ac35 !important;
  opacity: 0.8;
}
.styles_msg__EPSgL,
.styles_msgReaded__m5Lvh {
  padding-top: 6px;
  color: #575962;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 98%;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  background-color: transparent;
}
.styles_msg__EPSgL:hover,
.styles_msgReaded__m5Lvh:hover {
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
}
.styles_msgReaded__m5Lvh {
  color: #a7abb4;
}
.styles_BordercolumnsText__tEkRA {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
  cursor: pointer;
}
.styles_BordercolumnsText__tEkRA:hover {
  color: #473ed4;
  border-bottom: 1px dashed #473ed4;
}
.styles_BorderGreencolumnsText__KDDPI {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #34bfa3;
  border-bottom: 1px dashed #34bfa3;
  cursor: pointer;
}
.styles_BorderGreencolumnsText__KDDPI:hover {
  color: #2ca189;
  border-bottom: 1px dashed #2ca189;
}
.styles_BorderWhitecolumnsText__TOzeM {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #f1f1f1;
  border-bottom: 1px dashed #f1f1f1;
  cursor: pointer;
}
.styles_BorderWhitecolumnsText__TOzeM:hover {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.styles_BorderThisColumnsText__UMUz7 {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #505560;
  border-bottom: 1px dashed #505560;
  cursor: pointer;
}
.styles_BorderThisColumnsText__UMUz7:hover {
  color: #505560;
  border-bottom: 1px dashed #505560;
  font-weight: 600;
}
.styles_BorderGreyColumnsText___5K9R {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #505560;
  border-bottom: 1px dashed #989ea8;
  color: #989ea8;
  cursor: pointer;
}
.styles_BorderGreyColumnsText___5K9R:hover {
  color: #505560;
  border-bottom: 1px dashed #505560;
}
.styles_BordercolumnsTagText___XscY {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  border-bottom: 1px dashed #a7abb4;
  cursor: pointer;
}
.styles_BordercolumnsTagText___XscY:hover {
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
}
.styles_grayColumnsTextLink__4z5nK {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #505560;
  cursor: pointer;
}
.styles_grayColumnsTextLink__4z5nK:hover {
  color: #776ff6;
}
.styles_greenbtn__Tu_lj:focus,
.styles_greenbtn__Tu_lj {
  background-color: #34bfa3;
  border: none;
  color: #fff;
}
.styles_greenbtn__Tu_lj:hover {
  background-color: #2ca189;
  color: #fff;
}
.styles_bluebtn__xOWzX:focus,
.styles_bluebtn__xOWzX {
  background-color: #4587f4;
  border: none;
  color: #fff;
}
.styles_bluebtn__xOWzX:hover {
  background-color: #4587f4;
  color: #fff;
}
.styles_graybtn__9ERlw:focus,
.styles_graybtn__9ERlw {
  background-color: #d8d9e2;
  border: none;
  color: #fff;
}
.styles_graybtn__9ERlw:hover {
  background-color: #cdcfd8;
  color: #fff;
}
.styles_bluePrimarybtn__SnwNj:focus,
.styles_bluePrimarybtn__SnwNj {
  background-color: #776ff6;
  border: none;
  color: #fff;
}
.styles_bluePrimarybtn__SnwNj:hover {
  background-color: #6158ef;
  color: #fff;
}
.styles_colorLightGray__3KZE5 {
  color: #a5adbe;
}
.styles_tablep0b0__KFgrH,
.styles_tablep06b0__I_T4F {
  padding: 6px 0 !important;
  border: none !important;
  background: #fff !important;
  font-size: 12px;
}
.styles_tablep06b0__I_T4F {
  padding: 6px 16px 6px 0 !important;
}
.styles_text-overflow-clamp1__7MSbm {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.styles_text-overflow-clamp2__ngKYg {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical !important;
}
.styles_media_viewer__icon__UIjbv {
  position: absolute;
  top: 49%;
  left: 49%;
  display: inline-flex;
  width: 32px;
  height: 32px;
  font-size: 22px;
  color: #fff;
  background: #776ff6;
  border-radius: 50%;
  opacity: 0;
  z-index: 99;
  transform: scale(0.7);
  transition: 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}
.styles_columnsTextGray__foI4r {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
}
.styles_warmPromptTips__x_JNO {
  text-align: center;
}
.styles_warmPromptTips__x_JNO img {
  width: 60px;
}
.styles_warmPromptTips__x_JNO h4 {
  font-size: 18px;
  font-weight: 500;
  color: #505560;
  margin: 20px auto 10px;
}
.styles_warmPromptTips__x_JNO p {
  font-size: 13px;
  font-weight: 500;
  color: #6d7075;
}
.styles_warmPromptTips__x_JNO .styles_footerbtn__BTmEy {
  margin-top: 30px;
}
.styles_warmPromptTips__x_JNO .styles_bluePrimarybtn__SnwNj,
.styles_warmPromptTips__x_JNO .styles_graybtn__9ERlw {
  min-width: 100px;
  height: 35px;
}
@media screen and (max-width: 1175px) {
  .styles_mobileNnoe__hJ1En {
    display: none;
  }
}
.styles_addonInputs__vwn7Y input {
  border-right: none !important;
}
.styles_campaignName__esOM6 {
  font-size: 14px;
  font-weight: 500;
  color: #505560;
  margin-bottom: 20px;
}
.styles_rowClassName__MBXy5 {
  background: #f9fafb;
}
.styles_rowClassName__MBXy5 td {
  border-bottom: none !important;
}
@keyframes styles_infiniteRotating__FwKs8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes styles_fadeInOpacity__Tx55k {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.styles_YmyLayout__Le__b {
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  color: #333;
  background-color: #aaa;
}
.styles_YmyLayout__Le__b .styles_AdBanner__jhNnK {
  height: 60px;
}
.styles_YmyLayout__Le__b .styles_YmyLayoutBody__bXLfb {
  min-height: calc(100vh - 460px);
  background: #fff;
  transition: all 0.2s;
}
.styles_YmyLayout__Le__b .styles_headerContainer__Fi5xX {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 200;
  box-sizing: border-box;
  width: 100%;
  box-shadow: 0 1px 10px rgba(130, 130, 134, 0.2);
}
.styles_YmyLayout__Le__b .styles_header__PerzB {
  box-sizing: border-box;
  width: 100%;
  height: 72px;
  padding: 0 48px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerleft__VXR2z {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  min-width: 177px;
  cursor: pointer;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerleft__VXR2z img {
  height: auto;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R {
  position: relative;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_headerrightitemIcon__7wkHx {
  display: none;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_headerrightitem__Z_yZt {
  height: 72px;
  padding: 0 25px;
  color: #78838f;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_headerrightitem__Z_yZt:hover {
  color: #776ff6;
  background: none;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_headerrightitem__Z_yZt .styles_actindex__Hl0en {
  color: #776ff6;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_headerrightitem__Z_yZt .styles_headerRightItemIcon__qIBIQ {
  margin-right: 5px;
  font-size: 22px;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_userHeaderBox__yBe5Q {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 14px;
  background-color: #f7f7fa;
  border-radius: 6.1875rem;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_userHeaderBox__yBe5Q .primaryText {
  display: none;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_headerrightitemBtn__YZTux {
  box-sizing: border-box;
  min-width: 100px;
  height: 34px;
  margin-right: 16px;
  padding: 0 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.2s;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_headerrightitemBtn__YZTux:hover {
  opacity: 0.9;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_invite__qTYFM {
  box-sizing: border-box;
  min-width: 100px;
  height: 34px;
  margin-right: 16px;
  padding: 0 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.2s;
  width: auto;
  margin-right: 0;
  padding: 0 16px;
  color: #ffa200;
  font-size: 16px;
  border: none;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_invite__qTYFM:hover {
  opacity: 0.9;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_invite__qTYFM .anticon {
  position: relative;
  top: -1px;
  margin-right: 4px;
  font-size: 18px;
  vertical-align: text-bottom;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_invite2__M1TGa {
  box-sizing: border-box;
  min-width: 100px;
  height: 34px;
  margin-right: 16px;
  padding: 0 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.2s;
  width: auto;
  margin-right: 0;
  padding: 0 16px;
  color: #ffa200;
  font-size: 16px;
  border: none;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_invite2__M1TGa:hover {
  opacity: 0.9;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_invite2__M1TGa .anticon {
  position: relative;
  top: -1px;
  margin-right: 4px;
  font-size: 18px;
  vertical-align: text-bottom;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_invite2__M1TGa .styles_inviteImg__o8YrK {
  width: 19px;
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_signup__QXAyo {
  box-sizing: border-box;
  min-width: 100px;
  height: 34px;
  margin-right: 16px;
  padding: 0 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.2s;
  margin-left: 5px;
  color: #776ff6;
  background-color: #fff;
  border: 1px solid #776ff6;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_signup__QXAyo:hover {
  opacity: 0.9;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_visitor__U2xq0 {
  box-sizing: border-box;
  min-width: 100px;
  height: 34px;
  margin-right: 16px;
  padding: 0 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.2s;
  margin-right: 0;
  color: #fff;
  background-color: #776ff6;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_visitor__U2xq0:hover {
  opacity: 0.9;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_login__vib_6 {
  height: 72px;
  padding: 0 25px;
  color: #78838f;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #776ff6;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_login__vib_6:hover {
  color: #776ff6;
  background: none;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_login__vib_6 .styles_actindex__Hl0en {
  color: #776ff6;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_login__vib_6 .styles_headerRightItemIcon__qIBIQ {
  margin-right: 5px;
  font-size: 22px;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_signup__QXAyo,
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_visitor__U2xq0 {
  display: block;
  margin-bottom: 5px;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_openCloseHeaderright__AuMKb {
  display: inline-block;
  display: none;
  text-align: right;
  cursor: pointer;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_openCloseHeaderright__AuMKb .styles_icon_gengduo__4hlW_,
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_openCloseHeaderright__AuMKb .styles_icon_gengduo30__s1aLG {
  color: #8c98a4;
  font-size: 22px;
}
.styles_YmyLayout__Le__b .styles_header__PerzB .styles_openCloseHeaderright__AuMKb .styles_icon_gengduo30__s1aLG {
  font-size: 18px;
}
.styles_YmyLayout__Le__b .ymyHeaderVisible {
  top: -72px;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_headerrightitem__Z_yZt,
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_login__vib_6 {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1260px) {
  .styles_YmyLayout__Le__b .styles_header__PerzB {
    align-items: center;
    height: auto;
    min-height: 70px;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerleft__VXR2z {
    left: 0;
    height: 70px;
    padding-top: 1px;
    overflow: hidden;
    line-height: 70px;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 100;
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    background: #fff;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_headerRightItem__cJJ8s {
    width: 100%;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_headerrightitem__Z_yZt {
    display: block;
    height: 40px;
    padding: 0 20px;
    padding-right: 0;
    line-height: 40px;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_userHeaderBox__yBe5Q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background: none;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_userHeaderBox__yBe5Q .primaryText {
    display: block;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_signup__QXAyo,
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_visitor__U2xq0 {
    display: block;
    margin-bottom: 5px;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_signup__QXAyo {
    margin-right: 0;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerrightMobile__X9meW {
    display: flex;
    flex-direction: column;
    padding: 0 32px;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerrightMobile__X9meW .styles_headerrightitem__Z_yZt {
    color: #1f2329;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerrightMobile__X9meW a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #dee0e3;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerrightMobile__X9meW a:last-child {
    border: none;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerrightMobile__X9meW a .styles_headerrightitemIcon__7wkHx {
    display: block;
    color: #aaa;
    font-size: 12px;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerrightMobile__X9meW a .styles_signup__QXAyo {
    margin-left: 0;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerrightMobile__X9meW a .styles_login__vib_6 {
    display: block;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_openCloseHeaderright__AuMKb {
    display: inline-block;
  }
}
@media screen and (max-width: 576px) {
  .styles_YmyLayout__Le__b .styles_header__PerzB {
    padding: 0 12px;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerleft__VXR2z {
    margin-left: 0;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_headerrightitem__Z_yZt {
    height: 20px;
    line-height: 20px;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_headerrightitem__Z_yZt .styles_userHeaderBox__yBe5Q {
    padding: 10px;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_headerRightItem__cJJ8s .styles_headerrightitem__Z_yZt {
    height: auto;
    line-height: 20px;
  }
  .styles_YmyLayout__Le__b .styles_header__PerzB .styles_headerright__t_P9R .styles_invite2__M1TGa {
    align-self: flex-start;
  }
}
div::-webkit-scrollbar,
main::-webkit-scrollbar,
section::-webkit-scrollbar,
aside::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
div::-webkit-scrollbar-track,
main::-webkit-scrollbar-track,
section::-webkit-scrollbar-track,
aside::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 2px;
}
div::-webkit-scrollbar-thumb,
main::-webkit-scrollbar-thumb,
section::-webkit-scrollbar-thumb,
aside::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}
div::-webkit-scrollbar-thumb:hover,
main::-webkit-scrollbar-thumb:hover,
section::-webkit-scrollbar-thumb:hover,
aside::-webkit-scrollbar-thumb:hover {
  background: #333;
}
div::-webkit-scrollbar-corner,
main::-webkit-scrollbar-corner,
section::-webkit-scrollbar-corner,
aside::-webkit-scrollbar-corner {
  background: #776ff6;
}
@media screen and (max-width: 576px) {
  div::-webkit-scrollbar,
  main::-webkit-scrollbar,
  section::-webkit-scrollbar,
  aside::-webkit-scrollbar {
    display: none;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.styles_headeritemcont__kwiuN {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 10;
  display: none;
  min-width: 200px;
  padding: 20px 10px 10px 10px;
  box-shadow: 0 8px 20px rgba(251, 140, 30, 0.075);
}
.styles_headerRightItem__cJJ8s {
  position: relative;
}
.styles_triangle__gg5zV {
  width: 20px;
  height: 20px;
  margin-left: 266px;
  border-right: 20px solid transparent;
  border-bottom: 10px solid #d5dcfc;
  border-left: 20px solid transparent;
}
.styles_userTop__jRgUF {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  color: #fff;
  background: url('https://o.sellerspace.com/image/www/liteConfirmSignupBg.svg') no-repeat center 0;
  background-size: cover;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.styles_userTop__jRgUF .styles_userTopIcon__QWlVJ {
  margin-left: 20px;
  font-size: 50px;
}
.styles_userTop__jRgUF .styles_userTopCont__f4CA9 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 1 1;
  flex-direction: column;
  height: 60px;
  margin-left: 12px;
  padding-right: 20px;
}
.styles_userTop__jRgUF .styles_userTopCont__f4CA9 .styles_userTopContName__B5HnV {
  max-width: 222px;
  overflow: hidden;
  color: #233160;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.styles_userTop__jRgUF .styles_userTopCont__f4CA9 .styles_userTopContPhone__bJXjA {
  display: flex;
  gap: 12px;
  align-items: center;
}
.styles_userTop__jRgUF .styles_userTopCont__f4CA9 .styles_userTopContPhone__bJXjA .styles_userTopContPhoneText__EKCVY {
  color: #233160;
  font-size: 14px;
  line-height: normal;
  word-break: break-all;
}
.styles_userTop__jRgUF .styles_userTopCont__f4CA9 .styles_userTopContPhone__bJXjA .styles_Gradediv__msq4z {
  line-height: normal;
}
.styles_userTop__jRgUF .styles_userTopCont__f4CA9 .styles_userTopContPhone__bJXjA .styles_Gradediv__msq4z img {
  width: auto;
  height: 20px;
}
.styles_userTop__jRgUF .styles_userTopCont__f4CA9 .styles_colortext__x36OO {
  margin-left: 5px;
  padding: 1px 5px;
  color: #fff;
  font-size: 13px;
  background-color: #2ca189;
  border-radius: 3px;
}
.styles_userBoxend__0i84b {
  padding: 20px 0;
  background: #fff;
}
.styles_quickitem__CZOH0 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  height: 140px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.styles_quickitem__CZOH0 span {
  margin-top: 10px;
}
.styles_quickitem__CZOH0:hover span {
  color: #776ff6;
}
.styles_quickicon__AYE6A {
  color: #776ff6;
  font-size: 18px;
}
.styles_inviteItem__k_Lpt {
  color: #776ff6;
  font-size: 14px;
  text-align: center;
}
.styles_inviteItem__k_Lpt .styles_inviteImg__o8YrK {
  width: 15px;
  margin-right: 3px;
  vertical-align: middle;
}
.styles_userNavItem__JRATO {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 41px;
  color: #6f727d;
  background: #fff;
  cursor: pointer;
}
.styles_userNavItem__JRATO .styles_userNavItemIcon__MhWk8 {
  margin-right: 10px;
  margin-left: 20px;
  color: #c1bfd0;
  font-size: 20px;
}
.styles_userNavItem__JRATO:hover .styles_userNavItemIcon__MhWk8 {
  color: #776ff6;
}
.styles_userNavItem__JRATO:hover .styles_userNavItemCont__6NMAJ {
  color: #776ff6;
}
.styles_languageSelect__uezGk {
  border-radius: 4px;
}
.styles_languageSelect__uezGk .styles_flagImg__b0uuo {
  margin-right: 4px;
  border-radius: 3px;
  position: relative;
  top: -1px;
}
.styles_languageSelect__uezGk .ant-select-arrow {
  font-size: 10px;
}
.styles_languageSelect__uezGk .ant-select-selection-item,
.styles_languageSelect__uezGk .ant-select-item {
  color: #595d68;
  font-size: 12px !important;
}
.styles_languageSelect__uezGk .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #776ff6;
}
.signupTooltip {
  max-width: max-content;
}
.signupTooltip .ant-tooltip-inner {
  min-width: 150px;
  min-height: auto;
  padding: 2px 8px;
  color: #fff;
  background-color: #ffae2d;
  border: 2px solid #fff;
  border-top: none;
  border-radius: 30px;
  box-shadow: none;
}
.signupTooltip .ant-tooltip-arrow::before {
  bottom: -4px;
  height: 11px;
  background-color: #ffae2d;
  transform: scale(0.7);
}
.signupTooltip .signupTooltipTitle {
  font-size: 13px;
  white-space: nowrap;
}
.signupTooltip .signupTooltipArrow {
  position: absolute;
  top: -9px;
  left: 45%;
  width: 10px;
  height: 10px;
}
.signupTooltipHidden {
  display: none;
}
@media screen and (max-width: 576px) {
  .signupTooltip {
    display: none;
  }
}

.styles_AdBanner__i08xa {
  position: relative;
  background-color: #fff;
}
.styles_AdBanner__i08xa img {
  width: 100%;
}
.styles_AdBanner__i08xa .styles_AdBannerCloseContainer__GwW8p {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 24px;
  box-sizing: border-box;
}
.styles_AdBanner__i08xa .styles_AdBannerClose__ilEN1 {
  color: #ffd591;
  font-size: 20px;
}
.styles_AdBanner__i08xa .styles_AdBannerClose__ilEN1:hover {
  color: rgba(255, 213, 145, 0.8);
}
@media screen and (max-width: 1000px) {
  .styles_AdBanner__i08xa .styles_AdBannerClose__ilEN1 {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .styles_AdBanner__i08xa .styles_AdBannerCloseContainer__GwW8p {
    padding-right: 10px;
  }
  .styles_AdBanner__i08xa .styles_AdBannerClose__ilEN1 {
    font-size: 14px;
  }
}

.styles_flex-cen-cen__NB80j {
  display: flex;
  justify-content: center;
  align-items: center;
}
.styles_flex-start-cen__PsPoJ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.styles_flex-cen-start__ccP9n {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.styles_flex-space-cen__BS5c3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.styles_flex-around-cen__UMrSU {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.styles_flex-end-cen__0cIXV {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.styles_columnsText__Ti2jY,
.styles_columnsTextDark__5X_0N,
.styles_columnsTextSuccess__1LSWx,
.styles_columnsTextWarning__sZv47,
.styles_columnsTextCancel__c6M8D,
.styles_columnsTextPrimary__CyIAL {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
}
.styles_columnstotalText__C1rjn {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 600;
  color: #666;
}
.styles_columnstotalTextBorder__BG17_ {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 600;
  color: #666;
  border-bottom: 1px dashed #505560;
  cursor: pointer;
}
.styles_columnstotalTextBorder__BG17_:hover {
  color: #505560;
}
.styles_columnsTextDark__5X_0N {
  color: #505560;
}
.styles_columnsTextSuccess__1LSWx {
  color: #34bfa3;
}
.styles_columnsTextWarning__sZv47 {
  color: #ffc107;
}
.styles_columnsTextCancel__c6M8D {
  color: #a7abb4;
}
.styles_columnsTextRed__Cd4FZ {
  color: #f1453d;
}
.styles_columnsTextPrimary__CyIAL {
  color: #473ed4;
}
.styles_titleTextgray___Vw1Y {
  color: #90949a;
}
.styles_columnsDescSortArrow__JG0Uc {
  color: #f1453d;
  margin-left: 2px;
  font-size: 15px;
}
.styles_dashedLineLink__D33o6 {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  background-color: transparent;
}
.styles_dashedLineLink__D33o6:hover {
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
}
.styles_primaryText__yMUVO {
  color: #776ff6;
}
.styles_spritePrimaryText__0cmS9 {
  color: #FD9226;
}
.styles_redText__ye4l2 {
  color: #f44336;
}
.styles_greenText__Y2qpC {
  color: #07bb96;
}
.styles_boldText__sLu0_ {
  color: #333;
  font-weight: 600;
}
.styles_grayTime__8qm8q {
  font-size: 13px;
  font-weight: 400;
  color: #bdbecd;
}
.styles_tipBtnLink___JSRf {
  font-size: 13px;
  color: #f4ac35 !important;
  padding: 0;
  text-decoration: none !important;
  border-bottom: none !important;
  margin-left: 3px;
}
.styles_tipBtnLink___JSRf:hover {
  color: #f4ac35 !important;
  opacity: 0.8;
}
.styles_msg__oQFnB,
.styles_msgReaded__wXSAc {
  padding-top: 6px;
  color: #575962;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 98%;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  background-color: transparent;
}
.styles_msg__oQFnB:hover,
.styles_msgReaded__wXSAc:hover {
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
}
.styles_msgReaded__wXSAc {
  color: #a7abb4;
}
.styles_BordercolumnsText__CnGOP {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
  cursor: pointer;
}
.styles_BordercolumnsText__CnGOP:hover {
  color: #473ed4;
  border-bottom: 1px dashed #473ed4;
}
.styles_BorderGreencolumnsText__egtY4 {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #34bfa3;
  border-bottom: 1px dashed #34bfa3;
  cursor: pointer;
}
.styles_BorderGreencolumnsText__egtY4:hover {
  color: #2ca189;
  border-bottom: 1px dashed #2ca189;
}
.styles_BorderWhitecolumnsText__r_0Mf {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #f1f1f1;
  border-bottom: 1px dashed #f1f1f1;
  cursor: pointer;
}
.styles_BorderWhitecolumnsText__r_0Mf:hover {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.styles_BorderThisColumnsText__9KpuP {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #505560;
  border-bottom: 1px dashed #505560;
  cursor: pointer;
}
.styles_BorderThisColumnsText__9KpuP:hover {
  color: #505560;
  border-bottom: 1px dashed #505560;
  font-weight: 600;
}
.styles_BorderGreyColumnsText__Wmblc {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #505560;
  border-bottom: 1px dashed #989ea8;
  color: #989ea8;
  cursor: pointer;
}
.styles_BorderGreyColumnsText__Wmblc:hover {
  color: #505560;
  border-bottom: 1px dashed #505560;
}
.styles_BordercolumnsTagText__Pp49A {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  border-bottom: 1px dashed #a7abb4;
  cursor: pointer;
}
.styles_BordercolumnsTagText__Pp49A:hover {
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
}
.styles_grayColumnsTextLink__UZ1Pg {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #505560;
  cursor: pointer;
}
.styles_grayColumnsTextLink__UZ1Pg:hover {
  color: #776ff6;
}
.styles_greenbtn__DK1jv:focus,
.styles_greenbtn__DK1jv {
  background-color: #34bfa3;
  border: none;
  color: #fff;
}
.styles_greenbtn__DK1jv:hover {
  background-color: #2ca189;
  color: #fff;
}
.styles_bluebtn__30O5n:focus,
.styles_bluebtn__30O5n {
  background-color: #4587f4;
  border: none;
  color: #fff;
}
.styles_bluebtn__30O5n:hover {
  background-color: #4587f4;
  color: #fff;
}
.styles_graybtn__WuYCs:focus,
.styles_graybtn__WuYCs {
  background-color: #d8d9e2;
  border: none;
  color: #fff;
}
.styles_graybtn__WuYCs:hover {
  background-color: #cdcfd8;
  color: #fff;
}
.styles_bluePrimarybtn__FhNDj:focus,
.styles_bluePrimarybtn__FhNDj {
  background-color: #776ff6;
  border: none;
  color: #fff;
}
.styles_bluePrimarybtn__FhNDj:hover {
  background-color: #6158ef;
  color: #fff;
}
.styles_colorLightGray__3Jhga {
  color: #a5adbe;
}
.styles_tablep0b0__Yc2Of,
.styles_tablep06b0__kZRLe {
  padding: 6px 0 !important;
  border: none !important;
  background: #fff !important;
  font-size: 12px;
}
.styles_tablep06b0__kZRLe {
  padding: 6px 16px 6px 0 !important;
}
.styles_text-overflow-clamp1__9yRB5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.styles_text-overflow-clamp2__4AY0g {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical !important;
}
.styles_media_viewer__icon__JSimw {
  position: absolute;
  top: 49%;
  left: 49%;
  display: inline-flex;
  width: 32px;
  height: 32px;
  font-size: 22px;
  color: #fff;
  background: #776ff6;
  border-radius: 50%;
  opacity: 0;
  z-index: 99;
  transform: scale(0.7);
  transition: 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}
.styles_columnsTextGray__DOZdf {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
}
.styles_warmPromptTips__Qzj_v {
  text-align: center;
}
.styles_warmPromptTips__Qzj_v img {
  width: 60px;
}
.styles_warmPromptTips__Qzj_v h4 {
  font-size: 18px;
  font-weight: 500;
  color: #505560;
  margin: 20px auto 10px;
}
.styles_warmPromptTips__Qzj_v p {
  font-size: 13px;
  font-weight: 500;
  color: #6d7075;
}
.styles_warmPromptTips__Qzj_v .styles_footerbtn__v76J3 {
  margin-top: 30px;
}
.styles_warmPromptTips__Qzj_v .styles_bluePrimarybtn__FhNDj,
.styles_warmPromptTips__Qzj_v .styles_graybtn__WuYCs {
  min-width: 100px;
  height: 35px;
}
@media screen and (max-width: 1175px) {
  .styles_mobileNnoe__XWHDF {
    display: none;
  }
}
.styles_addonInputs__ev0Ue input {
  border-right: none !important;
}
.styles_campaignName__exs0C {
  font-size: 14px;
  font-weight: 500;
  color: #505560;
  margin-bottom: 20px;
}
.styles_rowClassName__49Biq {
  background: #f9fafb;
}
.styles_rowClassName__49Biq td {
  border-bottom: none !important;
}
@keyframes styles_infiniteRotating__Xtp6Y {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes styles_fadeInOpacity__7Ku6K {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.styles_surveyModal__g6Xb4 .ant-modal-content {
  border-radius: 8px;
  overflow: hidden;
  padding: 0 !important;
}
.styles_surveyModal__g6Xb4 .ant-modal-content .ant-modal-body {
  padding: 16px;
}
.styles_surveyModal__g6Xb4 .ant-modal-header {
  padding: 16px;
  margin-bottom: 0;
  height: 150px;
  background-image: url('https://o.sellerspace.com/image/www/surveyBg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.styles_surveyModal__g6Xb4 .ant-modal-header .ant-modal-title {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.styles_surveyModal__g6Xb4 .ant-modal-close .ant-modal-close-x {
  color: #6A6A75;
  font-size: 13px;
}
.styles_surveyModal__g6Xb4 .ant-form-item .ant-form-item-label {
  padding-bottom: 16px !important;
}
.styles_surveyModal__g6Xb4 .ant-form-item .ant-form-item-label label {
  font-size: 14px;
  font-weight: 400;
  color: #2D336C;
  line-height: 16px;
  text-align: left;
}
.styles_surveyModal__g6Xb4 .ant-form-item .ant-form-item-label label::after {
  content: none;
}
.styles_surveyModal__g6Xb4 .ant-form-vertical .ant-form-item-label {
  text-align: left !important;
}
.styles_surveyModal__g6Xb4 .ant-form-item-control-input {
  justify-content: center;
}
.styles_surveyModal__g6Xb4 .ant-form-item-control-input .ant-form-item-control-input-content {
  display: flex;
  justify-content: flex-start;
}
.styles_surveyModal__g6Xb4 .ant-form-item-control-input .ant-form-item-control-input-content .ant-radio-group {
  width: 100%;
}
.styles_surveyModal__g6Xb4 .ant-form-item-control-input .ant-form-item-control-input-content .ant-radio-group .ant-radio-wrapper {
  width: 100%;
}
.styles_surveyModal__g6Xb4 .ant-form-item-control-input .ant-form-item-control-input-content .ant-checkbox-group {
  width: 100%;
}
.styles_surveyModal__g6Xb4 .ant-form-item-control-input .ant-form-item-control-input-content .ant-checkbox-group .ant-checkbox-wrapper {
  width: 100%;
}
.styles_surveyModal__g6Xb4 .ant-form-item-control-input .ant-form-item-control-input-content .ant-space {
  width: 100%;
}
.styles_surveyModal__g6Xb4 .ant-form-item-control-input .ant-form-item-control-input-content .ant-space .ant-space-item {
  padding: 4px 8px;
  background-color: #FAFAFB;
  border-radius: 4px;
}
.styles_surveyModal__g6Xb4 .ant-form-item-explain-error {
  text-align: center;
}
.styles_surveyModal__g6Xb4 .ant-radio-wrapper,
.styles_surveyModal__g6Xb4 .ant-checkbox-wrapper {
  font-weight: 400;
  color: #505355;
  font-size: 13px;
}
.styles_surveyModal__g6Xb4 ant-radio,
.styles_surveyModal__g6Xb4 .ant-checkbox {
  margin-right: 4px;
}
.styles_surveyModal__g6Xb4 .styles_surveyTypeA__YixiH {
  border-radius: 4px;
  border: 1px solid #e6e8ec;
  font-size: 14px;
  padding: 12px;
  min-height: initial;
}
.styles_surveyModal__g6Xb4 .styles_surveyTypeA__YixiH::placeholder {
  color: #b8c1cb;
}
.styles_surveyModal__g6Xb4 .styles_submitBtn__cVr9e {
  border-radius: 4px;
  color: #fff;
  margin-top: 16px;
}
.styles_surveyModalX___xlXK .styles_surveyTitle__OJOsU {
  font-size: 16px;
  color: #2D336C;
  text-align: left;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 12px;
}
.styles_surveyModalX___xlXK .styles_surveyItemOther__9Hn6T {
  margin-top: 6px;
}
.styles_surveyModalX___xlXK .styles_surveyTypeA__YixiH {
  padding: 4px 11px;
}
.styles_surveyModalX___xlXK .styles_surveyTypeA__YixiH textarea {
  padding: 0;
}
.styles_surveyModalX___xlXK .ant-form-item .ant-form-item {
  margin-bottom: 0;
  width: 100%;
  flex: 1 1;
}
.styles_surveyModalX___xlXK .ant-form-item .ant-form-item-control-input .ant-form-item-control-input-content {
  display: block;
}
.styles_surveyModalSuccess__hfwRa {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.styles_surveyModalSuccess__hfwRa p {
  margin: 0;
}
.styles_surveyModalSuccess__hfwRa .styles_surveyModalSuccessTitle__y_PqO {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-top: 8px;
}
.styles_surveyModalSuccess__hfwRa .styles_surveyModalSuccessContent__sN43C {
  font-size: 14px;
  color: #666;
  margin: 20px 0 40px;
  text-align: center;
  line-height: 26px;
}
.styles_surveyModalSuccess__hfwRa .ant-modal-content {
  border-radius: 8px;
  overflow: hidden;
}
.styles_surveyModalSuccess__hfwRa .ant-modal-body {
  padding: 40px;
}
.styles_surveyModalSuccess__hfwRa .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-title + .ant-modal-confirm-content {
  max-width: 100%;
}
.styles_surveyModalSuccess__hfwRa .ant-modal-confirm-paragraph {
  max-width: 100%;
}
.styles_surveyModalSuccess__hfwRa .ant-btn {
  border-radius: 4px;
  height: auto;
  width: auto;
  padding: 8px 36px;
}
.styles_surveyModalSuccess__hfwRa .anticon {
  font-size: 70px;
}
.styles_surveyModalSuccess__hfwRa .ant-modal-confirm-btns {
  display: none;
}

.styles_flex-cen-cen__ZI08B {
  display: flex;
  justify-content: center;
  align-items: center;
}
.styles_flex-start-cen__ZYF8b {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.styles_flex-cen-start__r3FXX {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.styles_flex-space-cen__M8dwS {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.styles_flex-around-cen__Bmkpg {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.styles_flex-end-cen__joKkb {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.styles_columnsText__rik2j,
.styles_columnsTextDark__1dfSg,
.styles_columnsTextSuccess__5yk_2,
.styles_columnsTextWarning__mrUth,
.styles_columnsTextCancel__cZxlH,
.styles_columnsTextPrimary__Sl2aa {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
}
.styles_columnstotalText__SJw2R {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 600;
  color: #666;
}
.styles_columnstotalTextBorder__RpwtU {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 600;
  color: #666;
  border-bottom: 1px dashed #505560;
  cursor: pointer;
}
.styles_columnstotalTextBorder__RpwtU:hover {
  color: #505560;
}
.styles_columnsTextDark__1dfSg {
  color: #505560;
}
.styles_columnsTextSuccess__5yk_2 {
  color: #34bfa3;
}
.styles_columnsTextWarning__mrUth {
  color: #ffc107;
}
.styles_columnsTextCancel__cZxlH {
  color: #a7abb4;
}
.styles_columnsTextRed__h86ou {
  color: #f1453d;
}
.styles_columnsTextPrimary__Sl2aa {
  color: #473ed4;
}
.styles_titleTextgray__6UzTJ {
  color: #90949a;
}
.styles_columnsDescSortArrow__lY_va {
  color: #f1453d;
  margin-left: 2px;
  font-size: 15px;
}
.styles_dashedLineLink__ol70h {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  background-color: transparent;
}
.styles_dashedLineLink__ol70h:hover {
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
}
.styles_primaryText__mahPW {
  color: #776ff6;
}
.styles_spritePrimaryText__vZszQ {
  color: #FD9226;
}
.styles_redText__NsZsm {
  color: #f44336;
}
.styles_greenText__pE4tG {
  color: #07bb96;
}
.styles_boldText__Mwlb6 {
  color: #333;
  font-weight: 600;
}
.styles_grayTime__tQmsS {
  font-size: 13px;
  font-weight: 400;
  color: #bdbecd;
}
.styles_tipBtnLink__5hi4W {
  font-size: 13px;
  color: #f4ac35 !important;
  padding: 0;
  text-decoration: none !important;
  border-bottom: none !important;
  margin-left: 3px;
}
.styles_tipBtnLink__5hi4W:hover {
  color: #f4ac35 !important;
  opacity: 0.8;
}
.styles_msg__6wKIt,
.styles_msgReaded__nOX7S {
  padding-top: 6px;
  color: #575962;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 98%;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  background-color: transparent;
}
.styles_msg__6wKIt:hover,
.styles_msgReaded__nOX7S:hover {
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
}
.styles_msgReaded__nOX7S {
  color: #a7abb4;
}
.styles_BordercolumnsText__2NvJy {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
  cursor: pointer;
}
.styles_BordercolumnsText__2NvJy:hover {
  color: #473ed4;
  border-bottom: 1px dashed #473ed4;
}
.styles_BorderGreencolumnsText__Z14pu {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #34bfa3;
  border-bottom: 1px dashed #34bfa3;
  cursor: pointer;
}
.styles_BorderGreencolumnsText__Z14pu:hover {
  color: #2ca189;
  border-bottom: 1px dashed #2ca189;
}
.styles_BorderWhitecolumnsText__0iaLs {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #f1f1f1;
  border-bottom: 1px dashed #f1f1f1;
  cursor: pointer;
}
.styles_BorderWhitecolumnsText__0iaLs:hover {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.styles_BorderThisColumnsText__U7sjJ {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #505560;
  border-bottom: 1px dashed #505560;
  cursor: pointer;
}
.styles_BorderThisColumnsText__U7sjJ:hover {
  color: #505560;
  border-bottom: 1px dashed #505560;
  font-weight: 600;
}
.styles_BorderGreyColumnsText__ZVGXu {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #505560;
  border-bottom: 1px dashed #989ea8;
  color: #989ea8;
  cursor: pointer;
}
.styles_BorderGreyColumnsText__ZVGXu:hover {
  color: #505560;
  border-bottom: 1px dashed #505560;
}
.styles_BordercolumnsTagText__8_2lv {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  border-bottom: 1px dashed #a7abb4;
  cursor: pointer;
}
.styles_BordercolumnsTagText__8_2lv:hover {
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
}
.styles_grayColumnsTextLink__p_JZX {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #505560;
  cursor: pointer;
}
.styles_grayColumnsTextLink__p_JZX:hover {
  color: #776ff6;
}
.styles_greenbtn__gHiIe:focus,
.styles_greenbtn__gHiIe {
  background-color: #34bfa3;
  border: none;
  color: #fff;
}
.styles_greenbtn__gHiIe:hover {
  background-color: #2ca189;
  color: #fff;
}
.styles_bluebtn__IlGsf:focus,
.styles_bluebtn__IlGsf {
  background-color: #4587f4;
  border: none;
  color: #fff;
}
.styles_bluebtn__IlGsf:hover {
  background-color: #4587f4;
  color: #fff;
}
.styles_graybtn__T8rL0:focus,
.styles_graybtn__T8rL0 {
  background-color: #d8d9e2;
  border: none;
  color: #fff;
}
.styles_graybtn__T8rL0:hover {
  background-color: #cdcfd8;
  color: #fff;
}
.styles_bluePrimarybtn__tscLN:focus,
.styles_bluePrimarybtn__tscLN {
  background-color: #776ff6;
  border: none;
  color: #fff;
}
.styles_bluePrimarybtn__tscLN:hover {
  background-color: #6158ef;
  color: #fff;
}
.styles_colorLightGray__oDrMT {
  color: #a5adbe;
}
.styles_tablep0b0__X_IT9,
.styles_tablep06b0__cdDjg {
  padding: 6px 0 !important;
  border: none !important;
  background: #fff !important;
  font-size: 12px;
}
.styles_tablep06b0__cdDjg {
  padding: 6px 16px 6px 0 !important;
}
.styles_text-overflow-clamp1__xJ3zf {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.styles_text-overflow-clamp2__9ePuJ {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical !important;
}
.styles_media_viewer__icon__qPWIL {
  position: absolute;
  top: 49%;
  left: 49%;
  display: inline-flex;
  width: 32px;
  height: 32px;
  font-size: 22px;
  color: #fff;
  background: #776ff6;
  border-radius: 50%;
  opacity: 0;
  z-index: 99;
  transform: scale(0.7);
  transition: 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}
.styles_columnsTextGray__gajpE {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
}
.styles_warmPromptTips__X_FdA {
  text-align: center;
}
.styles_warmPromptTips__X_FdA img {
  width: 60px;
}
.styles_warmPromptTips__X_FdA h4 {
  font-size: 18px;
  font-weight: 500;
  color: #505560;
  margin: 20px auto 10px;
}
.styles_warmPromptTips__X_FdA p {
  font-size: 13px;
  font-weight: 500;
  color: #6d7075;
}
.styles_warmPromptTips__X_FdA .styles_footerbtn__6wdFi {
  margin-top: 30px;
}
.styles_warmPromptTips__X_FdA .styles_bluePrimarybtn__tscLN,
.styles_warmPromptTips__X_FdA .styles_graybtn__T8rL0 {
  min-width: 100px;
  height: 35px;
}
@media screen and (max-width: 1175px) {
  .styles_mobileNnoe__unv1B {
    display: none;
  }
}
.styles_addonInputs__Ga2OM input {
  border-right: none !important;
}
.styles_campaignName__hCUWC {
  font-size: 14px;
  font-weight: 500;
  color: #505560;
  margin-bottom: 20px;
}
.styles_rowClassName__JwnVS {
  background: #f9fafb;
}
.styles_rowClassName__JwnVS td {
  border-bottom: none !important;
}
@keyframes styles_infiniteRotating__2ppIo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes styles_fadeInOpacity__eVRLd {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.styles_ymyFooter__PGerS {
  background-color: #1e2334;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  padding-bottom: 40px;
}
.styles_ymyFooter__PGerS p {
  margin: 0;
}
.styles_ymyFooter__PGerS a {
  color: inherit !important;
  border-bottom: 1px solid transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.styles_ymyFooter__PGerS a:hover {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f,
.styles_ymyFooter__PGerS .styles_ymyFooterBottom__ZkL6_ {
  padding: 50px 12%;
  display: flex;
  justify-content: space-between;
}
.styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemTitle__a6hio {
  color: #fff;
  margin-bottom: 26px;
  font-size: 18px;
}
.styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemDesc__UGjwS {
  max-width: 276px;
  line-height: 30px;
}
.styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemDesc__UGjwS .styles_ymyFooterTopItemDescP__61XFW {
  margin-top: 1rem;
}
.styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemLinks__swCaE {
  display: flex;
  gap: 20px;
  margin-top: 16px;
}
.styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemLinksVertical__DTfId {
  display: inline-flex;
  flex-direction: column;
  gap: 18px;
}
.styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemQrContainer__rD0pu {
  display: flex;
  gap: 30px;
}
.styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemQrContainer__rD0pu .styles_ymyFooterTopItemQrItem__qM8oG {
  display: flex;
  flex-direction: column;
}
.styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemQrContainer__rD0pu .styles_ymyFooterTopItemQrItem__qM8oG img {
  height: 100px;
  width: 100px;
  border-radius: 5px;
}
.styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemQrContainer__rD0pu .styles_ymyFooterTopItemQrItem__qM8oG span {
  margin-top: 18px;
}
.styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemQrContainer__rD0pu .styles_ymyFooterTopItemQrItem__qM8oG .styles_ymyFooterTopItemQrItemBorder__hWqQN {
  box-sizing: border-box;
  border: 4px solid #fff;
}
.styles_ymyFooter__PGerS .styles_ymyFooterBottom__ZkL6_ {
  font-family: sans-serif;
}
.styles_ymyFooter__PGerS .styles_ymyFooterBottom__ZkL6_ .styles_ymyFooterBottomItem__wZdrG {
  line-height: 30px;
}
.styles_ymyFooter__PGerS .styles_ymyFooterBottom__ZkL6_ .styles_ymyFooterBottomItem__wZdrG .styles_ymyFooterBottomLogo__TVqWG {
  width: 184px;
  opacity: 0.5;
  position: relative;
  left: -20px;
  top: -14px;
}
.styles_ymyFooterjA__Vad23 {
  padding-bottom: 0;
}
.styles_ymyFooterjA__Vad23 .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemDesc__UGjwS {
  max-width: 400px;
}
.styles_ymyFooterjA__Vad23 .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterBottomLogo__TVqWG {
  width: 184px;
  margin-bottom: 12px;
}
.styles_ymyFooterjA__Vad23 .styles_ymyFooterBottom__ZkL6_ {
  justify-content: center;
  padding: 6px 12%;
}
.styles_ymyFooterPopoverContent__g2hNR {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.styles_ymyFooterPopoverContent__g2hNR p {
  margin: 0;
  font-size: 13px;
  color: #77838f;
  text-align: center;
}
.styles_ymyFooterPopoverContent__g2hNR .styles_ymyFooterPopoverContentImgBorder__tQqQj {
  box-sizing: border-box;
  border: 8px solid #fff;
}
.headerRightQrContainer {
  padding-bottom: 62px;
  text-align: center;
}
.headerRightQrContainer .headerRightQrTxt {
  margin-top: 10px;
  color: #3d4150;
  font-weight: 600;
  font-size: 13px;
}
.headerRightQrContainer .headerRightQrTxt2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background: #f4f7ff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.headerRightQrContainer .headerRightQrTxt2 p {
  margin: 0;
  padding: 0;
  color: #ff8700;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  background: linear-gradient(180deg, #ffa700 0%, #ff8101 99.58496094%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1260px) {
  .styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f,
  .styles_ymyFooter__PGerS .styles_ymyFooterBottom__ZkL6_ {
    padding: 50px 36px;
  }
}
@media screen and (max-width: 1024px) {
  .styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f,
  .styles_ymyFooter__PGerS .styles_ymyFooterBottom__ZkL6_ {
    padding: 32px;
    flex-direction: column;
    gap: 16px;
  }
  .styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemTitle__a6hio {
    margin-bottom: 8px;
  }
  .styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemDesc__UGjwS {
    max-width: initial;
  }
  .styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemLinks__swCaE {
    margin-top: 8px;
  }
  .styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemLinksVertical__DTfId {
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f {
    gap: 0;
    display: block;
  }
  .styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp {
    display: inline-block;
    width: 49.9%;
  }
  .styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemTitle__a6hio {
    margin: 24px 0;
  }
  .styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp:nth-child(1) {
    width: 100%;
  }
  .styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp:nth-child(5) {
    width: 100%;
  }
  .styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemLinks__swCaE {
    gap: 0;
  }
  .styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemLinks__swCaE a {
    margin-right: 16px;
  }
  .styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemLinksVertical__DTfId {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemLinksVertical__DTfId a {
    margin-bottom: 16px;
  }
  .styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemLinksVertical__DTfId a:last-child {
    margin-bottom: 0;
  }
  .styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemQrContainer__rD0pu {
    gap: 0;
  }
  .styles_ymyFooter__PGerS .styles_ymyFooterTop__bNW2f .styles_ymyFooterTopItem__veyvp .styles_ymyFooterTopItemQrContainer__rD0pu .styles_ymyFooterTopItemQrItem__qM8oG {
    margin-right: 16px;
  }
}
.styles_ymyFooterLink__GEU3H {
  display: inline-block;
}

.styles_flex-cen-cen__McnFj {
  display: flex;
  justify-content: center;
  align-items: center;
}
.styles_flex-start-cen__eLJRB {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.styles_flex-cen-start__OQfND {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.styles_flex-space-cen__ddPDt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.styles_flex-around-cen__3hNTz {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.styles_flex-end-cen__9_MVk {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.styles_columnsText__Z46BY,
.styles_columnsTextDark__aDWsh,
.styles_columnsTextSuccess__Np6PI,
.styles_columnsTextWarning__R9Kk9,
.styles_columnsTextCancel__k2x7V,
.styles_columnsTextPrimary__9dKXK {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
}
.styles_columnstotalText__M2sOc {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 600;
  color: #666;
}
.styles_columnstotalTextBorder__J5qeV {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 600;
  color: #666;
  border-bottom: 1px dashed #505560;
  cursor: pointer;
}
.styles_columnstotalTextBorder__J5qeV:hover {
  color: #505560;
}
.styles_columnsTextDark__aDWsh {
  color: #505560;
}
.styles_columnsTextSuccess__Np6PI {
  color: #34bfa3;
}
.styles_columnsTextWarning__R9Kk9 {
  color: #ffc107;
}
.styles_columnsTextCancel__k2x7V {
  color: #a7abb4;
}
.styles_columnsTextRed__p2qQV {
  color: #f1453d;
}
.styles_columnsTextPrimary__9dKXK {
  color: #473ed4;
}
.styles_titleTextgray__rk2xB {
  color: #90949a;
}
.styles_columnsDescSortArrow__I7Vvr {
  color: #f1453d;
  margin-left: 2px;
  font-size: 15px;
}
.styles_dashedLineLink__NSJzY {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  background-color: transparent;
}
.styles_dashedLineLink__NSJzY:hover {
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
}
.styles_primaryText__h25CH {
  color: #776ff6;
}
.styles_spritePrimaryText__SnRh0 {
  color: #FD9226;
}
.styles_redText__mmEQo {
  color: #f44336;
}
.styles_greenText__6yutk {
  color: #07bb96;
}
.styles_boldText__3D10h {
  color: #333;
  font-weight: 600;
}
.styles_grayTime__9JbqM {
  font-size: 13px;
  font-weight: 400;
  color: #bdbecd;
}
.styles_tipBtnLink__5cyJT {
  font-size: 13px;
  color: #f4ac35 !important;
  padding: 0;
  text-decoration: none !important;
  border-bottom: none !important;
  margin-left: 3px;
}
.styles_tipBtnLink__5cyJT:hover {
  color: #f4ac35 !important;
  opacity: 0.8;
}
.styles_msg__BuPgc,
.styles_msgReaded__POnD0 {
  padding-top: 6px;
  color: #575962;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 98%;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  background-color: transparent;
}
.styles_msg__BuPgc:hover,
.styles_msgReaded__POnD0:hover {
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
}
.styles_msgReaded__POnD0 {
  color: #a7abb4;
}
.styles_BordercolumnsText__ftcSJ {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
  cursor: pointer;
}
.styles_BordercolumnsText__ftcSJ:hover {
  color: #473ed4;
  border-bottom: 1px dashed #473ed4;
}
.styles_BorderGreencolumnsText__B5lsa {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #34bfa3;
  border-bottom: 1px dashed #34bfa3;
  cursor: pointer;
}
.styles_BorderGreencolumnsText__B5lsa:hover {
  color: #2ca189;
  border-bottom: 1px dashed #2ca189;
}
.styles_BorderWhitecolumnsText__M0XIW {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #f1f1f1;
  border-bottom: 1px dashed #f1f1f1;
  cursor: pointer;
}
.styles_BorderWhitecolumnsText__M0XIW:hover {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.styles_BorderThisColumnsText__ffs9m {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #505560;
  border-bottom: 1px dashed #505560;
  cursor: pointer;
}
.styles_BorderThisColumnsText__ffs9m:hover {
  color: #505560;
  border-bottom: 1px dashed #505560;
  font-weight: 600;
}
.styles_BorderGreyColumnsText___enoR {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #505560;
  border-bottom: 1px dashed #989ea8;
  color: #989ea8;
  cursor: pointer;
}
.styles_BorderGreyColumnsText___enoR:hover {
  color: #505560;
  border-bottom: 1px dashed #505560;
}
.styles_BordercolumnsTagText__begmJ {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  border-bottom: 1px dashed #a7abb4;
  cursor: pointer;
}
.styles_BordercolumnsTagText__begmJ:hover {
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
}
.styles_grayColumnsTextLink__WgdLh {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #505560;
  cursor: pointer;
}
.styles_grayColumnsTextLink__WgdLh:hover {
  color: #776ff6;
}
.styles_greenbtn__5Ff98:focus,
.styles_greenbtn__5Ff98 {
  background-color: #34bfa3;
  border: none;
  color: #fff;
}
.styles_greenbtn__5Ff98:hover {
  background-color: #2ca189;
  color: #fff;
}
.styles_bluebtn__8NDMR:focus,
.styles_bluebtn__8NDMR {
  background-color: #4587f4;
  border: none;
  color: #fff;
}
.styles_bluebtn__8NDMR:hover {
  background-color: #4587f4;
  color: #fff;
}
.styles_graybtn__TFqC0:focus,
.styles_graybtn__TFqC0 {
  background-color: #d8d9e2;
  border: none;
  color: #fff;
}
.styles_graybtn__TFqC0:hover {
  background-color: #cdcfd8;
  color: #fff;
}
.styles_bluePrimarybtn__Vsdj6:focus,
.styles_bluePrimarybtn__Vsdj6 {
  background-color: #776ff6;
  border: none;
  color: #fff;
}
.styles_bluePrimarybtn__Vsdj6:hover {
  background-color: #6158ef;
  color: #fff;
}
.styles_colorLightGray__6YHVb {
  color: #a5adbe;
}
.styles_tablep0b0__2bWHO,
.styles_tablep06b0__aaAcK {
  padding: 6px 0 !important;
  border: none !important;
  background: #fff !important;
  font-size: 12px;
}
.styles_tablep06b0__aaAcK {
  padding: 6px 16px 6px 0 !important;
}
.styles_text-overflow-clamp1__PwewC {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.styles_text-overflow-clamp2__z9_pd {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical !important;
}
.styles_media_viewer__icon__QlvL4 {
  position: absolute;
  top: 49%;
  left: 49%;
  display: inline-flex;
  width: 32px;
  height: 32px;
  font-size: 22px;
  color: #fff;
  background: #776ff6;
  border-radius: 50%;
  opacity: 0;
  z-index: 99;
  transform: scale(0.7);
  transition: 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}
.styles_columnsTextGray__uiwhE {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
}
.styles_warmPromptTips__cSqqM {
  text-align: center;
}
.styles_warmPromptTips__cSqqM img {
  width: 60px;
}
.styles_warmPromptTips__cSqqM h4 {
  font-size: 18px;
  font-weight: 500;
  color: #505560;
  margin: 20px auto 10px;
}
.styles_warmPromptTips__cSqqM p {
  font-size: 13px;
  font-weight: 500;
  color: #6d7075;
}
.styles_warmPromptTips__cSqqM .styles_footerbtn__Eh9aC {
  margin-top: 30px;
}
.styles_warmPromptTips__cSqqM .styles_bluePrimarybtn__Vsdj6,
.styles_warmPromptTips__cSqqM .styles_graybtn__TFqC0 {
  min-width: 100px;
  height: 35px;
}
@media screen and (max-width: 1175px) {
  .styles_mobileNnoe__M0qLk {
    display: none;
  }
}
.styles_addonInputs__P0t09 input {
  border-right: none !important;
}
.styles_campaignName__O1Goy {
  font-size: 14px;
  font-weight: 500;
  color: #505560;
  margin-bottom: 20px;
}
.styles_rowClassName__v6NDr {
  background: #f9fafb;
}
.styles_rowClassName__v6NDr td {
  border-bottom: none !important;
}
@keyframes styles_infiniteRotating__ZNAXY {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes styles_fadeInOpacity__VtpBe {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.styles_FloatRightContainer__9i6pv {
  position: fixed;
  z-index: 1001;
  right: 30px;
  bottom: 100px;
  background: #fff;
  box-shadow: 2px 2px 16px 0 rgba(122, 147, 255, 0.2);
  border-radius: 37px;
  padding: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: move;
}
.styles_FloatRightContainer__9i6pv .styles_FloatRightItem__Jvfyn {
  font-size: 12px;
  cursor: pointer;
  margin: 10px 0;
}
.styles_FloatRightContainer__9i6pv .styles_FloatRightItem__Jvfyn:first-child {
  margin-top: 0;
}
.styles_FloatRightContainer__9i6pv .styles_FloatRightItem__Jvfyn:last-child {
  margin-bottom: 0;
}
.styles_FloatRightContainer__9i6pv .styles_FloatRightItem__Jvfyn p {
  margin: 0;
  color: #333;
  font-weight: 500;
  margin-top: 6px;
  text-align: center;
}
.styles_FloatRightContainer__9i6pv .styles_FloatRightItem__Jvfyn:hover .styles_FloatRightItemIconContainer__CPLkn .styles_FloatRightItemIcon__V1Lys {
  color: #7a69ff;
}
.styles_FloatRightContainer__9i6pv .styles_FloatRightItem__Jvfyn .styles_FloatRightItemIconContainer__CPLkn {
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
}
.styles_FloatRightContainer__9i6pv .styles_FloatRightItem__Jvfyn .styles_FloatRightItemIconContainer__CPLkn .styles_FloatRightItemIcon__V1Lys {
  font-size: 21px;
  color: #b1bce0;
  transition: all 0.2s;
}
.styles_FloatRightContainer__9i6pv .styles_FloatRightItem__Jvfyn .styles_FloatRightItemIconContainer__CPLkn .styles_FloatRightItemInviteIcon__AvI_r {
  font-size: 12px;
  color: #ffa200;
  position: absolute;
  top: -4px;
  right: 4px;
}
.styles_FloatRightContainer__9i6pv .styles_FloatRightItem__Jvfyn .styles_chat__9sjfa {
  width: 44px;
  height: 44px;
  background: #7a69ff;
}
.styles_FloatRightContainer__9i6pv .styles_FloatRightItem__Jvfyn .styles_chat__9sjfa .styles_FloatRightItemIcon__V1Lys {
  color: #fff !important;
}
.styles_FloatRightContainer__9i6pv .styles_FloatRightItem__Jvfyn .styles_backTop__7p7t6 {
  width: 44px;
  height: 44px;
  background: rgba(122, 105, 255, 0.06);
  transition: all 0.2s;
  margin-bottom: 0;
}
.styles_FloatRightContainer__9i6pv .styles_FloatRightItem__Jvfyn .styles_backTop__7p7t6 .styles_FloatRightItemIcon__V1Lys {
  color: #7a69ff;
}
.styles_FloatRightContainer__9i6pv .styles_FloatRightItem__Jvfyn .styles_backTop__7p7t6:hover {
  background: rgba(122, 105, 255, 0.1);
}
.styles_FloatRightContainer__9i6pv .styles_FloatRightItemLast__j6XQe {
  transition: all 0.2s;
  overflow: hidden;
}
.styles_FloatRightItemHover__XBItr .ant-popover-content .ant-popover-inner {
  padding: 0;
  overflow: hidden;
}
.styles_FloatRightItemHover__XBItr .ant-popover-content .ant-popover-inner-content {
  padding: 0;
}
.styles_FloatRightItemHover__XBItr .styles_PopoverQrContainer__OXZ_S {
  min-width: 220px;
}
.styles_FloatRightItemHover__XBItr .styles_PopoverQrContainer__OXZ_S .styles_PopoverHeader__jjxsz {
  height: 42px;
  background: linear-gradient(0deg, #6957f1, #7b6aff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
.styles_FloatRightItemHover__XBItr .styles_PopoverQrContainer__OXZ_S .styles_PopoverBody__dthuL {
  padding: 18px;
  background-color: #fff;
}
.styles_FloatRightItemHover__XBItr .styles_PopoverQrContainer__OXZ_S .styles_PopoverBody__dthuL .styles_PopoverImgContainer__u8rSK {
  width: 164px;
  height: 164px;
  margin: auto;
}
.styles_FloatRightItemHover__XBItr .styles_PopoverQrContainer__OXZ_S .styles_PopoverBody__dthuL .styles_PopoverImgContainer__u8rSK img {
  width: 100%;
  height: 100%;
}
.styles_FloatRightItemHover__XBItr .styles_PopoverQrContainer__OXZ_S .styles_PopoverBody__dthuL .styles_PopoverDesc___DMxJ {
  text-align: center;
  font-size: 12px;
  color: #788694;
  margin-top: 10px;
  font-weight: 500;
}
.styles_FloatRightItemHover__XBItr .styles_PopoverQrContainer__OXZ_S .styles_PopoverBody__dthuL .styles_PopoverDesc___DMxJ p {
  margin: 0;
}
.styles_FloatRightItemHover__XBItr .styles_chatPopover__jWH8A {
  padding: 18px 30px;
}
.styles_FloatRightItemHover__XBItr .styles_chatPopover__jWH8A .styles_chatPopoverHeader__8WcO2 {
  font-size: 13px;
  font-weight: 600;
  color: #7a69ff;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(122, 105, 255, 0.1);
}
.styles_FloatRightItemHover__XBItr .styles_chatPopover__jWH8A .styles_chatPopoverHeader__8WcO2 .styles_chatPopoverHeaderIcon__7WeJ6 {
  margin-right: 5px;
  font-size: 15px;
  vertical-align: middle;
}
.styles_FloatRightItemHover__XBItr .styles_chatPopover__jWH8A .styles_chatPopoverDesc__z3HbQ {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #788694;
  margin-top: 10px;
}
.styles_FloatRightItemHover__XBItr .styles_chatPopover__jWH8A .styles_chatPopoverDesc__z3HbQ p {
  margin: 0;
}
@media screen and (max-width: 576px) {
  .styles_FloatRightContainer__9i6pv {
    padding: 5px;
    display: none;
  }
}

.styles_flex-cen-cen__NwtcH {
  display: flex;
  justify-content: center;
  align-items: center;
}
.styles_flex-start-cen__5wAxG {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.styles_flex-cen-start__PBXBL {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.styles_flex-space-cen__lXQZo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.styles_flex-around-cen__JSB87 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.styles_flex-end-cen__i56Vw {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.styles_columnsText__Dj9P8,
.styles_columnsTextDark__GgP9Y,
.styles_columnsTextSuccess__xep3k,
.styles_columnsTextWarning__jP8Dk,
.styles_columnsTextCancel__xrJaB,
.styles_columnsTextPrimary__pzcZO {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
}
.styles_columnstotalText__p4FcP {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 600;
  color: #666;
}
.styles_columnstotalTextBorder__JwX_Z {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 600;
  color: #666;
  border-bottom: 1px dashed #505560;
  cursor: pointer;
}
.styles_columnstotalTextBorder__JwX_Z:hover {
  color: #505560;
}
.styles_columnsTextDark__GgP9Y {
  color: #505560;
}
.styles_columnsTextSuccess__xep3k {
  color: #34bfa3;
}
.styles_columnsTextWarning__jP8Dk {
  color: #ffc107;
}
.styles_columnsTextCancel__xrJaB {
  color: #a7abb4;
}
.styles_columnsTextRed__j1bIN {
  color: #f1453d;
}
.styles_columnsTextPrimary__pzcZO {
  color: #473ed4;
}
.styles_titleTextgray__tFh4_ {
  color: #90949a;
}
.styles_columnsDescSortArrow__svgnZ {
  color: #f1453d;
  margin-left: 2px;
  font-size: 15px;
}
.styles_dashedLineLink__kYOCW {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  background-color: transparent;
}
.styles_dashedLineLink__kYOCW:hover {
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
}
.styles_primaryText__RlOyF {
  color: #776ff6;
}
.styles_spritePrimaryText__Nf_iL {
  color: #FD9226;
}
.styles_redText__vowJ0 {
  color: #f44336;
}
.styles_greenText__H3GZC {
  color: #07bb96;
}
.styles_boldText__KC5Gl {
  color: #333;
  font-weight: 600;
}
.styles_grayTime__eAWdC {
  font-size: 13px;
  font-weight: 400;
  color: #bdbecd;
}
.styles_tipBtnLink__L53Yn {
  font-size: 13px;
  color: #f4ac35 !important;
  padding: 0;
  text-decoration: none !important;
  border-bottom: none !important;
  margin-left: 3px;
}
.styles_tipBtnLink__L53Yn:hover {
  color: #f4ac35 !important;
  opacity: 0.8;
}
.styles_msg__WlsBu,
.styles_msgReaded__IzBjo {
  padding-top: 6px;
  color: #575962;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 98%;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  background-color: transparent;
}
.styles_msg__WlsBu:hover,
.styles_msgReaded__IzBjo:hover {
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
}
.styles_msgReaded__IzBjo {
  color: #a7abb4;
}
.styles_BordercolumnsText__SH2fj {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
  cursor: pointer;
}
.styles_BordercolumnsText__SH2fj:hover {
  color: #473ed4;
  border-bottom: 1px dashed #473ed4;
}
.styles_BorderGreencolumnsText__xxBn2 {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #34bfa3;
  border-bottom: 1px dashed #34bfa3;
  cursor: pointer;
}
.styles_BorderGreencolumnsText__xxBn2:hover {
  color: #2ca189;
  border-bottom: 1px dashed #2ca189;
}
.styles_BorderWhitecolumnsText__OPu1r {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #f1f1f1;
  border-bottom: 1px dashed #f1f1f1;
  cursor: pointer;
}
.styles_BorderWhitecolumnsText__OPu1r:hover {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.styles_BorderThisColumnsText__tQnoq {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #505560;
  border-bottom: 1px dashed #505560;
  cursor: pointer;
}
.styles_BorderThisColumnsText__tQnoq:hover {
  color: #505560;
  border-bottom: 1px dashed #505560;
  font-weight: 600;
}
.styles_BorderGreyColumnsText__sEsA2 {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #505560;
  border-bottom: 1px dashed #989ea8;
  color: #989ea8;
  cursor: pointer;
}
.styles_BorderGreyColumnsText__sEsA2:hover {
  color: #505560;
  border-bottom: 1px dashed #505560;
}
.styles_BordercolumnsTagText__oh3PW {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  border-bottom: 1px dashed #a7abb4;
  cursor: pointer;
}
.styles_BordercolumnsTagText__oh3PW:hover {
  color: #776ff6;
  border-bottom: 1px dashed #776ff6;
}
.styles_grayColumnsTextLink__rA1c6 {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
  color: #505560;
  cursor: pointer;
}
.styles_grayColumnsTextLink__rA1c6:hover {
  color: #776ff6;
}
.styles_greenbtn__ZhhHf:focus,
.styles_greenbtn__ZhhHf {
  background-color: #34bfa3;
  border: none;
  color: #fff;
}
.styles_greenbtn__ZhhHf:hover {
  background-color: #2ca189;
  color: #fff;
}
.styles_bluebtn__WdwG0:focus,
.styles_bluebtn__WdwG0 {
  background-color: #4587f4;
  border: none;
  color: #fff;
}
.styles_bluebtn__WdwG0:hover {
  background-color: #4587f4;
  color: #fff;
}
.styles_graybtn__xGWnZ:focus,
.styles_graybtn__xGWnZ {
  background-color: #d8d9e2;
  border: none;
  color: #fff;
}
.styles_graybtn__xGWnZ:hover {
  background-color: #cdcfd8;
  color: #fff;
}
.styles_bluePrimarybtn__0jGWn:focus,
.styles_bluePrimarybtn__0jGWn {
  background-color: #776ff6;
  border: none;
  color: #fff;
}
.styles_bluePrimarybtn__0jGWn:hover {
  background-color: #6158ef;
  color: #fff;
}
.styles_colorLightGray__Yt1kw {
  color: #a5adbe;
}
.styles_tablep0b0__9D3HC,
.styles_tablep06b0__zRdrc {
  padding: 6px 0 !important;
  border: none !important;
  background: #fff !important;
  font-size: 12px;
}
.styles_tablep06b0__zRdrc {
  padding: 6px 16px 6px 0 !important;
}
.styles_text-overflow-clamp1__f0Bv1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.styles_text-overflow-clamp2__sNagk {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical !important;
}
.styles_media_viewer__icon__JKsWl {
  position: absolute;
  top: 49%;
  left: 49%;
  display: inline-flex;
  width: 32px;
  height: 32px;
  font-size: 22px;
  color: #fff;
  background: #776ff6;
  border-radius: 50%;
  opacity: 0;
  z-index: 99;
  transform: scale(0.7);
  transition: 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}
.styles_columnsTextGray__cu1nF {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #a7abb4;
}
.styles_warmPromptTips__D2hZM {
  text-align: center;
}
.styles_warmPromptTips__D2hZM img {
  width: 60px;
}
.styles_warmPromptTips__D2hZM h4 {
  font-size: 18px;
  font-weight: 500;
  color: #505560;
  margin: 20px auto 10px;
}
.styles_warmPromptTips__D2hZM p {
  font-size: 13px;
  font-weight: 500;
  color: #6d7075;
}
.styles_warmPromptTips__D2hZM .styles_footerbtn__0mmQ3 {
  margin-top: 30px;
}
.styles_warmPromptTips__D2hZM .styles_bluePrimarybtn__0jGWn,
.styles_warmPromptTips__D2hZM .styles_graybtn__xGWnZ {
  min-width: 100px;
  height: 35px;
}
@media screen and (max-width: 1175px) {
  .styles_mobileNnoe__gxSRy {
    display: none;
  }
}
.styles_addonInputs__SnXg1 input {
  border-right: none !important;
}
.styles_campaignName__AsYw6 {
  font-size: 14px;
  font-weight: 500;
  color: #505560;
  margin-bottom: 20px;
}
.styles_rowClassName__j6sk2 {
  background: #f9fafb;
}
.styles_rowClassName__j6sk2 td {
  border-bottom: none !important;
}
@keyframes styles_infiniteRotating__ONXbC {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes styles_fadeInOpacity__9_M63 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.styles_error-boundary-comp-wrapper__uTVtv {
  position: relative;
  display: flex;
  flex: 1 1;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.styles_error-boundary-container__HC0Xl {
  text-align: center;
  justify-content: center;
  width: 85%;
}
.styles_title__DBfqc {
  display: flex;
  font-size: 1.6rem;
  align-items: center;
  justify-content: center;
}
.styles_title__DBfqc strong {
  font-weight: 400;
  margin-left: 10px;
}
.styles_error-info__ff3hw {
  opacity: 0.5;
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 90%;
  padding: 15px;
  margin: 0 auto;
  font-family: var(--code-family);
  font-size: 80%;
  display: block;
  max-width: 640px;
  text-align: center;
  border-radius: 5px;
  border: 1px dashed #ccc;
}
.styles_error-info__ff3hw pre {
  margin-bottom: 0;
}
.styles_error-info__ff3hw code {
  font-family: var(--code-family);
  line-height: 1.2;
}
.styles_refresh-button__7cUb_ {
  margin-top: 20px;
  display: inline-flex;
  place-items: center;
  border-radius: 5px;
}
.styles_refresh-button__7cUb_ span,
.styles_refresh-button__7cUb_ svg {
  line-height: 1;
}
.styles_refresh-button__7cUb_ svg {
  font-size: 120%;
  margin-right: 3px;
}

