  .error {
    width: 100%;
    margin-bottom: -23px;
    color: #ffffff;
    background: #db0c0c;
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid red;
    margin-left: 1.5px;
  }

  .elementor-form {
    opacity: 1 !important
  }

  .custom-loader {
    margin: auto;
    margin-top: 1rem;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 4px solid;
    border-color: #E4E4ED;
    border-right-color: #FFFFFF;
    animation: s2 2s infinite linear;
  }

  @keyframes s2 {
    to {
      transform: rotate(1turn)
    }
  }

  #fakeResponse {
    position: absolute;
    top: 0;
    left: -2.5%;
    width: 105%;
    height: 105%;
    display: none;
    padding: 15px;
    background: #3b53a3;
    color: #fff;
    font-size: 32px;
    border-radius: 4px;
    z-index: 9;
    align-content: center;
    text-align: center;
  }

  .loader {
    display: none;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 0;
    left: -2.5%;
    width: 105%;
    height: 105%;
    z-index: 8;
    align-content: center;
    text-align: center;
    background: #3b53a3;
  }