/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ant-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.ant-divider-horizontal {
  display: flex;
  clear: both;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
}
.ant-divider-horizontal.ant-divider-with-text {
  display: flex;
  margin: 16px 0;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  border-top: 0;
  border-top-color: rgba(0, 0, 0, 0.06);
}
.ant-divider-horizontal.ant-divider-with-text::before,
.ant-divider-horizontal.ant-divider-with-text::after {
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  transform: translateY(50%);
  content: '';
}
.ant-divider-horizontal.ant-divider-with-text-left::before {
  top: 50%;
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left::after {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::before {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::after {
  top: 50%;
  width: 5%;
}
.ant-divider-inner-text {
  display: inline-block;
  padding: 0 1em;
}
.ant-divider-dashed {
  background: none;
  border-color: rgba(0, 0, 0, 0.06);
  border-style: dashed;
  border-width: 1px 0 0;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
  border-top: 0;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
  border-style: dashed none none;
}
.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}
.ant-divider-plain.ant-divider-with-text {
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}
.ant-divider-rtl {
  direction: rtl;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
  width: 95%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
  width: 95%;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-collapse {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 4px 4px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 12px 16px;
  color: #333;
  line-height: 1.5715;
  cursor: pointer;
  transition: all 0.3s, visibility 0s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  vertical-align: -1px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transition: transform 0.24s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  margin-left: auto;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only {
  cursor: default;
}
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
  cursor: pointer;
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  left: auto;
  margin: 0;
  transform: translateY(-50%);
}
.ant-collapse-content {
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-hidden {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 4px 4px;
}
.ant-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}
.ant-collapse-ghost {
  background-color: transparent;
  border: 0;
}
.ant-collapse-ghost > .ant-collapse-item {
  border-bottom: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-collapse-rtl {
  direction: rtl;
}
.ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  margin-right: 0;
  margin-left: 12px;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transform: rotate(180deg);
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  margin-right: auto;
  margin-left: 0;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-right: 12px;
  padding-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-affix {
  position: fixed;
  z-index: 10;
}

.aissmartpay {
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 16px;
  color: #535353;
}
.aissmartpay .ant-typography,
.aissmartpay .ant-form-item,
.aissmartpay .ant-form-item-label > label {
  color: #535353;
}
.aissmartpay .title {
  text-align: center;
}
.aissmartpay .sigCanvas {
  width: 100%;
  height: 200px;
  background-color: #f8f9fa;
}
.aissmartpay .ant-picker,
.aissmartpay .clear-button,
.aissmartpay .submit-button,
.aissmartpay .back-button,
.aissmartpay .scan-button {
  width: 100%;
}
.aissmartpay .ant-btn-primary:focus,
.aissmartpay .ant-btn-primary:hover {
  color: #fff;
}
.aissmartpay .scan-button .icon {
  margin-right: 4px;
}
.aissmartpay .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.aissmartpay .ant-checkbox:hover .ant-checkbox-inner,
.aissmartpay .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #b2d236;
}
.aissmartpay .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #b2d236;
  border-color: #b2d236;
}
.aissmartpay .submit-button,
.aissmartpay .ant-btn-primary,
.aissmartpay .ant-btn-primary:focus,
.aissmartpay .ant-btn-primary:hover {
  background-color: #b2d236;
  border: #b2d236;
  color: #fff !important;
}
.aissmartpay .ant-btn:focus,
.aissmartpay .ant-btn:hover {
  color: #b2d236;
  border-color: #b2d236;
}
.aissmartpay .ant-input:hover,
.aissmartpay .ant-picker:hover {
  border-color: #b2d236;
}
.aissmartpay .ant-input:focus,
.aissmartpay .ant-picker-focused {
  border-color: #b2d236;
  box-shadow: 0 0 0 2px rgba(178, 210, 54, 0.2);
}
.aissmartpay .condition {
  color: #b2d236;
}
.aissmartpay.qrcode {
  flex-direction: column;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aissmartpay.qrcode .title {
  text-align: center;
  position: absolute;
  top: 50px;
}
.aissmartpay-otp-modal .ant-modal-body {
  text-align: center;
}
.aissmartpay-otp-modal .fill-otp {
  margin: 8px 0;
}
.aissmartpay-otp-modal .validate-error {
  color: #ff4d4f;
}
.aissmartpay-otp-modal .validate-button,
.aissmartpay-otp-modal .resend-button {
  margin-top: 8px;
  width: 100%;
}
.aissmartpay .step-2 {
  padding-top: 20px;
}
.aissmartpay .step-2 .title {
  text-align: center;
}
.aissmartpay .step-2 .ant-form-item-label {
  padding-bottom: 0;
  font-weight: bold;
}
.aissmartpay .step-2 .button-wrapper {
  row-gap: 0px;
  background: #fff;
  padding-bottom: 10px;
  padding-top: 30px;
}
.aissmartpay .step-3 {
  padding-top: 20px;
}
.aissmartpay .step-3 .title {
  text-align: center;
}
.aissmartpay .step-3 .terms {
  border: 1px solid #000;
  padding: 5px;
  height: 400px;
  overflow: scroll;
  margin-bottom: 20px;
}
.aissmartpay .step-3 .item {
  margin-bottom: 10px;
  display: block;
}
.aissmartpay .step-3 .item.subitem {
  padding-left: 30px;
}
.aissmartpay-otp-modal .submit-button,
.aissmartpay-otp-modal .ant-btn-primary,
.aissmartpay-otp-modal .ant-btn-primary:focus,
.aissmartpay-otp-modal .ant-btn-primary:hover {
  background-color: #b2d236;
  border: #b2d236;
  color: #fff !important;
}
.aissmartpay-otp-modal .ant-btn:focus,
.aissmartpay-otp-modal .ant-btn:hover {
  color: #b2d236;
  border-color: #b2d236;
}
.aissmartpay-otp-modal .ant-btn-primary:focus,
.aissmartpay-otp-modal .ant-btn-primary:hover {
  color: #fff;
}
.aissmartpay-otp-modal .ant-input:hover {
  border-color: #b2d236;
}
.aissmartpay-otp-modal .ant-input:focus {
  border-color: #b2d236;
  box-shadow: 0 0 0 2px rgba(178, 210, 54, 0.2);
}

.galaxy-smart-deal {
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 16px;
  color: #535353;
}
.galaxy-smart-deal .ant-typography,
.galaxy-smart-deal .ant-form-item,
.galaxy-smart-deal .ant-form-item-label > label {
  color: #535353;
}
.galaxy-smart-deal .title {
  text-align: center;
}
.galaxy-smart-deal .sigCanvas {
  width: 100%;
  height: 200px;
  background-color: #f8f9fa;
}
.galaxy-smart-deal .ant-picker,
.galaxy-smart-deal .clear-button,
.galaxy-smart-deal .submit-button,
.galaxy-smart-deal .back-button,
.galaxy-smart-deal .scan-button {
  width: 100%;
}
.galaxy-smart-deal .ant-btn-primary:focus,
.galaxy-smart-deal .ant-btn-primary:hover {
  color: #fff;
}
.galaxy-smart-deal .scan-button .icon {
  margin-right: 4px;
}
.galaxy-smart-deal .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.galaxy-smart-deal .ant-checkbox:hover .ant-checkbox-inner,
.galaxy-smart-deal .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #2189ff;
}
.galaxy-smart-deal .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #2189ff;
  border-color: #2189ff;
}
.galaxy-smart-deal .submit-button,
.galaxy-smart-deal .ant-btn-primary,
.galaxy-smart-deal .ant-btn-primary:focus,
.galaxy-smart-deal .ant-btn-primary:hover {
  background-color: #2189ff;
  border: #2189ff;
  color: #fff !important;
}
.galaxy-smart-deal .ant-btn:focus,
.galaxy-smart-deal .ant-btn:hover {
  color: #2189ff;
  border-color: #2189ff;
}
.galaxy-smart-deal .ant-input:hover,
.galaxy-smart-deal .ant-picker:hover {
  border-color: #2189ff;
}
.galaxy-smart-deal .ant-input:focus,
.galaxy-smart-deal .ant-picker-focused {
  border-color: #2189ff;
  box-shadow: 0 0 0 2px rgba(33, 137, 255, 0.2);
}
.galaxy-smart-deal .condition {
  color: #2189ff;
}
.galaxy-smart-deal.qrcode {
  flex-direction: column;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.galaxy-smart-deal.qrcode .title {
  text-align: center;
  position: absolute;
  top: 50px;
}
.galaxy-smart-deal-otp-modal .ant-modal-body {
  text-align: center;
}
.galaxy-smart-deal-otp-modal .fill-otp {
  margin: 8px 0;
}
.galaxy-smart-deal-otp-modal .validate-error {
  color: #ff4d4f;
}
.galaxy-smart-deal-otp-modal .validate-button,
.galaxy-smart-deal-otp-modal .resend-button {
  margin-top: 8px;
  width: 100%;
}
.galaxy-smart-deal .step-2 {
  padding-top: 20px;
}
.galaxy-smart-deal .step-2 .title {
  text-align: center;
}
.galaxy-smart-deal .step-2 .ant-form-item-label {
  padding-bottom: 0;
  font-weight: bold;
}
.galaxy-smart-deal .step-2 .button-wrapper {
  row-gap: 0px;
  background: #fff;
  padding-bottom: 10px;
  padding-top: 30px;
}
.galaxy-smart-deal .step-3 {
  padding-top: 20px;
}
.galaxy-smart-deal .step-3 .title {
  text-align: center;
}
.galaxy-smart-deal .step-3 .terms {
  border: 1px solid #000;
  padding: 5px;
  height: 400px;
  overflow: scroll;
  margin-bottom: 20px;
}
.galaxy-smart-deal .step-3 .item {
  margin-bottom: 10px;
  display: block;
}
.galaxy-smart-deal .step-3 .item.subitem {
  padding-left: 30px;
}
.galaxy-smart-deal -otp-modal .submit-button,
.galaxy-smart-deal -otp-modal .ant-btn-primary,
.galaxy-smart-deal -otp-modal .ant-btn-primary:focus,
.galaxy-smart-deal -otp-modal .ant-btn-primary:hover {
  background-color: #2189ff;
  border: #2189ff;
  color: #fff !important;
}
.galaxy-smart-deal -otp-modal .ant-btn:focus,
.galaxy-smart-deal -otp-modal .ant-btn:hover {
  color: #2189ff;
  border-color: #2189ff;
}
.galaxy-smart-deal -otp-modal .ant-btn-primary:focus,
.galaxy-smart-deal -otp-modal .ant-btn-primary:hover {
  color: #fff;
}
.galaxy-smart-deal -otp-modal .ant-input:hover {
  border-color: #2189ff;
}
.galaxy-smart-deal -otp-modal .ant-input:focus {
  border-color: #2189ff;
  box-shadow: 0 0 0 2px rgba(33, 137, 255, 0.2);
}

.login-container {
  display: flex;
  min-height: 100vh;
}
@media only screen and (max-width: 991px) {
  .login-container {
    flex-direction: column;
  }
}
.login-cover {
  flex-basis: 800px;
  background-image: url('/login/desktop-ROS-banner.jpeg');
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 991px) {
  .login-cover {
    flex-basis: 250px;
    background-image: url('/login/mobile-ROS-banner.jpeg');
  }
}
.login-form {
  flex: 1;
  padding: 16px;
  padding-top: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .login-form {
    padding-top: 100px;
  }
}
.login-form h1.ant-typography {
  font-size: 21px;
}
.login-form .ant-form {
  margin: 32px auto 0;
  width: 100%;
  max-width: 320px;
}
.login-form .ant-form .ant-form-item {
  margin-bottom: 20px;
}
.login-form .login-incorrect {
  text-align: center;
}
.login-footer {
  font-size: 10px;
  margin-top: auto;
  text-align: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #52c41a;
}
.ant-message-error .anticon {
  color: #ff4d4f;
}
.ant-message-warning .anticon {
  color: #faad14;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #00cdac;
}
.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.ant-message-notice.ant-move-up-leave.ant-move-up-leave-active {
  animation-name: MessageMoveOut;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-message-rtl {
  direction: rtl;
}
.ant-message-rtl span {
  direction: rtl;
}
.ant-message-rtl .anticon {
  margin-right: 0;
  margin-left: 8px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  background: #fff;
  border-radius: 4px;
}
.ant-card-rtl {
  direction: rtl;
}
.ant-card-hoverable {
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.ant-card-hoverable:hover {
  border-color: transparent;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ant-card-bordered {
  border: 1px solid #f0f0f0;
}
.ant-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 4px 4px 0 0;
}
.ant-card-head::before {
  display: table;
  content: '';
}
.ant-card-head::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-head-wrapper {
  display: flex;
  align-items: center;
}
.ant-card-head-title {
  display: inline-block;
  flex: 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-head-title > .ant-typography,
.ant-card-head-title > .ant-typography-edit-content {
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ant-card-head .ant-tabs-top {
  clear: both;
  margin-bottom: -17px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}
.ant-card-head .ant-tabs-top-bar {
  border-bottom: 1px solid #f0f0f0;
}
.ant-card-extra {
  float: right;
  margin-left: auto;
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}
.ant-card-rtl .ant-card-extra {
  margin-right: auto;
  margin-left: 0;
}
.ant-card-body {
  padding: 24px;
}
.ant-card-body::before {
  display: table;
  content: '';
}
.ant-card-body::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ant-card-grid {
  float: left;
  width: 33.33%;
  padding: 24px;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;
  transition: all 0.3s;
}
.ant-card-rtl .ant-card-grid {
  float: right;
}
.ant-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}
.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
  padding-bottom: 0;
}
.ant-card-bordered .ant-card-cover {
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.ant-card-cover > * {
  display: block;
  width: 100%;
}
.ant-card-cover img {
  border-radius: 4px 4px 0 0;
}
.ant-card-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}
.ant-card-actions::before {
  display: table;
  content: '';
}
.ant-card-actions::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-actions > li {
  float: left;
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.ant-card-rtl .ant-card-actions > li {
  float: right;
}
.ant-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 14px;
  line-height: 1.5715;
  cursor: pointer;
}
.ant-card-actions > li > span:hover {
  color: #00cdac;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn),
.ant-card-actions > li > span > .anticon {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn):hover,
.ant-card-actions > li > span > .anticon:hover {
  color: #00cdac;
}
.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}
.ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}
.ant-card-rtl .ant-card-actions > li:not(:last-child) {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #fafafa;
}
.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}
.ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}
.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}
.ant-card-meta {
  margin: -4px 0;
}
.ant-card-meta::before {
  display: table;
  content: '';
}
.ant-card-meta::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-meta-avatar {
  float: left;
  padding-right: 16px;
}
.ant-card-rtl .ant-card-meta-avatar {
  float: right;
  padding-right: 0;
  padding-left: 16px;
}
.ant-card-meta-detail {
  overflow: hidden;
}
.ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.ant-card-meta-title {
  overflow: hidden;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-meta-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-card-loading {
  overflow: hidden;
}
.ant-card-loading .ant-card-body {
  user-select: none;
}
.ant-card-loading-content p {
  margin: 0;
}
.ant-card-loading-block {
  height: 14px;
  margin: 4px 0;
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background-size: 600% 600%;
  border-radius: 4px;
  animation: card-loading 1.4s ease infinite;
}
@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.ant-card-small > .ant-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 14px;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
  padding: 8px 0;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
  padding: 8px 0;
  font-size: 14px;
}
.ant-card-small > .ant-card-body {
  padding: 12px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 0;
  font-size: 14px;
}
.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 16px 0;
  font-size: 16px;
}
.ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 6px 16px;
}
.ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 7px 16px 6px;
}
.ant-tabs-rtl {
  direction: rtl;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
  margin: 0 0 0 32px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type {
  margin-left: 0;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 0;
  margin-left: 12px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
  margin-right: 8px;
  margin-left: -4px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-nav {
  order: 1;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
  order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
  order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
  order: 1;
}
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-right: 2px;
  margin-left: 0;
}
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-add {
  margin-right: 2px;
  margin-left: 0;
}
.ant-tabs-dropdown-rtl {
  direction: rtl;
}
.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
  text-align: right;
}
.ant-tabs-top,
.ant-tabs-bottom {
  flex-direction: column;
}
.ant-tabs-top > .ant-tabs-nav,
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-top > div > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
  margin: 0 0 16px 0;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 1px solid #f0f0f0;
  content: '';
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  height: 2px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: width 0.3s, left 0.3s, right 0.3s;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  top: 0;
  bottom: 0;
  width: 30px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  left: 0;
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
  opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
  opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before {
  bottom: 0;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
  bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
  order: 1;
  margin-top: 16px;
  margin-bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  top: 0;
}
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  top: 0;
}
.ant-tabs-bottom > .ant-tabs-content-holder,
.ant-tabs-bottom > div > .ant-tabs-content-holder {
  order: 0;
}
.ant-tabs-left > .ant-tabs-nav,
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-left > div > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
  flex-direction: column;
  min-width: 50px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 24px;
  text-align: center;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin: 16px 0 0 0;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  left: 0;
  height: 30px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  top: 0;
  box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  bottom: 0;
  box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
  opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
  opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  width: 2px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: height 0.3s, top 0.3s;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-operations {
  flex: 1 0 auto;
  flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar {
  right: 0;
}
.ant-tabs-left > .ant-tabs-content-holder,
.ant-tabs-left > div > .ant-tabs-content-holder {
  margin-left: -1px;
  border-left: 1px solid #f0f0f0;
}
.ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-left: 24px;
}
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
  order: 1;
}
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  left: 0;
}
.ant-tabs-right > .ant-tabs-content-holder,
.ant-tabs-right > div > .ant-tabs-content-holder {
  order: 0;
  margin-right: -1px;
  border-right: 1px solid #f0f0f0;
}
.ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-right: 24px;
}
.ant-tabs-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-tabs-dropdown-hidden {
  display: none;
}
.ant-tabs-dropdown-menu {
  max-height: 200px;
  margin: 0;
  padding: 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-tabs-dropdown-menu-item {
  display: flex;
  align-items: center;
  min-width: 120px;
  margin: 0;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tabs-dropdown-menu-item > span {
  flex: 1;
  white-space: nowrap;
}
.ant-tabs-dropdown-menu-item-remove {
  flex: none;
  margin-left: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ant-tabs-dropdown-menu-item-remove:hover {
  color: #23d9b4;
}
.ant-tabs-dropdown-menu-item:hover {
  background: #f5f5f5;
}
.ant-tabs-dropdown-menu-item-disabled,
.ant-tabs-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  cursor: not-allowed;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
  margin: 0;
  padding: 8px 16px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
  color: #00cdac;
  background: #fff;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 2px;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 4px 4px 0 0;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-bottom-color: #fff;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 0 4px 4px;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-top-color: #fff;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-top: 2px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 4px 0 0 4px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-right-color: #fff;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 4px 4px 0;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-left-color: #fff;
}
.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
  overflow: hidden;
}
.ant-tabs > .ant-tabs-nav,
.ant-tabs > div > .ant-tabs-nav {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  position: relative;
  display: inline-block;
  display: flex;
  flex: auto;
  align-self: stretch;
  overflow: hidden;
  white-space: nowrap;
  transform: translate(0);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
  position: relative;
  display: flex;
  transition: transform 0.3s;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations {
  display: flex;
  align-self: stretch;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations-hidden,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations-hidden {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
  position: relative;
  padding: 8px 16px;
  background: transparent;
  border: 0;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  transform: translateY(100%);
  content: '';
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {
  min-width: 40px;
  margin-left: 2px;
  padding: 0 8px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 4px 4px 0 0;
  outline: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
  color: #23d9b4;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
  color: #00a690;
}
.ant-tabs-extra-content {
  flex: none;
}
.ant-tabs-centered > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']),
.ant-tabs-centered > div > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']) {
  justify-content: center;
}
.ant-tabs-ink-bar {
  position: absolute;
  background: #00cdac;
  pointer-events: none;
}
.ant-tabs-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 12px 0;
  font-size: 14px;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-tabs-tab-btn:focus,
.ant-tabs-tab-remove:focus,
.ant-tabs-tab-btn:active,
.ant-tabs-tab-remove:active {
  color: #00a690;
}
.ant-tabs-tab-btn {
  outline: none;
  transition: all 0.3s;
}
.ant-tabs-tab-remove {
  flex: none;
  margin-right: -4px;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tabs-tab-remove:hover {
  color: #333;
}
.ant-tabs-tab:hover {
  color: #23d9b4;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #00cdac;
  text-shadow: 0 0 0.25px currentColor;
}
.ant-tabs-tab.ant-tabs-tab-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}
.ant-tabs-tab .anticon {
  margin-right: 12px;
}
.ant-tabs-tab + .ant-tabs-tab {
  margin: 0 0 0 32px;
}
.ant-tabs-content {
  display: flex;
  width: 100%;
}
.ant-tabs-content-holder {
  flex: auto;
  min-width: 0;
  min-height: 0;
}
.ant-tabs-content-animated {
  transition: margin 0.3s;
}
.ant-tabs-tabpane {
  flex: none;
  width: 100%;
  outline: none;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-descriptions-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ant-descriptions-title {
  flex: auto;
  overflow: hidden;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-descriptions-extra {
  margin-left: auto;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-descriptions-view {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.ant-descriptions-view table {
  width: 100%;
  table-layout: fixed;
}
.ant-descriptions-row > th,
.ant-descriptions-row > td {
  padding-bottom: 16px;
}
.ant-descriptions-row:last-child {
  border-bottom: none;
}
.ant-descriptions-item-label {
  color: #333;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5715;
  text-align: start;
}
.ant-descriptions-item-label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-descriptions-item-label.ant-descriptions-item-no-colon::after {
  content: ' ';
}
.ant-descriptions-item-no-label::after {
  margin: 0;
  content: '';
}
.ant-descriptions-item-content {
  display: table-cell;
  flex: 1;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  word-break: break-word;
  overflow-wrap: break-word;
}
.ant-descriptions-item {
  padding-bottom: 0;
  vertical-align: top;
}
.ant-descriptions-item-container {
  display: flex;
}
.ant-descriptions-item-container .ant-descriptions-item-label,
.ant-descriptions-item-container .ant-descriptions-item-content {
  display: inline-flex;
  align-items: baseline;
}
.ant-descriptions-middle .ant-descriptions-row > th,
.ant-descriptions-middle .ant-descriptions-row > td {
  padding-bottom: 12px;
}
.ant-descriptions-small .ant-descriptions-row > th,
.ant-descriptions-small .ant-descriptions-row > td {
  padding-bottom: 8px;
}
.ant-descriptions-bordered .ant-descriptions-view {
  border: 1px solid #f0f0f0;
}
.ant-descriptions-bordered .ant-descriptions-view > table {
  table-layout: auto;
  border-collapse: collapse;
}
.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions-bordered .ant-descriptions-item-content {
  padding: 16px 24px;
  border-right: 1px solid #f0f0f0;
}
.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
  border-right: none;
}
.ant-descriptions-bordered .ant-descriptions-item-label {
  background-color: #fafafa;
}
.ant-descriptions-bordered .ant-descriptions-item-label::after {
  display: none;
}
.ant-descriptions-bordered .ant-descriptions-row {
  border-bottom: 1px solid #f0f0f0;
}
.ant-descriptions-bordered .ant-descriptions-row:last-child {
  border-bottom: none;
}
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content {
  padding: 12px 24px;
}
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content {
  padding: 8px 16px;
}
.ant-descriptions-rtl {
  direction: rtl;
}
.ant-descriptions-rtl .ant-descriptions-item-label::after {
  margin: 0 2px 0 8px;
}
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
  border-left: none;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-page-header {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding: 16px 24px;
  background-color: #fff;
}
.ant-page-header-ghost {
  background-color: inherit;
}
.ant-page-header.has-breadcrumb {
  padding-top: 12px;
}
.ant-page-header.has-footer {
  padding-bottom: 0;
}
.ant-page-header-back {
  margin-right: 16px;
  font-size: 16px;
  line-height: 1;
}
.ant-page-header-back-button {
  color: #00cdac;
  text-decoration: none;
  outline: none;
  transition: color 0.3s;
  color: #000;
  cursor: pointer;
}
.ant-page-header-back-button:focus,
.ant-page-header-back-button:hover {
  color: #23d9b4;
}
.ant-page-header-back-button:active {
  color: #00a690;
}
.ant-page-header .ant-divider-vertical {
  height: 14px;
  margin: 0 12px;
  vertical-align: middle;
}
.ant-breadcrumb + .ant-page-header-heading {
  margin-top: 8px;
}
.ant-page-header-heading {
  display: flex;
  justify-content: space-between;
}
.ant-page-header-heading-left {
  display: flex;
  align-items: center;
  margin: 4px 0;
  overflow: hidden;
}
.ant-page-header-heading-title {
  margin-right: 12px;
  margin-bottom: 0;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-page-header-heading .ant-avatar {
  margin-right: 12px;
}
.ant-page-header-heading-sub-title {
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-page-header-heading-extra {
  margin: 4px 0;
  white-space: nowrap;
}
.ant-page-header-heading-extra > * {
  margin-left: 12px;
  white-space: unset;
}
.ant-page-header-heading-extra > *:first-child {
  margin-left: 0;
}
.ant-page-header-content {
  padding-top: 12px;
}
.ant-page-header-footer {
  margin-top: 16px;
}
.ant-page-header-footer .ant-tabs > .ant-tabs-nav {
  margin: 0;
}
.ant-page-header-footer .ant-tabs > .ant-tabs-nav::before {
  border: none;
}
.ant-page-header-footer .ant-tabs .ant-tabs-tab {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}
.ant-page-header-compact .ant-page-header-heading {
  flex-wrap: wrap;
}
.ant-page-header-rtl {
  direction: rtl;
}
.ant-page-header-rtl .ant-page-header-back {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-page-header-rtl .ant-page-header-heading-title {
  margin-right: 0;
  margin-left: 12px;
}
.ant-page-header-rtl .ant-page-header-heading .ant-avatar {
  margin-right: 0;
  margin-left: 12px;
}
.ant-page-header-rtl .ant-page-header-heading-sub-title {
  float: right;
  margin-right: 0;
  margin-left: 12px;
}
.ant-page-header-rtl .ant-page-header-heading-tags {
  float: right;
}
.ant-page-header-rtl .ant-page-header-heading-extra {
  float: left;
}
.ant-page-header-rtl .ant-page-header-heading-extra > * {
  margin-right: 12px;
  margin-left: 0;
}
.ant-page-header-rtl .ant-page-header-heading-extra > *:first-child {
  margin-right: 0;
}
.ant-page-header-rtl .ant-page-header-footer .ant-tabs-bar .ant-tabs-nav {
  float: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-breadcrumb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-breadcrumb .anticon {
  font-size: 14px;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-breadcrumb a:hover {
  color: #23d9b4;
}
.ant-breadcrumb > span:last-child {
  color: rgba(0, 0, 0, 0.85);
}
.ant-breadcrumb > span:last-child a {
  color: rgba(0, 0, 0, 0.85);
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-link > .anticon + a {
  margin-left: 4px;
}
.ant-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}
.ant-breadcrumb-rtl {
  direction: rtl;
}
.ant-breadcrumb-rtl::before {
  display: table;
  content: '';
}
.ant-breadcrumb-rtl::after {
  display: table;
  clear: both;
  content: '';
}
.ant-breadcrumb-rtl > span {
  float: right;
}
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
  margin-right: 4px;
  margin-left: 0;
}
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
  margin-right: 4px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
.ant-avatar-image {
  background: transparent;
}
.ant-avatar .ant-image-img {
  display: block;
}
.ant-avatar-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}
.ant-avatar.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.ant-avatar-lg-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}
.ant-avatar-lg.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.ant-avatar-sm-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}
.ant-avatar-sm.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-square {
  border-radius: 4px;
}
.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ant-avatar-group {
  display: inline-flex;
}
.ant-avatar-group .ant-avatar {
  border: 1px solid #fff;
}
.ant-avatar-group .ant-avatar:not(:first-child) {
  margin-left: -8px;
}
.ant-avatar-group-popover .ant-avatar + .ant-avatar {
  margin-left: 3px;
}
.ant-avatar-group-rtl .ant-avatar:not(:first-child) {
  margin-right: -8px;
  margin-left: 0;
}
.ant-avatar-group-popover.ant-popover-rtl .ant-avatar + .ant-avatar {
  margin-right: 3px;
  margin-left: 0;
}

.user-list-header {
  display: flex;
  justify-content: space-between;
}
.user-search-select {
  width: 180px;
}
.user-create .admin-upload-photo {
  width: 200px;
  margin: 0 20px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-switch {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}
.ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.ant-switch-checked:focus {
  box-shadow: 0 0 0 2px #e6fff7;
}
.ant-switch:focus:hover {
  box-shadow: none;
}
.ant-switch-checked {
  background-color: #00cdac;
}
.ant-switch-loading,
.ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.ant-switch-loading *,
.ant-switch-disabled * {
  box-shadow: none;
  cursor: not-allowed;
}
.ant-switch-inner {
  display: block;
  margin: 0 7px 0 25px;
  color: #fff;
  font-size: 12px;
  transition: margin 0.2s;
}
.ant-switch-checked .ant-switch-inner {
  margin: 0 25px 0 7px;
}
.ant-switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
}
.ant-switch-handle::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
  transition: all 0.2s ease-in-out;
  content: '';
}
.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 18px - 2px);
}
.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
  right: -30%;
  left: 0;
}
.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: 0;
  left: -30%;
}
.ant-switch-loading-icon.anticon {
  position: relative;
  top: 2px;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: top;
}
.ant-switch-checked .ant-switch-loading-icon {
  color: #00cdac;
}
.ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 16px;
}
.ant-switch-small .ant-switch-inner {
  margin: 0 5px 0 18px;
  font-size: 12px;
}
.ant-switch-small .ant-switch-handle {
  width: 12px;
  height: 12px;
}
.ant-switch-small .ant-switch-loading-icon {
  top: 1.5px;
  font-size: 9px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin: 0 18px 0 5px;
}
.ant-switch-small.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 12px - 2px);
}
.ant-switch-rtl {
  direction: rtl;
}
.ant-switch-rtl .ant-switch-inner {
  margin: 0 25px 0 7px;
}
.ant-switch-rtl .ant-switch-handle {
  right: 2px;
  left: auto;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
  right: 0;
  left: -30%;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: -30%;
  left: 0;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
  margin: 0 7px 0 25px;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 18px - 2px);
}
.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 12px - 2px);
}

