﻿@charset "UTF-8";
.Authentication-T1_container {
  float: left;
  z-index: 13;
  width: 130px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 77px;
  top: 29px;
  padding: 0;
}
@media (max-width: 1199px) {
  .Authentication-T1_container {
    top: 13px;
    margin-top: 0px;
    padding: 5px;
    width: 54px;
    left: 62px;
  }
  .Authentication-T1_container .row {
    height: 40px !important;
  }
  .Authentication-T1_container.active .user-profile__container ul {
    overflow-y: scroll;
  }
  @supports (-webkit-touch-callout: none) {
    .Authentication-T1_container.active {
      z-index: 999 !important;
    }
  }
}
.Authentication-T1_container div[class^=col-] {
  padding: 0px;
  padding: 5px;
}
.Authentication-T1_container .row {
  padding: 0;
  width: 100%;
  height: 100%;
  display: block !important;
}
.Authentication-T1_container:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: -13px;
  top: 9px;
  bottom: 0;
  height: 31px;
  border: 1px solid #e4e4e4;
  border-width: 0 0 0 1px;
}
.Authentication-T1_container > .row > div:nth-child(2) {
  float: left;
  height: 100%;
  padding: 0;
}
.Authentication-T1_container > .row > div:nth-child(2) svg {
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .Authentication-T1_container > .row > div:nth-child(2) svg {
    width: 18px;
    height: auto;
    right: 0;
    z-index: -1;
  }
  .Authentication-T1_container > .row > div:nth-child(2) svg path {
    fill: #8b8b8b;
  }
}
@media (max-width: 1199px) {
  .Authentication-T1_container > .row > div:nth-child(2) {
    float: right;
  }
}
.Authentication-T1_container > .row > div:nth-child(2) a {
  font-size: 0px;
  display: block;
  position: relative;
  height: 100%;
}
.Authentication-T1_container > .row > div:nth-child(2) a img {
  display: none;
}
.Authentication-T1_container > .row > div:nth-child(2) a:before {
  content: "|";
  font-size: 13px;
  color: #7b7b7b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 89px;
}
@media (max-width: 1199px) {
  .Authentication-T1_container > .row > div:nth-child(2) a:before {
    display: none;
  }
}
.Authentication-T1_container > .row > div:nth-child(2) a:after {
  content: "نمایه کاربری";
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
}
@media (max-width: 1199px) {
  .Authentication-T1_container > .row > div:nth-child(2) a:after {
    display: none;
  }
}
.Authentication-T1_container > .row > div:nth-child(2) a:hover {
  text-decoration: unset;
}
.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.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: 13;
}
@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(4) {
  display: block;
}
.Authentication-T1_container.active > .row .display-name_container {
  color: #d60000;
}
.Authentication-T1_container.active > .row .user-profile__container {
  color: #000;
  padding: 0px;
  background-color: #fff;
  border-radius: 15px;
  width: 170px;
  overflow: hidden;
  border: 1px solid gray;
}
.Authentication-T1_container.active > .row .user-profile__container > ul > li > a {
  font-size: 12px;
  font-family: "IRANYekanX";
  color: #000 !important;
  line-height: 44px;
  border-bottom: 1px solid #f1f1f1;
  display: block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  padding-right: 10px;
}
.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:before {
  font-style: normal;
  font-weight: normal;
  font-family: "IconFont";
  font-size: 20px;
  position: relative !important;
  color: #d60000;
  top: 6px;
  margin-left: 11px;
}
.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:nth-child(1) a:before {
  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-family: "IRANYekanX";
  font-size: 12px;
  padding-bottom: 14px;
}
@media (max-width: 1199px) {
  .Authentication-T1_container.active > .row .user-name_container {
    padding-bottom: 7px;
  }
}
