@charset "UTF-8";
/* Add your variable customizations of layout here */
.loader-screen {
  width: 100%;
  min-height: 100%;
  background-color: #212121;
  position: absolute;
}
.loader-screen .loader {
  margin: 0 auto;
  width: 60px;
  height: 50px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 500;
}
.loader-screen .loader > div {
  height: 100%;
  width: 8px;
  display: inline-block;
  float: left;
  margin-left: 2px;
  animation: delay 0.8s infinite ease-in-out;
}
.loader-screen .loader .bar1 {
  background-color: #754fa0;
}
.loader-screen .loader .bar2 {
  background-color: #09b7bf;
  animation-delay: -0.7s;
}
.loader-screen .loader .bar3 {
  background-color: #90d36b;
  animation-delay: -0.6s;
}
.loader-screen .loader .bar4 {
  background-color: #f2d40d;
  animation-delay: -0.5s;
}
.loader-screen .loader .bar5 {
  background-color: #fcb12b;
  animation-delay: -0.4s;
}
.loader-screen .loader .bar6 {
  background-color: #ed1b72;
  animation-delay: -0.3s;
}

@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: IRANSans-faNum, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  min-height: 100%;
  background-color: #f2f2f2;
}

a {
  text-decoration: none;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.layout-wrapper .route-bar {
  min-height: 32px;
  background-color: #ffffff;
  border-bottom: 1px solid #e8e8e8;
}
.layout-wrapper .route-bar .route-bar-breadcrumb {
  padding: 6px 25px;
  display: inline-block;
}
.layout-wrapper .route-bar .route-bar-breadcrumb li {
  margin-right: 0.25em;
  list-style-type: none;
  display: inline-block;
  color: #727272;
}
.layout-wrapper .route-bar .route-bar-breadcrumb li a {
  color: #727272;
}
.layout-wrapper .route-bar .route-bar-breadcrumb i, .layout-wrapper .route-bar .route-bar-breadcrumb span {
  color: #727272;
}

.layout-mask {
  display: none;
  background-color: #252529;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.layout-wrapper .layout-topbar {
  position: fixed;
  height: 60px;
  top: 0;
  left: 250px;
  right: 0;
  z-index: 997;
  padding: 8px 25px;
  background-color: #00BCD4;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.layout-wrapper .layout-topbar:after {
  content: "";
  display: table;
  clear: both;
}
.layout-wrapper .layout-topbar .layout-topbar-logo {
  display: none;
}
.layout-wrapper .layout-topbar .layout-topbar-logo img {
  margin-top: 7px;
  height: 30px;
}
.layout-wrapper .layout-topbar .layout-menu-button {
  float: left;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.layout-wrapper .layout-topbar .layout-menu-button i {
  line-height: inherit;
  font-size: 28px;
}
.layout-wrapper .layout-topbar .layout-menu-button:hover {
  background-color: #4DD0E1;
}
.layout-wrapper .layout-topbar #topbar-menu-button {
  font-size: 28px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: none;
  float: right;
  text-align: center;
  color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.layout-wrapper .layout-topbar #topbar-menu-button i {
  line-height: inherit;
  font-size: 28px;
}
.layout-wrapper .layout-topbar #topbar-menu-button:hover {
  background-color: #4DD0E1;
}
.layout-wrapper .layout-topbar .topbar-menu {
  float: right;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.layout-wrapper .layout-topbar .topbar-menu > li {
  float: right;
  position: relative;
  margin-left: 14px;
}
.layout-wrapper .layout-topbar .topbar-menu > li > a {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.layout-wrapper .layout-topbar .topbar-menu > li > a .topbar-icon {
  color: #ffffff;
  line-height: inherit;
  font-size: 28px;
}
.layout-wrapper .layout-topbar .topbar-menu > li > a > img {
  width: 36px;
  margin-top: 4px;
}
.layout-wrapper .layout-topbar .topbar-menu > li > a:hover {
  background-color: #4DD0E1;
}
.layout-wrapper .layout-topbar .topbar-menu > li > a .topbar-item-name {
  display: none;
}
.layout-wrapper .layout-topbar .topbar-menu > li > a .topbar-badge {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #e0284f;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: block;
  font-size: 12px;
  border-radius: 100%;
}
.layout-wrapper .layout-topbar .topbar-menu > li > ul {
  position: absolute;
  border: 1px solid #e0e0e0;
  top: 55px;
  right: -18px;
  display: none;
  min-width: 250px;
  background-color: #ffffff;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  list-style-type: none;
  margin: 0;
  padding: 8px 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
  box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
}
.layout-wrapper .layout-topbar .topbar-menu > li > ul:before, .layout-wrapper .layout-topbar .topbar-menu > li > ul:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  left: 210px;
}
.layout-wrapper .layout-topbar .topbar-menu > li > ul:before {
  border-color: rgba(216, 216, 220, 0);
  border-bottom-color: #e0e0e0;
  border-width: 10px;
  margin-left: -10px;
}
.layout-wrapper .layout-topbar .topbar-menu > li > ul:after {
  border-color: rgba(244, 244, 249, 0);
  border-bottom-color: #ffffff;
  border-width: 9px;
  margin-left: -9px;
}
.layout-wrapper .layout-topbar .topbar-menu > li > ul a {
  box-sizing: border-box;
  padding: 8px 12px;
  text-align: left;
  display: block;
  width: 100%;
  color: #727272;
  position: relative;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.layout-wrapper .layout-topbar .topbar-menu > li > ul a i {
  margin-right: 8px;
  color: #727272;
}
.layout-wrapper .layout-topbar .topbar-menu > li > ul a img {
  margin-right: 8px;
  width: 24px;
}
.layout-wrapper .layout-topbar .topbar-menu > li > ul a i, .layout-wrapper .layout-topbar .topbar-menu > li > ul a img, .layout-wrapper .layout-topbar .topbar-menu > li > ul a span {
  vertical-align: middle;
}
.layout-wrapper .layout-topbar .topbar-menu > li > ul a .topbar-submenuitem-badge {
  background-color: #e0284f;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  min-width: 16px;
  height: 16px;
  font-size: 12px;
  border-radius: 100%;
  display: inline-block;
  margin-left: 8px;
}
.layout-wrapper .layout-topbar .topbar-menu > li > ul a:hover {
  background-color: #e0e0e0;
}
.layout-wrapper .layout-topbar .topbar-menu > li.active-topmenuitem > ul {
  display: block;
}

@media screen and (max-width: 896px) {
  .layout-wrapper .layout-topbar {
    text-align: center;
  }
  .layout-wrapper .layout-topbar .layout-topbar-logo {
    display: inline-block;
  }
  .layout-wrapper .layout-topbar #topbar-menu-button {
    display: block;
  }
  .layout-wrapper .layout-topbar .topbar-menu {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    position: absolute;
    top: 70px;
    right: 25px;
    width: 250px;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 8px 12px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
  }
  .layout-wrapper .layout-topbar .topbar-menu:before, .layout-wrapper .layout-topbar .topbar-menu:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: 225px;
  }
  .layout-wrapper .layout-topbar .topbar-menu:before {
    border-color: rgba(216, 216, 220, 0);
    border-bottom-color: #e0e0e0;
    border-width: 10px;
    margin-left: -10px;
  }
  .layout-wrapper .layout-topbar .topbar-menu:after {
    border-color: rgba(244, 244, 249, 0);
    border-bottom-color: #ffffff;
    border-width: 9px;
    margin-left: -9px;
  }
  .layout-wrapper .layout-topbar .topbar-menu.topbar-menu-visible {
    display: block;
  }
  .layout-wrapper .layout-topbar .topbar-menu > li {
    width: 100%;
    margin: 0;
    float: none;
  }
  .layout-wrapper .layout-topbar .topbar-menu > li.active-topmenuitem > ul {
    display: block;
  }
  .layout-wrapper .layout-topbar .topbar-menu > li.user-profile > a img {
    margin-right: 8px;
    margin-top: 0;
    width: 24px;
    vertical-align: middle;
  }
  .layout-wrapper .layout-topbar .topbar-menu > li a {
    box-sizing: border-box;
    height: auto;
    line-height: 1;
    width: 100%;
    display: block;
    padding: 8px 12px;
    position: relative;
    text-align: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .layout-wrapper .layout-topbar .topbar-menu > li a .topbar-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 16px;
    color: #727272;
  }
  .layout-wrapper .layout-topbar .topbar-menu > li a:hover {
    background-color: #e0e0e0;
    color: #212121;
  }
  .layout-wrapper .layout-topbar .topbar-menu > li a .topbar-item-name {
    display: inline-block;
    vertical-align: middle;
    color: #727272;
  }
  .layout-wrapper .layout-topbar .topbar-menu > li a .topbar-badge {
    background-color: #e0284f;
    color: #ffffff;
    text-align: center;
    line-height: 16px;
    min-width: 16px;
    height: 16px;
    font-size: 12px;
    border-radius: 100%;
    display: inline-block;
    position: static;
    margin-left: 8px;
  }
  .layout-wrapper .layout-topbar .topbar-menu > li > ul {
    display: none;
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 0;
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    min-width: auto;
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .layout-wrapper .layout-topbar .topbar-menu > li > ul:before, .layout-wrapper .layout-topbar .topbar-menu > li > ul:after {
    display: none;
  }
  .layout-wrapper .layout-topbar .topbar-menu > li > ul li a {
    padding-left: 28px;
  }
  .layout-wrapper .layout-topbar .topbar-menu > li > ul li a img {
    margin-right: 8px;
  }
}
.layout-wrapper .layout-menu-container {
  position: fixed;
  height: 100%;
  z-index: 999;
}
.layout-wrapper .layout-menu-container .layout-menu-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.layout-wrapper .layout-menu-container .layout-menu-logo {
  background-color: #26C6DA;
}
.layout-wrapper .layout-menu-container .layout-menu-logo a {
  display: block;
  text-align: left;
  height: 60px;
  padding-left: 12px;
}
.layout-wrapper .layout-menu-container .layout-menu-logo a img {
  margin-top: 15px;
  height: 30px;
}
.layout-wrapper .layout-menu-container .layout-profile.layout-profile-active .layout-profile-icon {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-button {
  padding: 20px 12px;
  display: block;
  position: relative;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-button:after {
  content: "";
  display: table;
  clear: both;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-button img {
  width: 36px;
  display: inline-block;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-userinfo {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-userinfo .layout-profile-name {
  display: inline-block;
  font-weight: 700;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-userinfo .layout-profile-role {
  display: block;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  font-size: 16px;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-menu {
  list-style: none;
  padding: 0 12px;
  margin: 0;
  overflow: hidden;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-menu li a {
  display: block;
  padding: 8px 4px;
  text-align: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-menu li a i {
  margin-right: 8px;
  vertical-align: middle;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-menu li a span {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
.layout-wrapper .layout-menu-container .layout-menu {
  list-style-type: none;
  padding: 14px 12px 0 12px;
  margin: 0;
  height: 100%;
}
.layout-wrapper .layout-menu-container .layout-menu li a {
  display: block;
  padding: 8px 0;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.layout-wrapper .layout-menu-container .layout-menu li a:focus {
  outline: 0 none;
}
.layout-wrapper .layout-menu-container .layout-menu li a .layout-menuitem-icon {
  margin-right: 6px;
  vertical-align: middle;
}
.layout-wrapper .layout-menu-container .layout-menu li a .layout-menuitem-text {
  font-weight: 700;
  vertical-align: middle;
}
.layout-wrapper .layout-menu-container .layout-menu li a .layout-submenu-toggler {
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 16px;
  margin-top: -8px;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.layout-wrapper .layout-menu-container .layout-menu li a .menuitem-badge {
  position: absolute;
  display: block;
  right: 24px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  top: 50%;
  font-size: 12px;
  margin-top: -10px;
  font-weight: 700;
  background-color: #00BCD4;
  color: #212121;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.layout-wrapper .layout-menu-container .layout-menu li.active-menuitem > a .layout-submenu-toggler {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layout-wrapper .layout-menu-container .layout-menu li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.layout-wrapper .layout-menu-container .layout-menu li ul li a {
  padding-left: 4px;
}
.layout-wrapper .layout-menu-container .layout-menu li ul li li a {
  padding-left: 16px;
}
.layout-wrapper .layout-menu-container .layout-menu li ul li li li a {
  padding-left: 32px;
}
.layout-wrapper .layout-menu-container .layout-menu li ul li li li li a {
  padding-left: 48px;
}
.layout-wrapper .layout-menu-container .layout-menu li ul li li li li li a {
  padding-left: 64px;
}
.layout-wrapper .layout-menu-container .layout-menu li ul li li li li li li a {
  padding-left: 80px;
}
.layout-wrapper .layout-menu-container .layout-menu li ul li ul {
  overflow: hidden;
}
.layout-wrapper .layout-menu-container .layout-menu > li {
  margin-bottom: 16px;
}
.layout-wrapper .layout-menu-container .layout-menu > li > a {
  display: none;
}
.layout-wrapper .layout-menu-container .layout-menu > li > div {
  margin-bottom: 4px;
}
.layout-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
  display: none;
  padding: 0 5px;
  position: absolute;
  left: 61px;
  top: 17px;
  line-height: 1;
}
.layout-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
  padding: 6px 8px;
  font-weight: 700;
  background-color: #212121;
  color: #ffffff;
  min-width: 75px;
  white-space: nowrap;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
  box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
}
.layout-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #212121;
}
.layout-wrapper .layout-menu-container .ui-scrollpanel {
  background-color: transparent;
  border-radius: 0;
  border: none;
}
.layout-wrapper .layout-menu-container .ui-scrollpanel .ui-scrollpanel-content {
  overflow-x: hidden;
}
.layout-wrapper .layout-menu-container .ui-scrollpanel .ui-scrollpanel-bar {
  background-color: #aaaaaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.layout-wrapper .layout-menu-container .ui-scrollpanel .ui-scrollpanel-hidden {
  display: block;
  visibility: hidden;
}
.layout-wrapper .layout-menu-container .ui-scrollpanel .ui-scrollpanel-bar-x {
  display: none;
}
.layout-wrapper .layout-menu-container .ui-scrollpanel .menu-scroll-content {
  width: 268px;
  padding-right: 18px;
  padding-bottom: 120px;
}
.layout-wrapper.layout-menu-light .layout-menu-container {
  background-color: #ffffff;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu-wrapper {
  border-right: 1px solid #E0E0E0;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-profile {
  border-bottom: 1px solid #E0E0E0;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-profile a .layout-profile-name {
  color: #727272;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-profile a .layout-profile-role {
  color: #727272;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-profile a .layout-profile-icon {
  color: #727272;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-profile a:hover {
  background-color: #e0e0e0;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-profile .layout-profile-menu a {
  color: #727272;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-profile .layout-profile-menu a i {
  color: #727272;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-profile .layout-profile-menu a:hover {
  background-color: #e0e0e0;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li a .layout-menuitem-text {
  color: #727272;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li a .layout-menuitem-icon,
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li a .layout-submenu-toggler {
  color: #727272;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li a:hover {
  background-color: #e0e0e0;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li a.active-route .layout-menuitem-text, .layout-wrapper.layout-menu-light .layout-menu-container .layout-menu li a.active-route .layout-menuitem-icon {
  color: #00BCD4;
}
.layout-wrapper.layout-menu-light .layout-menu-container .layout-menu > li > div {
  color: #727272;
}
.layout-wrapper.layout-menu-dark .layout-menu-container {
  background-color: #212121;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu-wrapper {
  border-right: 1px solid #212121;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile {
  border-bottom: 1px solid #373737;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile a .layout-profile-name {
  color: #BDBDBD;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile a .layout-profile-role {
  color: #979797;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile a .layout-profile-icon {
  color: #BDBDBD;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile a:hover {
  background-color: #373737;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile .layout-profile-menu a {
  color: #BDBDBD;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile .layout-profile-menu a i {
  color: #BDBDBD;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile .layout-profile-menu a:hover {
  background-color: #373737;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a .layout-menuitem-text {
  color: #BDBDBD;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a .layout-menuitem-icon,
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a .layout-submenu-toggler {
  color: #BDBDBD;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a:hover {
  background-color: #373737;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a.active-route .layout-menuitem-text, .layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a.active-route .layout-menuitem-icon {
  color: #00BCD4;
}
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu > li > div {
  color: #757575;
}
.layout-wrapper .layout-main {
  padding-top: 60px;
}
.layout-wrapper .layout-main .layout-content {
  padding: 16px;
}

@media screen and (min-width: 897px) {
  .layout-wrapper {
    /*&.layout-horizontal, &.layout-slim {
        .layout-menu-container {
            .nano {
                > .nano-content {
                    &.menu-scroll-content {
                        display: block;
                        height: auto;
                        position: static;
                        overflow: visible;
                        overflow-x: visible;
                    }

                    .nano-scroll-footer {
                        height: 0px;
                    }

                    .layout-menu {
                        padding-bottom: 0;
                    }
                }

                > .nano-pane {
                    display: none !important;
                }
            }
        }
    }*/
  }
  .layout-wrapper.layout-static .layout-menu-container {
    width: 250px;
    left: 0;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .layout-wrapper.layout-static .layout-main {
    margin-left: 250px;
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
  }
  .layout-wrapper.layout-static .layout-footer {
    padding-left: 270px;
  }
  .layout-wrapper.layout-static.layout-static-inactive .layout-topbar {
    left: 0;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .layout-wrapper.layout-static.layout-static-inactive .layout-menu-container {
    left: -250px;
  }
  .layout-wrapper.layout-static.layout-static-inactive .layout-main {
    margin-left: 0;
  }
  .layout-wrapper.layout-static.layout-static-inactive .layout-footer {
    padding-left: 20px;
  }
  .layout-wrapper.layout-static.layout-static-inactive-restore .layout-menu-container {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .layout-wrapper.layout-overlay .layout-topbar {
    left: 0;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .layout-wrapper.layout-overlay .layout-menu-container {
    width: 250px;
    left: -250px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .layout-wrapper.layout-overlay .layout-menu-container .layout-menu, .layout-wrapper.layout-overlay .layout-menu-container .layout-profile {
    border-right: 0 none;
  }
  .layout-wrapper.layout-overlay.layout-overlay-active .layout-topbar {
    left: 250px;
  }
  .layout-wrapper.layout-overlay.layout-overlay-active .layout-menu-container {
    left: 0;
  }
  .layout-wrapper.layout-slim .layout-topbar {
    left: 60px;
  }
  .layout-wrapper.layout-slim .layout-topbar .layout-menu-button {
    display: none;
  }
  .layout-wrapper.layout-slim .layout-main {
    margin-left: 60px;
  }
  .layout-wrapper.layout-slim .layout-menu-container {
    padding: 0;
    height: 100%;
    width: 60px;
    overflow: visible;
    top: 0;
    position: fixed;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu-logo {
    overflow: hidden;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu-logo a img {
    margin-top: 12px;
    height: 36px;
  }
  .layout-wrapper.layout-slim .layout-menu-container .ui-scrollpanel .ui-scrollpanel-wrapper {
    overflow: visible;
  }
  .layout-wrapper.layout-slim .layout-menu-container .ui-scrollpanel .ui-scrollpanel-wrapper .ui-scrollpanel-content {
    overflow: visible;
  }
  .layout-wrapper.layout-slim .layout-menu-container .ui-scrollpanel .ui-scrollpanel-bar {
    display: none;
  }
  .layout-wrapper.layout-slim .layout-menu-container .ui-scrollpanel .menu-scroll-content {
    width: 100%;
    padding: 0;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-profile .layout-profile-button {
    text-align: center;
    padding: 12px 0;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-profile .layout-profile-button img {
    width: 32px;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-profile .layout-profile-button .layout-profile-userinfo,
.layout-wrapper.layout-slim .layout-menu-container .layout-profile .layout-profile-button .layout-profile-icon {
    display: none;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-profile .layout-profile-menu {
    position: absolute;
    overflow: auto;
    top: 0;
    left: 59px;
    min-width: 250px;
    max-height: 450px;
    display: none;
    border-left: 4px solid #00BCD4;
    padding: 8px 12px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-profile .layout-profile-menu:before, .layout-wrapper.layout-slim .layout-menu-container .layout-profile .layout-profile-menu:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: 210px;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-profile .layout-profile-menu:before {
    border-color: rgba(216, 216, 220, 0);
    border-bottom-color: #e0e0e0;
    border-width: 10px;
    margin-left: -10px;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-profile .layout-profile-menu:after {
    border-color: rgba(244, 244, 249, 0);
    border-bottom-color: #ffffff;
    border-width: 9px;
    margin-left: -9px;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-profile .layout-profile-menu li a {
    padding: 8px 12px;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-profile.layout-profile-active .layout-profile-menu {
    display: block;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu {
    padding: 0;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu li.active-menuitem > ul {
    display: block;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li {
    position: relative;
    margin-bottom: 0;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li.active-menuitem > a {
    background-color: #00BCD4;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li.active-menuitem > a .layout-menuitem-text,
.layout-wrapper.layout-slim .layout-menu-container .layout-menu > li.active-menuitem > a .layout-menuitem-icon,
.layout-wrapper.layout-slim .layout-menu-container .layout-menu > li.active-menuitem > a .layout-submenu-toggler {
    color: #ffffff;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > div {
    display: none;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > a {
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 19px;
    padding-bottom: 19px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > a .layout-menuitem-icon {
    font-size: 24px;
    margin-right: 0;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > a .layout-menuitem-text, .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > a .layout-submenu-toggler {
    display: none;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > a:hover + .layout-menu-tooltip {
    display: block;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > ul {
    position: absolute;
    overflow: auto;
    top: 0;
    left: 59px;
    min-width: 250px;
    max-height: 450px;
    display: none;
    border-left: 4px solid #00BCD4;
    padding: 8px 12px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > ul li a {
    padding: 8px 12px;
    display: block;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > ul li ul {
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > ul li ul li a {
    padding-left: 28px;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > ul li ul li li a {
    padding-left: 44px;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > ul li ul li li li a {
    padding-left: 60px;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > ul li ul li li li li a {
    padding-left: 76px;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > ul li ul li li li li li a {
    padding-left: 92px;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li > ul li ul li li li li li li a {
    padding-left: 108px;
  }
  .layout-wrapper.layout-slim .layout-menu-container .layout-menu > li.active-menuitem > a:hover + .layout-menu-tooltip {
    display: none;
  }
  .layout-wrapper.layout-slim.layout-menu-light .layout-menu-container .layout-menu > li > ul {
    background-color: #ffffff;
  }
  .layout-wrapper.layout-slim.layout-menu-light .layout-menu-container .layout-profile-menu {
    background-color: #ffffff;
  }
  .layout-wrapper.layout-slim.layout-menu-dark .layout-menu-container .layout-menu > li > ul {
    background-color: #212121;
  }
  .layout-wrapper.layout-slim.layout-menu-dark .layout-menu-container .layout-profile-menu {
    background-color: #212121;
  }
  .layout-wrapper.layout-horizontal .layout-topbar {
    left: 0;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo {
    display: inline-block;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-menu-button {
    display: none;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container {
    width: 100%;
    height: 46px;
    top: 60px;
    z-index: 99;
    position: fixed;
    padding: 5px 12px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu-logo {
    display: none;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-profile {
    border-bottom: 0 none;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 0;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-profile .layout-profile-button {
    padding: 0;
    margin-top: 2px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-profile .layout-profile-button img {
    width: 32px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-profile .layout-profile-button .layout-profile-userinfo,
.layout-wrapper.layout-horizontal .layout-menu-container .layout-profile .layout-profile-button .layout-profile-icon {
    display: none;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-profile .layout-profile-button:hover {
    background-color: transparent;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-profile .layout-profile-menu {
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    right: -20px;
    top: 50px;
    min-width: 250px;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    padding: 8px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-profile .layout-profile-menu:before, .layout-wrapper.layout-horizontal .layout-menu-container .layout-profile .layout-profile-menu:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: 210px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-profile .layout-profile-menu:before {
    border-color: rgba(216, 216, 220, 0);
    border-bottom-color: #e0e0e0;
    border-width: 10px;
    margin-left: -10px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-profile .layout-profile-menu:after {
    border-color: rgba(244, 244, 249, 0);
    border-bottom-color: #ffffff;
    border-width: 9px;
    margin-left: -9px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-profile .layout-profile-menu li a {
    padding: 8px 12px;
    color: #727272;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-profile .layout-profile-menu li a i {
    color: #727272;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-profile .layout-profile-menu li a:hover {
    background-color: #e0e0e0;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-profile.layout-profile-active .layout-profile-menu {
    display: block;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu {
    margin: 0;
    padding: 0;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu li.active-menuitem > ul {
    display: block;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li {
    display: inline-block;
    width: auto;
    padding: 0;
    position: relative;
    margin-bottom: 0;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li.active-menuitem > a {
    background-color: #00BCD4;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li.active-menuitem > a .layout-menuitem-text,
.layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li.active-menuitem > a .layout-menuitem-icon,
.layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li.active-menuitem > a .layout-submenu-toggler {
    color: #ffffff;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > div {
    display: none;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > a {
    display: block;
    padding: 8px 12px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > a i {
    position: static;
    margin-top: 0;
    vertical-align: middle;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > ul {
    display: none;
    top: 33px;
    left: 0;
    min-width: 250px;
    position: absolute;
    margin: 0;
    padding: 8px 12px;
    max-height: 450px;
    overflow: auto;
    border-top: 4px solid #00BCD4;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > ul > li a {
    padding: 8px 12px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > ul > li a .layout-menuitem-icon {
    margin-right: 8px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > ul > li li a {
    padding-left: 28px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > ul > li li li a {
    padding-left: 44px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > ul > li li li li a {
    padding-left: 60px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > ul > li li li li li a {
    padding-left: 76px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > ul > li li li li li li a {
    padding-left: 92px;
  }
  .layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > ul > li li li li li li li a {
    padding-left: 108px;
  }
  .layout-wrapper.layout-horizontal .layout-main {
    padding-top: 106px;
  }
  .layout-wrapper.layout-horizontal .ui-scrollpanel .ui-scrollpanel-wrapper {
    overflow: visible;
  }
  .layout-wrapper.layout-horizontal .ui-scrollpanel .ui-scrollpanel-wrapper .ui-scrollpanel-content {
    overflow: visible;
    padding: 0;
  }
  .layout-wrapper.layout-horizontal .ui-scrollpanel .ui-scrollpanel-bar {
    display: none;
  }
  .layout-wrapper.layout-horizontal .ui-scrollpanel .menu-scroll-content {
    width: 100%;
    padding: 0;
  }
  .layout-wrapper.layout-horizontal.layout-menu-light .layout-menu-container {
    border-bottom: 1px solid #E0E0E0;
  }
  .layout-wrapper.layout-horizontal.layout-menu-light .layout-menu-container .layout-menu-wrapper {
    border-right: 0 none;
  }
  .layout-wrapper.layout-horizontal.layout-menu-light .layout-menu-container .layout-menu > li > ul {
    background-color: #ffffff;
  }
  .layout-wrapper.layout-horizontal.layout-menu-dark .layout-menu-container {
    border-bottom: 1px solid #212121;
  }
  .layout-wrapper.layout-horizontal.layout-menu-dark .layout-menu-container .layout-profile {
    border-right: 0 none;
  }
  .layout-wrapper.layout-horizontal.layout-menu-dark .layout-menu-container .layout-menu {
    border-right: 0 none;
  }
  .layout-wrapper.layout-horizontal.layout-menu-dark .layout-menu-container .layout-menu > li > ul {
    background-color: #212121;
  }
}
@media screen and (max-width: 896px) {
  .layout-wrapper .layout-topbar {
    left: 0;
  }
  .layout-wrapper .layout-menu-container {
    top: 0;
    width: 250px;
    left: -250px;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .layout-wrapper .layout-main {
    margin-left: 0;
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
  }
  .layout-wrapper.layout-mobile-active .layout-menu-container {
    left: 0;
  }
  .layout-wrapper.layout-mobile-active .layout-mask {
    display: block;
  }

  body.blocked-scroll {
    overflow: hidden;
  }
}
.layout-footer {
  padding: 20px;
  background-color: #ffffff;
  border-top: 1px solid #e8e8e8;
}
.layout-footer img {
  height: 30px;
  margin-top: 4px;
}
.layout-footer .footer-icons {
  text-align: right;
}
.layout-footer .footer-icons a {
  color: #727272;
  font-size: 24px;
  margin-right: 16px;
  display: inline-block;
  margin-top: 6px;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.layout-footer .footer-icons a:hover {
  color: #212121;
}

/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.card {
  border-radius: 3px;
  background: #ffffff;
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid #EEEEEE;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.card.card-w-title {
  padding-bottom: 16px;
}
.card.no-gutter {
  margin-bottom: 0;
}
.card h1 {
  font-size: 20px;
  font-weight: 400;
  margin: 24px 0;
}
.card h1:first-child {
  margin-top: 0px;
}
.card h2 {
  font-size: 18px;
  font-weight: 400;
}
.card h3 {
  font-size: 16px;
  font-weight: 400;
}
.card h4 {
  font-size: 14px;
  font-weight: 400;
}

.nopad {
  padding: 0;
}
.nopad .ui-panel-content {
  padding: 0;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.ui-g {
  -ms-flex-wrap: wrap;
}

.layout-wrapper .layout-ajax-loader {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.layout-wrapper .layout-ajax-loader .layout-ajax-loader-icon {
  color: #00BCD4;
  font-size: 32px;
}

.layout-dashboard .overview-box {
  padding: 16px;
  color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.layout-dashboard .overview-box:after {
  content: "";
  display: table;
  clear: both;
}
.layout-dashboard .overview-box .overview-icon {
  font-size: 48px;
  float: right;
}
.layout-dashboard .overview-box .overview-title {
  margin-bottom: 8px;
  display: inline-block;
  font-size: 18px;
}
.layout-dashboard .overview-box .overview-arrow {
  color: #ffffff;
  margin-left: 8px;
  font-size: 16px;
}
.layout-dashboard .overview-box .overview-numbers {
  margin-bottom: 12px;
  font-size: 18px;
}
.layout-dashboard .overview-box .overview-subinfo {
  font-size: 13px;
  border-left: 4px solid;
  margin-left: -16px;
  padding-left: 12px;
}
.layout-dashboard .overview-box.sales {
  background-color: #42A5F5;
}
.layout-dashboard .overview-box.sales .overview-icon {
  color: #BBDEFB;
}
.layout-dashboard .overview-box.sales .overview-subinfo {
  border-color: #BBDEFB;
  color: #BBDEFB;
}
.layout-dashboard .overview-box.views {
  background-color: #7E57C2;
}
.layout-dashboard .overview-box.views .overview-icon {
  color: #D1C4E9;
}
.layout-dashboard .overview-box.views .overview-subinfo {
  border-color: #D1C4E9;
  color: #D1C4E9;
}
.layout-dashboard .overview-box.users {
  background-color: #FFB300;
}
.layout-dashboard .overview-box.users .overview-icon {
  color: #FFECB3;
}
.layout-dashboard .overview-box.users .overview-subinfo {
  border-color: #FFECB3;
  color: #FFECB3;
}
.layout-dashboard .overview-box.checkin {
  background-color: #66BB6A;
}
.layout-dashboard .overview-box.checkin .overview-icon {
  color: #FFF8E1;
}
.layout-dashboard .overview-box.checkin .overview-subinfo {
  border-color: #FFF8E1;
  color: #FFF8E1;
}
.layout-dashboard .tasks {
  min-height: 300px;
}
.layout-dashboard .tasks ul {
  padding: 0;
  margin: 0;
}
.layout-dashboard .tasks ul li {
  list-style: none;
  padding: 12px;
  border-bottom: 1px solid #ebebef;
  position: relative;
}
.layout-dashboard .tasks ul li:first-child {
  padding-top: 0;
}
.layout-dashboard .tasks ul li:last-child {
  border-bottom: 0 none;
}
.layout-dashboard .tasks ul li .ui-chkbox {
  margin-right: 8px;
  vertical-align: middle;
}
.layout-dashboard .tasks ul li > span {
  vertical-align: middle;
}
.layout-dashboard .tasks ul li .task-badge {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  width: 12px;
  height: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.layout-dashboard .tasks ul li .task-badge.red {
  background-color: #E91E63;
}
.layout-dashboard .tasks ul li .task-badge.orange {
  background-color: #FF9800;
}
.layout-dashboard .tasks ul li .task-badge.green {
  background-color: #4CAF50;
}
.layout-dashboard .resolution-center {
  min-height: 300px;
}
.layout-dashboard .resolution-center label {
  display: block;
  margin-bottom: 6px;
}
.layout-dashboard .resolution-center .ui-inputtext {
  width: 100%;
  margin-bottom: 16px;
}
.layout-dashboard .resolution-center .ui-inputtextarea {
  width: 100%;
  margin-bottom: 16px;
}
.layout-dashboard .resolution-center .resolution-button-bar {
  text-align: right;
  margin-top: 16px;
}
.layout-dashboard .resolution-center .resolution-button-bar .ui-button {
  width: auto;
  margin-left: 12px;
  min-width: 100px;
}
.layout-dashboard .team {
  min-height: 300px;
}
.layout-dashboard .team ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.layout-dashboard .team ul li {
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}
.layout-dashboard .team ul li:after {
  content: "";
  display: table;
  clear: both;
}
.layout-dashboard .team ul li:first-child {
  padding-top: 0;
}
.layout-dashboard .team ul li:last-child {
  border-bottom: 0 none;
}
.layout-dashboard .team ul li:nth-child(1) .team-member-role {
  background-color: #2196F3;
  color: #ffffff;
}
.layout-dashboard .team ul li:nth-child(2) .team-member-role {
  background-color: #4CAF50;
  color: #ffffff;
}
.layout-dashboard .team ul li:nth-child(3) .team-member-role {
  background-color: #FFC107;
  color: #212121;
}
.layout-dashboard .team ul li:nth-child(4) .team-member-role {
  background-color: #9C27B0;
  color: #ffffff;
}
.layout-dashboard .team ul li img {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  display: inline-block;
}
.layout-dashboard .team ul li .team-box {
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
.layout-dashboard .team ul li .team-box .team-member {
  text-align: left;
  display: block;
  font-weight: 600;
  color: #252529;
  font-size: 14px;
}
.layout-dashboard .team ul li .team-box .team-member-role {
  border-radius: 4px;
  padding: 4px;
  font-size: 11px;
}
.layout-dashboard .team ul li a {
  float: right;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: 6px;
  text-align: center;
  margin-top: 4px;
}
.layout-dashboard .team ul li a i {
  line-height: inherit;
  font-size: 22px;
  color: #525257;
}
.layout-dashboard .statistics h1 {
  margin-top: 0;
}
.layout-dashboard .user-card {
  padding: 0;
}
.layout-dashboard .user-card .user-card-header {
  height: 100px;
  overflow: hidden;
  background: #ffe0ee;
}
.layout-dashboard .user-card .user-card-header img {
  width: 100%;
  height: 100%;
}
.layout-dashboard .user-card .user-card-content img {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 24px;
}
.layout-dashboard .user-card .user-card-content .ui-button {
  float: right;
  width: 36px;
  height: 36px;
  margin: -20px 24px 0 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.layout-dashboard .user-card .user-card-content .user-card-name {
  font-size: 20px;
  color: #ffffff;
  position: relative;
  top: -60px;
  margin-left: 100px;
  font-weight: 700;
  white-space: nowrap;
}
.layout-dashboard .user-card .user-card-content .user-detail {
  text-align: left;
}
.layout-dashboard .user-card .user-card-content .user-detail ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li {
  padding: 16px 24px;
  border-bottom: 1px solid #e0e0e0;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li:after {
  content: "";
  display: table;
  clear: both;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li:last-child {
  border-bottom: 0 none;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li i {
  font-size: 24px;
  margin-right: 8px;
  width: 32px;
  vertical-align: middle;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li .project-title {
  font-weight: 700;
  margin-right: 8px;
  vertical-align: middle;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li .project-detail {
  color: #727272;
  vertical-align: middle;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li .project-progressbar {
  width: 100px;
  background-color: #e0e0e0;
  float: right;
  margin-top: 12px;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li .project-progressbar .project-progressbar-value {
  height: 4px;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li:nth-child(1) .project-progressbar-value {
  background-color: #009688;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li:nth-child(1) i {
  color: #009688;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li:nth-child(2) .project-progressbar-value {
  background-color: #4CAF50;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li:nth-child(2) i {
  color: #4CAF50;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li:nth-child(3) .project-progressbar-value {
  background-color: #9C27B0;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li:nth-child(3) i {
  color: #9C27B0;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li:nth-child(4) .project-progressbar-value {
  background-color: #FFC107;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li:nth-child(4) i {
  color: #FFC107;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li:nth-child(5) .project-progressbar-value {
  background-color: #00BCD4;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li:nth-child(5) i {
  color: #00BCD4;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li:nth-child(6) .project-progressbar-value {
  background-color: #607D8B;
}
.layout-dashboard .user-card .user-card-content .user-detail ul li:nth-child(6) i {
  color: #607D8B;
}
.layout-dashboard .timeline ul {
  padding: 0;
  margin: 0;
}
.layout-dashboard .timeline ul li {
  list-style: none;
  padding: 22px 0px;
  position: relative;
}
.layout-dashboard .timeline ul li:nth-child(1) .timeline-icon {
  background-color: #673AB7;
}
.layout-dashboard .timeline ul li:nth-child(2) .timeline-icon {
  background-color: #9C27B0;
}
.layout-dashboard .timeline ul li:nth-child(3) .timeline-icon {
  background-color: #2196F3;
}
.layout-dashboard .timeline ul li:nth-child(4) .timeline-icon {
  background-color: #009688;
}
.layout-dashboard .timeline ul li .activity-link {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 20px;
  top: 0;
  background-color: #e0e0e0;
  display: inline-block;
}
.layout-dashboard .timeline ul li .timeline-icon {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  left: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.layout-dashboard .timeline ul li .timeline-icon i {
  font-size: 14px;
  color: #ffffff;
  line-height: inherit;
}
.layout-dashboard .timeline ul li .timeline-content {
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
  padding: 16px;
  margin-left: 48px;
  margin-top: -4px;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.layout-dashboard .timeline ul li .timeline-content h3 {
  color: #212121;
  font-size: 14px;
  margin: 0;
  font-weight: 700;
}
.layout-dashboard .timeline ul li .timeline-content p {
  margin: 8px 0;
  color: #727272;
}
.layout-dashboard .timeline ul li .timeline-content img {
  margin: 8px 4px;
}
.layout-dashboard .timeline ul li .timeline-content .timeline-footer {
  margin: 0 -16px -16px -16px;
  background-color: #eeeeee;
  border-top: 1px solid #e0e0e0;
  padding: 4px 16px;
}
.layout-dashboard .timeline ul li .timeline-content .timeline-footer i {
  color: #757575;
}
.layout-dashboard .timeline ul li .timeline-content .timeline-footer span {
  color: #757575;
  margin-left: 8px;
}
.layout-dashboard .timeline ul li .timeline-content:before, .layout-dashboard .timeline ul li .timeline-content:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: 16px;
}
.layout-dashboard .timeline ul li .timeline-content:before {
  border-color: rgba(216, 216, 220, 0);
  border-right-color: #e0e0e0;
  border-width: 10px;
  margin-top: -10px;
}
.layout-dashboard .timeline ul li .timeline-content:after {
  border-color: rgba(244, 244, 249, 0);
  border-right-color: #ffffff;
  border-width: 9px;
  margin-top: -9px;
}
.layout-dashboard .global-sales .ui-table th {
  border: 0 none;
  text-align: left;
}
.layout-dashboard .global-sales .ui-table tr {
  border: 0 none;
}
.layout-dashboard .global-sales .ui-table tr td {
  border: 0 none;
}
.layout-dashboard .global-sales .ui-table tr.ui-state-highlight, .layout-dashboard .global-sales .ui-table tr.ui-state-hover {
  border: 0 none;
}
.layout-dashboard .global-sales .ui-table .ui-paginator {
  border: 0 none;
}
.layout-dashboard .global-sales .ui-table button:last-child {
  margin-left: 6px;
}
.layout-dashboard .live-support ul {
  padding: 12px;
  margin: 0;
  list-style-type: none;
}
.layout-dashboard .live-support ul li {
  padding: 12px;
}
.layout-dashboard .live-support ul li .p-col-fixed {
  width: 48px;
}
.layout-dashboard .live-support ul li img {
  width: 36px;
}
.layout-dashboard .live-support ul li .chat-message {
  position: relative;
  padding: 8px;
  color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.layout-dashboard .live-support ul li:nth-child(1) .chat-message {
  background-color: #2196F3;
}
.layout-dashboard .live-support ul li:nth-child(1) .chat-message:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: 16px;
}
.layout-dashboard .live-support ul li:nth-child(1) .chat-message:before {
  border-right-color: #2196F3;
  border-width: 10px;
  margin-top: -10px;
}
.layout-dashboard .live-support ul li:nth-child(2) .chat-message {
  background-color: #FFC107;
  color: #212121;
}
.layout-dashboard .live-support ul li:nth-child(2) .chat-message:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: 16px;
}
.layout-dashboard .live-support ul li:nth-child(2) .chat-message:before {
  border-left-color: #FFC107;
  border-width: 10px;
  margin-top: -10px;
}
.layout-dashboard .live-support ul li:nth-child(3) .chat-message {
  background-color: #673AB7;
}
.layout-dashboard .live-support ul li:nth-child(3) .chat-message:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: 16px;
}
.layout-dashboard .live-support ul li:nth-child(3) .chat-message:before {
  border-right-color: #673AB7;
  border-width: 10px;
  margin-top: -10px;
}
.layout-dashboard .live-support .new-message {
  border: 1px solid #ebebef;
  border-right: 0 none;
}
.layout-dashboard .live-support .new-message input {
  border: 0 none;
  font-size: 14px;
  width: 100%;
  padding: 0.5em;
  background-color: transparent;
  outline: 0 none;
  color: #727272;
  font-family: IRANSans-faNum, sans-serif;
}
.layout-dashboard .live-support .new-message .p-col-fixed {
  width: 100px;
}
.layout-dashboard .live-support .new-message .p-col-fixed .ui-button {
  width: 100px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.exception-body {
  padding: 0;
  margin: 0;
}
.exception-body .exception-panel {
  display: none;
}
.exception-body .exception-content {
  position: fixed;
  padding: 80px 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: center;
}
.exception-body .exception-content img {
  display: inline-block;
  margin-bottom: 160px;
  width: 200px;
}
.exception-body .exception-content h1 {
  font-size: 28px;
  font-weight: 500;
  margin: 14px 0;
  color: #212121;
}
.exception-body .exception-content h1 .exception-name {
  color: #727272;
}
.exception-body .exception-content p {
  font-size: 17px;
  color: #727272;
  margin: 0 0 32px 0;
}

@media screen and (min-width: 768px) {
  .exception-body .exception-panel {
    display: block;
    position: fixed;
    background-color: #ffffff;
    height: 200%;
    width: 100%;
    left: -50%;
    top: -50%;
    opacity: 0.95;
    filter: alpha(opacity=95);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .exception-body .exception-content {
    text-align: left;
    position: fixed;
    padding: 80px 0 0 80px;
  }
  .exception-body.error {
    background: url("../images/pages/bg-error.jpg");
    background-size: cover;
  }
  .exception-body.notfound {
    background: url("../images/pages/bg-notfound.jpg");
    background-size: cover;
  }
  .exception-body.access-denied {
    background: url("../images/pages/bg-access.jpg");
    background-size: cover;
  }
}
.login-body {
  padding: 0;
  margin: 0;
}
.login-body .login-panel {
  display: none;
}
.login-body .login-content {
  position: fixed;
  padding: 80px 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: center;
}
.login-body .login-content img {
  display: inline-block;
  margin-bottom: 160px;
  width: 200px;
}
.login-body .login-content h1 {
  font-size: 28px;
  font-weight: 500;
  margin: 14px 0;
  color: #212121;
}
.login-body .login-content h1 span {
  color: #727272;
}
.login-body .login-content p {
  font-size: 17px;
  color: #727272;
  margin: 0 0 32px 0;
}
.login-body .login-content .login-input-wrapper {
  position: relative;
  width: 300px;
  margin-bottom: 24px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.login-body .login-content .login-input-wrapper input {
  width: 100%;
  padding-right: 16px;
}
.login-body .login-content .login-input-wrapper i {
  position: absolute;
  color: #727272;
  font-size: 16px;
  top: 50%;
  right: 0.429em;
  margin-top: -8px;
}
.login-body .login-content button {
  min-width: 150px;
}

@media screen and (min-width: 768px) {
  .login-body {
    background: url("../images/pages/bg-login.jpg");
    background-size: cover;
  }
  .login-body .login-panel {
    padding: 80px;
    display: block;
    position: fixed;
    background-color: #ffffff;
    height: 200%;
    width: 100%;
    left: -50%;
    top: -50%;
    opacity: 0.95;
    filter: alpha(opacity=95);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .login-body .login-content {
    text-align: left;
    position: fixed;
    padding: 80px 0 0 80px;
  }
  .login-body .login-content .login-input-wrapper {
    width: 300px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
.landing-body {
  background-color: #ffffff;
}
.landing-body .layout-mask {
  display: block;
}
.landing-body .landing-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.landing-body .landing-wrapper #landing-menu {
  list-style-type: none;
  float: right;
  padding: 0;
  margin: 14px 0 0 0;
}
.landing-body .landing-wrapper #landing-menu li {
  display: inline-block;
  margin-left: 14px;
}
.landing-body .landing-wrapper #landing-menu li:first-child {
  margin-left: 0;
}
.landing-body .landing-wrapper #landing-menu li a {
  font-size: 14px;
  font-weight: 600;
  color: #525257;
  padding: 4px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.landing-body .landing-wrapper #landing-menu li a:hover {
  background-color: #252529;
  color: #ffffff;
}
.landing-body .landing-wrapper #header {
  border-bottom: 1px solid #d8d8dc;
}
.landing-body .landing-wrapper #header .header-top {
  padding: 20px 140px 0 140px;
}
.landing-body .landing-wrapper #header .header-top:after {
  content: "";
  display: table;
  clear: both;
}
.landing-body .landing-wrapper #header .header-top .logo {
  height: 40px;
}
.landing-body .landing-wrapper #header .header-top #landing-menu-button {
  display: none;
  color: #000000;
  float: right;
  margin-top: 8px;
  text-align: center;
}
.landing-body .landing-wrapper #header .header-top #landing-menu-button img {
  width: 6px;
  margin-right: 10px;
}
.landing-body .landing-wrapper #header .header-content {
  padding: 120px 0 120px 140px;
}
.landing-body .landing-wrapper #header .header-content h1 {
  font-size: 42px;
  font-weight: 700;
  color: #252529;
  margin-top: 48px;
  margin-bottom: 24px;
  max-width: 400px;
}
.landing-body .landing-wrapper #header .header-content p {
  font-size: 17px;
  margin-bottom: 24px;
  color: #8b8b90;
}
.landing-body .landing-wrapper #features {
  padding: 42px 140px;
  background-color: #ffffff;
  text-align: center;
}
.landing-body .landing-wrapper #features h1 {
  font-size: 28px;
  color: #252529;
  margin: 0 0 6px 0;
}
.landing-body .landing-wrapper #features p {
  font-size: 21px;
  color: #8b8b90;
  margin: 0;
}
.landing-body .landing-wrapper #features .p-grid {
  margin-top: 42px;
}
.landing-body .landing-wrapper #features .p-grid .p-col-12 {
  padding: 1em;
}
.landing-body .landing-wrapper #features .p-grid .feature-box {
  padding: 24px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}
.landing-body .landing-wrapper #features .p-grid .feature-box h3 {
  font-size: 21px;
  font-weight: 700;
  color: #252529;
  margin: 8px 0;
}
.landing-body .landing-wrapper #features .p-grid .feature-box p {
  margin: 0;
  font-size: 15px;
  color: #8b8b90;
}
.landing-body .landing-wrapper #promo {
  padding: 42px 140px;
  border-top: 5px solid #00BCD4;
  background-color: #f2f2f2;
  position: relative;
}
.landing-body .landing-wrapper #promo h1 {
  font-size: 28px;
  color: #252529;
  margin: 0 0 16px 0;
}
.landing-body .landing-wrapper #promo p {
  font-size: 17px;
  color: #525257;
  margin: 0 0 16px 0;
}
.landing-body .landing-wrapper #promo img {
  position: absolute;
  right: 140px;
  top: 50%;
  height: 100px;
  margin-top: -50px;
}
.landing-body .landing-wrapper #pricing {
  padding: 42px 140px;
  background-color: #ffffff;
  text-align: center;
}
.landing-body .landing-wrapper #pricing > h1 {
  font-size: 28px;
  color: #252529;
  margin: 0 0 6px 0;
}
.landing-body .landing-wrapper #pricing > p {
  font-size: 21px;
  color: #8b8b90;
  margin: 0;
}
.landing-body .landing-wrapper #pricing .p-grid {
  margin-top: 42px;
}
.landing-body .landing-wrapper #pricing .p-grid .p-col-12 {
  padding: 28px;
}
.landing-body .landing-wrapper #pricing .pricing-box {
  min-height: 450px;
  padding: 16px 48px;
  background-color: #f2f2f2;
  color: #525257;
  border: 2px solid transparent;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}
.landing-body .landing-wrapper #pricing .pricing-box h3 {
  margin: 0 0 42px 0;
}
.landing-body .landing-wrapper #pricing .pricing-box .pricing-intro {
  color: #8b8b90;
}
.landing-body .landing-wrapper #pricing .pricing-box p {
  font-size: 14px;
  margin: 14px 0;
}
.landing-body .landing-wrapper #pricing .pricing-box ul {
  list-style-type: circle;
  margin: 0;
  padding: 0;
  text-align: left;
}
.landing-body .landing-wrapper #pricing .pricing-box ul li {
  padding: 12px;
}
.landing-body .landing-wrapper #pricing .pricing-box ul li i {
  color: #1fc4ac;
}
.landing-body .landing-wrapper #pricing .pricing-box:hover {
  border-color: #00BCD4;
}
.landing-body .landing-wrapper #multimedia {
  padding: 42px 140px;
  text-align: center;
  background-color: #f2f2f2;
}
.landing-body .landing-wrapper #multimedia > h1 {
  font-size: 28px;
  color: #252529;
  margin: 0 0 6px 0;
}
.landing-body .landing-wrapper #multimedia > p {
  font-size: 21px;
  color: #8b8b90;
  margin: 0;
}
.landing-body .landing-wrapper #multimedia .video-container {
  margin-top: 42px;
}
.landing-body .landing-wrapper #multimedia .video-container iframe {
  width: 560px;
  height: 315px;
}
.landing-body .landing-wrapper #footer {
  background-color: #252529;
  padding: 42px 140px;
  text-align: left;
}
.landing-body .landing-wrapper #footer .footer-logo {
  height: 32px;
}
.landing-body .landing-wrapper #footer .footer-menu span {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #8b8b90;
  display: block;
}
.landing-body .landing-wrapper #footer .footer-menu a {
  margin: 8px 0;
  display: block;
  color: #f4f4f9;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.landing-body .landing-wrapper #footer .footer-menu a:hover {
  color: #ffffff;
}
.landing-body .landing-wrapper #footer .footer-menu .icon-link {
  display: inline-block;
  margin-top: 30px;
}
.landing-body .landing-wrapper #footer .footer-menu .icon-link .icon {
  color: #ffffff;
  font-size: 22px;
  margin-right: 18px;
}

@media screen and (min-width: 992px) {
  .landing-body .landing-wrapper #header .header-content {
    background: url("../images/landing/asset-mackup-big.png") no-repeat;
    background-position: right 50%;
    background-size: 35%;
  }
}
@media screen and (max-width: 991px) {
  .landing-body.landing-menu-active .landing-wrapper #landing-menu {
    right: 0;
  }
  .landing-body .landing-wrapper #landing-menu {
    width: 250px;
    height: 100%;
    right: -250px;
    background-color: #252529;
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 999;
    -moz-transition: right 0.3s;
    -o-transition: right 0.3s;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .landing-body .landing-wrapper #landing-menu > li {
    display: block;
    margin: 0;
  }
  .landing-body .landing-wrapper #landing-menu > li a {
    font-size: 18px;
    display: block;
    color: #8b8b90;
    padding: 12px 24px;
  }
  .landing-body .landing-wrapper #header .header-top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .landing-body .landing-wrapper #header .header-top #landing-menu-button {
    display: inline-block;
  }
  .landing-body .landing-wrapper #header .header-content {
    padding-left: 20px;
    background: url("../images/landing/asset-mackup.png") no-repeat;
    background-position: right 50%;
  }
  .landing-body .landing-wrapper #features {
    padding-left: 20px;
    padding-right: 20px;
  }
  .landing-body .landing-wrapper #promo {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .landing-body .landing-wrapper #promo img {
    position: static;
    margin: 16px auto 0 auto;
    display: block;
  }
  .landing-body .landing-wrapper #pricing {
    padding-left: 20px;
    padding-right: 20px;
  }
  .landing-body .landing-wrapper #multimedia {
    padding-left: 20px;
    padding-right: 20px;
  }
  .landing-body .landing-wrapper #multimedia .video-container iframe {
    width: auto;
    height: auto;
  }
  .landing-body .landing-wrapper #footer {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .landing-body .landing-wrapper #footer .footer-menu span {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .landing-body .landing-wrapper #header .header-content h1 {
    font-size: 18px;
  }
  .landing-body .landing-wrapper #header .header-content p {
    font-size: 14px;
    max-width: 250px;
  }
}
@font-face {
  font-family: IRANSans-faNum;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iransans/faNum/IRANSansWeb-FaNum.eot");
  src: url("../fonts/iransans/faNum/IRANSansWeb-FaNum.eot?#iefix") format("embedded-opentype"), url("../fonts/iransans/faNum/IRANSansWeb-FaNum.woff2") format("woff2"), url("../fonts/iransans/faNum/IRANSansWeb-FaNum.woff") format("woff"), url("../fonts/iransans/faNum/IRANSansWeb-FaNum.ttf") format("truetype");
}
@font-face {
  font-family: yekan;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/yekan/iranyekanwebregular.ttf");
}
@font-face {
  font-family: yekan;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/yekan/iranyekanweblight.ttf");
}
@font-face {
  font-family: yekan;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/yekan/iranyekanwebbold.ttf");
}
@font-face {
  font-family: yekan-faNum;
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/yekan/Yekan.eot?#iefix) format("embedded-opentype"), url(../fonts/yekan/Yekan.woff) format("woff"), url(../fonts/yekan/Yekan.ttf) format("truetype"), url(../fonts/yekan/Yekan.svg#BYekan) format("svg");
}
/* browsers */
.ui-inputtext:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white;
}
.ui-inputtext::-ms-clear {
  display: none;
}

@supports (-webkit-overflow-scrolling: touch) {
  select,
textarea,
input,
.ui-inputtext {
    font-size: 16px !important;
  }
}
a {
  cursor: pointer;
}

* {
  font-weight: normal;
}

.ui-rtl .ui-corner-left:not(.ui-button) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ui-rtl .ui-corner-right:not(.ui-button) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-rtl .ui-menu .ui-menuitem-link .ui-menuitem-icon,
.ui-rtl .ui-menubar .ui-menuitem-link .ui-menuitem-icon,
.ui-rtl .ui-tieredmenu .ui-menuitem-link .ui-menuitem-icon,
.ui-rtl .ui-contextmenu .ui-menuitem-link .ui-menuitem-icon,
.ui-rtl .ui-megamenu .ui-menuitem-link .ui-menuitem-icon,
.ui-rtl .ui-slidemenu .ui-menuitem-link .ui-menuitem-icon {
  margin-right: 0;
  margin-left: 0.429em;
}

.label-empty {
  display: inline-block;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.no-result {
  text-align: center;
}

[hidden] {
  display: none !important;
}

.red {
  color: red !important;
}

.flex-row {
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.jus-start {
  justify-content: flex-start;
}

.jus-center {
  justify-content: center;
}

.jus-end {
  justify-content: flex-end;
}

.jus-between {
  justify-content: space-between;
}

.jus-around {
  justify-content: space-around;
}

.al-center {
  align-items: center;
}

.al-start {
  align-items: flex-start;
}

.al-end {
  align-items: flex-end;
}

.wrapped {
  flex-wrap: wrap;
}

.border-circle {
  border: 1px solid #a7a7a7;
  border-radius: 50%;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 897px) {
  .show-mobile {
    display: none;
  }
}
@media screen and (max-width: 897px) {
  .hide-mobile {
    display: none;
  }
}
.divider {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: none;
  height: 1px;
  background-color: #ddd;
}

.ui-rtl .ui-messages .ui-messages-summary {
  margin-left: 0;
  margin-right: 0.25em;
}
.ui-rtl .ui-toast .ui-toast-message-text-content {
  margin-left: initial;
  margin-right: 2.5em;
}
.ui-rtl .ui-toast .ui-toast-icon {
  left: initial;
  right: 0.5em;
}
.ui-rtl .ui-toast .ui-toast-close-icon {
  right: initial;
  left: 0.25em;
}

p-dynamicdialog .ui-message .ui-message-icon + .ui-message-text {
  margin-left: initial;
  margin-right: 0.429em;
}

.ui-rtl .ui-selectbutton .ui-button:first-child,
.ui-dialog .ui-selectbutton .ui-button:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ui-rtl .ui-selectbutton .ui-button:last-child,
.ui-dialog .ui-selectbutton .ui-button:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ui-rtl .ui-table .ui-button,
.ui-dialog .ui-table .ui-button {
  padding: 0.2142857em 0.642857em;
  min-width: 85px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.ui-rtl .ui-table .ui-button .ui-button-text,
.ui-dialog .ui-table .ui-button .ui-button-text {
  padding: 0;
}
.ui-rtl .ui-table .ui-button-text-icon-right .ui-button-text,
.ui-dialog .ui-table .ui-button-text-icon-right .ui-button-text {
  padding-right: 20px;
}

.ui-dialog .ui-button .pi-spin {
  font-size: 1.5em;
}

@media screen and (min-width: 897px) {
  .ui-button,
.ui-splitbutton {
    min-width: 150px;
    max-width: 150px;
  }

  .ui-button-icon-only {
    min-width: initial;
    max-width: initial;
  }

  .ui-splitbutton .ui-button {
    min-width: initial;
    max-width: initial;
  }
  .ui-splitbutton .ui-button:not(.ui-splitbutton-menubutton) {
    width: calc(100% - 2em);
  }
}
.ui-rtl .ui-inputgroup .ui-button:first-child,
.ui-rtl .ui-inputgroup .ui-inputgroup-addon:first-child,
.ui-dialog .ui-inputgroup .ui-button:first-child,
.ui-dialog .ui-inputgroup .ui-inputgroup-addon:first-child {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.ui-rtl .ui-inputgroup .ui-button:last-child,
.ui-rtl .ui-inputgroup .ui-inputgroup-addon:last-child,
.ui-dialog .ui-inputgroup .ui-button:last-child,
.ui-dialog .ui-inputgroup .ui-inputgroup-addon:last-child {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
@media screen and (max-width: 896px) {
  .ui-rtl .ui-inputgroup .ui-button,
.ui-rtl .ui-inputgroup .ui-inputgroup-addon,
.ui-dialog .ui-inputgroup .ui-button,
.ui-dialog .ui-inputgroup .ui-inputgroup-addon {
    height: 38px;
  }
}
.ui-rtl .ui-inputgroup .ui-inputtext:not(:first-child),
.ui-dialog .ui-inputgroup .ui-inputtext:not(:first-child) {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  border-right: none;
  border-left: 1px solid #E0E0E0;
}
.ui-rtl .ui-inputgroup .ui-inputtext:not(:last-child),
.ui-dialog .ui-inputgroup .ui-inputtext:not(:last-child) {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  border-left: none;
  border-right: 1px solid #E0E0E0;
}
.ui-rtl .ui-inputgroup-inline,
.ui-dialog .ui-inputgroup-inline {
  display: inline-block;
}
.ui-rtl .ui-fluid .ui-colorpicker,
.ui-dialog .ui-fluid .ui-colorpicker {
  display: block;
}
.ui-rtl .ui-fluid .ui-colorpicker .ui-inputtext,
.ui-dialog .ui-fluid .ui-colorpicker .ui-inputtext {
  height: 150px;
  width: 150px;
}
.ui-rtl .input-wrapper,
.ui-dialog .input-wrapper {
  position: relative;
}
.ui-rtl a.password-toggler,
.ui-dialog a.password-toggler {
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  text-align: center;
}
.ui-rtl a.password-toggler i,
.ui-dialog a.password-toggler i {
  font-size: 20px !important;
  margin-top: 9px !important;
}

.ui-rtl .ui-dropdown .ui-dropdown-label,
.ui-dialog .ui-dropdown .ui-dropdown-label {
  padding-left: 2em;
  padding-right: 0.429em;
}
.ui-rtl .ui-dropdown .ui-dropdown-trigger,
.ui-dialog .ui-dropdown .ui-dropdown-trigger {
  right: initial;
  left: 0;
}
.ui-rtl .ui-dropdown .ui-dropdown-clear-icon,
.ui-dialog .ui-dropdown .ui-dropdown-clear-icon {
  right: initial;
  left: 2em;
}
.ui-rtl .ui-dropdown-panel .ui-dropdown-item,
.ui-dialog .ui-dropdown-panel .ui-dropdown-item {
  text-align: right !important;
}

.ui-dropdown-panel .ui-dropdown-item {
  text-align: right !important;
}

.ui-rtl .ui-multiselect .ui-multiselect-label {
  padding-left: 2em;
  padding-right: 0.429em;
}
.ui-rtl .ui-multiselect .ui-multiselect-trigger {
  right: initial;
  left: 0;
}
.ui-rtl .ui-multiselect-panel .ui-multiselect-item {
  text-align: right;
}
.ui-rtl .ui-multiselect-panel .ui-multiselect-items .ui-multiselect-item .ui-chkbox {
  margin-left: 0.429em;
  margin-right: 0;
}
.ui-rtl .ui-multiselect-panel .ui-multiselect-header .ui-chkbox {
  margin-right: 0;
  margin-left: 0.429em;
}
.ui-rtl .ui-multiselect-panel .ui-multiselect-header .ui-multiselect-filter-container .ui-inputtext {
  padding: 0.429em;
  padding-left: 2em;
}
.ui-rtl .ui-multiselect-panel .ui-multiselect-header .ui-multiselect-filter-container .ui-multiselect-filter-icon {
  left: 0.5em;
  right: initial;
}
.ui-rtl .ui-multiselect-header {
  text-align: right;
}
.ui-rtl .ui-multiselect-header .ui-multiselect-close {
  right: initial;
  left: 0.375em;
}

.ui-rtl .ui-chkbox-label,
.ui-dialog .ui-chkbox-label {
  margin-right: 0.429em;
  margin-left: 0;
}

.ui-rtl .ui-radiobutton-label {
  margin-right: 0.429em;
  margin-left: 0;
}

.ui-rtl .ui-spinner .ui-spinner-input {
  padding-left: 1.858em;
  padding-right: 0.429em !important;
}
.ui-rtl .ui-spinner .ui-spinner-button {
  left: 0;
  right: initial;
}
.ui-rtl .ui-spinner .ui-spinner-button.ui-spinner-up {
  border-top-right-radius: 0;
  border-top-left-radius: 3px;
}
.ui-rtl .ui-spinner .ui-spinner-button.ui-spinner-down {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.ui-rtl .ui-fluid .ui-spinner .ui-spinner-input {
  padding-left: 1.858em;
}

body .ui-dialog {
  padding: 0;
  max-height: 90%;
  overflow: auto;
}
body .ui-dialog .ui-dialog-content,
body .ui-dialog .ui-dialog-titlebar {
  padding-left: 1em;
  padding-right: 1em;
}
body .ui-dialog .ui-dialog-titlebar {
  height: 44px;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
  margin-left: initial;
  margin-right: 0.429em;
  margin-top: 0.286em;
  float: left;
  opacity: 0.5;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon:hover, body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon:focus, body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon:active {
  opacity: 1;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon .pi {
  font-size: 1.7em;
}
body .ui-dialog .ui-dialog-footer button {
  margin: 0 0 0 0.429em;
}
body .ui-dialog.has-scrollPanel {
  padding-top: 44px;
  overflow: hidden;
}
body .ui-dialog.has-scrollPanel p-scrollpanel {
  direction: ltr;
}
body .ui-dialog.has-scrollPanel .ui-dialog-titlebar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
body .ui-dialog.has-scrollPanel .ui-scrollpanel {
  height: 440px;
  width: 100%;
}
body .ui-dialog.has-scrollPanel .ui-scrollpanel-wrapper {
  direction: rtl;
}
body .ui-dialog .ui-scrollpanel-content {
  padding-left: 1px;
}
body .ui-confirmdialog .ui-dialog-content .ui-confirmdialog-icon {
  margin-right: initial;
  margin-left: 0.5em;
}
body .ui-confirmdialog .ui-dialog-footer .ui-button.ui-button-text-icon-left .ui-button-text {
  padding-right: 2em;
  padding-left: 1em;
}
body .ui-confirmdialog .ui-dialog-footer .ui-button.ui-button-text-icon-left .ui-button-icon-left {
  left: initial;
  right: 0.5em;
}
@media screen and (min-width: 897px) {
  body .ui-dialog {
    max-width: 800px;
    min-width: 600px;
  }
}
@media screen and (max-width: 896px) {
  body .ui-dialog {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ui-rtl .ui-slider-horizontal .ui-slider-handle {
  margin-left: initial;
  margin-right: -0.6em;
}

.ui-rtl .ui-dataview-layout-options {
  text-align: left;
}

.ui-rtl .ui-paginator .ui-paginator-pages .ui-paginator-page,
.ui-dialog .ui-paginator .ui-paginator-pages .ui-paginator-page {
  padding-left: 6px;
  padding-right: 6px;
}
.ui-rtl .ui-paginator .pi-step-forward:before,
.ui-dialog .ui-paginator .pi-step-forward:before {
  content: "";
}
.ui-rtl .ui-paginator .pi-step-backward:before,
.ui-dialog .ui-paginator .pi-step-backward:before {
  content: "";
}
.ui-rtl .ui-paginator .pi-caret-right:before,
.ui-dialog .ui-paginator .pi-caret-right:before {
  content: "";
}
.ui-rtl .ui-paginator .pi-caret-left:before,
.ui-dialog .ui-paginator .pi-caret-left:before {
  content: "";
}

p-orderList img {
  float: right;
  margin: 2px 0 2px 2px;
  width: 50px;
}
p-orderList img + div {
  font-size: 14px;
  margin: 15px 5px 0 0;
  overflow: hidden;
}

.ui-rtl .ui-accordion .pi-chevron-right:before {
  content: "";
}

.ui-rtl .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content .ui-tree-toggler,
.ui-rtl .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content .ui-treenode-icon {
  margin-right: 0;
  margin-left: 0.143em;
}
.ui-rtl .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content .pi-caret-right:before {
  content: "";
}

.ui-rtl .ui-panelmenu .ui-menuitem-icon {
  margin-right: initial;
  margin-left: 0.25em;
}
.ui-rtl .ui-panelmenu .pi-chevron-right:before {
  content: "";
}
.ui-rtl .ui-panelmenu .pi-caret-right:before {
  content: "";
}

.ui-rtl .ui-panelmenu .ui-submenu-list {
  margin-left: 0;
  margin-right: 1.5em;
}
.ui-rtl .ui-panelmenu .ui-panelmenu-content > .ui-panelmenu-root-submenu > .ui-submenu-list {
  margin-right: 0;
}

.ui-rtl .ui-carousel .ui-carousel-button,
.ui-rtl .ui-carousel .ui-carousel-page-links {
  float: left;
}
.ui-rtl .ui-carousel .ui-carousel-button.ui-carousel-next-button:before {
  content: "";
}
.ui-rtl .ui-carousel .ui-carousel-button.ui-carousel-prev-button:before {
  content: "";
}
.ui-rtl .ui-carousel-viewport {
  direction: ltr;
}
.ui-rtl .ui-carousel-viewport .ui-carousel-item {
  direction: rtl;
}

.t-setting,
.t-button {
  text-align: center;
}

.t-setting {
  width: 225px;
}
.t-setting a {
  display: inline-block;
  vertical-align: middle;
  padding: 0.2em;
}
.t-setting a i {
  vertical-align: middle;
  font-size: 1.6em;
}

.t-button {
  width: 20%;
}

.t-100 {
  width: 100px;
}

.t-150 {
  width: 150px;
}

.t-200 {
  width: 200px;
}

.t-250 {
  width: 250px;
}

.ui-rtl .ui-table table,
.ui-dialog .ui-table table {
  table-layout: initial;
}
.ui-rtl .ui-table table .badge .pi,
.ui-dialog .ui-table table .badge .pi {
  top: 0px;
}
.ui-rtl .ui-table table .no-result,
.ui-dialog .ui-table table .no-result {
  height: 45px;
}
.ui-rtl .ui-table .ui-table-thead > tr > td,
.ui-dialog .ui-table .ui-table-thead > tr > td {
  padding: 0.5em 1.214em;
  background: inherit;
  border: 1px solid #e0e0e0;
}
.ui-rtl .ui-table-loading,
.ui-dialog .ui-table-loading {
  opacity: 0.5;
}
.ui-rtl .ui-table-responsive .ui-table-wrapper,
.ui-dialog .ui-table-responsive .ui-table-wrapper {
  overflow: auto;
}
@media screen and (max-width: 40em) {
  .ui-rtl .ui-table-responsive .ui-table-tbody > tr > td,
.ui-dialog .ui-table-responsive .ui-table-tbody > tr > td {
    text-align: right;
  }
  .ui-rtl .ui-table-responsive .ui-table-tbody > tr > td .ui-column-title,
.ui-dialog .ui-table-responsive .ui-table-tbody > tr > td .ui-column-title {
    margin-right: -0.4em;
    margin-left: 1em;
    float: right;
  }
  .ui-rtl .ui-table-responsive .ui-table-thead > tr > td,
.ui-dialog .ui-table-responsive .ui-table-thead > tr > td {
    text-align: right;
    display: block;
    border: 0 none;
    width: 100% !important;
    box-sizing: border-box;
    float: left;
    clear: left;
  }
}
.ui-rtl .ui-paginator .ui-dropdown,
.ui-dialog .ui-paginator .ui-dropdown {
  margin-left: initial;
  margin-right: 0.429em;
}
.ui-rtl .ui-paginator .ui-dropdown .ui-dropdown-label,
.ui-dialog .ui-paginator .ui-dropdown .ui-dropdown-label {
  height: 100%;
  min-height: 100%;
}

@media screen and (max-width: 40em) {
  .ui-rtl .ui-table-loading-content {
    top: 40px;
  }
}
.main-table-root {
  background-color: #ffffff;
}

.server-not-responce-refresh {
  font-size: 2em !important;
  position: absolute !important;
  margin-top: -2px !important;
}

.ui-table-scrollable-header-box {
  margin-right: 0 !important;
}

.thead-relative {
  position: relative;
}
.thead-relative span {
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.thead-relative span span {
  margin-top: 3px;
}

.table-sticky .ui-table .ui-table-thead > tr > th {
  position: sticky;
  top: -1px;
  z-index: 1;
  border: none;
  box-shadow: inset 0 1px 0 #e0e0e0, inset 0 -1px 0 #e0e0e0, inset 1px 0 0 #e0e0e0;
}
.table-sticky .ui-table .ui-table-thead > tr > th:first-child {
  box-shadow: inset 0 1px 0 #e0e0e0, inset 0 -1px 0 #e0e0e0, inset 1px 0 0 #e0e0e0, inset -1px 0 0 #e0e0e0;
}
.table-sticky .ui-table .ui-table-tbody > tr > td {
  border: none;
  box-shadow: inset 0 1px 0 #e0e0e0, inset 0 0px 0 #e0e0e0, inset 1px 0 0 #e0e0e0, inset -0.5px 0 0 #e0e0e0;
}

@media screen and (min-width: 768px) {
  .long-text {
    max-width: 200px;
  }
}

.ui-rtl dp-date-picker,
.ui-dialog dp-date-picker {
  display: block;
}
.ui-rtl dp-date-picker .dp-calendar-month,
.ui-rtl dp-date-picker .dp-calendar-day,
.ui-rtl dp-date-picker .dp-picker-input,
.ui-rtl dp-date-picker .dp-nav-header-btn,
.ui-dialog dp-date-picker .dp-calendar-month,
.ui-dialog dp-date-picker .dp-calendar-day,
.ui-dialog dp-date-picker .dp-picker-input,
.ui-dialog dp-date-picker .dp-nav-header-btn {
  font-family: inherit;
}
.ui-rtl dp-date-picker .dp-picker-input,
.ui-dialog dp-date-picker .dp-picker-input {
  font-size: 14px;
  color: #212121;
  background: #f5f5f5;
  padding: 0.429em;
  border: 1px solid #E0E0E0;
  -moz-transition: border-color 0.3s, box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 38px;
}

.ui-fluid dp-date-picker.dp-material .dp-picker-input {
  width: 100%;
}

.ui-dropdown-label {
  font-family: inherit;
  min-height: 38px;
}

dp-day-calendar.dp-material .dp-calendar-month,
dp-day-calendar.dp-material .dp-calendar-day,
dp-day-calendar.dp-material .dp-nav-header-btn {
  font-family: IRANSans-faNum, sans-serif;
}

.ui-rtl .ui-tabview .ui-tabview-panels {
  padding: 0;
}
.ui-rtl .ui-tabview .ui-tabview-panels .layout-title-wrapp {
  padding: 0.5rem 0.5rem 0;
}
.ui-rtl .ui-tabview .ui-tabview-title {
  font-weight: 700;
}
.ui-rtl .ui-tabview.ui-tabview-top .ui-tabview-nav {
  background: none;
}
.ui-rtl .ui-tabview.ui-tabview-top .ui-tabview-nav li {
  margin-right: initial;
  margin-left: 0.214em;
}
.ui-rtl .ui-tabview.ui-tabview-top .ui-tabview-nav li .ui-tabview-close, .ui-rtl .ui-tabview.ui-tabview-bottom .ui-tabview-nav li .ui-tabview-close, .ui-rtl .ui-tabview.ui-tabview-left .ui-tabview-nav li .ui-tabview-close, .ui-rtl .ui-tabview.ui-tabview-right .ui-tabview-nav li .ui-tabview-close {
  margin-right: initial;
  margin-left: 0.429em;
}

.badge {
  display: inline-block;
  border-radius: 8px;
  padding: 0.2142857em 0.642857em;
  position: relative;
  cursor: pointer;
}
.ui-table .badge {
  margin: 3px;
}
.badge .badge-text {
  padding-left: 10px;
}
.badge .badge-icon {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  height: 1em;
  left: 0;
}
.badge .pi {
  position: relative;
  top: 4px;
}
.badge + .badge {
  margin-right: 8px;
}

.scroll-wrapp .ui-scrollpanel {
  direction: ltr;
}
.scroll-wrapp .scroll-content {
  direction: rtl;
}

@media screen and (min-width: 897px) {
  .scroll-tab .ui-scrollpanel {
    height: calc(100vh - 220px);
  }
}
@media screen and (min-width: 897px) {
  .scroll-tab .ui-paginator {
    margin-right: -1px;
  }
}

@media screen and (min-width: 897px) {
  .ui-tabview-panel .scroll-tab .ui-scrollpanel {
    height: calc(100vh - 280px);
  }
}

.inputSwitch-text {
  display: inline-block;
  padding-right: 10px;
  top: -4px;
  position: relative;
}

.loader-logo-wrapp {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.loader-logo-wrapp img {
  display: block;
  margin: 50px auto 0;
}
.loader-logo-wrapp img:first-child {
  max-width: 40%;
}
.loader-logo-wrapp img:last-child {
  max-width: 25%;
}

@media screen and (min-width: 897px) {
  .loader-logo-wrapp img:first-child {
    width: 200px;
  }
  .loader-logo-wrapp img:last-child {
    width: 70px;
  }
}
@keyframes fadeLogo {}
.card-filter.show .ui-card {
  margin-bottom: 1em;
}
.card-filter label {
  margin-left: 10px;
}

.card.is-loading {
  text-align: center;
}
.card.card-scroll {
  position: relative;
  padding-top: 73px;
  padding-bottom: 70px;
}
.card.card-scroll h1,
.card.card-scroll .scroll-wrapp,
.card.card-scroll .ui-inputgroup {
  position: absolute;
  left: 16px;
  right: 16px;
}
.card.card-scroll h1 {
  top: 16px;
}
.card.card-scroll h1 .ticket-actions {
  position: absolute;
  left: 0;
  top: 0;
}
.card.card-scroll .scroll-wrapp {
  bottom: 0;
  top: 73px;
  bottom: 70px;
}
.card.card-scroll .scroll-wrapp .ui-scrollpanel {
  height: 100%;
}
.card.card-scroll .ui-inputgroup {
  bottom: 0;
  padding-bottom: 16px;
}
.card.timeline ul li .timeline-icon {
  width: 50px;
  height: 50px;
}
.card.timeline ul li .timeline-icon img {
  width: 100%;
  height: 100%;
}
.card.timeline ul li .timeline-content {
  margin-left: 73px;
}
.card.timeline ul li.is-operator .timeline-content {
  margin-left: initial;
  margin-right: 73px;
}
.card.timeline ul li.is-operator .timeline-content:before, .card.timeline ul li.is-operator .timeline-content:after {
  right: initial;
  left: 100%;
}
.card.timeline ul li.is-operator .timeline-content:before {
  border-right-color: rgba(216, 216, 220, 0);
  border-left-color: #e0e0e0;
}
.card.timeline ul li.is-operator .timeline-content:after {
  border-right-color: rgba(244, 244, 249, 0);
  border-left-color: #fff;
}
.card.timeline ul li.is-operator .timeline-icon {
  left: initial;
  right: 10px;
}

.card-gallery .ui-card-header {
  position: relative;
  padding: 1rem 0.75rem 0;
}
.card-gallery .card-image-holder {
  height: 210px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media (min-width: 992px) {
  .card-gallery .card-image-holder {
    height: 160px;
  }
}
.card-gallery .card-image-holder img {
  object-fit: cover;
}
.card-gallery .card-image-holder .badge {
  position: absolute;
  top: 0.625rem;
  font-size: 0.625rem;
  width: 36px;
  text-align: center;
}
.card-gallery .card-image-holder .badge.is-type {
  right: 0.625rem;
}
.card-gallery .card-image-holder .badge.is-value {
  right: 42px;
}
.card-gallery .card-image-holder .badge.is-show {
  left: 0.625rem;
}
.card-gallery .card-image-holder .badge.is-show .pi {
  top: 3px;
}
.card-gallery .card-image-holder .badge.is-show p-lightbox img {
  display: none;
}
.card-gallery .card-image-holder .badge.is-show p-lightbox a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.card-gallery .ui-card-footer {
  padding-top: 0;
  margin-top: -0.5rem;
}
.card-gallery .radio-wrap {
  display: inline-block;
  padding: 0 15px;
  width: 49%;
  margin-top: 0.5rem;
}
.card-gallery .radio-wrap p-radiobutton,
.card-gallery .radio-wrap .radio-inner-wrap {
  display: inline-block;
  white-space: nowrap;
}
.card-gallery .radio-wrap .radio-inner-wrap .ui-radiobutton {
  position: relative;
}
.card-gallery .radio-wrap .radio-inner-wrap .ui-radiobutton input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.card-gallery .radio-wrap .radio-inner-wrap .ui-radiobutton input:checked ~ .ui-radiobutton-box {
  color: #ffffff;
}
.card-gallery .radio-wrap .radio-inner-wrap .ui-radiobutton input:checked ~ .ui-radiobutton-box .ui-radiobutton-icon {
  background-color: #ffffff;
}

.card-no-min {
  min-height: initial !important;
}

.card-wrap {
  padding: 1rem;
}

.card-title-tools {
  position: relative;
}
@media (min-width: 767px) {
  .card-title-tools .ticket-actions {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.ui-rtl .spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  opacity: 1;
  overflow: hidden;
  z-index: 1000;
}
.ui-rtl .spinner .bar {
  height: 5px;
  position: absolute;
}
.ui-rtl .spinner .bar1 {
  left: 50%;
  width: 10%;
  -webkit-animation: bar1 10s infinite linear;
  -moz-animation: bar1 10s infinite linear;
  -ms-animation: bar1 10s infinite linear;
  animation: bar1 10s infinite linear;
}
.ui-rtl .spinner .bar2 {
  left: 0%;
  width: 0%;
  -webkit-animation: bar2 10s infinite;
  -moz-animation: bar2 10s infinite;
  -ms-animation: bar2 10s infinite;
  animation: bar2 10s infinite;
}

.bill {
  background-color: #00b09f;
}

@-webkit-keyframes bar1 {
  0% {
    width: 0%;
    left: 0%;
  }
  10% {
    width: 30%;
    left: 100%;
  }
  19.99% {
    width: 30%;
    left: 100%;
  }
  20% {
    width: 0%;
    left: 0%;
  }
  30% {
    width: 80%;
    left: 100%;
  }
  30.01% {
    width: 0%;
    left: 0%;
  }
  40% {
    width: 5%;
    left: 30%;
  }
  50% {
    width: 50%;
    left: 100%;
  }
  50.01% {
    width: 0%;
    left: 0%;
  }
  60% {
    width: 60%;
    left: 20%;
  }
  70% {
    width: 5%;
    left: 100%;
  }
  70.01% {
    width: 0%;
    left: 0%;
  }
  80% {
    width: 50%;
    left: 30%;
  }
  90% {
    width: 10%;
    left: 80%;
  }
  100% {
    width: 20%;
    left: 100%;
  }
}
@-moz-keyframes bar1 {
  0% {
    width: 0%;
    left: 0%;
  }
  10% {
    width: 30%;
    left: 100%;
  }
  19.99% {
    width: 30%;
    left: 100%;
  }
  20% {
    width: 0%;
    left: 0%;
  }
  30% {
    width: 80%;
    left: 100%;
  }
  30.01% {
    width: 0%;
    left: 0%;
  }
  40% {
    width: 5%;
    left: 30%;
  }
  50% {
    width: 50%;
    left: 100%;
  }
  50.01% {
    width: 0%;
    left: 0%;
  }
  60% {
    width: 60%;
    left: 20%;
  }
  70% {
    width: 5%;
    left: 100%;
  }
  70.01% {
    width: 0%;
    left: 0%;
  }
  80% {
    width: 50%;
    left: 30%;
  }
  90% {
    width: 10%;
    left: 80%;
  }
  100% {
    width: 20%;
    left: 100%;
  }
}
@-ms-keyframes bar1 {
  0% {
    width: 0%;
    left: 0%;
  }
  10% {
    width: 30%;
    left: 100%;
  }
  19.99% {
    width: 30%;
    left: 100%;
  }
  20% {
    width: 0%;
    left: 0%;
  }
  30% {
    width: 80%;
    left: 100%;
  }
  30.01% {
    width: 0%;
    left: 0%;
  }
  40% {
    width: 5%;
    left: 30%;
  }
  50% {
    width: 50%;
    left: 100%;
  }
  50.01% {
    width: 0%;
    left: 0%;
  }
  60% {
    width: 60%;
    left: 20%;
  }
  70% {
    width: 5%;
    left: 100%;
  }
  70.01% {
    width: 0%;
    left: 0%;
  }
  80% {
    width: 50%;
    left: 30%;
  }
  90% {
    width: 10%;
    left: 80%;
  }
  100% {
    width: 20%;
    left: 100%;
  }
}
@keyframes bar1 {
  0% {
    width: 0%;
    left: 0%;
  }
  10% {
    width: 30%;
    left: 100%;
  }
  19.99% {
    width: 30%;
    left: 100%;
  }
  20% {
    width: 0%;
    left: 0%;
  }
  30% {
    width: 80%;
    left: 100%;
  }
  30.01% {
    width: 0%;
    left: 0%;
  }
  40% {
    width: 5%;
    left: 30%;
  }
  50% {
    width: 50%;
    left: 100%;
  }
  50.01% {
    width: 0%;
    left: 0%;
  }
  60% {
    width: 60%;
    left: 20%;
  }
  70% {
    width: 5%;
    left: 100%;
  }
  70.01% {
    width: 0%;
    left: 0%;
  }
  80% {
    width: 50%;
    left: 30%;
  }
  90% {
    width: 10%;
    left: 80%;
  }
  100% {
    width: 20%;
    left: 100%;
  }
}
@-webkit-keyframes bar2 {
  0% {
    width: 0%;
    left: 0%;
  }
  10% {
    width: 60%;
  }
  19.99% {
    width: 40%;
    left: 100%;
  }
  20% {
    width: 0%;
    left: 0%;
  }
  25% {
    width: 10%;
    left: 10%;
  }
  30% {
    width: 40%;
    left: 30%;
  }
  40% {
    width: 60%;
    left: 100%;
  }
  40.01% {
    width: 0%;
    left: 0%;
  }
  50% {
    width: 10%;
    left: 40%;
  }
  60% {
    width: 30%;
    left: 100%;
  }
  60.01% {
    width: 0%;
    left: 0%;
  }
  70% {
    width: 10%;
    left: 40%;
  }
  80% {
    width: 5%;
    left: 100%;
  }
  80.01% {
    width: 0%;
    left: 0%;
  }
  90% {
    width: 70%;
    left: 10%;
  }
  100% {
    width: 10%;
    left: 100%;
  }
}
@-moz-keyframes bar2 {
  0% {
    width: 0%;
    left: 0%;
  }
  10% {
    width: 60%;
  }
  19.99% {
    width: 40%;
    left: 100%;
  }
  20% {
    width: 0%;
    left: 0%;
  }
  25% {
    width: 10%;
    left: 10%;
  }
  30% {
    width: 40%;
    left: 30%;
  }
  40% {
    width: 60%;
    left: 100%;
  }
  40.01% {
    width: 0%;
    left: 0%;
  }
  50% {
    width: 10%;
    left: 40%;
  }
  60% {
    width: 30%;
    left: 100%;
  }
  60.01% {
    width: 0%;
    left: 0%;
  }
  70% {
    width: 10%;
    left: 40%;
  }
  80% {
    width: 5%;
    left: 100%;
  }
  80.01% {
    width: 0%;
    left: 0%;
  }
  90% {
    width: 70%;
    left: 10%;
  }
  100% {
    width: 10%;
    left: 100%;
  }
}
@-ms-keyframes bar2 {
  0% {
    width: 0%;
    left: 0%;
  }
  10% {
    width: 60%;
  }
  19.99% {
    width: 40%;
    left: 100%;
  }
  20% {
    width: 0%;
    left: 0%;
  }
  25% {
    width: 10%;
    left: 10%;
  }
  30% {
    width: 40%;
    left: 30%;
  }
  40% {
    width: 60%;
    left: 100%;
  }
  40.01% {
    width: 0%;
    left: 0%;
  }
  50% {
    width: 10%;
    left: 40%;
  }
  60% {
    width: 30%;
    left: 100%;
  }
  60.01% {
    width: 0%;
    left: 0%;
  }
  70% {
    width: 10%;
    left: 40%;
  }
  80% {
    width: 5%;
    left: 100%;
  }
  80.01% {
    width: 0%;
    left: 0%;
  }
  90% {
    width: 70%;
    left: 10%;
  }
  100% {
    width: 10%;
    left: 100%;
  }
}
@keyframes bar2 {
  0% {
    width: 0%;
    left: 0%;
  }
  10% {
    width: 60%;
  }
  19.99% {
    width: 40%;
    left: 100%;
  }
  20% {
    width: 0%;
    left: 0%;
  }
  25% {
    width: 10%;
    left: 10%;
  }
  30% {
    width: 40%;
    left: 30%;
  }
  40% {
    width: 60%;
    left: 100%;
  }
  40.01% {
    width: 0%;
    left: 0%;
  }
  50% {
    width: 10%;
    left: 40%;
  }
  60% {
    width: 30%;
    left: 100%;
  }
  60.01% {
    width: 0%;
    left: 0%;
  }
  70% {
    width: 10%;
    left: 40%;
  }
  80% {
    width: 5%;
    left: 100%;
  }
  80.01% {
    width: 0%;
    left: 0%;
  }
  90% {
    width: 70%;
    left: 10%;
  }
  100% {
    width: 10%;
    left: 100%;
  }
}
.search {
  display: inline-block;
  margin-top: 0.1428577em;
  padding-right: 20px;
  position: relative;
}
.search .pi {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.search .close {
  left: -5px;
  right: initial;
  font-size: 1.7em;
}
.search .ui-inputtext {
  background-color: transparent;
  border: none;
  color: #fff;
}
.search .ui-inputtext::-webkit-input-placeholder {
  color: #fff;
}
.search .ui-inputtext:-moz-placeholder {
  color: #fff;
}
.search .ui-inputtext::-moz-placeholder {
  color: #fff;
}
.search .ui-inputtext:-ms-input-placeholder {
  color: #fff;
}
@media screen and (min-width: 897px) {
  .search {
    min-width: 350px;
  }
  .search .ui-autocomplete,
.search .ui-inputtext {
    width: 100%;
  }
}

.avatar {
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 897px) {
  .avatar {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .avatar.avatar-lg {
    width: 140px;
    height: 140px;
    line-height: 140px;
  }
}
.avatar,
.avatar img {
  border-radius: 100%;
  vertical-align: middle;
}
.avatar img {
  max-width: 100%;
  margin: 0;
}

.ui-rtl .uploader-wrapper,
.ui-dialog .uploader-wrapper {
  position: relative;
}
.ui-rtl .uploader-wrapper .uploader .uploader_image,
.ui-dialog .uploader-wrapper .uploader .uploader_image {
  border-radius: 50%;
  margin-left: 10px;
}
.ui-rtl .uploader-wrapper:after,
.ui-dialog .uploader-wrapper:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.ui-rtl .uploader-wrapper.uploading:after,
.ui-dialog .uploader-wrapper.uploading:after {
  content: "";
}
.ui-rtl .uploader-wrapper .uploader-spinner,
.ui-dialog .uploader-wrapper .uploader-spinner {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 896px) {
  .ui-rtl .uploader-wrapper .ui-fileupload .ui-fileupload-buttonbar .ui-button,
.ui-dialog .uploader-wrapper .ui-fileupload .ui-fileupload-buttonbar .ui-button {
    margin-right: 0;
    text-align: right;
  }
}

.ui-rtl .ui-autocomplete-panel .ui-autocomplete-list-item,
.ui-dialog .ui-autocomplete-panel .ui-autocomplete-list-item {
  text-align: right;
}
.ui-rtl .ui-autocomplete .ui-button:first-child,
.ui-dialog .ui-autocomplete .ui-button:first-child {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.ui-rtl .ui-autocomplete .ui-button:last-child,
.ui-dialog .ui-autocomplete .ui-button:last-child {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.ui-rtl .ui-autocomplete .ui-inputtext:not(:first-child),
.ui-dialog .ui-autocomplete .ui-inputtext:not(:first-child) {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.ui-rtl .ui-autocomplete .ui-inputtext:not(:last-child),
.ui-dialog .ui-autocomplete .ui-inputtext:not(:last-child) {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border-left: none;
  border-right: 1px solid #E0E0E0;
}
.ui-rtl .ui-autocomplete.ui-autocomplete-multiple .ui-autocomplete-multiple-container .ui-autocomplete-token,
.ui-dialog .ui-autocomplete.ui-autocomplete-multiple .ui-autocomplete-multiple-container .ui-autocomplete-token {
  margin-right: initial;
  margin-left: 0.286em;
}
.ui-rtl .ui-autocomplete-dd .ui-autocomplete-loader,
.ui-dialog .ui-autocomplete-dd .ui-autocomplete-loader {
  left: 2.393em;
  right: auto;
}
.ui-rtl .ui-autocomplete-dd .ui-autocomplete-dropdown.ui-corner-all,
.ui-dialog .ui-autocomplete-dd .ui-autocomplete-dropdown.ui-corner-all {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.ui-rtl .ui-autocomplete-token-label,
.ui-dialog .ui-autocomplete-token-label {
  margin-right: initial;
  margin-left: 2em;
}
.ui-rtl .ui-autocomplete-token-icon,
.ui-dialog .ui-autocomplete-token-icon {
  right: auto;
  left: 0.2em;
}
.ui-rtl .ui-fluid .ui-autocomplete.ui-autocomplete-multiple.ui-autocomplete-dd .ui-autocomplete-multiple-container,
.ui-dialog .ui-fluid .ui-autocomplete.ui-autocomplete-multiple.ui-autocomplete-dd .ui-autocomplete-multiple-container {
  border-right: 1px solid #E0E0E0;
}
.ui-rtl .ui-fluid .ui-autocomplete.ui-autocomplete-multiple.ui-autocomplete-dd .ui-autocomplete-multiple-container:not(.ui-state-disabled):hover,
.ui-dialog .ui-fluid .ui-autocomplete.ui-autocomplete-multiple.ui-autocomplete-dd .ui-autocomplete-multiple-container:not(.ui-state-disabled):hover {
  border-color: #bdbdbd;
}
.ui-rtl .ui-fluid .ui-autocomplete-dd.ui-autocomplete-dd .ui-inputtext,
.ui-dialog .ui-fluid .ui-autocomplete-dd.ui-autocomplete-dd .ui-inputtext {
  border-right: 1px solid #E0E0E0;
}

.ui-autocomplete-panel .ui-autocomplete-list-item {
  text-align: right !important;
}

.emoji-mart-search input {
  font-family: IRANSans-faNum, sans-serif;
}

.ui-rtl .section-search .ui-inputgroup {
  position: relative;
  display: inline-block;
}
.ui-rtl .section-search .ui-inputgroup .ui-inputtext {
  padding-left: 2em;
}
.ui-rtl .section-search .ui-inputgroup .search-section-close {
  position: absolute;
  left: 2.143em;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 2em;
}
.ui-rtl .section-search .ui-inputgroup .search-section-close,
.ui-rtl .section-search .ui-inputgroup .search-section-close .pi {
  line-height: 2.143em;
  vertical-align: middle;
}
.ui-rtl .section-search .ui-inputgroup .search-section-close .pi {
  margin-top: 2px;
}

body p-lightbox img {
  margin-right: 0px !important;
}

.ui-lightbox {
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto;
  max-width: 80vw;
  max-height: 80vh;
}
.ui-lightbox .ui-lightbox-content-wrapper,
.ui-lightbox .ui-lightbox-content {
  height: 100% !important;
  width: 100% !important;
}
.ui-lightbox .ui-lightbox-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ui-lightbox .ui-lightbox-content img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.no-icon {
  margin-right: 23px;
}

.avatar-no {
  border-radius: 50%;
  width: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.avatar-is {
  width: 75px;
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "";
}

.fa-bacterium:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "";
}

.fa-handshake-slash:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "";
}

.fa-head-side-cough-slash:before {
  content: "";
}

.fa-head-side-mask:before {
  content: "";
}

.fa-head-side-virus:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "";
}

.fa-pump-soap:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "";
}

.fa-store-slash:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-slash:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "";
}

.fa-virus-slash:before {
  content: "";
}

.fa-viruses:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/webfonts/fa-solid-900.eot");
  src: url("../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/webfonts/fa-brands-400.eot");
  src: url("../fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("../fonts/webfonts/fa-brands-400.woff") format("woff"), url("../fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("../fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.ui-rtl .ui-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.ui-rtl .pull-left {
  float: left;
}
.ui-rtl .pull-right {
  float: right;
}

@media (min-width: 992px) and (max-width: 1349px) {
  .ms-grid .p-xl-3.p-md-6.p-sm-12 {
    width: 33.3333%;
  }
}
@media (min-width: 1350px) {
  .ms-grid .p-xl-3.p-md-6.p-sm-12 {
    width: 266px;
  }
}
.ms-grid.p-grid {
  margin-left: 0;
  margin-right: 0;
}

.ui-rtl .layout-wrapper .layout-menu-container .layout-menu-logo a {
  text-align: right;
  padding-left: initial;
  padding-right: 12px;
}
.ui-rtl .layout-wrapper .layout-menu-container .layout-menu-logo a img {
  margin-right: 10px;
}
.ui-rtl .layout-wrapper .layout-menu-container .layout-menu li a .layout-menuitem-icon {
  margin-right: initial;
  margin-left: 6px;
}
.ui-rtl .layout-wrapper .layout-menu-container .layout-menu li a .menuitem-badge {
  right: initial;
  left: 24px;
}
.ui-rtl .layout-wrapper .layout-menu-container .layout-menu li a .layout-submenu-toggler {
  left: 0;
  right: initial;
}
.ui-rtl .layout-wrapper .layout-menu-container .layout-menu li ul li a {
  padding-left: initial;
  padding-right: 4px;
}
.ui-rtl .layout-wrapper .layout-menu-container .ui-scrollpanel-content {
  padding-right: initial;
  padding-left: 18px;
}
.ui-rtl .layout-wrapper .layout-menu-container .ui-scrollpanel .menu-scroll-content {
  padding-right: initial;
  padding-left: 18px;
}
.ui-rtl .layout-wrapper .layout-menu-container .ui-scrollpanel .ui-scrollpanel-bar {
  left: -240px;
  right: initial !important;
}
.ui-rtl .layout-content .layout-title {
  margin-top: 30px;
  margin-bottom: 1rem;
  color: #5c666a;
  font-weight: 700;
  font-size: 16px;
}
.ui-rtl .layout-content .layout-title-wrapp {
  margin-top: 30px;
  margin-bottom: 1rem;
}
.ui-rtl .layout-content .layout-title-wrapp .layout-title {
  margin-top: 0;
}
.ui-rtl .layout-content .first {
  margin-top: 0;
}
@media screen and (min-width: 897px) {
  .ui-rtl .layout-wrapper.layout-static .layout-menu-container {
    left: initial;
    right: 0;
    -moz-transition: right 0.3s;
    -o-transition: right 0.3s;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .ui-rtl .layout-wrapper.layout-static .layout-main {
    margin-left: initial;
    margin-right: 250px;
    -moz-transition: margin-right 0.3s;
    -o-transition: margin-right 0.3s;
    -webkit-transition: margin-right 0.3s;
    transition: margin-right 0.3s;
  }
  .ui-rtl .layout-wrapper.layout-static .layout-footer {
    padding-left: 20px;
    padding-right: 270px;
  }
  .ui-rtl .layout-wrapper.layout-static-inactive .layout-topbar {
    right: 0;
    -moz-transition: right 0.3s;
    -o-transition: right 0.3s;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .ui-rtl .layout-wrapper.layout-static-inactive .layout-menu-container {
    right: -250px;
  }
  .ui-rtl .layout-wrapper.layout-static-inactive .layout-main {
    margin-right: 0;
  }
  .ui-rtl .layout-wrapper.layout-static-inactive .layout-footer {
    padding-right: 20px;
  }
  .ui-rtl .layout-wrapper .layout-content .layout-title-wrapp {
    display: flex;
    align-items: center;
  }
  .ui-rtl .layout-wrapper .layout-content .layout-title-wrapp app-section-search,
.ui-rtl .layout-wrapper .layout-content .layout-title-wrapp .layout-title,
.ui-rtl .layout-wrapper .layout-content .layout-title-wrapp .section-search-static {
    flex: 1 0 0;
  }
  .ui-rtl .layout-wrapper .layout-content .layout-title-wrapp .ui-buttonset,
.ui-rtl .layout-wrapper .layout-content .layout-title-wrapp .ui-button {
    margin-right: 0.715em;
  }
  .ui-rtl .layout-wrapper .layout-content .layout-title-wrapp .section-search .ui-button,
.ui-rtl .layout-wrapper .layout-content .layout-title-wrapp .ui-buttonset .ui-button {
    margin-right: 0;
  }
}
@media screen and (max-width: 896px) {
  .ui-rtl .layout-wrapper .layout-menu-container {
    left: initial;
    right: -250px;
    -moz-transition: right 0.3s;
    -o-transition: right 0.3s;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .ui-rtl .layout-wrapper.layout-mobile-active .layout-menu-container {
    right: 0;
  }
  .ui-rtl .layout-content .ui-button,
.ui-rtl .layout-content .ui-splitbutton {
    margin-left: 0.5em;
  }
  .ui-rtl .layout-content .section-search {
    margin-bottom: 1em;
  }
  .ui-rtl .layout-content .section-search .ui-button {
    margin-left: 0;
    width: 50px;
  }
  .ui-rtl .layout-content .section-search .ui-inputtext {
    width: calc(100% - 50px);
  }
  .ui-rtl .layout-content .ui-splitbutton .ui-button {
    margin-left: 0;
  }
  .ui-rtl .layout-content .ui-splitbutton .ui-button:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .ui-rtl .layout-content .ui-splitbutton .ui-button.ui-splitbutton-menubutton {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    min-width: inherit;
  }
  .ui-rtl .layout-content .ui-button:not(.ui-button-text-only) {
    min-width: 50px;
    max-width: 50px;
    min-height: 32px;
  }
  .ui-rtl .layout-content .ui-button:not(.ui-button-text-only) .ui-button-text {
    display: none;
  }
  .ui-rtl .layout-content .ui-button:not(.ui-button-text-only) .ui-button-icon-right,
.ui-rtl .layout-content .ui-button:not(.ui-button-text-only) .ui-button-icon-left {
    position: static;
    margin: 0;
    vertical-align: middle;
  }
}
@media screen and (min-width: 897px) and (max-width: 1439px) {
  .ui-rtl .layout-wrapper .layout-content .layout-title-wrapp.layout-title-wrapp-sp {
    display: block;
  }
  .ui-rtl .layout-wrapper .layout-content .layout-title-wrapp.layout-title-wrapp-sp .ui-buttonset,
.ui-rtl .layout-wrapper .layout-content .layout-title-wrapp.layout-title-wrapp-sp .ui-button {
    margin-top: 0.715em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1182px) {
  .ui-rtl .layout-wrapper .layout-content .layout-title-wrapp {
    display: block;
  }
  .ui-rtl .layout-wrapper .layout-content .layout-title-wrapp .ui-buttonset,
.ui-rtl .layout-wrapper .layout-content .layout-title-wrapp .ui-button {
    margin-top: 0.715em;
    margin-right: 0;
    margin-left: 0.715em;
  }
  .ui-rtl .layout-wrapper .layout-content .layout-title-wrapp .section-search .ui-button,
.ui-rtl .layout-wrapper .layout-content .layout-title-wrapp .ui-buttonset .ui-button {
    margin-left: 0;
  }
}

.ui-rtl .layout-wrapper .layout-topbar {
  right: 250px;
  left: 0;
}
.ui-rtl .layout-wrapper .layout-topbar .topbar-menu {
  float: left;
}
.ui-rtl .layout-wrapper .layout-topbar .topbar-menu > li {
  float: left;
  margin-left: initial;
  margin-right: 14px;
}
.ui-rtl .layout-wrapper .layout-topbar .topbar-menu > li > ul {
  right: initial;
  left: -18px;
}
.ui-rtl .layout-wrapper .layout-topbar .topbar-menu > li > ul:before, .ui-rtl .layout-wrapper .layout-topbar .topbar-menu > li > ul:after {
  left: initial;
  right: 200px;
}
.ui-rtl .layout-wrapper .layout-topbar .topbar-menu > li > ul a {
  text-align: right;
}
.ui-rtl .layout-wrapper .layout-topbar .topbar-menu > li > ul a .topbar-submenuitem-badge {
  margin-left: initial;
  margin-right: 8px;
}
.ui-rtl .layout-wrapper .layout-topbar .topbar-menu > li > ul a i,
.ui-rtl .layout-wrapper .layout-topbar .topbar-menu > li > ul a img {
  margin-right: initial;
  margin-left: 8px;
}
.ui-rtl .layout-wrapper .layout-topbar #topbar-menu-button {
  float: left;
}
.ui-rtl .layout-wrapper .layout-topbar .layout-menu-button {
  float: right;
}
@media screen and (min-width: 897px) {
  .ui-rtl .layout-wrapper .layout-topbar .topbar-menu > li > a {
    height: auto;
    width: auto;
    display: inline-block;
  }
  .ui-rtl .layout-wrapper .layout-topbar .topbar-menu > li > a img {
    float: left;
    margin-right: 10px;
    border-radius: 100%;
  }
  .ui-rtl .layout-wrapper .layout-topbar .topbar-menu > li > a .topbar-item-name {
    display: inline-block;
    color: #fff;
  }
  .ui-rtl .layout-wrapper .layout-topbar .topbar-menu > li > a:hover {
    background-color: transparent;
  }
}
@media screen and (max-width: 896px) {
  .ui-rtl .layout-wrapper .layout-topbar {
    right: 0;
  }
  .ui-rtl .layout-wrapper .layout-topbar .layout-topbar-logo {
    display: none;
  }
  .ui-rtl .layout-wrapper .layout-topbar .topbar-menu {
    right: initial;
    left: 25px;
  }
  .ui-rtl .layout-wrapper .layout-topbar .topbar-menu:before, .ui-rtl .layout-wrapper .layout-topbar .topbar-menu:after {
    left: 23px;
  }
  .ui-rtl .layout-wrapper .layout-topbar .topbar-menu > li a {
    text-align: right;
  }
  .ui-rtl .layout-wrapper .layout-topbar .topbar-menu > li a i,
.ui-rtl .layout-wrapper .layout-topbar .topbar-menu > li a img {
    margin-right: initial;
    margin-left: 8px;
  }
  .ui-rtl .layout-wrapper .layout-topbar .topbar-menu > li a .topbar-badge {
    margin-left: initial;
    margin-right: 8px;
  }
  .ui-rtl .layout-wrapper .layout-topbar .topbar-menu > li ul {
    display: block;
  }
}

.ui-rtl .login-body .login-content img {
  width: initial;
}
.ui-rtl .login-body .login-content img#layout-menu-logo {
  height: 70px;
  margin-left: 1.2em;
}
.ui-rtl .login-body .login-content img#layout-menu-text {
  height: 40px;
}

@media screen and (min-width: 768px) {
  .login-body {
    background: url("../images/tehran.jpg");
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .login-body .login-content {
    text-align: right;
    padding-right: 80px;
    padding-left: 80px;
  }
  .login-body .login-panel {
    right: -50%;
    opacity: 0.9;
    left: initial;
  }
}
@media screen and (max-width: 767px) {
  .login-content {
    padding-top: 50px;
  }
  .login-content > .flex-row.al-center {
    justify-content: center;
  }

  .login-body .login-content img {
    margin-bottom: 50px;
  }
  .login-body .login-content button {
    width: 300px;
  }
}
.ui-rtl .layout-dashboard .user-card .user-card-content .user-card-name {
  margin-left: initial;
  margin-right: 100px;
  font-size: 16px;
  top: -70px;
}
.ui-rtl .layout-dashboard .user-card .user-card-content .user-detail {
  text-align: right;
}
.ui-rtl .layout-dashboard .user-card .user-card-content .user-detail ul li .project-progressbar {
  float: left;
}
.ui-rtl .layout-dashboard .user-card .user-card-content .user-detail ul li .project-title,
.ui-rtl .layout-dashboard .user-card .user-card-content .user-detail ul li .project-detail {
  display: inline-block;
}
.ui-rtl .layout-dashboard .user-card .user-card-content .user-detail ul li .project-title,
.ui-rtl .layout-dashboard .user-card .user-card-content .user-detail ul li i {
  margin-right: initial;
  margin-left: 8px;
}
.ui-rtl .layout-dashboard .user-card .user-card-content img {
  margin-right: 24px;
  margin-left: 0;
}
.ui-rtl .layout-dashboard .overview-box .overview-subinfo {
  border-left: initial;
  margin-left: initial;
  padding-left: initial;
  border-right: 4px solid;
  margin-right: -16px;
  padding-right: 12px;
}
.ui-rtl .layout-dashboard .overview-box .overview-icon {
  float: left;
}
.ui-rtl .layout-dashboard .overview-box .overview-arrow {
  margin-left: initial;
  margin-right: 8px;
}
.ui-rtl .layout-dashboard .card .divider {
  background-color: #eee;
}

.ui-rtl .layout-profile .user-card .user-card-content .user-detail ul li {
  border-bottom: none;
  cursor: pointer;
}
.ui-rtl .layout-profile .user-card .user-card-content .user-image {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  margin: -30px 24px 0 0;
  cursor: pointer;
}
.ui-rtl .layout-profile .user-card .user-card-content .user-image:hover a {
  visibility: visible;
}
.ui-rtl .layout-profile .user-card .user-card-content .user-image img {
  border-radius: 50%;
  margin: 0;
}
.ui-rtl .layout-profile .user-card .user-card-content .user-image a {
  position: absolute;
  right: -1px;
  top: -1px;
  display: inline-block;
  font-size: 16px;
  visibility: hidden;
}
.ui-rtl .layout-profile .user-card .user-card-content .user-image a i {
  background-color: #fff;
  border-radius: 100%;
}
.ui-rtl .layout-profile .profile-menu-bar {
  font-size: 20px;
  position: absolute;
  left: 16px;
  top: 14px;
  display: none;
}
.ui-rtl .layout-profile .profile-menu-overlay {
  display: none;
}
@media screen and (max-width: 896px) {
  .ui-rtl .layout-profile .card-w-title {
    position: relative;
  }
  .ui-rtl .layout-profile .profile-menu-bar {
    display: block;
  }
  .ui-rtl .layout-profile .profile-menu {
    position: fixed;
    height: 100%;
    z-index: 999;
    width: 250px;
    right: -250px;
    top: 0;
    padding: 0;
    background-color: #fff;
    -moz-transition: right 0.3s;
    -o-transition: right 0.3s;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 1000;
  }
  .ui-rtl .layout-profile .profile-menu .user-card {
    border: none;
  }
  .ui-rtl .layout-profile .profile-menu.in {
    right: 0;
  }
  .ui-rtl .layout-profile .profile-menu-overlay {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  .ui-rtl .layout-profile .profile-menu-overlay.in {
    display: block;
  }
}

.ui-rtl .layout-ticket:not(.layout-report) {
  height: calc(100vh - 230px);
  overflow: hidden;
}
.ui-rtl .layout-ticket:not(.layout-report) .p-grid,
.ui-rtl .layout-ticket:not(.layout-report) .p-col-12,
.ui-rtl .layout-ticket:not(.layout-report) .card {
  height: 100%;
}
.ui-rtl .layout-ticket .card {
  background-color: #fbfbfb;
  margin-bottom: 0;
}
.ui-rtl .layout-ticket .team ul {
  padding-left: 0;
  padding-right: 0;
}
.ui-rtl .layout-ticket .team ul li .team-box {
  margin-left: initial;
  margin-right: 8px;
}
.ui-rtl .layout-ticket .team ul li .team-box .team-member-role {
  min-width: 50px;
  display: inline-block;
  text-align: center;
}
.ui-rtl .layout-ticket .team ul li .team-member-bold {
  font-weight: 600;
}
.ui-rtl .layout-ticket .team.live-support .badge.ellipsis {
  max-width: 75px;
  direction: ltr;
}
.ui-rtl .layout-ticket .ui-button .ui-button-icon-only {
  width: 50px;
}
.ui-rtl .layout-ticket .ticket-actions {
  overflow: hidden;
  text-align: left;
}
.ui-rtl .layout-ticket .ticket-actions .ui-button {
  margin-right: 8px;
  min-width: 50px;
}
.ui-rtl .layout-ticket .timeline ul li .timeline-content .timeline-footer .pi-clock {
  position: relative;
  top: 3px;
  margin-left: 8px;
}
.ui-rtl .layout-report {
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 500px) {
  .ui-rtl .layout-report .card-gallery .card-tools p-dropdown {
    width: 110px;
  }
}
@media (min-width: 1024px) and (max-width: 1540px) {
  .ui-rtl .layout-report .second-part .card-gallery-wrap {
    width: 100%;
  }
}
.ui-rtl .layout-report .second-part .badge-wrap .badge {
  margin-top: 10px;
  margin-left: 8px;
}
.ui-rtl .layout-report .second-part .badge-wrap .badge + .badge {
  margin-right: 0;
}
