
.form-group {
    width: 100%;
    position: relative;
  }
  .navbar-brand {
      cursor: pointer;
  }
 
  
  .error {
    width: 100%;
    font-weight: 400;
    margin-top: 0.25rem;
    color: #eb162b;
     font-size: 12px;
    display: none;
     box-sizing: border-box;
     text-align: left;
     line-height: 1.2;
  }
  
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus {
    outline: none;  
  }
  
  .input-wrapper {
    position: relative;
  }
  
  .input-wrapper input {
    padding-right: 30px;  
    color: black;
  }
 select.placeholder-gray {
  color: gray;
}

select.placeholder-gray option {
  color: black;
}

select.placeholder-gray:valid {
  color: black;
}

  .input-wrapper .check-icon {
    position: absolute;
    top: 13px;
    right: 5px;
    display: none;
  }
  
  .intl-tel-input {
    width: 100%;
  }
  .checkbox {
    width: 40px!important;
  }
   .valid-input {
    border: 2px solid #41ad48!important;   
  }
  
   .failed-input {
    border: 2px solid red!important;  
  }
  .iti {
    width: 100% !important;
  }
  
  .form-sender {
    position: relative;
  }
  .form__wrapper-loader  {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(255 255 255 / 90%);
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
  }
  .form__wrapper-loader:after {
    content: " ";
    top: calc(50% - 90px);
    left: calc(50% - 80px);
    background-image: url("../images/loader.svg");
    background-size: 160px 160px;
    width: 160px;
    height: 160px;
    position: absolute;
  }
  .form__wrapper-loader.loader,
  .api-error.loader {
    display: block;
  }
  .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    margin-left: 6px;
    font-size: 14px;
    color: black;
  }
  .form-wrapper {
    position: relative;
  }
  @media (max-width:590.98px) {
      .mob-hide {
          display: none;
      }

  }
  @media (max-width:768px) {
      .input-wrapper .check-icon {
          top: 11px;
      }
  }