﻿@charset "UTF-8";
.Authentication-T1_container {
  position: relative;
  visibility: visible;
  float: left;
  min-width: 160px;
  padding: 15px;
  padding-inline-end: 10px;
  border-radius: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: normal;
  opacity: 1;
  filter: alpha(opacity=1);
}
@media (max-width: 1199px) {
  .Authentication-T1_container {
    min-width: 150px;
  }
  .Authentication-T1_container .row {
    height: 100%;
  }
  .Authentication-T1_container.active {
    width: 225px;
    height: 80vh;
    max-height: 380px;
    margin: auto;
  }
  .Authentication-T1_container.active .Authentication--name {
    margin-top: 0;
  }
  .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: 5px;
}
.Authentication-T1_container .row {
  padding: 0;
}
@media (max-width: 768px) {
  .Authentication-T1_container .row {
    margin-right: -2px;
    margin-left: -10px;
  }
}
.Authentication-T1_container:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 2px;
  top: 20px;
  bottom: 0;
  height: 24px;
  border: 2px solid #f6c382;
  border-width: 0 0 0 2px;
}
.Authentication-T1_container:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 20px;
  bottom: 0;
  height: 24px;
  border: 2px solid #f6c382;
  border-width: 0 0 0 2px;
}
@media (max-width: 768px) {
  .Authentication-T1_container:after {
    display: none;
  }
}
.Authentication-T1_container.logged-in {
  line-height: 40px;
}
.Authentication-T1_container.logged-in > .row > div:nth-child(2) {
  text-align: center;
  float: left;
  padding-inline-end: 22px;
}
.Authentication-T1_container.logged-in > .row > div:nth-child(2) a {
  font-size: 0px;
}
.Authentication-T1_container.logged-in > .row > div:nth-child(2) a:before {
  display: none;
}
.Authentication-T1_container.logged-in > .row > div:nth-child(1) {
  display: block;
  float: right;
  padding-inline-start: 20px;
  font-size: 17px;
  color: #0a028c;
}
.Authentication-T1_container > .row > div:nth-child(2) {
  text-align: center;
}
@media (max-width: 1199px) {
  .Authentication-T1_container > .row > div:nth-child(2) {
    float: right;
  }
}
.Authentication-T1_container > .row > div:nth-child(2) a {
  color: #0a028c;
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
}
.Authentication-T1_container > .row > div:nth-child(2) a:after {
  content: "";
  vertical-align: middle;
  margin-inline-start: 5px;
  text-align: end;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.Authentication-T1_container > .row > div:nth-child(2) a:hover {
  text-decoration: none;
}
.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;
  right: 15px;
}
@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: 14px;
  left: 10px;
}
.Authentication-T1_container.active > .row > div:nth-child(2) a:after {
  right: 0px;
  top: 9px;
}
.Authentication-T1_container.active > .row > div:nth-child(1) {
  display: block;
  margin-top: 10px;
  float: right;
  padding: 0 5px 0 0;
}
@media (max-width: 1199px) {
  .Authentication-T1_container.active > .row > div:nth-child(1) {
    padding: 0 10px;
    margin-top: 0;
  }
}
.Authentication-T1_container.active > .row > div:nth-child(2) {
  padding: 0 0 0 5px;
}
@media (max-width: 1199px) {
  .Authentication-T1_container.active > .row > div:nth-child(2) {
    height: auto;
  }
}
.Authentication-T1_container.active > .row > div:nth-child(3) {
  display: block;
}
@media (max-width: 1199px) {
  .Authentication-T1_container.active > .row > div:nth-child(3) {
    padding: 0 10px;
  }
}
.Authentication-T1_container.active > .row > div:nth-child(4) {
  display: block;
}
@media (max-width: 1199px) {
  .Authentication-T1_container.active > .row > div:nth-child(4) {
    height: 75%;
    overflow: scroll;
  }
}
.Authentication-T1_container.active > .row .display-name_container {
  color: #09028c;
}
.Authentication-T1_container.active > .row .user-profile__container {
  color: #000;
}
.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: 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: #09028c;
  top: 6px;
  margin-inline-end: 11px;
}
.Authentication-T1_container.active > .row .user-profile__container > ul > li > a:hover {
  color: #09028c;
}
.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-size: 12px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 14px;
}
@media (max-width: 1199px) {
  .Authentication-T1_container.active > .row .user-name_container {
    padding-bottom: 7px;
  }
}

.Authentication-T1_container[data-userid="1"] > .row > div:nth-child(2) a {
  font-size: 0 !important;
}
.Authentication-T1_container[data-userid="1"] > .row > div:nth-child(2) a:before {
  content: "پروفایل کاربر";
  font-size: 18px;
}
.Authentication-T1_container[data-userid="1"].active::after {
  border: 0;
}
.Authentication-T1_container[data-userid="1"].active > .row > div:nth-child(2) {
  text-align: left;
}
.Authentication-T1_container[data-userid="1"].active > .row > div:nth-child(2) a:before {
  content: "";
}
.Authentication-T1_container[data-userid="1"].active > .row > div:nth-child(2) a:after {
  margin-left: 5px;
}

body.ltr .Authentication-T1_container {
  float: right;
}
body.ltr .Authentication-T1_container .row {
  padding: 0;
}
body.ltr .Authentication-T1_container:before {
  right: 2px;
  left: initial;
  border-width: 0 2px 0 0;
}
body.ltr .Authentication-T1_container:after {
  right: initial;
  left: 10px;
  border-width: 0 2px 0 0;
}
body.ltr .Authentication-T1_container.logged-in > .row > div:nth-child(2) {
  float: right;
}
body.ltr .Authentication-T1_container.logged-in > .row > div:nth-child(1) {
  float: left;
}
body.ltr .Authentication-T1_container > .row > div:nth-child(2) {
  text-align: center;
}
@media (max-width: 1199px) {
  body.ltr .Authentication-T1_container > .row > div:nth-child(2) {
    float: right;
  }
}
body.ltr .Authentication-T1_container.active > .row > div:nth-child(2) a:before {
  right: 10px;
  left: initial;
}
body.ltr .Authentication-T1_container.active > .row > div:nth-child(2) a:after {
  right: initial;
  left: 0px;
}
body.ltr .Authentication-T1_container.active > .row > div:nth-child(1) {
  float: left;
  padding: 0 0 0 5px;
}
body.ltr .Authentication-T1_container.active > .row > div:nth-child(2) {
  padding: 0 5px 0 0;
}
body.ltr .Authentication-T1_container.active > .row .user-profile__container > ul > li > a:after {
  right: 0;
  left: initial;
}
