.remote-nps-npsrating-container-n1fye {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.remote-nps-npsrating-content-p2wgc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.remote-nps-npsrating-title-a4v33 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0D0E0F;
  text-align: left;
}
[data-theme=dark] .remote-nps-npsrating-title-a4v33 {
  color: #FFFFFF;
}
[dir="rtl"] .remote-nps-npsrating-title-a4v33 {
  text-align: right;
  direction: rtl;
}

.remote-nps-npsrating-scaleContainer-ivo3f {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 8px;
  width: 100%;
}

.remote-nps-npsrating-labelContainer-9lkg7 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  gap: 16px;
  width: 100%;
}
[dir="rtl"] .remote-nps-npsrating-labelContainer-9lkg7 {
  direction: rtl;
}

.remote-nps-npsrating-label-a0b8x {
  font-family: "PingFang TC", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #87909F;
}
[data-theme=dark] .remote-nps-npsrating-label-a0b8x {
  color: #6E7583;
}

.remote-nps-npsrating-numbersContainer-t6jv4 {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  align-self: stretch;
  gap: 2px;
  width: 100%;
}
[dir="rtl"] .remote-nps-npsrating-numbersContainer-t6jv4 {
  direction: rtl;
}

.remote-nps-npsrating-numberItem-ctrq7 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 8px 0px;
  background-color: rgba(0, 35, 102, 0.04);
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.remote-nps-npsrating-numberItem-ctrq7:hover {
  background-color: rgba(0, 29, 87, 0.08);
}
[data-theme=dark] .remote-nps-npsrating-numberItem-ctrq7 {
  background-color: rgba(255, 255, 255, 0.06);
}
[data-theme=dark] .remote-nps-npsrating-numberItem-ctrq7:hover {
  background-color: #001D57;
}
.remote-nps-npsrating-numberItem-ctrq7 .remote-nps-npsrating-number-reiki {
  font-family: "PingFang TC", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #0D0E0F;
  text-align: center;
}
[data-theme=dark] .remote-nps-npsrating-numberItem-ctrq7 .remote-nps-npsrating-number-reiki {
  color: #FFFFFF;
}

.remote-nps-npsrating-selected-wxhql {
  background-color: rgba(0, 35, 102, 0.08);
  border-color: #0066FF;
}
.remote-nps-npsrating-selected-wxhql .remote-nps-npsrating-number-reiki {
  color: #0066FF;
}
[data-theme=dark] .remote-nps-npsrating-selected-wxhql {
  background-color: #001D57;
  border-color: #99bcff;
}
[data-theme=dark] .remote-nps-npsrating-selected-wxhql .remote-nps-npsrating-number-reiki {
  color: #99bcff;
}

.remote-nps-npsrating-footer-niwh4 {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 16px;
  width: 100%;
  padding: 16px 16px 8px;
}
.remote-nps-npsrating-footer-niwh4 .remote-nps-npsrating-skipButton-bmbgm {
  width: 100%;
}.remote-nps-survey-container-uwb2y {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
}

.remote-nps-survey-questionContainer-2ue9y {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  gap: 24px;
  width: 100%;
}

.remote-nps-survey-questionTitle-ji7na {
  font-family: "PingFang TC", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0D0E0F;
  width: 100%;
  text-align: left;
}
[data-theme=dark] .remote-nps-survey-questionTitle-ji7na {
  color: #FFFFFF;
}
[dir="rtl"] .remote-nps-survey-questionTitle-ji7na {
  text-align: right;
}

.remote-nps-survey-optionsContainer-7nvyv {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.remote-nps-survey-checkboxWrapper-3rqua {
  display: flex;
  width: 100%;
}

.remote-nps-survey-otherContainer-2c6n3 {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 12px;
  width: 100%;
}

.remote-nps-survey-textareaContainer-kwu09 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-top: 4px;
}

.remote-nps-survey-textarea-ahtx4 {
  width: 100%;
  padding: 9px 0 5px 12px;
  font-family: "PingFang TC", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #0D0E0F;
  background-color: rgba(0, 35, 102, 0.04);
  border: 1px solid transparent;
  border-radius: 8px;
  resize: none;
  overflow: hidden;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  text-align: left;
  direction: ltr;
  height: 40px;
}
.remote-nps-survey-textarea-ahtx4::placeholder {
  color: #87909F;
}
.remote-nps-survey-textarea-ahtx4:focus {
  outline: none;
  border-color: #0066FF;
  background-color: rgba(0, 35, 102, 0.06);
}
[data-theme=dark] .remote-nps-survey-textarea-ahtx4 {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.06);
}
[data-theme=dark] .remote-nps-survey-textarea-ahtx4::placeholder {
  color: #B8BEC8;
}
[data-theme=dark] .remote-nps-survey-textarea-ahtx4:focus {
  border-color: #99bcff;
  background-color: rgba(255, 255, 255, 0.08);
}
[dir="rtl"] .remote-nps-survey-textarea-ahtx4 {
  text-align: right;
  direction: rtl;
}

