body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.errorView_root__HAFDd {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
}
.warrantyForm_errorRoot__dMxii {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}

.warrantyForm_root__yWaoD {
    min-height: 50px;
    display: grid;
}

.warrantyForm_root__yWaoD .ant-row {
    margin: 0 !important;
}

.warrantyForm_root__yWaoD .ant-col {
    padding: 0 15px !important;
}

.warrantyForm_group__Q-lBy {
    margin-bottom: 15px;
}

.warrantyForm_group_name__WgYPl {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.warrantyForm_fieldBox__Y8BET .ant-form-item {
    margin-bottom: 5px;
}

.warrantyForm_fieldBox__Y8BET .ant-form-item-control {
    padding: 0 !important;
}

.warrantyForm_fieldBox__Y8BET .ant-input-outlined {
    height: 45px;
}

.warrantyForm_fieldBox__Y8BET .ant-select-single {
    height: 45px;
}

.warrantyForm_fieldBox__Y8BET .ant-picker-outlined {
    width: 100%;
    height: 45px;
}

.warrantyForm_fieldBox__Y8BET .ant-checkbox-wrapper,
.warrantyForm_fieldBox__Y8BET .ant-checkbox-wrapper a {
    font-size: 12px;
    color: #999999;
}

.warrantyForm_fieldBox__Y8BET .ant-checkbox-wrapper a {
    text-decoration: underline;
    cursor: pointer;
}

.warrantyForm_fieldBox__Y8BET .ant-checkbox {
    align-self: flex-start;
    padding-top: 2px;
}

.warrantyForm_fieldComment__5fFWq {
    color: #999;
    font-size: 12px;
}

.warrantyForm_uploadButton__bKTRf {
    width: 100%;
    max-width: 180px;
    height: 45px;
    line-height: 45px;
    margin: 5px 0;
    border: 2px solid #fd0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #222;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    cursor: pointer;
}

.warrantyForm_uploadTips__6Wz38 {
    color: #999;
    font-size: 11px;
    margin-top: -2px;
}

.warrantyForm_actions__tVjn8 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 15px;
}

