.elementor-1512 .elementor-element.elementor-element-fdefc89{--content-width:100%;--background-transition:0.3s;--padding-top:0px;--padding-right:0px;--padding-bottom:20px;--padding-left:0px;}.elementor-1512 .elementor-element.elementor-element-ce6c11e{text-align:center;}.elementor-1512 .elementor-element.elementor-element-ce6c11e > .elementor-widget-container{padding:0px 0px 20px 0px;}#elementor-popup-modal-1512 .dialog-message{width:640px;height:auto;padding:20px 20px 20px 20px;}#elementor-popup-modal-1512{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-1512 .dialog-close-button{display:flex;}#elementor-popup-modal-1512 .dialog-widget-content{animation-duration:0.5s;border-radius:6px 6px 6px 6px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){#elementor-popup-modal-1512 .dialog-message{width:100%;}#elementor-popup-modal-1512{justify-content:center;align-items:center;}#elementor-popup-modal-1512 .dialog-widget-content{border-radius:7px 7px 7px 7px;}}/* Start custom CSS for html, class: .elementor-element-a9c30b8 */.form-container {
    margin: 0 auto;
  }

  .input-group {
    margin-bottom: 20px;
  }

  label {
    padding-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 16px;
  }

  #orderNumber {
    width: 100%;
    padding: 9px;
    box-sizing: border-box;
    margin-bottom: 10px;
    vertical-align: top;
  }

  #submitButton {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #FAA41A;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    vertical-align: top;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 16px;
    border-radius: 3px;
  }

  .loader {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #ffffff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  #status {
    background: #F4F0F0;
    padding: 15px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
  }

  @media (min-width: 769px) {
    #submitButton {
        width: calc(30% - 16px);
        margin-left: 10px;
        margin-bottom: 0;
    }

    #orderNumber {
        width: 70%;
    }
  }/* End custom CSS */