﻿@charset "UTF-8";
.Authentication-T1_container {
  float: left;
  position: relative;
  z-index: 999;
  width: 170px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
  border-radius: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 0;
  left: 13px;
  top: 0;
}
@media (max-width: 992px) {
  .Authentication-T1_container {
    margin-top: 0px;
    padding: 5px;
  }
  .Authentication-T1_container .row {
    height: 100%;
  }
  .Authentication-T1_container.active {
    width: 237px;
    height: 80vh;
    top: 10vh;
    left: 0;
    bottom: 10vh;
    right: 0;
    position: fixed;
    margin: auto;
    position: fixed;
    max-height: 380px;
  }
  .Authentication-T1_container.active .user-profile__container ul {
    overflow-y: scroll;
  }
  @supports (-webkit-touch-callout: none) {
    .Authentication-T1_container.active {
      z-index: 999 !important;
    }
  }
}
@media (max-width: 768px) {
  .Authentication-T1_container {
    width: 60px;
    float: right;
    left: unset;
    padding: 0;
  }
}
.Authentication-T1_container div[class^=col-] {
  padding: 0px;
  padding: 5px;
}
.Authentication-T1_container .row {
  padding: 0;
}
.Authentication-T1_container:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 20px;
  bottom: 0;
  height: 30px;
  border: 1px solid #e4e4e4;
  border-width: 0 0 0 1px;
}
@media (max-width: 768px) {
  .Authentication-T1_container:before {
    display: none;
  }
}
.Authentication-T1_container > .row > div:nth-child(2) {
  float: left;
}
@media (max-width: 992px) {
  .Authentication-T1_container > .row > div:nth-child(2) {
    padding: 0;
  }
}
.Authentication-T1_container > .row > div:nth-child(2) span {
  display: block;
  position: relative;
  color: #555;
  cursor: pointer;
}
.Authentication-T1_container > .row > div:nth-child(2) span:after {
  content: "\f078";
  font-size: 10px;
  color: #333;
  display: inline-block;
  font-family: FontAwesome;
  position: absolute;
  top: 3px;
  left: 3px;
}
@media (max-width: 992px) {
  .Authentication-T1_container > .row > div:nth-child(2) span:after {
    top: 0px;
    left: 15px;
  }
}
@media (max-width: 768px) {
  .Authentication-T1_container > .row > div:nth-child(2) span {
    font-size: 0;
  }
  .Authentication-T1_container > .row > div:nth-child(2) span:after {
    display: none;
  }
  .Authentication-T1_container > .row > div:nth-child(2) span:before {
    color: #555 !important;
  }
}
.Authentication-T1_container > .row > div:nth-child(2) span:before {
  content: "\e804";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  font-size: 20px;
  color: #D2021C;
  position: absolute;
  left: 19px;
  top: 1px;
}
@media (max-width: 992px) {
  .Authentication-T1_container > .row > div:nth-child(2) span:before {
    top: -1px;
    left: 32px;
    font-size: 18px;
  }
}
.Authentication-T1_container > .row > div:nth-child(2) span:hover {
  text-decoration: unset;
}
@media (max-width: 768px) {
  .Authentication-T1_container > .row > div:nth-child(2) #login-button:after {
    content: "پنل کاربری";
    display: block !important;
    font-size: 11px;
    line-height: 1;
    width: 53px;
    bottom: -3px;
    top: unset;
    font-family: "Iransans";
    position: absolute;
    text-align: center;
    left: 11px;
  }
}
.Authentication-T1_container > .row > div:nth-child(2) .content-user-login {
  background: #fff;
  width: 270px;
  border-radius: 10px;
  position: absolute;
  top: 17px;
  z-index: 99999;
  padding: 0 10px 15px;
  left: 5px;
  visibility: hidden;
  transform: translateY(-350px);
  transition: 300ms;
  opacity: 0;
}
@media (max-width: 992px) {
  .Authentication-T1_container > .row > div:nth-child(2) .content-user-login {
    right: -80px;
  }
}
@media (max-width: 332px) {
  .Authentication-T1_container > .row > div:nth-child(2) .content-user-login {
    right: -204px;
  }
}
.Authentication-T1_container > .row > div:nth-child(2) .content-user-login .header--login {
  border-bottom: 1px solid #e4e4e4;
  min-height: 50px;
}
.Authentication-T1_container > .row > div:nth-child(2) .content-user-login .header--login span {
  line-height: 2;
  text-align: left;
  padding-top: 7px;
  padding-left: 50px;
}
.Authentication-T1_container > .row > div:nth-child(2) .content-user-login .header--login span:before {
  top: 0px;
}
@media (max-width: 768px) {
  .Authentication-T1_container > .row > div:nth-child(2) .content-user-login .header--login span:before {
    left: 5px;
    left: 23px;
  }
}
.Authentication-T1_container > .row > div:nth-child(2) .content-user-login .header--login span:after {
  content: "\f077" !important;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 11px;
  top: 11px;
}
@media (max-width: 768px) {
  .Authentication-T1_container > .row > div:nth-child(2) .content-user-login .header--login span:after {
    left: 5px;
  }
}
.Authentication-T1_container > .row > div:nth-child(2) .content-user-login .user-login {
  display: flex;
}
.Authentication-T1_container > .row > div:nth-child(2) .content-user-login .user-login > div {
  width: 50%;
  line-height: 2;
  text-align: center;
}
.Authentication-T1_container > .row > div:nth-child(2) .content-user-login .user-login > div a {
  color: #000;
}
.Authentication-T1_container > .row > div:nth-child(2) .content-user-login .user-login > div.login--modal ul li {
  position: relative;
}
.Authentication-T1_container > .row > div:nth-child(2) .content-user-login .user-login > div.login--modal ul li:after {
  content: "";
  height: 15px;
  width: 1px;
  background: #f1f1f1;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
}
.Authentication-T1_container > .row > div:nth-child(2) .content-user-login .user-login > div ul li {
  list-style: none;
  text-align: right;
  height: 40px;
  line-height: 40px;
}
.Authentication-T1_container > .row > div:nth-child(2) .content-user-login .user-login > div ul li a {
  font-size: 11px;
}
.Authentication-T1_container > .row > div:nth-child(2) .content-user-login .user-login > div ul li:before {
  width: 20px;
  height: 20px;
  display: inline-block;
  font-family: FontAwesome;
  color: #DF2025;
}
.Authentication-T1_container > .row > div:nth-child(2) .content-user-login .user-login > div ul li:nth-child(2) {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.Authentication-T1_container > .row > div:nth-child(2) .content-user-login .user-login .user--modal ul li:before {
  content: "\f234";
}
.Authentication-T1_container > .row > div:nth-child(2) .content-user-login .user-login .login--modal ul li:nth-child(1):before {
  content: "\f007";
}
.Authentication-T1_container > .row > div:nth-child(2) .content-user-login .user-login .login--modal ul li:nth-child(2):before {
  content: "\f0c0";
}
.Authentication-T1_container > .row > div:nth-child(2) .content-user-login .user-login .login--modal ul li:nth-child(3):before {
  content: "\f0ad";
}
.Authentication-T1_container > .row > div:nth-child(1) {
  display: none;
}
.Authentication-T1_container > .row > div:nth-child(3) {
  display: none;
}
.Authentication-T1_container > .row > div:nth-child(4) {
  display: none;
}
.Authentication-T1_container.opening {
  z-index: 9999;
}
.Authentication-T1_container.opening .content-user-login {
  visibility: visible !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.Authentication-T1_container.opening .content-user-login .header--login span {
  font-size: 13px;
}
.Authentication-T1_container.active {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4.9px 0.1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4.9px 0.1px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  line-height: 20px;
  padding: 5px;
  width: 240px;
}
.Authentication-T1_container.active .row {
  background-color: #fff;
  width: 100%;
  margin: 0;
}
@supports (-webkit-touch-callout: none) {
  .Authentication-T1_container.active {
    /* CSS specific to iOS devices */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1000;
  }
}
.Authentication-T1_container.active:before {
  display: none;
}
.Authentication-T1_container.active > .row > div:nth-child(2) .login--modal ul li:first-of-type a:before {
  top: 1px;
  left: 7px;
  content: "\f00d";
  font-family: FontAwesome;
}
.Authentication-T1_container.active > .row > div:nth-child(2) a:after {
  display: none;
}
.Authentication-T1_container.active > .row > div:nth-child(1) {
  display: block;
  width: 50%;
}
@media (max-width: 992px) {
  .Authentication-T1_container.active > .row > div:nth-child(1) {
    height: 10%;
  }
}
.Authentication-T1_container.active > .row > div:nth-child(2) {
  width: 50%;
}
.Authentication-T1_container.active > .row > div:nth-child(2) a {
  font-size: 0;
}
@media (max-width: 992px) {
  .Authentication-T1_container.active > .row > div:nth-child(2) {
    height: 14%;
  }
}
.Authentication-T1_container.active > .row > div:nth-child(3) {
  display: block;
}
@media (max-width: 992px) {
  .Authentication-T1_container.active > .row > div:nth-child(3) {
    height: 10%;
  }
}
.Authentication-T1_container.active > .row > div:nth-child(4) {
  display: block;
}
@media (max-width: 992px) {
  .Authentication-T1_container.active > .row > div:nth-child(4) {
    height: 75%;
    overflow: scroll;
  }
}
.Authentication-T1_container.active > .row .display-name_container {
  color: #d60000;
}
.Authentication-T1_container.active > .row .user-profile__container {
  color: #000;
}
.Authentication-T1_container.active > .row .user-profile__container > ul > li {
  list-style: none;
}
.Authentication-T1_container.active > .row .user-profile__container > ul > li > a {
  font-size: 14px;
  color: #434343;
  line-height: 44px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.Authentication-T1_container.active > .row .user-profile__container > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #f7f7f7;
  transition: all 0.3s;
  z-index: -1;
}
.Authentication-T1_container.active > .row .user-profile__container > ul > li > a:hover {
  color: #d60000;
}
.Authentication-T1_container.active > .row .user-profile__container > ul > li > a:hover:after {
  width: 100%;
}
.Authentication-T1_container.active > .row .user-profile__container > ul > li a:before {
  font-family: IconFont;
  font-size: 16px;
  margin-left: 5px;
}
.Authentication-T1_container.active > .row .user-profile__container > ul > li:nth-child(1) a:before {
  /*content: "";*/
  content: "\e03e";
}
.Authentication-T1_container.active > .row .user-profile__container > ul > li:nth-child(2) a:before {
  content: "\e039";
}
.Authentication-T1_container.active > .row .user-profile__container > ul > li:nth-child(3) a:before {
  content: "\e034";
}
.Authentication-T1_container.active > .row .user-profile__container > ul > li:nth-child(4) a:before {
  content: "\e1ec";
}
.Authentication-T1_container.active > .row .user-profile__container > ul > li:nth-child(5) a:before {
  content: "\e163";
}
.Authentication-T1_container.active > .row .user-profile__container > ul > li:nth-child(6) a:before {
  content: "\e19c";
}
.Authentication-T1_container.active > .row .user-profile__container > ul > li:nth-child(7) a:before {
  content: "\e12b";
}
.Authentication-T1_container.active > .row .user-profile__container > ul > li:last-child a {
  border: unset;
}
.Authentication-T1_container.active > .row .user-name_container {
  color: #848484;
  font-size: 12px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 14px;
}
@media (max-width: 992px) {
  .Authentication-T1_container.active > .row .user-name_container {
    padding-bottom: 7px;
  }
}

html[lang=en-US] #login-button {
  text-align: left;
  padding-left: 5px;
}
html[lang=en-US] #login-button:after {
  top: 0px !important;
  right: -15px !important;
  left: unset;
}
html[lang=en-US] #login-button:before {
  left: unset !important;
  right: 2px !important;
  top: 0 !important;
}
html[lang=en-US] .content-user-login .header--login span {
  padding-left: 10px !important;
}
html[lang=en-US] .content-user-login .header--login span:before {
  left: 85px;
}
html[lang=en-US] .content-user-login .header--login span:after {
  left: 115px !important;
}
