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__ClUdb {
    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__xexsL {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}

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

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

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

.warrantyForm_group__YWbNP {
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

.warrantyForm_uploadButton__wIWK0 {
    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__z7Xvm {
    color: #999;
    font-size: 11px;
    margin-top: -2px;
}

.warrantyForm_actions__Di\+3S {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 15px;
}

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

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

.warrantyForm_submitButton__32t2U {
    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__Di\+3S .ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
.warrantyForm_actions__Di\+3S .ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active {
    opacity: 0.8;
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.warrantyForm_actions__Di\+3S .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__qAoNE .ant-row {
    display: grid !important;
}
.warrantyForm_min_root__qAoNE .ant-col {
    max-width: 100% !important;
}

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

.warrantyForm_custom_message__XdU6b {
  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__3Lx8a {
  margin-right: 10px;
  font-size: 12px;
}

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

.warrantyForm_custom_message_info__Qn5RC {
  color: #2f54eb;
}

.warrantyForm_custom_message_success__YfbBr {
  color: #52c41a;
}

.warrantyForm_custom_message_error__N2uFo {
  color: #ff4d4f;
}

.warrantyForm_custom_message_warning__f-9dR {
  color: #faad14;
}
.eventCustomer_errorRoot__k3G6- {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}

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

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

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

.eventCustomer_group__SnWIl {
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

.eventCustomer_uploadButton__rpuuG {
    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__R\+7Hd {
    color: #999;
    font-size: 11px;
    margin-top: -2px;
}

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

.eventCustomer_submitButton__RWa8b {
    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__1O-lK .ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
.eventCustomer_actions__1O-lK .ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active {
    opacity: 0.8;
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.eventCustomer_actions__1O-lK .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__8rl5o .ant-row {
    display: grid !important;
}
.eventCustomer_min_root__8rl5o .ant-col {
    max-width: 100% !important;
}

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

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

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

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

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

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

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

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

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

.unsubscribePage_form_btn__TY7xr {
    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__TY7xr span {
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    color: #454545;
}

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

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

.unsubscribePage_result_tips_ok__JGDAj {
    color: green
}
.formclass_formRoot__DZslB {
    min-height: 100%;
    display: grid;
}

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

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

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

.formclass_formRoot__DZslB .ant-radio-wrapper {
    margin-inline-end: 0
}

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

.otherForm_paginationSection__dBAUB {
    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__VZ97I {
    width: 100%;
    max-width: 1024px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .otherForm_paginationSection__dBAUB {
        height: 60px;
    }
}

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

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

.warrantyPeriod_modalForm__Dsc4o {
    min-width: 300px;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

/*# sourceMappingURL=main.daaaef67.css.map*/