.device-list {
  padding: 16px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.device-list .item {
  font-size: 16px;
  text-align: center;
  padding: 32px 16px;
  border: 1px solid #d5d8dc;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.device-list .item:hover {
  border-color: #2c3e50;
}
.device-list-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
@media only screen and (max-width: 991px) {
  .device-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.device-summary {
  width: 100%;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1.5fr;
}
@media only screen and (max-width: 991px) {
  .device-summary {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.device-summary .device-container {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .device-summary .device-container .device-img {
    display: none;
  }
}
.device-summary .device-container .device-img .phone-img {
  width: 288px;
  height: 288px;
}
.device-summary .device-container .device-img .no-phone-img {
  width: 250px;
  height: 103px;
  margin-top: 64px;
}
.device-summary .all-grade {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-bottom: 32px;
}
.device-summary .all-grade .grade-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border: 1px solid #d5d8dc;
  border-radius: 4px;
}
.device-summary .all-grade .grade-box > span.grade {
  font-size: 20px;
}
.device-summary .all-grade .grade-box > span.price {
  font-weight: lighter;
}
@media only screen and (max-width: 991px) {
  .device-summary .all-grade {
    grid-template-columns: repeat(3, 1fr);
  }
}
.promotion-list {
  padding: 16px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.promotion-list .item {
  font-size: 16px;
  text-align: center;
  padding: 32px 16px;
  border: 1px solid #d5d8dc;
  border-radius: 4px;
  word-break: break-word;
  cursor: pointer;
  transition: all 0.3s;
}
.promotion-list .item:hover {
  border-color: #2c3e50;
}

.trade-in-review {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: flex-start;
  margin-top: 16px;
}
@media only screen and (max-width: 991px) {
  .trade-in-review {
    grid-template-columns: 1fr;
  }
}
.trade-in-review .photo-review-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 16px;
}
.trade-in-review .photo-review-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trade-in-review .photo-review-box .text {
  margin: 4px 0;
  text-align: center;
}
.trade-in-review .photo-review-box .no-photo {
  margin: 16px;
}
.trade-in-review .photo-review-box > .ant-btn {
  margin-top: auto;
}
.trade-in-review .hack-image-group {
  display: none;
}
.trade-in-review .form-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.trade-in-review .history-container {
  margin-top: 16px;
  margin-bottom: 32px;
}
.trade-in-review .history-container .ant-descriptions {
  margin-top: 16px;
}

:root, :host {
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Solid';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Regular';
  --fa-font-light: normal 300 1em/1 'Font Awesome 6 Light';
  --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Thin';
  --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
  --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box; }

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }
  .svg-inline--fa.fa-2xs {
    vertical-align: 0.1em; }
  .svg-inline--fa.fa-xs {
    vertical-align: 0em; }
  .svg-inline--fa.fa-sm {
    vertical-align: -0.07143em; }
  .svg-inline--fa.fa-lg {
    vertical-align: -0.2em; }
  .svg-inline--fa.fa-xl {
    vertical-align: -0.25em; }
  .svg-inline--fa.fa-2xl {
    vertical-align: -0.3125em; }
  .svg-inline--fa.fa-pull-left {
    margin-right: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-pull-right {
    margin-left: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-li {
    width: var(--fa-li-width, 2em);
    top: 0.25em; }
  .svg-inline--fa.fa-fw {
    width: var(--fa-fw-width, 1.25em); }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }
  .fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
            transform-origin: center center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center; }

.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  -webkit-transform: scale(var(--fa-counter-scale, 0.25));
          transform: scale(var(--fa-counter-scale, 0.25));
  -webkit-transform-origin: top right;
          transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
          transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
          transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left; }

.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
          transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: top right;
          transform-origin: top right; }

