.fastLogin-alert-main {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
}
.fastLogin-alert-main .fastLogin-alert {
  min-width: 100px;
  background-color: #000;
  filter: alpha(opacity=60);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
}
.fastLogin-alert-main .fastLogin-alert .fastLogin-text {
  border-bottom: 0 none;
  margin: 0;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
}

.mf-iconfont {
  font-family: "cckjMfIconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.src-universalComps-Tooltip-index__wrapperTooltip--Sv_9_ {
  display: inline-block;
}
.src-universalComps-Tooltip-index__tooltip--llVdk {
  position: fixed;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  width: auto;
  max-width: 400px;
  height: auto;
  z-index: 99999;
}
.src-universalComps-Tooltip-index__tooltip--llVdk .src-universalComps-Tooltip-index__box--d5ApC {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.src-universalComps-Tooltip-index__tooltip--llVdk .src-universalComps-Tooltip-index__box--d5ApC .src-universalComps-Tooltip-index__content--jE76g {
  padding: 5px 10px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
  border-radius: 4px;
}
.src-universalComps-Tooltip-index__tooltip--llVdk .src-universalComps-Tooltip-index__box--d5ApC .src-universalComps-Tooltip-index__content--jE76g a {
  color: var(--color-primary);
  transition: all 0.3s;
}
.src-universalComps-Tooltip-index__tooltip--llVdk .src-universalComps-Tooltip-index__box--d5ApC .src-universalComps-Tooltip-index__content--jE76g a:hover {
  text-decoration: underline;
}
.src-universalComps-Tooltip-index__tooltip--llVdk .src-universalComps-Tooltip-index__arrow--DjN_p {
  position: absolute;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.src-universalComps-Tooltip-index__tooltip--llVdk .src-universalComps-Tooltip-index__rightArrow--UlF5m {
  box-shadow: none;
  border-left: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.75);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.src-universalComps-Tooltip-index__tooltip--llVdk.src-universalComps-Tooltip-index__white--T6tqr {
  background-color: #fff;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  color: #333;
}
.src-universalComps-Tooltip-index__tooltip--llVdk.src-universalComps-Tooltip-index__white--T6tqr .src-universalComps-Tooltip-index__content--jE76g {
  background-color: #fff;
}
.src-universalComps-Tooltip-index__tooltip--llVdk.src-universalComps-Tooltip-index__white--T6tqr .src-universalComps-Tooltip-index__arrow--DjN_p {
  border-top: 5px solid #fff;
}

.rc-tooltip.rc-tooltip-zoom-appear,
.rc-tooltip.rc-tooltip-zoom-enter {
  opacity: 0;
}
.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  line-height: 1.5;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1px;
  opacity: 0.9;
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-inner {
  padding: 8px 10px;
  color: #333333;
  text-align: left;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 3px;
  min-height: 34px;
  border: 1px solid #b1b1b1;
}
.rc-tooltip-arrow,
.rc-tooltip-arrow-inner {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  transform: translate(-50%, 5px);
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #b1b1b1;
}
.rc-tooltip-placement-top .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topRight .rc-tooltip-arrow-inner {
  bottom: 1px;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #ffffff;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: -5px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #b1b1b1;
  transform: translateX(calc(-100% + 1px));
}
.rc-tooltip-placement-right .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow-inner {
  left: 1px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #ffffff;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: -5px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #b1b1b1;
  transform: translateX(calc(100% - 1px));
}
.rc-tooltip-placement-left .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow-inner {
  right: 1px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #ffffff;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  transform: translate(-50%, -5px);
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #b1b1b1;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow-inner {
  top: 1px;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #ffffff;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}

.src-universalComps-RcToolTip-index__tooltipOverlayBox--VYaHT {
  background-color: unset;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.src-universalComps-RcToolTip-index__tooltipOverlayBox--VYaHT .rc-tooltip-arrow {
  border-bottom-color: #333;
  border-top-color: #333;
}
.src-universalComps-RcToolTip-index__tooltipOverlayBox--VYaHT .rc-tooltip-inner {
  border: none;
  background-color: #333;
  color: #fff;
}
.src-universalComps-RcToolTip-index__tooltipOverlayBox--VYaHT.src-universalComps-RcToolTip-index__light--gjfAs .rc-tooltip-arrow {
  border-bottom-color: #fff;
}
.src-universalComps-RcToolTip-index__tooltipOverlayBox--VYaHT.src-universalComps-RcToolTip-index__light--gjfAs .rc-tooltip-inner {
  border: none;
  background-color: #fff;
  color: #333;
}

.src-components-SetSubscriptionCategories-index__modal--OIkP0 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq {
  width: 1108px;
  height: 600px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__header--OfnCx {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: #f9f9f9;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__header--OfnCx .src-components-SetSubscriptionCategories-index__title--TAMOF {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 22px;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__header--OfnCx .src-components-SetSubscriptionCategories-index__closeBtn--gshzA {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  cursor: pointer;
  color: #666666;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__header--OfnCx .src-components-SetSubscriptionCategories-index__closeBtn--gshzA:hover {
  color: #333333;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD {
  flex: 1;
  padding: 24px;
  overflow-y: auto;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__loading--nDg2N {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #999;
  font-size: 14px;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__noData--P_nGI {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #999;
  font-size: 14px;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__recommendTitle--MeQgG {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #333333;
  margin-bottom: 4px;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__question--GFAMv {
  font-size: 12px;
  color: #666666;
  line-height: 18px;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__categoryList--LP4VA {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 16px;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__categoryList--LP4VA .src-components-SetSubscriptionCategories-index__categoryItem--lC1Yj {
  height: 40px;
  padding: 0 16px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__categoryList--LP4VA .src-components-SetSubscriptionCategories-index__categoryItem--lC1Yj .src-components-SetSubscriptionCategories-index__checkIcon--i8zo0 {
  font-size: 16px;
  color: #cccccc;
  margin-right: 10px;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__categoryList--LP4VA .src-components-SetSubscriptionCategories-index__categoryItem--lC1Yj .src-components-SetSubscriptionCategories-index__checkIcon--i8zo0:hover {
  color: var(--color-primary);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__categoryList--LP4VA .src-components-SetSubscriptionCategories-index__categoryItem--lC1Yj .src-components-SetSubscriptionCategories-index__categoryName--jGEJq {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  transition: color 0.3s;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__categoryList--LP4VA .src-components-SetSubscriptionCategories-index__categoryItem--lC1Yj:hover {
  border-color: var(--color-theme-1);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__categoryList--LP4VA .src-components-SetSubscriptionCategories-index__categoryItem--lC1Yj.src-components-SetSubscriptionCategories-index__selected--FxO5r .src-components-SetSubscriptionCategories-index__checkIcon--i8zo0 {
  color: var(--color-primary);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 {
  padding: 16px 12px;
  background: #fbfbfb;
  margin-top: 20px;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationTitle--ATGCe {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
  margin-bottom: 2px;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationDesc--cRUpQ {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
  margin-bottom: 14px;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz {
  display: flex;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 {
  width: calc(50% - 14px);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__notificationMethodItemContent--olBmy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__notificationMethodItemContent--olBmy .src-components-SetSubscriptionCategories-index__left--QqGeF {
  display: flex;
  align-items: center;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__notificationMethodItemContent--olBmy .src-components-SetSubscriptionCategories-index__notificationMethodItemTitle--bnWXt {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #666666;
  margin-right: 10px;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__notificationMethodItemContent--olBmy .src-components-SetSubscriptionCategories-index__switchBox--ML6SU {
  width: 32px;
  height: 16px;
  border-radius: 8px;
  background: #CCCCCC;
  position: relative;
  cursor: pointer;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__notificationMethodItemContent--olBmy .src-components-SetSubscriptionCategories-index__switchBox--ML6SU.src-components-SetSubscriptionCategories-index__notAllowed--QtJDh {
  cursor: not-allowed;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__notificationMethodItemContent--olBmy .src-components-SetSubscriptionCategories-index__switchBox--ML6SU::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: all 0.3s;
  z-index: 1;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__notificationMethodItemContent--olBmy .src-components-SetSubscriptionCategories-index__switchBox--ML6SU.src-components-SetSubscriptionCategories-index__active--H8aWY {
  background: var(--color-primary);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__notificationMethodItemContent--olBmy .src-components-SetSubscriptionCategories-index__switchBox--ML6SU.src-components-SetSubscriptionCategories-index__active--H8aWY::after {
  left: calc(100% - 14px);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__notificationMethodItemContent--olBmy .src-components-SetSubscriptionCategories-index__contactBtn--Io_fS {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
  color: var(--color-theme-1);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__notificationMethodItemContent--olBmy .src-components-SetSubscriptionCategories-index__contactBtn--Io_fS:hover {
  color: var(--color-theme-1-1);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__descBox--iJ8AA {
  width: 100%;
  min-height: 40px;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  padding-left: 12px;
  font-size: 14px;
  color: #333333;
  margin-top: 4px;
  display: flex;
  align-items: center;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__descBox--iJ8AA .src-components-SetSubscriptionCategories-index__whatsAppList--AwlEV {
  width: 100%;
  padding: 8px 12px 8px 0;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__descBox--iJ8AA .src-components-SetSubscriptionCategories-index__whatsAppList--AwlEV .src-components-SetSubscriptionCategories-index__whatsAppItem--yWSbk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__descBox--iJ8AA .src-components-SetSubscriptionCategories-index__whatsAppList--AwlEV .src-components-SetSubscriptionCategories-index__whatsAppItem--yWSbk:last-child {
  margin-bottom: 0;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__descBox--iJ8AA .src-components-SetSubscriptionCategories-index__whatsAppList--AwlEV .src-components-SetSubscriptionCategories-index__whatsAppItem--yWSbk .src-components-SetSubscriptionCategories-index__unbindBtn--pfDMK {
  color: #D8D8D8;
  cursor: pointer;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__descBox--iJ8AA .src-components-SetSubscriptionCategories-index__whatsAppList--AwlEV .src-components-SetSubscriptionCategories-index__whatsAppItem--yWSbk .src-components-SetSubscriptionCategories-index__unbindBtn--pfDMK:hover {
  color: var(--color-theme-1);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__inputbox--UhCaS {
  width: 100%;
  margin-top: 4px;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__inputbox--UhCaS .src-components-SetSubscriptionCategories-index__input--tHSuy {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  padding-left: 12px;
  font-size: 14px;
  color: #333333;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__inputbox--UhCaS .src-components-SetSubscriptionCategories-index__input--tHSuy::-moz-placeholder {
  color: #999999;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__inputbox--UhCaS .src-components-SetSubscriptionCategories-index__input--tHSuy::placeholder {
  color: #999999;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__footer--Gg3NI {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__footer--Gg3NI .src-components-SetSubscriptionCategories-index__confirmBtn--kT65K {
  min-width: 80px;
  height: 30px;
  background-color: var(--color-theme-1);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__footer--Gg3NI .src-components-SetSubscriptionCategories-index__confirmBtn--kT65K:hover {
  background-color: var(--color-theme-1-1);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmMask--iZ5yA {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmMask--iZ5yA .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModal--SupgK {
  width: 360px;
  padding: 20px 20px 20px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmMask--iZ5yA .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModal--SupgK .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModalTitle--BpEIA {
  font-size: 16px;
  color: #333333;
  height: 22px;
  line-height: 22px;
  position: relative;
  background-color: unset;
  text-align: left;
  margin: 0;
  padding: 0;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmMask--iZ5yA .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModal--SupgK .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModalTitle--BpEIA .src-components-SetSubscriptionCategories-index__closeIcon--DpxNN {
  font-size: 14px;
  color: #666666;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmMask--iZ5yA .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModal--SupgK .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModalContent--NR0KT {
  font-size: 14px;
  line-height: 20px;
  word-break: keep-all;
  color: #666666;
  padding: 0;
  margin-top: 10px;
  text-align: left;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmMask--iZ5yA .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModal--SupgK .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModalFooter--OqdVk {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmMask--iZ5yA .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModal--SupgK .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModalFooter--OqdVk .src-components-SetSubscriptionCategories-index__btn--LUVEW {
  min-width: 80px;
  height: 30px;
  padding: 0 8px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmMask--iZ5yA .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModal--SupgK .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModalFooter--OqdVk .src-components-SetSubscriptionCategories-index__cancelBtn--mocMu {
  color: #666666;
  border: 1px solid #E4E4E4;
  background: #F9F9F9;
  margin-right: 16px;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmMask--iZ5yA .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModal--SupgK .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModalFooter--OqdVk .src-components-SetSubscriptionCategories-index__cancelBtn--mocMu:hover {
  color: var(--color-font-1);
  border: 1px solid var(--color-line-1);
  background: var(--color-bg-14-1);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmMask--iZ5yA .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModal--SupgK .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModalFooter--OqdVk .src-components-SetSubscriptionCategories-index__confirmBtn--kT65K {
  color: #fff;
  background: var(--color-theme-1);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0 .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmMask--iZ5yA .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModal--SupgK .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModalFooter--OqdVk .src-components-SetSubscriptionCategories-index__confirmBtn--kT65K:hover {
  background: var(--color-theme-1-1);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0.src-components-SetSubscriptionCategories-index__isVip--zS_rd .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__categoryList--LP4VA .src-components-SetSubscriptionCategories-index__categoryItem--lC1Yj .src-components-SetSubscriptionCategories-index__checkIcon--i8zo0:hover {
  color: var(--color-theme-1-vip);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0.src-components-SetSubscriptionCategories-index__isVip--zS_rd .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__categoryList--LP4VA .src-components-SetSubscriptionCategories-index__categoryItem--lC1Yj:hover {
  border-color: var(--color-theme-1-vip);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0.src-components-SetSubscriptionCategories-index__isVip--zS_rd .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__categoryList--LP4VA .src-components-SetSubscriptionCategories-index__categoryItem--lC1Yj.src-components-SetSubscriptionCategories-index__selected--FxO5r .src-components-SetSubscriptionCategories-index__checkIcon--i8zo0 {
  color: var(--color-theme-1-vip);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0.src-components-SetSubscriptionCategories-index__isVip--zS_rd .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__notificationMethodItemContent--olBmy .src-components-SetSubscriptionCategories-index__switchBox--ML6SU.src-components-SetSubscriptionCategories-index__active--H8aWY {
  background-color: var(--color-theme-1-vip);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0.src-components-SetSubscriptionCategories-index__isVip--zS_rd .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__notificationMethodItemContent--olBmy .src-components-SetSubscriptionCategories-index__contactBtn--Io_fS {
  color: var(--color-theme-1-vip);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0.src-components-SetSubscriptionCategories-index__isVip--zS_rd .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__notificationMethodItemContent--olBmy .src-components-SetSubscriptionCategories-index__contactBtn--Io_fS:hover {
  color: var(--color-theme-1-1-vip);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0.src-components-SetSubscriptionCategories-index__isVip--zS_rd .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__content--AUHAD .src-components-SetSubscriptionCategories-index__notificationMethod--AWqG1 .src-components-SetSubscriptionCategories-index__notificationMethodList--_YOaz .src-components-SetSubscriptionCategories-index__notificationMethodItem--ZJ0p2 .src-components-SetSubscriptionCategories-index__descBox--iJ8AA .src-components-SetSubscriptionCategories-index__whatsAppList--AwlEV .src-components-SetSubscriptionCategories-index__whatsAppItem--yWSbk .src-components-SetSubscriptionCategories-index__unbindBtn--pfDMK:hover {
  color: var(--color-theme-1-vip);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0.src-components-SetSubscriptionCategories-index__isVip--zS_rd .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__footer--Gg3NI .src-components-SetSubscriptionCategories-index__confirmBtn--kT65K {
  background-color: var(--color-theme-2-vip);
  color: #333333;
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0.src-components-SetSubscriptionCategories-index__isVip--zS_rd .src-components-SetSubscriptionCategories-index__box--wrvIq .src-components-SetSubscriptionCategories-index__footer--Gg3NI .src-components-SetSubscriptionCategories-index__confirmBtn--kT65K:hover {
  background-color: var(--color-theme-2-1-vip);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0.src-components-SetSubscriptionCategories-index__isVip--zS_rd .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmMask--iZ5yA .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModal--SupgK .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModalFooter--OqdVk .src-components-SetSubscriptionCategories-index__confirmBtn--kT65K {
  color: var(--color-font-1);
  background-color: var(--color-theme-2-vip);
}
.src-components-SetSubscriptionCategories-index__modal--OIkP0.src-components-SetSubscriptionCategories-index__isVip--zS_rd .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmMask--iZ5yA .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModal--SupgK .src-components-SetSubscriptionCategories-index__unbindWhatsAppConfirmModalFooter--OqdVk .src-components-SetSubscriptionCategories-index__confirmBtn--kT65K:hover {
  background-color: var(--color-theme-2-1-vip);
}

