@font-face { font-family: 'Vazir'; src: url(../../admin/assets/fonts/Vazir.woff) format('woff') }
.wl-opac , .wl-modal{
	display: none;
}
.wl-opac{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    right: 0;
    background-color: black;
    opacity: 0.6;
}


.wl-submit {
    clear: both;
    width: 120px;
    background-color: #00dff3 !important;
    padding: 8px;
    color: #FFF !important;
    border-radius: 7px;
    font-family: 'Vazir';
    font-size: 15px;
    letter-spacing: normal;
    margin: 0;
}
.wl-mhead{
    display: table;
    font-family: 'Vazir';
    font-weight: normal;
    letter-spacing: normal;
    font-size: 19px;
    margin: 0 auto 10px;
    font-size: 22px;
}
span.wl-minfo{
    display: block;
    font-family: 'Vazir';
    font-weight: normal;
    letter-spacing: normal;
    direction: rtl !important;
    text-align: right !important;
}
span.wl-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/close.svg) no-repeat center;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.wl-smodal{
	display: none;
    position: relative;
}

.wl-success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 40px 15px;
}

 .wl-error{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-top: 10px;
    padding: 10px;
}

.wl-success , .wl-error{
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    text-align: right;
    font-family: 'Vazir';
}

.wl-smodal .wl-success , .wl-smodal .wl-error{
  display: none;
  margin: 0;
}
.wl-smain{
  display: inline-block;
  position: relative;
}

.wl-smain .wl-submit{
  float: none;
}

.wl-form{
  overflow: auto;
  margin-top: 10px;
}
.xwl-emlab{
    display: block;
    font-family: 'Vazir';
    font-weight: normal;
    letter-spacing: normal;
    margin: 2px 0;
    text-align: right;
}
input[type=number].wl-phone{
    background-color: #fdfafa !important;
    border: 1px solid #c5c5c5;
    box-shadow: none !important;
    border-radius: 7px;
    text-align: left;
}
input[type=number].wl-phone::-webkit-inner-spin-button,
input[type=number].wl-phone::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
 }

input[type=number].wl-phone {
      -moz-appearance:textfield;
 }
.wl-modal input{
    display: block;
    width: 100%;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    background-color: #f9f9f9 !important;
    border-radius: 7px !important;
    text-align: left;
}

.wl-modal input:focus{
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.xwl-qtlab{
    display: block;
    font-weight: bold;
    margin: 9px 0 3px 0;
}

.wl-modal {
    top: 0;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 10000000000;
    overflow: auto;
}

.wl-modal:before {
  content: '';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
  margin-right: -0.25em;
}

.wl-inmodal{
    display: inline-block;
    max-width: 550px;
    border: #a0a0a0 solid 1px;
    background: #fff;
    position: relative;
    vertical-align: middle;
    width: 90%;
    text-align: left;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    border-radius: 5px;
}

@-webkit-keyframes wl-key-fadein {
    100% {opacity: 1;}
}
@keyframes wl-key-fadein {
    100% {opacity: 1;}
}
@keyframes wl-key-slide {
    100% {top: 0;}
}
@-webkit-keyframes wl-key-slide {
    100% {top: 0;}
}


.wl-emsec{
    display: block;
    margin: 10px 0;
    color: #a0a0a0;
    font-size: 10px;
    font-family: 'Vazir';
    font-weight: normal;
    letter-spacing: normal;
    text-align: right;
}
.wl-main{
  padding: 25px;
}
.wl-nlogin{
    font-family: 'Vazir';
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ededed;
    display: block;
    text-align: center;
}
.wl-myacc{
    font-family: 'Vazir';
    display: table;
    margin: 0 auto;
}
.wl-myacc a {
  margin: 0 10px;
}

[class^="wl-icon-"], [class*=" wl-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Vazir' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Preloader */
.wl-preloader{
  display: inline-block;
  animation: wl-spin 650ms infinite linear;
    -o-animation: wl-spin 650ms infinite linear;
    -ms-animation: wl-spin 650ms infinite linear;
    -webkit-animation: wl-spin 650ms infinite linear;
    -moz-animation: wl-spin 650ms infinite linear;
    background: url(../images/loading2.svg) no-repeat center;
    width: 45px;
    height: 45px;
}
@keyframes wl-spin {
    100%{ transform: rotate(360deg); transform: rotate(360deg); }
}
.wl-plouter{
    display: none;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 39px;
}

.wl-active .wl-opac , .wl-active .wl-modal , .wl-active .wl-main{
  display: block;
}

.wl-form-loading .wl-plouter{
  display: block;
  z-index: 1;
}

.wl-form-loading .wl-main{
  opacity: 0.5;
}