//@import "../../fonts/iransans/iransans";
@import "../fonts/iranyekan/iranyekan";

@main-color : #9e9e9e;

.hide{
  display: none;
}

html,
body {
  font-family: 'iranyekan',roboto,sans-serif !important;
  direction: rtl;
  text-align: center;
  background-color: #eeeff3;
  background-image: url('../img/background-pattern.png');
  //display: flex;
  //flex-direction: column;
  //justify-content: center;
  //align-items: center;
  font-size: 1.5rem;
  margin: 0 !important;
}

#payment{
  width: 100%;
  max-width: 500px;
  margin: 10vh auto 10vh auto;

  .after-pay, .before-pay{
    padding: 30px;
    border: 1px solid @main-color;
    border-radius: 5px;
  }

  .port-message-success, .redirecting-message{
    margin: 5px;
    padding: 10px;
    background-color: #9dee7f;
    color: #4a703b;
    border-radius: 5px;
  }

  .port-message-error{
    margin: 5px;
    padding: 10px;
    background-color: #ee9ca0;
    color: #6e4849;
    border-radius: 5px;
  }

  /* after pay page */

  .data{
    border:1px solid #F0EBEA;
    border-radius: 10%;
    padding: 20px;
    margin:10px 10px;
    min-height:50%;
    background-color: #01657E;
    color: #FFF;
  }
  .data-negative{
    background-color: #FE8F05;
  }
  .log{
    margin-bottom:20px;
  }
  .logo-pic{
    border: 1px solid #01657e;
    border-radius: 55px;
    margin: 18px auto;
    box-shadow: 0 0 5px #01657e;
  }
  @media screen and (min-width: 900px){
    .data {
      width: 34%;
      margin: 0 auto;
      border-radius: 10px;
    }
    .container {
      background-size: 100% 60%;
    }
  }
  /* after pay page */

}

#invite{
  background-color: hsla(0,0%,100%,.55);
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  direction: rtl!important;
  font-size: 13px;
  padding: 1.5rem!important;
  margin: 5vh auto;
  width: 550px;

  .logo{
    padding-top: 0.5rem!important;
    padding-bottom: 1rem!important;
    width: 100px;
  }

  @media screen and (max-width: 700px){
    width: unset;
    border-radius: 0;
    margin: auto 0;
  }

  .text-dark {
    color: #343a40!important;
  }

  h1{
    font-size: 30px;

    div{
      font-size: .7em;
      margin-top: 20px;
    }

  }

  .description{
    font-size: 14px;
    .text-warning {
      color: #ff8c00;
    }
  }

  .form__group {
    position: relative;
    padding: 15px 20px 20px 0;
    margin-top: 10px;
  }

  .form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #e0e0e0;
    outline: 0;
    font-size: 1.3rem;
    color: #000000;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
  }
  .form__field::placeholder {
    color: transparent;
  }
  .form__field:placeholder-shown ~ .form__label {
    font-size: 1.3rem;
    cursor: text;
    top: 20px;
  }

  .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #9b9b9b;
  }

  .form__field:focus {
    padding-bottom: 6px;
    font-weight: 700;
    border-width: 3px;
    border-image: linear-gradient(to right, darkorange, orange);
    border-image-slice: 1;
  }
  .form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: darkorange;
    font-weight: 700;
  }

  /* reset input */
  .form__field:required, .form__field:invalid {
    box-shadow: none;
  }

  .register-btn{
    color: #fff;
    font-family: inherit;
    background-color: #007bff;
    border: 2px solid #005ab9;
    padding: 15px;
    margin: 20px;
    border-radius: 7px;
    cursor: pointer;

    &:hover{
      background-color: #005ab9;
    }
  }


  .message {
    font-size: 15px;
    color: #004d40;
    margin-top: 3vh;
    &.error{
      color: red;
    }
  }

  .app-download-img{
    img {
      width: 200px;
      display: block;
      margin: 20px auto 0;
      cursor: pointer;
    }
  }
}