.warrantyForm_otpButton__8oO-6 {
    width: inherit;
    padding: 5px 10px;
    background: #333;
    color: #fff;
    border: 1px solid #333;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.warrantyForm_otpButton__8oO-6.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
.warrantyForm_otpButton__8oO-6.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active {
    opacity: 0.8;
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.warrantyForm_submitButton__oh7b0 {
    width: inherit;
    padding: 10px 30px;
    background: #333;
    color: #fff;
    border: 1px solid #333;
    margin-right: 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.warrantyForm_actions__tVjn8 .ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
.warrantyForm_actions__tVjn8 .ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active {
    opacity: 0.8;
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.warrantyForm_actions__tVjn8 .ant-btn:not(:disabled):focus-visible {
    outline: 3px solid #999999;
}

/* @media screen and (max-width: 570px) {
    .root :global(.ant-row) {
        display: grid;
    }
    .root :global(.ant-col) {
        max-width: 100%;
    }
} */

.warrantyForm_min_root__dTNrJ .ant-row {
    display: grid !important;
}
.warrantyForm_min_root__dTNrJ .ant-col {
    max-width: 100% !important;
}

/** custom message css **/
.warrantyForm_custom_message_container__qnug6 {
  /* position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999; */
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.warrantyForm_custom_message__jHgqA {
  display: flex;
  align-items: center;
  min-width: 300px;
  max-width: 600px;
  /* padding: 12px 16px; */
  border-radius: 4px;
  /* color: #fff;
  background-color: #555;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15); */
  font-size: 12px;
  position: relative;
}

.warrantyForm_custom_message_icon__-EmxD {
  margin-right: 10px;
  font-size: 12px;
}

.warrantyForm_custom_message_close__TMKHM {
  margin-left: auto;
  cursor: pointer;
  font-size: 12px;
}

.warrantyForm_custom_message_info__JiIT\+ {
  color: #2f54eb;
}

.warrantyForm_custom_message_success__CeD\+j {
  color: #52c41a;
}

.warrantyForm_custom_message_error__MLR64 {
  color: #ff4d4f;
}

.warrantyForm_custom_message_warning__yM4x1 {
  color: #faad14;
}
.eventCustomer_errorRoot__K-WLs {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}

.eventCustomer_root__K8kae {
    min-height: 50px;
    display: grid;
    max-width: 510px;
}

.eventCustomer_root__K8kae .ant-row {
    margin: 0 !important;
}

.eventCustomer_root__K8kae .ant-col {
    padding: 0 15px !important;
}

.eventCustomer_group__ZwuIp {
    margin-bottom: 15px;
}

.eventCustomer_group_name__6IuIV {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.eventCustomer_fieldBox__\+gcIE .ant-form-item {
    margin-bottom: 5px;
}

.eventCustomer_fieldBox__\+gcIE .ant-form-item-control {
    padding: 0 !important;
}

.eventCustomer_fieldBox__\+gcIE .ant-input-outlined {
    height: 45px;
}

.eventCustomer_fieldBox__\+gcIE .ant-select-single {
    height: 45px;
}

.eventCustomer_fieldBox__\+gcIE .ant-picker-outlined {
    width: 100%;
    height: 45px;
}

.eventCustomer_fieldBox__\+gcIE .ant-checkbox-wrapper,
.eventCustomer_fieldBox__\+gcIE .ant-checkbox-wrapper a {
    font-size: 12px;
    color: #999999;
}

.eventCustomer_fieldBox__\+gcIE .ant-checkbox-wrapper a {
    text-decoration: underline;
    cursor: pointer;
}

.eventCustomer_fieldBox__\+gcIE .ant-checkbox {
    align-self: flex-start;
    padding-top: 2px;
}

.eventCustomer_fieldComment__Bf8Lh {
    color: #999;
    font-size: 12px;
}

.eventCustomer_uploadButton__ifguo {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: 5px 0;
    border: 2px solid #fd0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #222;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    cursor: pointer;
}

.eventCustomer_uploadTips__U-Wm1 {
    color: #999;
    font-size: 11px;
    margin-top: -2px;
}

.eventCustomer_actions__Y6Fr0 {
    display: flex;
    margin-bottom: 15px;
}

.eventCustomer_submitButton__znfSe {
    width: inherit;
    padding: 10px 30px;
    background: #333;
    color: #fff;
    border: 1px solid #333;
    margin-right: 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.eventCustomer_actions__Y6Fr0 .ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
.eventCustomer_actions__Y6Fr0 .ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active {
    opacity: 0.8;
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.eventCustomer_actions__Y6Fr0 .ant-btn:not(:disabled):focus-visible {
    outline: 3px solid #999999;
}

/* @media screen and (max-width: 570px) {
    .root :global(.ant-row) {
        display: grid;
    }
    .root :global(.ant-col) {
        max-width: 100%;
    }
} */

.eventCustomer_min_root__pUfkT .ant-row {
    display: grid !important;
}
.eventCustomer_min_root__pUfkT .ant-col {
    max-width: 100% !important;
}

.unsubscribePage_root__XxaPg {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f9f9f9;
}

.unsubscribePage_container__lDHhv {
    max-width: 670px;
    padding: 16px 10px 32px 10px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
}

.unsubscribePage_header__bYChu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 48px;
}

.unsubscribePage_title__ipEAN {
    width: 100%;
    color: #ffffff;
    text-align: center;
    background-color: rgb(109, 110, 113);
    padding: 28px 0;
    font-size: 42px;
    font-weight: 700;
}

.unsubscribePage_section__K5LWA {
    margin-top: 10px;
    padding: 10px;
    display: grid;
    justify-items: center;
}

.unsubscribePage_label__D7a40 {
    margin: 18px 0;
    text-align: center;
}

.unsubscribePage_label__D7a40 p {
    font-size: 18px;
    line-height: 1.5;
    color: #787878;
    margin: 0;
    padding: 0;
}

.unsubscribePage_form__r22sU {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.unsubscribePage_form__r22sU .ant-form-item {
    width: 100%;
}

.unsubscribePage_form_btn__sezy7 {
    border-radius: 8px;
    padding-top: 20px;
    padding-right: 45px;
    padding-bottom: 20px;
    padding-left: 45px;
    gap: 10px;
    border: 0;
    background-color: #FFDD00;
    height: auto;
    height: initial;
}

.unsubscribePage_form_btn__sezy7 span {
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    color: #454545;
}

.unsubscribePage_form_btn__sezy7.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
.unsubscribePage_form_btn__sezy7.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active {
    opacity: 0.8;
    background: #FFDD00;
    color: #454545;
    border: 0;
}

.unsubscribePage_result_tips__R7RsH {
    margin: 0;
    color: red;
    font-weight: 500;
}

.unsubscribePage_result_tips_ok__tY5ZM {
    color: green
}
.formclass_formRoot__UWK1Q {
    min-height: 100%;
    display: grid;
}

.formclass_formRoot__UWK1Q .ant-form-item {
    margin-bottom: 0;
}

.formclass_formRoot__UWK1Q .ant-form-item.ant-form-item-label-right .ant-form-item-label {
    text-align: end;
}

.formclass_formRoot__UWK1Q .ant-select-single {
    height: auto;
    height: initial;
}

.formclass_formRoot__UWK1Q .ant-radio-wrapper {
    -webkit-margin-end: 0;
            margin-inline-end: 0
}

.formclass_formRoot__UWK1Q .ant-btn {
    height: auto;
    height: initial;
}
.otherForm_root__e9ozW {
    position: relative;
    max-height: 100vh;
    overflow: hidden;
}

.otherForm_paginationSection__jX\+L2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 80px;
    border-top: 1px solid #e8e8e8;
    box-shadow: 0px 10px 50px rgba(0,0,0,0.2);
}

.otherForm_pagination__i0nY6 {
    width: 100%;
    max-width: 1024px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .otherForm_paginationSection__jX\+L2 {
        height: 60px;
    }
}

.warrantyPeriod_root__V20pc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.warrantyPeriod_root__V20pc>h1 {
    font-size: 36px;
    margin: 0;
    margin-bottom: 16px;
}
.warrantyPeriod_root__V20pc>p {
    font-size: 14px;
    color: #666;
    margin: 0;
    margin-bottom: 24px;
}

.warrantyPeriod_modalForm__kl8La {
    min-width: 300px;
}

.warrantyPeriod_modalForm__kl8La .ant-form-item {
    margin-bottom: 16px;
}

.warrantyPeriod_modalForm__kl8La .ant-form-item-label {
    padding-bottom: 6px !important;
}

.warrantyPeriod_modalForm__kl8La .ant-form-item-control-input-content>input {
    width: 100%;
    height: 30px;
    padding: 2px 8px;
    border: 1px solid #999;
    border-radius: 4px;
}

.warrantyPeriod_formButton__987yV {
    display: flex;
    align-items: center;
    justify-content: center;
}

.warrantyPeriod_formButton__987yV button {
    width: 100px;
    height: 35px;
    cursor: pointer;
}

.warrantyPeriod_root__V20pc .warrantyPeriod_error_msg__6a4Ba {
    font-size: 14px;
    color: red;
    margin: 0;
    font-weight: 500;
    margin-top: -16px;
    margin-bottom: 10px;
}

.warrantyPeriod_root__V20pc .warrantyPeriod_success_msg__HaCRw {
    font-size: 14px;
    color: green;
    margin: 0;
    font-weight: 500;
    margin-top: -16px;
    margin-bottom: 10px;
}

.warrantyPeriod_messageBox__C8Heo {
    max-width: 500px;
}
.warrantyPeriod_messageBox__C8Heo p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}


p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

.customForm_empty_root__Xtjd6 {
    width: 100%;
    height: 100%;
    padding-top: 32px;
    text-align: center;
}

.customForm_success_root__6Ymj5 {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f9f9f9;
}

.customForm_success_container__tHVZS {
    width: 670px;
    padding: 16px 10px 32px 10px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
}

.customForm_success_header_p__2iGcs {
    width: 100%;
    color: green;
    text-align: center;
    padding: 28px 0;
    font-size: 42px;
    font-weight: 700;
}

.customForm_success_actions__ZqHLK {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*# sourceMappingURL=main.438f64e4.css.map*/