.remote-nps-survey-charCount-1bd5b {
  font-family: "PingFang TC", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: var(--content-tertiary, #A2A9B6);
  text-align: left;
}
[data-theme=dark] .remote-nps-survey-charCount-1bd5b {
  color: var(--content-tertiary, #A2A9B6);
}
[dir="rtl"] .remote-nps-survey-charCount-1bd5b {
  text-align: right;
}

@media (max-width: 480px) {
  .remote-nps-survey-container-uwb2y {
    width: 100%;
  }
  .remote-nps-survey-questionContainer-2ue9y {
    width: 100%;
  }
}
.remote-nps-survey-questionFooter-s20h1 {
  width: 100%;
  padding: 0 16px 8px;
}
.remote-nps-survey-questionFooter-s20h1 button {
  width: 100%;
}.remote-nps-thanks-container-gs8er {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 16px 24px;
  text-align: center;
}

.remote-nps-thanks-image-si3rp {
  width: 138px;
  height: 138px;
  margin-bottom: 24px;
  object-fit: contain;
}

.remote-nps-thanks-imageLight-ldjso {
  display: block;
}
[data-theme=dark] .remote-nps-thanks-imageLight-ldjso {
  display: none;
}

.remote-nps-thanks-imageDark-oion9 {
  display: none;
}
[data-theme=dark] .remote-nps-thanks-imageDark-oion9 {
  display: block;
}

.remote-nps-thanks-title-so3ci {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #0D0E0F;
  margin-bottom: 12px;
}
[data-theme=dark] .remote-nps-thanks-title-so3ci {
  color: #F2F4F6;
}

.remote-nps-thanks-subtitle-6ueq7 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #87909F;
}
[data-theme=dark] .remote-nps-thanks-subtitle-6ueq7 {
  color: #6E7583;
}.mx-remote-nps-container .mx-sheet-header {
  border-bottom: none;
}

.remote-nps-base-content-3okb2 {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: var(--lg, 32px);
  padding: var(--sm, 16px);
  box-sizing: border-box;
}

.remote-nps-base-questionContainer-v3w8u {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  gap: var(--md, 24px);
}

.remote-nps-base-questionTitle-z6w2h {
  font-family: "PingFang TC", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: var(--content-primary);
  width: 100%;
}
[dir="rtl"] .remote-nps-base-questionTitle-z6w2h {
  text-align: right;
}

.remote-nps-base-checkboxContainer-3eji2 {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: var(--xxsm, 8px);
}

.remote-nps-base-checkboxGroup-d9j8s {
  display: flex;
  flex-direction: column;
  gap: var(--md, 24px);
}

.remote-nps-base-buttonContainer-ajc2y {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: var(--sm, 16px);
  padding: var(--sm, 16px);
}

.remote-nps-base-submitButton-2vi30 {
  width: 100%;
  border-radius: 24px;
}

.remote-nps-base-pageTransition-hf7uu {
  position: relative;
  width: 100%;
}

.remote-nps-base-pageEnter-84oo5 {
  opacity: 0;
  transform: translateX(30px);
}
[dir="rtl"] .remote-nps-base-pageEnter-84oo5 {
  transform: translateX(-30px);
}

.remote-nps-base-pageEnterActive-4eokn {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 400ms ease-in-out, transform 400ms ease-out;
}

.remote-nps-base-pageExit-4bj0b {
  opacity: 1;
  transform: translateX(0);
}

.remote-nps-base-pageExitActive-vdzb9 {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 300ms ease-in-out, transform 300ms ease-in;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
[dir="rtl"] .remote-nps-base-pageExitActive-vdzb9 {
  transform: translateX(30px);
}

.remote-nps-base-titleTransition-hsezi {
  font-family: "PingFang TC", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--content-primary, #0D0E0F);
  display: block;
  width: 100%;
  text-align: left;
  direction: inherit;
}
[data-theme="dark"] .remote-nps-base-titleTransition-hsezi {
  color: #FFFFFF;
}
[dir="rtl"] .remote-nps-base-titleTransition-hsezi {
  text-align: right;
}

.remote-nps-base-titleCenter-ozv86 {
  text-align: center !important;
}
[dir="rtl"] .remote-nps-base-titleCenter-ozv86 {
  text-align: center !important;
}

.remote-nps-base-titleNPS-lks6v {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-primary, #0D0E0F);
  display: block;
  width: 100%;
  text-align: left;
  direction: inherit;
}
[data-theme="dark"] .remote-nps-base-titleNPS-lks6v {
  color: #FFFFFF;
}
[dir="rtl"] .remote-nps-base-titleNPS-lks6v {
  text-align: right;
}

.remote-nps-base-titleSurvey-h69yx {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: var(--content-primary, #F2F4F6);
  display: block;
  width: 100%;
  text-align: center;
  direction: inherit;
}
[data-theme="dark"] .remote-nps-base-titleSurvey-h69yx {
  color: #FFFFFF;
}
[dir="rtl"] .remote-nps-base-titleSurvey-h69yx {
  text-align: center;
}