﻿.Authentication-T1_container {
  float: left;
  position: absolute;
  z-index: 13;
  padding: 15px 15px 0 15px;
  width: 230px;
  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: -6px;
  left: 77px;
  top: 29px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .Authentication-T1_container {
    top: 13px;
    margin-top: 0px;
    padding: 5px;
    width: 54px;
    left: 62px;
  }
  .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;
    }
  }
}
.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: -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;
}
@media (max-width: 992px) {
  .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;
  line-height: 15px;
}
.Authentication-T1_container > .row > div:nth-child(2) a:after {
  content: "\e0bd";
  font-size: 18px;
  color: #333;
  font-family: "IconFont";
  position: absolute;
  right: 11px;
  top: 0px;
}
@media (max-width: 992px) {
  .Authentication-T1_container > .row > div:nth-child(2) a:after {
    right: -5px;
    top: 8px;
  }
}
.Authentication-T1_container > .row > div:nth-child(2) a:before {
  content: "\e03e";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "IconFont";
  display: block;
  font-size: 24px;
  position: relative !important;
  color: #545454;
  top: 0px;
  left: -8px;
  text-align: left;
}
@media (max-width: 992px) {
  .Authentication-T1_container > .row > div:nth-child(2) a:before {
    top: 1px;
    left: -11px;
  }
}
.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(2) a:before {
  top: 1px;
  left: 7px;
}
.Authentication-T1_container.active > .row > div:nth-child(2) a:after {
  right: -6px;
  top: 4px;
}
.Authentication-T1_container.active > .row > div:nth-child(1) {
  display: block;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .Authentication-T1_container.active > .row > div:nth-child(1) {
    height: 10%;
  }
}
@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: #5461a7;
}
.Authentication-T1_container.active > .row .user-profile__container {
  color: #000;
  padding: 0px;
}
.Authentication-T1_container.active > .row .user-profile__container > ul > li > a {
  font-size: 14px;
  font-family: "IranSansMedium";
  color: #434343;
  line-height: 44px;
  border-bottom: 1px solid #f1f1f1;
  display: block;
  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:before {
  font-style: normal;
  font-weight: normal;
  font-family: "IconFont";
  font-size: 20px;
  position: relative !important;
  color: #b7da09;
  top: 6px;
  margin-left: 11px;
}
.Authentication-T1_container.active > .row .user-profile__container > ul > li > a:hover {
  color: #5461a7;
}
.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: "IranSansMedium";
  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;
  }
}
