
/* Table of Content
==================================================
	#01. Web Fonts
	#02. Common CSS
	#03. Section Panel UI CSS
    #04. Check box UI CSS
    #05. Responsive CSS
*/
/*--------------------*/
/* 02. Common CSS */
/*--------------------*/
@import "font.css";
.form-control{
  border: none;
  background: none;
  box-shadow: none;
  font-size: 13px;
}
#credential_picker_container
{
  right:auto !important;
  left : 30px !important;
}
.select_country_picker_container .select2-selection--single
{
  width: 80px;
}
.select_country_picker_container .select2-selection__arrow
{
  display: none;
}
.select_country_picker_selector
{
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 0;
}
.select_country_picker_container .mobile
{
  text-align: right;
  margin-left: 90px;
  width: calc(100% - 90px);
  z-index: 2 !important;
  position: relative;

}
.select2-dropdown.select2-dropdown--below {
  width: 250px !important;
  z-index: 9999999999;
}
.small_txt
{
  font-size: 11px !important;
}
.disabled-link{
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  color: #365675;
}
#preload-block {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

#preload-block .square-block {
  background: url('../img/preloader1.gif') no-repeat center center;
  width: 80px;
  height: 80px;
  text-align: center;
  position: relative;
  top: 50%;
  margin: 0 auto;
}
body,
html {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  background-color: #f0f2f5;direction: rtl;
}
body {
  font-family: 'IRANSans', sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  background-image: url('../img/bg-login.jpg');
  color: #44525f;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
  height: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #2d385e;

}

a:focus {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-family: 'IRANSans', sans-serif;
  color: #2d385e;
}

a,
a:hover,
a:focus {
  color: #4f77ff;
}

.btn-primary {
  background-color: #4f77ff !important;
  border-color: #4f77ff  !important;
  background-image: unset !important;
}

.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #486ff2;
  border-color: #486ff2;
}

.brand-logo {
  margin: 10px auto;

}

/*--------------------*/
/* 03. Section Panel UI CSS */
/*--------------------*/

.avl-panel-left {
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;


}
input:focus,
input:-webkit-autofill:focus {
  border-color: #fff;
  -webkit-box-shadow: inset 0 0 0px 9999px white, 0 0 8px #fff;
}
.avl-panel-right {
  background-color: rgba(45, 56, 94, 0.8);
  color: #fff;
  height: 100%;
}
.error-login
{
  color: red;
  text-align: right;
  margin: 20px auto;

}
.avl-panel-right .hero-heading {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.contactus .row{
  margin: 5px;
  border-top: 1px solid #e5e5e5;
  padding: 5px;
}
.contactus div{
  font-size: 12px;
}
.contactus .row:first-child{
  border-top: none;
}
#detailesModal ul li{
  font-size: 12px;
  line-height: 28px;
}
#detailesModal ul{
  list-style: inside;
}
.avl-panel-right .hero-heading .headline {
  display: table-cell;
  vertical-align: middle;
}

