/* body {
    background: var(--white); } */

    img {
      max-width: 100%;
    }
    
    .sr-only {
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important;
    }
    
    /*
      Button
      */
    .GEshop-Button,
    .GEss-Button {
      background-color: var(--basic_purple);
      border-radius: 8px;
      color: var(--white);
      font-size: 16px;
      font-weight: bold;
      padding: 10px;
      text-align: center;
      text-decoration: none;
    }
    
    .GEss-Modal {
      position: relative;
      -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    }
    
    .GEss-Modal-Close {
      background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1 9 7l5 6-1 1-6-6-5 6-2-1 6-6-6-6 2-1 5 6 6-6 1 1Z' fill='%23fff'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 5px;
      padding-right: 24px;
      color: var(--white);
      font-size: 18px;
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-weight: bold;
      position: absolute;
      text-decoration: none;
      right: 0;
      top: -1.5em;
    }
    
    .GEss-FormControl {
      display: block;
      margin-bottom: 1em;
      position: relative;
    }
    
    .GEss-FormControl label {
      display: block;
      font-size: 16.75px;
      color: #5B5B67;
      margin-bottom: 0.25em;
    }
    
    .GEss-FormControl input[type="text"],
    .GEss-FormControl input[type="password"] {
      background-color: var(--white);
      border: 1px solid var(--basic_purple);
      display: block;
      width: calc(100% - 48px);
      height: 44px;
      padding: 0 36px 0 12px;
    }
    
    .GEss-FormControl input[type="text"]:focus-visible,
    .GEss-FormControl input[type="password"]:focus-visible {
      outline: 1px solid var(--basic_purple);
    }
    
    .GEss-FormControl input[type="text"]+.GEss-FormControlAdornment,
    .GEss-FormControl input[type="password"]+.GEss-FormControlAdornment {
      position: absolute;
      bottom: 9px;
      right: 9px;
    }
    
    .GEss-FormControl input[type="checkbox"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-color: var(--white);
      border: 1px solid var(--basic_purple);
      margin: 0;
      margin-right: 0.5em;
      display: inline-block;
      content: '';
      width: 24px;
      height: 24px;
      vertical-align: middle;
      -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
      transform: translateY(-1px);
    }
    
    .GEss-FormControl input[type="checkbox"]:hover {
      background-color: var(--lightest_grey);
    }
    
    .GEss-FormControl input[type="checkbox"]:checked {
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18a1 1 0 0 1-1 0l-4-4a1 1 0 0 1 2-2l3 4 9-10a1 1 0 0 1 2 2L10 18a1 1 0 0 1-1 0Z' fill='%23fff'/%3E%3C/svg%3E");
      background-color: var(--basic_purple);
    }
    
    .GEss-FormControl input[type="checkbox"]+label {
      display: inline;
      font-size: 14px;
    }
    
    .GEss-FormButton {
      border: 1px solid var(--basic_purple);
      margin: 0;
      padding: 10.75px 24px;
      width: auto;
      overflow: visible;
      background-color: var(--basic_purple);
      border-radius: 3px;
      color: var(--white);
      font-size: 16px;
      font-weight: bold;
      font-family: "Source Sans Pro", Arial, sans-serif;
      line-height: inherit;
      text-transform: none;
      -webkit-appearance: none;
      -webkit-font-smoothing: inherit;
      -moz-osx-font-smoothing: inherit;
      /* Remove excess padding and border in Firefox 4+ */
    }
    
    .GEss-FormButton::-moz-focus-inner {
      border: 0;
      padding: 0;
    }
    
    .GEss-Button {
      border-radius: 3px;
    }
    
    .GEss-Button.GEss-ButtonOutline {
      background: transparent;
      border: 1px solid var(--white);
      color: var(--white);
      font-weight: normal;
    }
    
    .GEss-Modal-SignIn {
      background-color: var(--white);
      width: 800px;
      height: 500px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    
    .GEss-Modal-SignInContent,
    .GEss-Modal-SignInBenefit {
      min-width: 50%;
    }
    
    .GEss-Modal-SignInContent {
      background-color: var(--lightest_grey);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    
    .GEss-Modal-SignInForm {
      padding: 85px 47px 50px;
      height: 340px;
    }
    
    .GEss-Modal-SignInFormTitle {
      font-size: 30px;
      font-weight: normal;
    }
    
    .GEss-Modal-SignInFormOptions {
      /* display: -webkit-box;
            display: -ms-flexbox; */
      display: block;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    
    .GEss-Modal-SignInFormActions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      gap: 1em;
    }
    
    .GEss-Modal-SignInFormForgotPassword {
      margin-bottom: 1.3em;
    }
    
    .GEss-Modal-SignInBenefit {
      background-color: var(--basic_purple);
      color: var(--white);
      font-size: 18px;
      line-height: 25px;
      height: 550px
    }
    
    .GEss-Modal-SignInBenefitContent {
      padding: 21px 19px 21px 22px;
    }
    
    .GEss-Modal-SignInBenefitContent p {
      line-height: 23px;
    }
    
    .GEss-Modal-SignInBenefitTitle {
      font-size: 26px;
      font-weight: normal;
      line-height: 30px;
      margin-top: 0;
    }
    
    .GEss-Modal-SignInBenefit a {
      color: var(--white);
    }
    
    .popupMainBody {
      width: 96%;
    padding: 2%;
    }
    
    .signInPopupBody p.fieldName {
      margin: 0;
      padding-bottom: 8px;
      font-size: 18px;
    }
    
    .signInPopupBody .txtFieldRegister {
      margin-bottom: 0.3em;
    }
    
    #forgotpasswordID .txtFieldRegister {
      width: 90%;
      margin-bottom: 10px;
    }
    .forgotPasswordPanelLeft .popupGloubalMsgTop .popupError span{
      width:90%;
    }
    body.language-ja .forgotPasswordPanelLeft #forgotpasswordID .txtFieldRegister {
        width:87%;
        margin-bottom:10px
    }
    .g-recaptcha-wrapper {
      margin-bottom: 5px;
      padding-top: 8px;
    }
    
    .forgotPasswordPanelLeft p {
      font-size: 16px;
    }
    
    .forgotPasswordPanelLeft {
      width: 99%;
      border-right: 0px solid var(--light_border_grey);
      float: left;
      padding: 46px;
      position: relative;
      overflow: hidden;
      height: 360px;
    }
    
    .passwordfield {
      display: block;
      width: 100%;
      float: left;
      margin: 10px 0 auto;
    }
    
    .passwordfield .errorMsgPass {
      padding-bottom: 7px;
    }
    
    .popupGloubalMsgTop .popupError span svg {
      padding-right: 4px;
      padding-bottom: 20px;
    }
    
    /* #forgottenpasswordCaptcha {position: absolute; bottom: 110px;left: 50px;}   */
    .loginAndRegister {
      font-size: 29px;
      margin-bottom: 12px;
    }
    body.language-ja .loginAndRegister{
      font-size: 25px;
      margin-bottom:9px
    }
     body.language-ja .forgotPasswordPanelLeft .loginAndRegister{
       font-size: 23px;
       margin-bottom:9px
    }
    .signInPopupBody p.inlineRememberMe {
      padding: 10px 0 25px 6px;
      line-height: 24px;
      height: 26px;
    }
    
    .signInPopupBody p.inlineRememberMe span {
      font-size: 15px;
      line-height: 25px;
      height: 16px;
      vertical-align: top;
      margin-left: 4px;
    }
    
    .signInPopupBody p#emailIdError {
      margin-top: 0;
      height: auto;
      padding-bottom: 0;
    }
    
    .signInPopupBody .passwordScreen {
      display: block;
      width: 100%;
      float: left;
    }
    
    .signInPopupBody .passwordScreen p.inlineRememberMe {
      display: inline-block;
      width: auto;
      padding: 5px 0 17px 6px
    }
    
    .signInPopupBody .passwordScreen p.inlineRememberMe span {
      font-size: 15px;
      line-height: 25px;
      margin-left: 4px
    }
    
    .signInPopupBody .passwordScreen a.forgetPassword {
      width: auto;
      float: right;
      font-size: 15px
    }
    
    .signInPopupBody #cboxClose {
      top: 0;
      right: 0;
      text-indent: -25px;
      font-size: 16px;
      background-color: #fff;
      opacity: 0.7;
      text-transform: capitalize;
    }
    
    input#rememberMeCheckBox {
      margin: 0;
      position: relative;
      top: 2px;
      height: 22px;
      border: 1px solid var(--light_border_grey);
      width: 22px;
      line-height: 29px;
    }
    
    .signInPopupBody .blueButton {
      margin-left: 0;
      font-size: 18px;
      font-weight: bold;
      height: 45px;
      line-height: 43px;
    }
    
    .signInPopupBody .blueButton:disabled,
    .signInPopupBody .blueButton[disabled] {
      pointer-events: none;
      background-color: var(--lightest_grey);
      color: var(--light_border_grey);
      border: 0;
    }
    
    .linkContactus {
      display: block;
      width: 100%;
      float: left;
      margin-top: 35px
    }
    
    .linkContactus p {
      font-size: 17px;
    }
    
    .popupGloubalMsgTop {
      width: 100%;
      text-align: center;
      margin: 0 auto;
    }
    .signInPopupLeft .popupGloubalMsgTop .popupSuccess { width: 100%;}
    .popupSuccess span { padding:10px;border-radius:4px;border:1px solid var(--status_success_green);text-align:left;margin-bottom: 5px;}
    .popupGloubalMsgTop .popupError span {
      width: 95%;
      background-color: transparent;
      color: var(--basic_error_red);
      text-align: left;
      padding: 0;
      border: 0;
      overflow-wrap: break-word;
    }
    .errorMsgExMark:before {
      background: url("data:image/svg+xml;charset=utf8,\a                     %3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E\a                         %3Cpath d='M14.7656 7.375C14.7656 3.39062 11.4844 0.109375 7.5 0.109375C3.48633 0.109375 0.234375 3.39062 0.234375 7.375C0.234375 11.3887 3.48633 14.6406 7.5 14.6406C11.4844 14.6406 14.7656 11.3887 14.7656 7.375ZM7.5 8.83984C8.23242 8.83984 8.84766 9.45508 8.84766 10.1875C8.84766 10.9492 8.23242 11.5352 7.5 11.5352C6.73828 11.5352 6.15234 10.9492 6.15234 10.1875C6.15234 9.45508 6.73828 8.83984 7.5 8.83984ZM6.21094 4.00586C6.18164 3.80078 6.35742 3.625 6.5625 3.625H8.4082C8.61328 3.625 8.78906 3.80078 8.75977 4.00586L8.55469 7.99023C8.52539 8.19531 8.37891 8.3125 8.20312 8.3125H6.76758C6.5918 8.3125 6.44531 8.19531 6.41602 7.99023L6.21094 4.00586Z' fill='%23A32940' /%3E\a                     %3C/svg%3E") no-repeat left center;
      content: "";
      background-size: 16px 19px;
      display: inline-block;
      height: 17px;
      position: relative;
      top: 4px;
      width: 17px;
      left: -3px;
    }
    .popupGloubalMsgTop .popupError span.errorMsgExMark{
      width: auto;
      background-color: transparent;
      color: var(--basic_error_red);
      text-align: left;
      padding: 0 0 0 20px;text-indent: -17px}
    .signInPopupLeft .popupSuccess {
      padding: 0
    }
    .popupError svg { float: left;
      padding: 3px 5px 3px 0; display: block !important;}
    
    .signInPopupLeft .inlineError {
      font-size: 15px;
      margin-top: 7px
    }
    
    .signInPopupRight {
      display: block !important;
      background: var(--basic_purple);
    }
    
    #createNewCustomerForm {
      width: 52%;
      cursor: pointer;
    }
    
    .passwordScreen .inlineRememberMe {
      display: block !important;
    }
    
    .errorMsgPass {
      margin-top: 5px !important;
      padding-bottom: 0 !important;
    }
    
    #colorbox {
      outline: 0;
    }
    
    #cboxContent .btnClosed,
    #cboxContent .btnClosed:hover {
      background: url(../images/close.svg) no-repeat 75px 5px #fff;
      width: 100px;
      height: 29px;
      float: left;
      border: 0;
      outline: none;
      text-indent: -25px;
      font-size: 18px;
      top: 0;
      right: 0;
      opacity: 0.7;
      text-transform: capitalize;
    }
    
    #customerLoginForm .greyButtonEnabled {
      background: var(--basic_purple);
      border: 1px solid var(--light_border_grey);
      font-size: 18px;
      font-weight: bold;
      height: 45px;
      line-height: 43px;
      color: var(--white)
    }
    #forgotPasswordPanel {
      width: 90%;
      padding: 5%;
      float: left;
    }
    .forgotPasswordPanelLeft {
      width: auto;
    float: left;
    position: relative;
    height: auto;
    border-right: 0px solid var(--light_border_grey);
    padding: 20px 20px;
    overflow: unset;
    }

    #forgotPasswordPanel .popupError span {
      margin-bottom: 5px;
    }
    #forgotPasswordPanel .popupError span#forgottenpasswordErrorMsg { padding-left: 20px;position: relative;}
    #forgotPasswordPanel .popupError span#forgottenpasswordErrorMsg  svg { position:absolute;left:0px}
    
    #forgotPasswordPanel .signInPopupBody p {
      padding-bottom: 8px;
    }
    
    #spinningImage {
      /* text-align: left;
      margin-left: 25%;
      display: none;
      position: absolute;
      left: 18%;
      top: 45%; */
    }
    #loginErrorPassMessages .forgetPassword { display:contents}
    .language-zh .loginAndRegister {font-size:27px}
    .language-de .loginAndRegister { font-size: 25px;}
    .language-de #forgotPasswordPanel .signInPopupBody p { font-size:15px}
    #RepairReqSuccessPopDiv .savePrintPDFButtons {
      width:100%;  
      margin: 0 auto;
      text-align:center;   
      position: unset;
  }
  #RepairReqSuccessPopDiv .savePrintPDFButtons a { float:none;}
  #RepairReqSuccessPopDiv .popupBody,
  #RepairReqSuccessPopDiv .smallMsgBody { float:none;padding:0;margin:0}
  #RepairReqSuccessPopDiv .popupFooter {
      float: none;
      width: 100%;
      margin: 0 auto;
      text-align: center;
  }