.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
          transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: top left;
          transform-origin: top left; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
          transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  position: relative;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto); }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black; }

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff); }

.upload-button {
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px dashed #d9d9d9;
  border-radius: 8px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 8px;
}
.upload-preview {
  margin: 16px auto;
}
.upload-preview > img {
  width: 100%;
  max-width: 320px;
}
.img-modal {
  width: 100%;
  max-width: 320px;
}
/* ----- Loading ----- */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #00cdac;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* ----- SuccessCheckmark ----- */
.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4caf50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
  content: '';
  height: 100px;
  position: absolute;
  background: #ffffff;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #ffffff;
}
@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.samsung {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  padding: 16px;
  margin: 32px auto;
}
.samsung .search-box {
  width: 100%;
  margin-bottom: 64px;
}
.samsung .trade-up-container {
  display: flex;
  width: 100%;
  margin-top: 32px;
}
@media only screen and (max-width: 450px) {
  .samsung .trade-up-container {
    flex-direction: column;
  }
}
.samsung .trade-up-container .trade-up-box {
  flex: 1;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: none;
}
@media only screen and (max-width: 450px) {
  .samsung .trade-up-container .trade-up-box {
    grid-template-columns: 3fr 2fr;
    grid-template-rows: none;
  }
}
.samsung .trade-up-container .trade-up-box .price-header {
  text-align: center;
  border-bottom: 1px solid black;
  padding: 12px;
}
@media only screen and (max-width: 450px) {
  .samsung .trade-up-container .trade-up-box .price-header {
    border-bottom: 0;
  }
}
.samsung .trade-up-container .trade-up-box .price-header .promo-box {
  border: 1px solid gray;
  border-radius: 8px;
  padding: 8px;
}
.samsung .trade-up-container .trade-up-box .price {
  text-align: center;
  padding: 12px;
}
.samsung .text-center {
  text-align: center;
}
.samsung .btn-check-price {
  text-align: center;
}
@media only screen and (max-width: 450px) {
  .samsung .btn-check-price {
    margin: 32px;
  }
}
.samsung .selection-container {
  margin-top: 32px;
}
.samsung .selection-container.trade-in {
  padding: 24px 16px;
  width: 100%;
}
.samsung .offer {
  text-align: center;
  margin-bottom: 64px;
}
.samsung .grade {
  font-size: 40px;
  color: #00cdac;
}
.samsung .popular-brand {
  margin: 24px 0;
}
.samsung .popular-table {
  margin-top: 24px;
  width: 100%;
  overflow-x: scroll;
}
.samsung .popular-table .ant-table-wrapper {
  width: 800px;
}
.samsung .question-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.samsung .question-switch-container {
  width: 100%;
  margin: 32px 0;
}
/* ----- override ----- */
.override.ant-btn-background-ghost.ant-btn-primary:hover,
.override.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #fff;
  background-color: #00cdac !important;
  border-color: transparent;
}
.override.ant-btn-background-ghost.ant-btn-primary:hover[disabled],
.override.ant-btn-background-ghost.ant-btn-primary:focus[disabled] {
  background-color: transparent !important;
}
.override.ant-btn-background-ghost.active[disabled] {
  background-color: #f5f5f5 !important;
}
.override.ant-btn-background-ghost.active[disabled]:hover,
.override.ant-btn-background-ghost.active[disabled]:focus {
  background-color: #f5f5f5 !important;
}
/* ----- override ant radio for inspection status ----- */
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled).status-completed,
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover.status-completed {
  background: #52c41a;
  border-color: #52c41a;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled).status-cancelled,
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover.status-cancelled {
  background: #faad14;
  border-color: #faad14;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled).status-failed,
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover.status-failed {
  background: #f5222d;
  border-color: #f5222d;
}
.ant-radio-button-wrapper-checked:not(
    [class*=' ant-radio-button-wrapper-disabled']
  ).ant-radio-button-wrapper:first-child.status-completed {
  border-right-color: #52c41a;
}
.ant-radio-button-wrapper-checked:not(
    .ant-radio-button-wrapper-disabled
  ).status-cancelled::before,
.ant-radio-button-wrapper-checked:not(
    .ant-radio-button-wrapper-disabled
  ).status-cancelled:hover::before {
  background-color: #faad14;
}
.ant-radio-button-wrapper-checked:not(
    .ant-radio-button-wrapper-disabled
  ).status-failed::before,
.ant-radio-button-wrapper-checked:not(
    .ant-radio-button-wrapper-disabled
  ).status-failed:hover::before {
  background-color: #f5222d;
}
/* ----- override mobile ----- */
@media only screen and (max-width: 991px) {
  .ant-form .ant-form-item {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .override-mobile.ant-space {
    display: flex;
    flex-direction: column;
  }
  .override-mobile.ant-space .ant-space-item {
    margin-right: 0 !important;
    margin-bottom: 8px;
  }
}
/* ----- default ----- */
.default-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 474px;
}
.default-footer-button {
  margin-top: 80px;
  display: flex;
}
.default-footer-button > .ant-btn {
  max-width: 240px;
  width: 100%;
}
.default-footer-button > .ant-btn:not(:last-child) {
  margin-right: 16px;
}
/* ----- main ----- */
.main-navbar {
  position: fixed;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-navbar .logo {
  height: 24px;
}
.main-navbar .logo.ais {
  height: 44px;
}
.main-navbar .logo.easyswap {
  height: 44px;
}
@media only screen and (max-width: 991px) {
  .main-navbar .logo.easyswap {
    height: 30px;
  }
}
.main-navbar .logo.seven-eleven {
  height: 44px;
}
.main-navbar .user-data {
  display: flex;
  align-items: center;
  color: #333;
  line-height: normal;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.main-navbar .user-data > span {
  margin-left: 8px;
}
.main-navbar .branch-name-mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .main-navbar .branch-name-mobile {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 8px;
    white-space: normal;
    text-align: right;
    height: 100%;
    line-height: 1;
  }
}
.main-navbar .menu-desktop {
  display: block;
}
@media only screen and (max-width: 991px) {
  .main-navbar .menu-desktop {
    display: none;
  }
}
.main-navbar .menu-mobile {
  display: none;
  background: inherit;
}
.main-navbar .menu-mobile.ant-menu.ant-menu-horizontal > .ant-menu-submenu {
  top: 0;
  border-bottom-color: #00cdac;
}
.main-navbar .menu-mobile.ant-menu .ant-menu-submenu-title {
  font-size: 24px;
  background-color: #00cdac;
  color: white;
}
.main-navbar .menu-mobile.ant-menu .ant-menu-submenu-title:hover,
.main-navbar .menu-mobile.ant-menu .ant-menu-submenu-title:active {
  background-color: #00cdac;
  color: white;
}
@media only screen and (max-width: 991px) {
  .main-navbar .menu-mobile {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .main-navbar.ant-layout-header {
    padding: 0 15px;
  }
  .main-navbar .user-data {
    display: none;
  }
}
.main-navbar.samsung-theme {
  background-color: black;
}
.main-navbar.seven-eleven-theme {
  background-color: #fff;
  box-shadow: 1px 1px 3px #ccc;
}
.main-navbar.huawei-theme {
  background-color: #cf0a2c;
}
.main-navbar.tgfone-theme {
  background-color: #f26522;
}
.main-navbar.ais-theme {
  background-color: #fff;
  box-shadow: 1px 1px 3px #ccc;
}
.main-navbar.easyswap-theme {
  background-color: #fff;
  box-shadow: 1px 1px 3px #ccc;
}
.main-navbar.jaymart-theme {
  background-color: #ed212b;
}
.main-navbar.true-online-store-theme {
  background-color: #e32627;
}
.main-sidebar.ant-layout-sider {
  margin-top: 64px;
  overflow: auto;
  min-height: calc(100vh - 64px) !important;
  height: calc(100vh - 64px) !important;
  position: fixed;
  left: 0;
}
.main-sidebar.ant-layout-sider .ant-menu {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .main-sidebar {
    display: none;
  }
}
.main-container {
  min-height: calc(100vh - 64px) !important;
  padding: 32px 50px 0;
}
.main-container.oppo-theme {
  padding: 0;
}
.main-container.fix-siebar {
  margin-left: 200px;
}
@media only screen and (max-width: 991px) {
  .main-container.fix-siebar {
    margin-left: 0;
  }
}
.main-container.fix-header {
  margin-top: 64px;
}
.main-container .custom-page-header {
  padding-left: 0;
  padding-right: 0;
}
.main-container .custom-page-header .ant-page-header-heading-title {
  font-size: 30px;
}
.main-container .custom-page-header .search-form.adv-search {
  width: 100%;
  max-width: 500px;
}
.main-container .custom-page-header .subtitle {
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .main-container {
    padding: 16px 15px;
  }
  .main-container .custom-page-header .ant-page-header-heading-extra {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .main-container .custom-page-header .ant-page-header-heading-extra > * {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .main-container .custom-page-header.btn-width-100-mobile .ant-page-header-heading-extra {
    width: 100%;
  }
  .main-container .custom-page-header.btn-width-100-mobile button:not(.ant-btn-icon-only) {
    width: 100% !important;
  }
}
.main-container.tc {
  margin: auto;
  max-width: 600px;
  padding: 20px;
  margin-top: 70px;
}
.submenu-mobile .button-logout {
  width: 100%;
}
/* ----- page loading ----- */
.page-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.loading-w500 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}
/* ----- home ----- */
.table-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 320px;
}
.col-action {
  display: flex;
  align-items: center;
}
.col-action .cancel-button {
  margin-left: 12px;
  color: red;
  cursor: pointer;
}
.col-action .transfer-button {
  margin-left: 12px;
  color: gold;
  cursor: pointer;
}
/* ----- order ----- */
.order-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.order-step-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
}
@media only screen and (max-width: 991px) {
  .order-step-container {
    align-items: flex-start;
    margin-bottom: 48px;
  }
}
.order-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #d0d3d4;
  font-size: 32px;
}
.order-step > span {
  margin-top: 16px;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .order-step {
    flex: 1;
    font-size: 24px;
    text-align: center;
  }
  .order-step > span {
    font-size: 12px;
  }
}
.order-step.active {
  color: #333;
}
.order-step-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #d0d3d4;
  font-size: 16px;
  margin-bottom: 32px;
}
.order-step-arrow.active {
  color: #333;
}
@media only screen and (max-width: 991px) {
  .order-step-arrow {
    display: none;
  }
}
.contact-admin {
  text-align: center;
}
.contact-admin .footer-btn {
  margin-top: 64px;
}
.contact-admin .footer-btn .ant-btn:first-child {
  margin-right: 16px;
}
/* ----- trade-in ----- */
.trade-in-container {
  display: flex;
  padding: 64px 0;
}
@media only screen and (max-width: 991px) {
  .trade-in-container {
    padding: 32px 0;
  }
}
.trade-in-device {
  flex-basis: 320px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 64px;
}
.trade-in-device .phone-img {
  width: 288px;
  height: 288px;
  margin-bottom: 32px;
}
.trade-in-device .no-phone-img {
  width: 250px;
  height: 103px;
  margin-top: 64px;
  margin-bottom: 64px;
}
.trade-in-device .offer {
  margin-top: 64px;
  text-align: center;
  background-color: #f4f6f7;
  border-radius: 4px;
  padding: 16px;
}
.trade-in-device .offer .price {
  font-size: 32px;
  color: #00cdac;
}
.trade-in-device .offer.trade-up {
  margin-top: 8px;
  background-color: #e7fefa;
}
.trade-in-device .trade-up-hint {
  text-align: center;
  margin-top: 4px;
}
.trade-in-device .edit {
  margin-top: 16px;
}
@media only screen and (max-width: 991px) {
  .trade-in-device {
    display: none;
  }
}
.trade-in-problem {
  flex: 1;
  padding: 16px 32px;
}
@media only screen and (max-width: 991px) {
  .trade-in-problem {
    padding: 16px;
  }
}
.trade-in-problem .po {
  margin-bottom: 20px;
  text-align: center;
}
.trade-in-problem .ssoid {
  margin-bottom: 20px;
  text-align: center;
  font-weight: normal;
}
.trade-in-problem .hint {
  padding-left: 22px;
  font-weight: lighter;
}
.trade-in-problem .hint-image-button {
  margin-left: 22px;
  font-size: 10px;
}
@media only screen and (max-width: 991px) {
  .trade-in-problem .hint-image-button {
    margin-bottom: 24px;
  }
}
.trade-in-problem .hint-image-button.desktop {
  display: block;
}
@media only screen and (max-width: 991px) {
  .trade-in-problem .hint-image-button.desktop {
    display: none;
  }
}
.trade-in-problem .hint-image-button.mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .trade-in-problem .hint-image-button.mobile {
    display: block;
  }
}
.trade-in-problem .footer-btn {
  display: flex;
  justify-content: center;
}
.trade-in-problem .footer-btn .ant-btn {
  width: 100%;
  max-width: 240px;
}
.trade-in-problem .ant-collapse {
  margin-bottom: 32px;
}
.trade-in-problem .question-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.trade-in-problem .question-panel-header > span {
  flex: 1;
  font-size: 16px;
}
.trade-in-problem .question-panel-header .editable {
  flex-basis: 84px;
  margin-left: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.trade-in-problem .question-panel-header .editable > span {
  font-size: 16px;
  color: #00cdac;
}
.trade-in-problem .question-panel-header .editable .icon-edit {
  margin-left: 16px;
  margin-top: 3px;
}
.trade-in-problem .question-panel-content {
  display: grid;
  grid-template-columns: 4fr 2fr;
  gap: 16px;
  grid-template-areas: 'hint-box btn-group';
}
.trade-in-problem .question-panel-content .hint-box {
  grid-area: hint-box;
}
.trade-in-problem .question-panel-content .btn-group {
  grid-area: btn-group;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  grid-template-areas: 'btn-yes btn-no' 'from-app from-app';
  margin-bottom: auto;
}
.trade-in-problem .question-panel-content .btn-yes {
  grid-area: btn-yes;
}
.trade-in-problem .question-panel-content .btn-no {
  grid-area: btn-no;
}
.trade-in-problem .question-panel-content .from-app {
  grid-area: from-app;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .trade-in-problem .question-panel-content {
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
    grid-template-areas: 'hint-box hint-box' 'btn-group btn-group';
  }
  .trade-in-problem .question-panel-content .btn-yes,
  .trade-in-problem .question-panel-content .btn-no {
    width: 100% !important;
  }
}
.trade-in-problem .offer-detail {
  margin-bottom: 64px;
}
.trade-in-problem .offer-detail .txt-c {
  text-align: center;
}
.trade-in-problem .offer-detail .txt-r {
  text-align: right;
}
.trade-in-problem .offer-detail .price-box {
  width: 100%;
  border-radius: 8px;
  background-color: #e7fefa;
  padding: 16px;
}
.trade-in-problem .offer-detail .price-box .sum {
  color: #00cdac;
}
.trade-in-problem .offer-detail .price-box .red {
  color: red;
}
.trade-in-problem .offer-detail .price-box > h2 {
  text-align: center;
}
.trade-in-problem .offer-detail .promo-desc {
  padding: 0 16px;
  margin-top: 4px;
  font-size: 12px;
}
.trade-in-problem .offer-detail .grade-box {
  width: 100%;
  border-radius: 8px;
  background-color: #f4f6f7;
  padding: 16px;
  margin-top: 16px;
}
.trade-in-problem .offer-detail .problem-tag {
  margin-top: 16px;
  padding: 0 16px;
}
.trade-in-problem .offer-detail .problem-tag .ant-tag {
  margin-bottom: 8px;
}
.trade-in-problem .offer-detail .problem-tag .open-faq-btn {
  margin-left: 8px;
}
.trade-in-problem .problem-from-app .ant-descriptions-title {
  font-size: 24px;
}
.trade-in-problem .problem-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.trade-in-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}
/* ----- trade-in form ----- */
.id-card-example {
  margin-left: 16px;
  margin-bottom: 2px;
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px;
}
.id-card-preview {
  width: 100%;
  max-width: 500px;
}
/* ----- summary ----- */
.summary .print-summary {
  margin: 32px auto;
  border: 1px solid #d5d8dc;
}
.summary .print-summary-container {
  overflow-x: scroll;
}
.summary .footer-btn {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.summary .booking-location {
  display: flex;
  align-items: center;
  height: 100%;
}
/* ----- phone price ----- */
.phone-price-new-version-form.ant-form {
  margin-bottom: 24px;
}
.phone-price-new-version-form.ant-form > h4 {
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .phone-price-form-search .wrap-btn {
    margin-top: 10px;
  }
}
/* ----- print ----- */
.print-summary {
  width: 960px;
  padding: 32px;
  font-size: 13px;
}
.print-summary.bill {
  width: 420px;
  padding: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.print-summary.bill h4.ant-typography {
  text-align: center;
  margin-top: 16px;
}
.print-summary.bill .barcode-container {
  text-align: center;
}
.print-summary.bill .detail {
  margin-top: 24px;
}
.print-summary .condition {
  font-size: 10px;
}
.print-summary .coupon-container {
  width: 100%;
  display: flex;
  align-items: center;
}
.print-summary .coupon-container > div {
  text-align: center;
  margin: 0 16px;
  flex: 1;
}
.print-summary .coupon-sign {
  margin-top: auto;
}
@media print {
  .print-phone-price .table-title {
    display: none;
  }
}
@media print {
  .print-phone-price {
    width: 1200px;
    padding: 16px;
  }
  .print-phone-price .ant-table-thead > tr > th,
  .print-phone-price .ant-table-tbody > tr > td,
  .print-phone-price .ant-table tfoot > tr > th,
  .print-phone-price .ant-table tfoot > tr > td {
    padding: 8px;
  }
}
/* ----- pickup ----- */
.pickup-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
}
.pickup-create-form {
  display: grid;
  grid-template-columns: 2fr 3fr;
}
.pickup-admin-grade-modal .input-grade {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.pickup-admin-grade-modal .input-grade > span {
  margin-bottom: 4px;
}
.pickup-admin-grade-modal h4.ant-typography.admin-price {
  margin-top: 0;
  margin-bottom: 32px;
}
.pickup-trade-in-count {
  margin-bottom: 12px;
  padding: 0 24px;
  text-align: right;
}
.pickup-summary {
  display: flex;
  margin: 64px 0 32px;
  padding: 16px;
}
.pickup-summary .total-price-container {
  flex: 1;
  display: grid;
  grid-template-columns: 3fr 80px;
}
.pickup-summary .total-price-container > div {
  text-align: right;
  padding: 8px;
}
.pickup-print {
  margin-top: 32px;
}
@media print {
  .pickup-print {
    width: 800px;
    padding: 16px;
    font-size: 8px;
  }
  .pickup-print h4.ant-typography {
    font-size: 12px;
  }
  .pickup-print .ant-table-thead > tr > th,
  .pickup-print .ant-table-tbody > tr > td,
  .pickup-print .ant-table tfoot > tr > th,
  .pickup-print .ant-table tfoot > tr > td {
    font-size: 8px;
    padding: 4px;
  }
}
.pickup-print .print-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pickup-print .print-header > img {
  width: 300px;
}
@media print {
  .pickup-print .print-header > img {
    width: 160px;
  }
}
.pickup-print .print-table-header {
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
}
.pickup-print .print-table-footer {
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
}
.pickup-print .print-table-footer .ps {
  padding-top: 32px;
}
.pickup-print .print-footer {
  display: flex;
  justify-content: space-between;
  margin: 64px 0;
}
.pickup-print .print-footer .sign {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 4px 16px;
}
.pickup-print .print-total-footer {
  margin: 64px 0;
}
.pickup-print .print-total-footer .total {
  width: 50%;
  margin-left: auto;
  margin-right: 64px;
  display: grid;
  grid-template-columns: 2fr 1fr 2fr 1fr;
  gap: 16px;
  text-align: right;
}
/* ----- inspect ----- */
.inspect-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.inspect-container {
  display: flex;
}
.inspect-container .show-phone {
  flex-basis: 320px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 64px;
}
.inspect-container .show-phone .phone-img {
  width: 288px;
  height: 288px;
  margin-bottom: 32px;
}
.inspect-container .show-phone .no-phone-img {
  width: 250px;
  height: 103px;
  margin-top: 64px;
  margin-bottom: 64px;
}
.inspect-detail {
  flex: 1;
  margin: 32px 0;
}
.inspect-custom-device-button {
  margin-bottom: 24px;
}
.inspect-question {
  margin-top: 64px;
}
.inspect-button {
  margin: 64px 0;
  text-align: center;
}
.inspect-offer {
  margin: 64px 0;
  text-align: center;
}
.inspect-offer .offer-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background-color: #f4f6f7;
  border-radius: 4px;
  font-size: 32px;
}
.inspect-offer .offer-box > span {
  margin: 0 8px;
}
.inspect-offer .offer-box .hl {
  color: #00cdac;
}
.payment-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
}
.payment-create-form {
  max-width: 60%;
}
.payment-upload-slip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.payment-upload-slip .preview-slip {
  width: 280px;
  min-height: 128px;
}
.payment-upload-slip > button {
  margin-top: 16px;
}
.payment-upload-slip > .select-payment-method {
  width: 200px;
  margin-top: 16px;
}
.payment-upload-button {
  width: 128px;
  height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.payment-upload-button:hover {
  border-color: #1890ff;
}
.payment-slip-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.payment-slip-image > img {
  margin-top: 16px;
}
.com7 {
  padding: 16px;
}
.com7 .logo {
  padding: 0 16px;
  margin-bottom: 16px;
}
.com7 .logo > img {
  width: 100%;
}
.com7 .title {
  text-align: center;
  color: #00cdac;
}
.com7 .cover > img {
  width: 100%;
}
.com7 .model-select {
  width: 100%;
  margin-top: 16px;
}
.com7 .submit-phone {
  margin-top: 32px;
  text-align: center;
}
.com7 .submit-phone > .ant-btn {
  width: 100%;
}
.com7 .device-info {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.com7 .device-info .text {
  flex: 1;
  color: black;
  padding-left: 16px;
}
.com7 .device-info .img {
  flex-basis: 120px;
}
.com7 .device-info .img > img {
  width: 100%;
}
.com7 .price-label {
  margin-top: 32px;
  padding-left: 8px;
}
.com7 .price-hint {
  margin-bottom: 32px;
  padding-left: 8px;
  font-size: 12px;
}
.com7 .price-list {
  margin: 16px 0;
}
.com7 .custom-header-panel {
  display: flex;
  justify-content: space-between;
}
.com7 .reset-phone {
  text-align: center;
}
.com7 .max > img {
  width: 100%;
}
.com7-footer > img {
  width: 100%;
}
.com7-container {
  margin: auto;
  max-width: 600px;
}
.trade-in-app-banner .ant-modal-body {
  padding: 0;
}
.trade-in-app-banner .ant-modal-body img {
  width: 100%;
}
.trade-in-app-how-to {
  text-align: center;
}
.modal-confirm-order {
  text-align: center;
}
.modal-confirm-order .ant-btn {
  width: 200px;
}
.modal-confirm-order .ant-btn.ant-btn-primary {
  margin-left: 0;
  margin-top: 10px;
}
/* ----- oppo ----- */
.trade-in-howto-check-container {
  padding: 0 24px;
}
.trade-in-example-img-container {
  margin-top: 16px;
  padding: 0 24px;
}
.trade-in-choice-container {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.trade-in-choice-container.question2 {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 991px) {
  .trade-in-choice-container.question2 {
    grid-template-columns: 1fr 1fr;
  }
}
.trade-in-choice-container.question3 {
  grid-template-columns: 1.4fr 1fr;
}
@media only screen and (max-width: 991px) {
  .trade-in-choice-container.question3 {
    grid-template-columns: 1fr;
  }
}
.trade-in-choice-item {
  cursor: pointer;
  padding: 8px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 6px 14px 0 rgba(75, 90, 127, 0.15);
}
.trade-in-choice-item > img {
  width: 100%;
}
.trade-in-choice-item .question-text {
  color: #525252;
  text-align: center;
  padding: 4px 0;
}
.trade-in-choice-item.model {
  padding: 16px 8px;
}
.trade-in-choice-item.active {
  background-color: rgba(37, 173, 248, 0.05);
  border-color: #007ad0;
}
.trade-in-choice-item.active .question-text {
  color: #007ad0;
}
.trade-in-choice-item.show-img {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.trade-in-choice-name {
  color: #525252;
  font-size: 16px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.trade-in-choice-name.show-img {
  height: unset;
  padding-top: 8px;
}
.trade-in-choice-model-name {
  color: #525252;
  font-size: 16px;
  text-align: center;
  padding: 8px 0;
}
.trade-in-choice-capacity-name {
  color: #525252;
  font-size: 16px;
  text-align: center;
  padding: 32px 4px;
}
.freehandset-container .selection-container {
  margin-top: 24px;
}
.freehandset-container .selection-container.trade-in {
  padding: 24px 8px;
}
.freehandset-container .search-box {
  width: 100%;
}
.freehandset-container .check-button {
  padding: 24px 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.footer-button-container {
  padding: 24px 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media only screen and (max-width: 991px) {
  .footer-button-container {
    grid-template-columns: 1fr;
  }
}
.oppo-banner {
  margin: auto;
  max-width: 600px;
}
.oppo-container {
  margin: auto;
  max-width: 600px;
  padding: 20px;
  /* ----- offer ----- */
}
.oppo-container .no-img {
  width: 100%;
  height: 153px;
  color: lightgray;
}
.oppo-container .banner {
  width: 100%;
  margin-bottom: 20px;
}
.oppo-container .search-box {
  width: 100%;
  margin-bottom: 8px;
}
.oppo-container .selection-container {
  margin-top: 24px;
}
.oppo-container .selection-container.trade-in {
  padding: 24px 8px;
}
.oppo-container .selection-container.promotion .trade-in-choice-container {
  grid-template-columns: 1fr 1fr;
}
.oppo-container .footer-button > .ant-btn {
  margin: 8px 0;
  width: 100%;
}
.oppo-container .selected-model {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 6px 14px 0 rgba(75, 90, 127, 0.15);
  margin-top: 48px;
}
.oppo-container .selected-model .model-name {
  font-size: 18px;
  font-weight: bold;
}
.oppo-container .show-grade {
  padding: 24px 8px;
}
.oppo-container .show-grade .grade-box-header {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.oppo-container .show-grade .grade-box-header .grade {
  flex-basis: 70px;
}
.oppo-container .show-grade .grade-box-header .hint {
  flex-basis: 30px;
}
.oppo-container .show-grade .grade-box-header .price {
  flex: 1;
  text-align: right;
  font-size: 12px;
}
.oppo-container .show-grade .grade-box {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background-color: #e7fefa;
  border-radius: 4px;
  margin-top: 12px;
}
.oppo-container .show-grade .grade-box .grade {
  flex-basis: 70px;
  color: #00cdac;
}
.oppo-container .show-grade .grade-box .hint {
  flex-basis: 30px;
}
.oppo-container .show-grade .grade-box .price {
  flex: 1;
  text-align: right;
}
.oppo-container .show-grade .check-turn-on {
  margin: 24px 0;
}
.oppo-container .show-grade .check-button {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.oppo-container .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
}
.oppo-container .offer-device {
  text-align: center;
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.oppo-container .offer-device .device-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
}
.oppo-container .offer-device .device-item > .ant-typography {
  color: #525252;
  font-weight: 300;
  padding: 1px 0;
}
.oppo-container .offer-device .device-item .model-image {
  display: flex;
  align-items: center;
}
.oppo-container .offer-device .device-item .model-image > img {
  width: 100%;
}
.oppo-container .offer-device .device-item .model-name {
  font-weight: 400;
}
.oppo-container .offer-device .device-item .show-grade {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px 16px;
}
.oppo-container .offer-device .device-item .show-grade.is-trade-up {
  grid-template-columns: 1fr 1fr;
}
.oppo-container .offer-device .device-item .grade {
  margin-top: 8px;
  text-align: center;
  padding: 8px;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 8px;
  min-width: 160px;
}
.oppo-container .offer-device .device-item .grade .price {
  color: #00cdac;
}
.oppo-container .offer-device .device-item .grade.trade-up {
  background-color: #e7fefa;
}
.oppo-container .trade-up-hint {
  margin-top: 8px;
}
.oppo-container .trade-up-text {
  font-size: 12px;
}
.oppo-container .offer-button {
  text-align: center;
  margin: 40px 0;
}
.oppo-container .offer-button .ant-btn {
  padding: 0 50px;
}
.oppo-container.samsung-theme .selected-model a {
  color: #2189ff;
}
.oppo-container.samsung-theme .show-grade .grade-box {
  background-color: rgba(33, 137, 255, 0.1);
}
.oppo-container.samsung-theme .show-grade .grade-box .grade {
  color: #2189ff;
}
.oppo-container.samsung-theme .hl {
  color: #2189ff;
}
.oppo-container.samsung-theme .offer-device .device-item .grade .price {
  color: #2189ff;
}
.oppo-container.samsung-theme .offer-device .device-item .grade.trade-up {
  background-color: rgba(33, 137, 255, 0.1);
}
.oppo-container.samsung-theme .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.oppo-container.samsung-theme .ant-checkbox:hover .ant-checkbox-inner,
.oppo-container.samsung-theme .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #2189ff;
}
.oppo-container.samsung-theme .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #2189ff;
  border-color: #2189ff;
}
.oppo-container.samsung-theme .ant-btn.ant-btn-default:hover {
  border-color: #2189ff;
  color: #2189ff;
}
.oppo-container.samsung-theme .ant-btn.ant-btn-primary:not([disabled]) {
  background: #2189ff;
  border-color: #2189ff;
}
.oppo-container.seven-eleven-theme .banner-seven-eleven {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.oppo-container.seven-eleven-theme .selected-model a {
  color: #008163;
}
.oppo-container.seven-eleven-theme .show-grade .grade-box {
  background-color: rgba(0, 129, 99, 0.1);
}
.oppo-container.seven-eleven-theme .show-grade .grade-box .grade {
  color: #008163;
}
.oppo-container.seven-eleven-theme .hl {
  color: #008163;
}
.oppo-container.seven-eleven-theme .offer-device .device-item .grade .price {
  color: #008163;
}
.oppo-container.seven-eleven-theme .offer-device .device-item .grade.trade-up {
  background-color: rgba(0, 129, 99, 0.1);
}
.oppo-container.seven-eleven-theme .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.oppo-container.seven-eleven-theme .ant-checkbox:hover .ant-checkbox-inner,
.oppo-container.seven-eleven-theme .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #008163;
}
.oppo-container.seven-eleven-theme .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #008163;
  border-color: #008163;
}
.oppo-container.seven-eleven-theme .ant-btn.ant-btn-default:hover {
  border-color: #008163;
  color: #008163;
}
.oppo-container.seven-eleven-theme .ant-btn.ant-btn-primary:not([disabled]) {
  background: #008163;
  border-color: #008163;
}
.oppo-container.seven-eleven-theme .trade-in-choice-item {
  cursor: pointer;
  padding: 8px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 6px 14px 0 rgba(75, 90, 127, 0.15);
}
.oppo-container.seven-eleven-theme .trade-in-choice-item > img {
  width: 100%;
}
.oppo-container.seven-eleven-theme .trade-in-choice-item .question-text {
  color: #525252;
  text-align: center;
  padding: 4px 0;
}
.oppo-container.seven-eleven-theme .trade-in-choice-item.model {
  padding: 16px 8px;
}
.oppo-container.seven-eleven-theme .trade-in-choice-item.active {
  background-color: rgba(0, 129, 99, 0.1);
  border-color: #008163;
}
.oppo-container.seven-eleven-theme .trade-in-choice-item.active .question-text {
  color: #008163;
}
.oppo-container.tgfone-theme .selected-model a {
  color: #f26522;
}
.oppo-container.tgfone-theme .show-grade .grade-box {
  background-color: rgba(242, 101, 34, 0.1);
}
.oppo-container.tgfone-theme .show-grade .grade-box .grade {
  color: #f26522;
}
.oppo-container.tgfone-theme .hl {
  color: #f26522;
}
.oppo-container.tgfone-theme .offer-device .device-item .grade .price {
  color: #f26522;
}
.oppo-container.tgfone-theme .offer-device .device-item .grade.trade-up {
  background-color: rgba(242, 101, 34, 0.1);
}
.oppo-container.tgfone-theme .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.oppo-container.tgfone-theme .ant-checkbox:hover .ant-checkbox-inner,
.oppo-container.tgfone-theme .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #f26522;
}
.oppo-container.tgfone-theme .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #f26522;
  border-color: #f26522;
}
.oppo-container.tgfone-theme .ant-btn.ant-btn-default:hover {
  border-color: #f26522;
  color: #f26522;
}
.oppo-container.tgfone-theme .ant-btn.ant-btn-primary:not([disabled]) {
  background: #f26522;
  border-color: #f26522;
}
.oppo-container.tgfone-theme .trade-in-choice-item {
  cursor: pointer;
  padding: 8px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 6px 14px 0 rgba(75, 90, 127, 0.15);
}
.oppo-container.tgfone-theme .trade-in-choice-item > img {
  width: 100%;
}
.oppo-container.tgfone-theme .trade-in-choice-item .question-text {
  color: #525252;
  text-align: center;
  padding: 4px 0;
}
.oppo-container.tgfone-theme .trade-in-choice-item.model {
  padding: 16px 8px;
}
.oppo-container.tgfone-theme .trade-in-choice-item.active {
  background-color: rgba(242, 101, 34, 0.1);
  border-color: #f26522;
}
.oppo-container.tgfone-theme .trade-in-choice-item.active .question-text {
  color: #f26522;
}
.oppo-container.tgfone-theme .trade-in-choice-item.disabled {
  pointer-events: none;
  opacity: 0.7;
}
.oppo-container.jaymart-theme .selected-model a {
  color: #ed212b;
}
.oppo-container.jaymart-theme .show-grade .grade-box {
  background-color: rgba(237, 33, 43, 0.1);
}
.oppo-container.jaymart-theme .show-grade .grade-box .grade {
  color: #ed212b;
}
.oppo-container.jaymart-theme .hl {
  color: #ed212b;
}
.oppo-container.jaymart-theme .offer-device .device-item .grade .price {
  color: #ed212b;
}
.oppo-container.jaymart-theme .offer-device .device-item .grade.trade-up {
  background-color: rgba(237, 33, 43, 0.1);
}
.oppo-container.jaymart-theme .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.oppo-container.jaymart-theme .ant-checkbox:hover .ant-checkbox-inner,
.oppo-container.jaymart-theme .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #ed212b;
}
.oppo-container.jaymart-theme .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #ed212b;
  border-color: #ed212b;
}
.oppo-container.jaymart-theme .ant-btn.ant-btn-default:hover {
  border-color: #ed212b;
  color: #ed212b;
}
.oppo-container.jaymart-theme .ant-btn.ant-btn-primary:not([disabled]) {
  background: #ed212b;
  border-color: #ed212b;
}
.oppo-container.jaymart-theme .trade-in-choice-item {
  cursor: pointer;
  padding: 8px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 6px 14px 0 rgba(75, 90, 127, 0.15);
}
.oppo-container.jaymart-theme .trade-in-choice-item > img {
  width: 100%;
}
.oppo-container.jaymart-theme .trade-in-choice-item .question-text {
  color: #525252;
  text-align: center;
  padding: 4px 0;
}
.oppo-container.jaymart-theme .trade-in-choice-item.model {
  padding: 16px 8px;
}
.oppo-container.jaymart-theme .trade-in-choice-item.active {
  background-color: rgba(237, 33, 43, 0.1);
  border-color: #ed212b;
}
.oppo-container.jaymart-theme .trade-in-choice-item.active .question-text {
  color: #ed212b;
}
.oppo-container.jaymart-theme .trade-in-choice-item.disabled {
  pointer-events: none;
  opacity: 0.7;
}
.oppo-container.ais-theme .banner-ais {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.oppo-container.ais-theme .selected-model a {
  color: #b2d233;
}
.oppo-container.ais-theme .show-grade .grade-box {
  background-color: rgba(178, 210, 51, 0.1);
}
.oppo-container.ais-theme .show-grade .grade-box .grade {
  color: #b2d233;
}
.oppo-container.ais-theme .hl {
  color: #b2d233;
}
.oppo-container.ais-theme .offer-device .device-item .grade .price {
  color: #b2d233;
}
.oppo-container.ais-theme .offer-device .device-item .grade.trade-up {
  background-color: rgba(178, 210, 51, 0.1);
}
.oppo-container.ais-theme .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.oppo-container.ais-theme .ant-checkbox:hover .ant-checkbox-inner,
.oppo-container.ais-theme .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #b2d233;
}
.oppo-container.ais-theme .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #b2d233;
  border-color: #b2d233;
}
.oppo-container.ais-theme .ant-btn.ant-btn-default:hover {
  border-color: #b2d233;
  color: #b2d233;
}
.oppo-container.ais-theme .ant-btn.ant-btn-primary:not([disabled]) {
  background: #b2d233;
  border-color: #b2d233;
}
.oppo-container.ais-theme .trade-in-choice-item {
  cursor: pointer;
  padding: 8px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 6px 14px 0 rgba(75, 90, 127, 0.15);
}
.oppo-container.ais-theme .trade-in-choice-item > img {
  width: 100%;
}
.oppo-container.ais-theme .trade-in-choice-item .question-text {
  color: #525252;
  text-align: center;
  padding: 4px 0;
}
.oppo-container.ais-theme .trade-in-choice-item.model {
  padding: 16px 8px;
}
.oppo-container.ais-theme .trade-in-choice-item.active {
  background-color: rgba(178, 210, 51, 0.1);
  border-color: #b2d233;
}
.oppo-container.ais-theme .trade-in-choice-item.active .question-text {
  color: #b2d233;
}
.oppo-container.easyswap-theme .banner-ais {
  width: 100%;
  margin-top: 15px;
}
.oppo-container.easyswap-theme .selected-model a {
  color: #e32627;
}
.oppo-container.easyswap-theme .show-grade .grade-box {
  background-color: rgba(227, 38, 39, 0.1);
}
.oppo-container.easyswap-theme .show-grade .grade-box .grade {
  color: #e32627;
}
.oppo-container.easyswap-theme .hl {
  color: #e32627;
}
.oppo-container.easyswap-theme .offer-device .device-item .grade .price {
  color: #e32627;
}
.oppo-container.easyswap-theme .offer-device .device-item .grade.trade-up {
  background-color: rgba(227, 38, 39, 0.1);
}
.oppo-container.easyswap-theme .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.oppo-container.easyswap-theme .ant-checkbox:hover .ant-checkbox-inner,
.oppo-container.easyswap-theme .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #e32627;
}
.oppo-container.easyswap-theme .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #e32627;
  border-color: #e32627;
}
.oppo-container.easyswap-theme .ant-btn.ant-btn-default:hover {
  border-color: #e32627;
  color: #e32627;
}
.oppo-container.easyswap-theme .ant-btn.ant-btn-primary:not([disabled]) {
  background: #e32627;
  border-color: #e32627;
}
.oppo-container.easyswap-theme .trade-in-choice-item {
  cursor: pointer;
  padding: 8px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 6px 14px 0 rgba(75, 90, 127, 0.15);
}
.oppo-container.easyswap-theme .trade-in-choice-item > img {
  width: 100%;
}
.oppo-container.easyswap-theme .trade-in-choice-item .question-text {
  color: #525252;
  text-align: center;
  padding: 4px 0;
}
.oppo-container.easyswap-theme .trade-in-choice-item.model {
  padding: 16px 8px;
}
.oppo-container.easyswap-theme .trade-in-choice-item.active {
  background-color: rgba(227, 38, 39, 0.1);
  border-color: #e32627;
}
.oppo-container.easyswap-theme .trade-in-choice-item.active .question-text {
  color: #e32627;
}
.oppo-container.huawei-theme .banner-ais {
  width: 100%;
  margin-top: 15px;
}
.oppo-container.huawei-theme .selected-model a {
  color: #cf0a2c;
}
.oppo-container.huawei-theme .show-grade .grade-box {
  background-color: rgba(207, 10, 44, 0.1);
}
.oppo-container.huawei-theme .show-grade .grade-box .grade {
  color: #cf0a2c;
}
.oppo-container.huawei-theme .hl {
  color: #cf0a2c;
}
.oppo-container.huawei-theme .offer-device .device-item .grade .price {
  color: #cf0a2c;
}
.oppo-container.huawei-theme .offer-device .device-item .grade.trade-up {
  background-color: rgba(207, 10, 44, 0.1);
}
.oppo-container.huawei-theme .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.oppo-container.huawei-theme .ant-checkbox:hover .ant-checkbox-inner,
.oppo-container.huawei-theme .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #cf0a2c;
}
.oppo-container.huawei-theme .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #cf0a2c;
  border-color: #cf0a2c;
}
.oppo-container.huawei-theme .ant-btn.ant-btn-default:hover {
  border-color: #cf0a2c;
  color: #cf0a2c;
}
.oppo-container.huawei-theme .ant-btn.ant-btn-primary:not([disabled]) {
  background: #cf0a2c;
  border-color: #cf0a2c;
}
.oppo-container.huawei-theme .trade-in-choice-item {
  cursor: pointer;
  padding: 8px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 6px 14px 0 rgba(75, 90, 127, 0.15);
}
.oppo-container.huawei-theme .trade-in-choice-item > img {
  width: 100%;
}
.oppo-container.huawei-theme .trade-in-choice-item .question-text {
  color: #525252;
  text-align: center;
  padding: 4px 0;
}
.oppo-container.huawei-theme .trade-in-choice-item.model {
  padding: 16px 8px;
}
.oppo-container.huawei-theme .trade-in-choice-item.active {
  background-color: rgba(207, 10, 44, 0.1);
  border-color: #cf0a2c;
}
.oppo-container.huawei-theme .trade-in-choice-item.active .question-text {
  color: #cf0a2c;
}
.oppo-container.true-online-store-theme .selected-model a {
  color: #e32627;
}
.oppo-container.true-online-store-theme .show-grade .grade-box {
  background-color: rgba(227, 38, 39, 0.1);
}
.oppo-container.true-online-store-theme .show-grade .grade-box .grade {
  color: #e32627;
}
.oppo-container.true-online-store-theme .hl {
  color: #e32627;
}
.oppo-container.true-online-store-theme .offer-device .device-item .grade .price {
  color: #e32627;
}
.oppo-container.true-online-store-theme .offer-device .device-item .grade.trade-up {
  background-color: rgba(227, 38, 39, 0.1);
}
.oppo-container.true-online-store-theme .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.oppo-container.true-online-store-theme .ant-checkbox:hover .ant-checkbox-inner,
.oppo-container.true-online-store-theme .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #e32627;
}
.oppo-container.true-online-store-theme .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #e32627;
  border-color: #e32627;
}
.oppo-container.true-online-store-theme .ant-btn.ant-btn-default:hover {
  border-color: #e32627;
  color: #e32627;
}
.oppo-container.true-online-store-theme .ant-btn.ant-btn-primary:not([disabled]) {
  background: #e32627;
  border-color: #e32627;
}
.oppo-container.true-online-store-theme .trade-in-choice-item {
  cursor: pointer;
  padding: 8px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 6px 14px 0 rgba(75, 90, 127, 0.15);
}
.oppo-container.true-online-store-theme .trade-in-choice-item > img {
  width: 100%;
}
.oppo-container.true-online-store-theme .trade-in-choice-item .question-text {
  color: #525252;
  text-align: center;
  padding: 4px 0;
}
.oppo-container.true-online-store-theme .trade-in-choice-item.model {
  padding: 16px 8px;
}
.oppo-container.true-online-store-theme .trade-in-choice-item.active {
  background-color: rgba(227, 38, 39, 0.1);
  border-color: #e32627;
}
.oppo-container.true-online-store-theme .trade-in-choice-item.active .question-text {
  color: #e32627;
}
.oppo-container.true-online-store-theme .trade-in-choice-item.disabled {
  pointer-events: none;
  opacity: 0.7;
}
.oppo-container.tradein-theme .selected-model a {
  color: #00cdac;
}
.oppo-container.tradein-theme .show-grade .grade-box {
  background-color: rgba(0, 205, 172, 0.1);
}
.oppo-container.tradein-theme .show-grade .grade-box .grade {
  color: #00cdac;
}
.oppo-container.tradein-theme .hl {
  color: #00cdac;
}
.oppo-container.tradein-theme .offer-device .device-item .grade .price {
  color: #00cdac;
}
.oppo-container.tradein-theme .offer-device .device-item .grade.trade-up {
  background-color: rgba(0, 205, 172, 0.1);
}
.oppo-container.tradein-theme .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.oppo-container.tradein-theme .ant-checkbox:hover .ant-checkbox-inner,
.oppo-container.tradein-theme .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #00cdac;
}
.oppo-container.tradein-theme .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #00cdac;
  border-color: #00cdac;
}
.oppo-container.tradein-theme .ant-btn.ant-btn-default:hover {
  border-color: #00cdac;
  color: #00cdac;
}
.oppo-container.tradein-theme .ant-btn.ant-btn-primary:not([disabled]) {
  background: #00cdac;
  border-color: #00cdac;
}
.oppo-container.tradein-theme .trade-in-choice-item {
  cursor: pointer;
  padding: 8px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 6px 14px 0 rgba(75, 90, 127, 0.15);
}
.oppo-container.tradein-theme .trade-in-choice-item > img {
  width: 100%;
}
.oppo-container.tradein-theme .trade-in-choice-item .question-text {
  color: #525252;
  text-align: center;
  padding: 4px 0;
}
.oppo-container.tradein-theme .trade-in-choice-item.model {
  padding: 16px 8px;
}
.oppo-container.tradein-theme .trade-in-choice-item.active {
  background-color: rgba(0, 205, 172, 0.1);
  border-color: #00cdac;
}
.oppo-container.tradein-theme .trade-in-choice-item.active .question-text {
  color: #00cdac;
}
.oppo-container.tradein-theme .trade-in-choice-item.disabled {
  pointer-events: none;
  opacity: 0.7;
}
.warning-imei {
  color: #007ad0;
  display: block;
  margin-top: -22px;
}
.modal-confirm-trade-up {
  padding-top: 30px;
}
.modal-confirm-trade-up .icon {
  color: #fbc250;
  font-size: 22px;
}
.modal-confirm-trade-up .accept {
  margin-top: 20px;
}
.modal-confirm-trade-up .checkbox {
  margin-top: 20px;
}
/* ----- photo-uploader ----- */
.photo-upload-form {
  margin: auto;
  max-width: 600px;
}
.photo-upload-success {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.photo-upload-success .check-icon {
  margin: 16px 0 32px;
  font-size: 80px;
  color: green;
}
.photo-upload-po {
  margin: 0 auto 32px;
  max-width: 600px;
}
.mobile-photo-upload {
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.mobile-photo-upload-button {
  border: 1px solid #d5d8dc;
  border-radius: 4px;
  padding: 4px;
  width: 100%;
  position: relative;
}
.mobile-photo-upload-button > .ant-image {
  display: block;
}
.mobile-photo-upload-button .overlay {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-photo-upload-button .overlay-icon {
  font-size: 24px;
}
.mobile-photo-upload-button .uploading {
  padding-top: 75%;
  width: 100%;
  position: relative;
  min-width: 100px;
}
.mobile-photo-upload-button .uploading .text {
  font-size: 32px;
  position: absolute;
  top: calc(50% - 32px / 2);
  left: calc(50% - 32px / 2);
}
.mobile-photo-upload .delete-photo-button {
  margin: 8px;
  text-align: center;
}
.mobile-photo-upload .ant-upload {
  width: 100%;
}
.mobile-photo-upload .ant-upload.ant-upload-select {
  display: block;
}
.mobile-photo-upload .upload-text {
  text-align: center;
  margin-top: 4px;
}
.mobile-photo-upload .upload-text-ex {
  text-align: center;
}
.mobile-photo-upload .upload-text-ex > span {
  text-decoration: underline;
  cursor: pointer;
}
.mobile-photo-upload .ex-mobile-photo {
  width: 100%;
}
.preview-vdo {
  width: 100%;
}
.photo-upload-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.photo-upload-container .qr-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .photo-upload-container .qr-section {
    display: none;
  }
}
.photo-upload-container .qr-container {
  margin: 16px 0;
}
.photo-upload-container .next-btn {
  margin: 16px 0;
}
.photo-upload-container .or-text {
  margin: 32px 0;
}
.waiting-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.waiting-container .detail {
  padding-bottom: 20px;
  display: block;
  max-width: 320px;
}
.waiting-container .button-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.waiting-container .button-wrapper button {
  width: 150px;
}
.waiting-container .button-wrapper button:last-child {
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .waiting-container .button-wrapper {
    text-align: center;
  }
  .waiting-container .button-wrapper button {
    display: block;
  }
  .waiting-container .button-wrapper button:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}
.waiting-loading {
  width: 120px;
}
.rider-container {
  margin: auto;
  max-width: 375px;
}
.rider-container .header {
  padding: 8px;
  background-color: #00cdac;
  display: flex;
}
.rider-container .content {
  padding: 8px;
}
.trade-in-app-icon {
  width: 18px;
  margin-right: 4px;
}
.admin-result-container {
  margin-bottom: 36px;
}
.app-result-container .result-list {
  display: grid;
  gap: 4px;
  grid-template-columns: 0.1fr 0.8fr 1fr;
}
.app-result-container .result-list > span:not(.day) {
  color: green;
}
.app-result-container .result-list > span:not(.day).issue {
  color: red;
}
.app-result-container .result-list > span:not(.day).no-result {
  color: gold;
}
.app-result-container .result-list svg {
  margin-top: 4px;
}
.admin-result-container .result-list {
  display: grid;
  gap: 4px;
  grid-template-columns: 0.5fr 1fr;
}
.branch-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.eSign {
  text-align: center;
  margin-top: 10px;
}
.eSign .sigCanvas {
  border: 1px solid #ccc;
  width: 100%;
  height: 150px;
}
.eSign-print .sigCanvas-print {
  border: 1px solid #ccc;
  width: 100%;
  height: 150px;
}
.modal-upload-slip .center {
  text-align: center;
}
.modal-upload-slip .img-100 {
  max-width: 100%;
}
.modal-upload-slip .mgt-20 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.o2o-modal {
  text-align: center;
}
.o2o-modal .ant-input {
  margin-top: 32px;
}
.o2o-modal .err-msg {
  height: 22px;
}
.o2o-modal .footer-btn {
  margin-top: 32px;
  width: 100%;
}
.o2o-modal .footer-btn > .ant-space-item {
  flex: 1;
}
.at-home-container {
  text-align: center;
}
.app-version {
  color: darkgrey;
}
.app-version-footer {
  padding: 24px 0;
  color: lightgrey;
}
.hamburger {
  font-size: 24px;
  color: white;
  cursor: pointer;
}
.menu-mobile-wrapper {
  display: none;
}
@media only screen and (max-width: 991px) {
  .menu-mobile-wrapper {
    display: block;
  }
}
.menu-mobile-wrapper .ant-drawer-header {
  background-color: #00cdac;
}
.menu-mobile-wrapper .ant-drawer-body {
  padding: 0;
}
.menu-mobile-wrapper .ant-drawer-close {
  position: absolute;
  right: 10px;
}
.menu-mobile-wrapper a {
  color: rgba(0, 0, 0, 0.85);
  display: block;
  margin-bottom: 0;
  padding: 10px 30px;
  border-bottom: 1px solid #f0f0f0;
}
.menu-mobile-wrapper a.submenu {
  padding-left: 50px;
}
.menu-mobile-wrapper a:active,
.menu-mobile-wrapper a.active {
  background-color: #e6fff7;
  color: #00cdac;
}
._mgt-10 {
  margin-top: 10px !important;
}
.bcp-success {
  text-align: center;
  margin-top: 40px;
}