.avl-panel-right .hero-heading .headline h1,
.avl-panel-right .hero-heading .headline h2,
.avl-panel-right .hero-heading .headline h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.avl-login {
  flex: 1 1 auto;
  position: relative;
  top: 0;
  left: 0;
  overflow-x: hidden;
}
*
{
  font-size: 14px;
}
.avl-panel {
  padding: 0px 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  opacity: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.avl-panel .avl-heading {
  margin-bottom: 30px;
}

.avl-login .auth-title {
  font-weight: 700;
  margin-top: 0px;
}

.avl-login .avl-panel.active {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.social-buttons a {

  font-size: 18px !important;
}

.avl-login .social-buttons a:hover {
  color: white;
  opacity: 0.9;
}
.form-control:focus {
  border-color: #fff !important;;
  outline: 0 !important;;
  -webkit-box-shadow: unset !important;;
  box-shadow: unset !important;
}
.social-buttons
{
  z-index: 10000;
  background: #fff;
  display: flex;
}
.social-buttons .social-item {flex: 1;}


.avl-login .loginOr {
  position: relative;
  font-size: 1.5em;
  color: #dbdbdb;
  margin-bottom: 1em;
}

.avl-login .loginOr .spanOr {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.avl-login .loginOr .spanOr:before,
.avl-login .loginOr .spanOr:after  {
  content: "";
  background-color: #ddd;
  width: 45%;
  height: 1px;
  position: absolute;
  top: 19px;
}

.avl-login .loginOr .spanOr:before {
  left: -50px;
}

.avl-login .loginOr .spanOr:after {
  right: -50px;
}

.panel-login .remember-row {
  margin-bottom: 10px;
}

.panel-login .remember-row label {
  font-weight: normal;
  position: relative;
  cursor: pointer;
  color: #666;
  padding-left: 24px;
}

.avl-login .forgotPwd {
  text-align: right;
  margin-top: 10px;
}
.avl-login .forgotPwd .lnk-toggler {
  font-size: 12px !important;
}

.panel-login .form-control,
.panel-signup .form-control,
.panel-verify .form-control,
.panel-give-number .form-control,
.panel-register .form-control,
.panel-login-demo .form-control,
.panel-forgot .form-control {
  color: #333333;
  font-size: 16px;
  height: 50px;
  padding: 12px 0px;
  outline: none;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-login .form-control:focus + .focus-input:before,
.panel-give-number .form-control:focus + .focus-input:before,
.panel-register-first .form-control:focus + .focus-input:before,
.panel-register-end .form-control:focus + .focus-input:before,
.panel-signup .form-control:focus + .focus-input:before,
.panel-forgot .form-control:focus + .focus-input:before {
  width: 100%;
}

.wrap-input {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
}

.focus-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input:before {
  background-color: #4f77ff;
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.avl-panel.panel-forgot {
  padding-top: 40px;
}

.pwdMask {
  position: relative;
}

.pwdMask .pwd-toggle {
  color: #cccccc;
  position: absolute;
  z-index: 2;
}

.panel-login .pwdMask .pwd-toggle,
.panel-verify .pwdMask .pwd-toggle,
.panel-give-number .pwdMask .pwd-toggle,
.panel-register-first .pwdMask .pwd-toggle,
.panel-register-end .pwdMask .pwd-toggle,
.panel-signup .pwdMask .pwd-toggle {
  top: 15px;
  left: 15px;
  font-size: 20px;
}

.pwdMask .pwd-toggle:hover,
.pwdMask .pwd-toggle:focus {
  cursor: pointer;
}

.pwdMask .pwd-toggle:hover,
.pwdMask .pwd-toggle:focus,
.pwdMask .pwd-toggle.fa-eye {
  color: #4f77ff;
}

.panel-signup .term-policy a {
  text-decoration: underline;
}

/*--------------------*/
/* 04. Check box UI CSS */
/*--------------------*/

.checkbox input[type="checkbox"] {
  position: absolute;
  right: 9000px;
}

.checkbox input[type="checkbox"] + .label-text::before, .checkbox input[type="checkbox"] + .label-text::after {
  font-size: 11px;
  display: inline-block;
  width: 17px;
  height: 17px;
  padding: 2px;
  margin-right: 0;
  position: absolute;
  top: 2px;
  right: 0;
}

.checkbox input[type="checkbox"] + .label-text:before {
  content: "";
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 3px;
  cursor: pointer;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox input[type="checkbox"] + .label-text:after {
  background-color: #4f77ff;
  color: #ffffff;
  border-radius: 2px;
  border-color: #4f77ff;
  line-height: 1.4;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + .label-text:before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + .label-text:after {
  font-family: "FontAwesome";
  content: "\f00c";
}

/*--------------------*/
/* 05. Responsive CSS */
/*--------------------*/

@media (min-width: 812px) {

}

@media (min-width: 834px) {

}

@media (min-width: 846px) {


}


@media (min-width: 849px) {


}

@media (min-width: 896px) and (max-width: 960px) {


}


@media (min-width: 601px) and (max-width: 767px) {


}

@media (min-width: 320px) and (max-width: 600px) {


}

@media (min-width: 320px) and (max-width: 767px) {


  .avl-panel {
    padding: 0px 20px;
  }
}

@media screen and (min-width: 533px) and (max-width:568px) {


}

@media (max-width: 320px) {


  .remember-row .col-sm-6 {
    width: 100%;
  }

  .avl-login .forgotPwd {
    text-align: right;
    margin-top: 0px;
  }
}
