@font-face {
  font-family: 'iransans';
  src: url('../fonts/woff2/IRANSansWeb\(FaNum\).woff2') format('woff2'), url('../fonts/woff/IRANSansWeb\(FaNum\).woff') format('woff'), url('../fonts/eot/IRANSansWeb\(FaNum\).eot') format('eot'), url('../fonts/ttf/IRANSansWeb\(FaNum\).ttf') format('truetype');
}

@font-face {
  font-family: 'lalezar';
  src: url('fonts/woff2/Lalezar-Regular.woff2') format('woff2'), url('../fonts/woff/Lalezar-Regular.woff') format('woff'), url('../fonts/eot/Lalezar-Regular.eot') format('eot'), url('../fonts/ttf/Lalezar-Regular.ttf') format('truetype');
}

:root {
  --mainViewBorderRadius: 7px;
}

* {
  font-family: iransans;
  font-weight: 100;
}

.fa {
  font-family: 'FontAwesome' !important;
}

.navbar .fa, .sidebar .fa {
  font-size: 22px;
}

body {
  background-color: var(--dark);
}

.text-danger {
  color: #f44336;
}

.text-info {
  color: #2196F3;
}

.text-success {
  color: #4CAF50;
}

.text-success-dark {
  color: #36893a;
}

.text-white {
  color: white;
}

.font35 {
  font-size: 35px !important;
}

.font10 {
  font-size: 10px !important;
}

.font17 {
  font-size: 17px !important;
}

.m-t-3 {
  margin-top: 3px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.padding-lr-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.padding-l-0 {
  padding-left: 0px !important;
}

.p5 {
  padding: 5px;
}

.body-top-menu {
  padding: 0px 10px 10px 10px;
}

.body-right-menu {
  padding: 10px 0px 10px 10px;
}

.display-none {
  animation: hideNav 200ms ease-in-out both;
  display: none !important;
}

@keyframes showNav {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes hideNav {
  from {
    display: block;
  }

  to {
    display: none;
  }
}

.display-block {
  display: block !important;
  animation: showNav 200ms ease-in-out both;
}

.vertical-align-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.horizontal-align-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.ul-none-style {
  list-style-type: none;
  padding: 0;
}
/*****************************/

.menu-title-font-size {
  font-size: 48px;
  color: #6c757d !important;
}

.main-view {
  display: flex;
  flex-direction: column;
  background-color: #e3e8f1;
  border-radius: 10px;
  border: solid 1px var(--shadow);
  background: var(--shadow);
  transition: all 0.1s ease;
  z-index: 2;
  padding: 1px 5px 5px 5px;
  /*padding: 18px 5px 35px 5px;*/
  width: 100%;
  height: 100%;
  float: right;
}

.root {
  height: 100%;
  background-color: var(--shadow);
  border-radius: var(--mainViewBorderRadius);
  background: url(../image/logo/logo_larg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 180px 180px;
}

.root-clear-tab {
  background-color: var(--light) !important;
  margin-bottom: 5px;
}

.lable-color {
  color: var(--dark);
}

.h100 {
  height: 100% !important;
}

.logo {
  height: 150px;
  width: 150px;
  margin: auto;
}


.sidebar {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 45px;
  background: var(--dark);
  z-index: 99;
  transition: all 0.5s ease;
}

/*------logo-----*/
.logo-details {
  text-align: center !important;
  padding-top: 13px !important;
  height: 40px;
  width: 100%;
  cursor: pointer;
  /*margin-bottom: 30px;*/
}

  .logo-details img {
    width: 35px;
    height: 25px;
    margin-bottom: 10vh;
  }

.logo_container {
  margin: 0 auto;
  width: 35px;
  height: 25px;
  background-size: 100% 100%;
  background-image: url("../image/logo/logo.png");
  transition: all 0.5s ease;
}

  .logo_container:hover {
    background: url("../image/logo/logo_text.png") no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s ease;
  }
/*--------------*/

.sidebar .nav-list-top {
  list-style-type: none;
  padding: 10px 0px 0px 0px;
  /*height: 55%; ????????*/
  height: 59%;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

  .sidebar .nav-list-top::-webkit-scrollbar {
    width: 8px;
  }

  .sidebar .nav-list-top::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  .sidebar .nav-list-top::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--light);
  }

.sidebar .nav-list-bottom {
  /* list-style-type: none;
  padding: 0px 0px 15px 0px;
  height: 35%;
  display: flex;
  flex-direction: column-reverse;
  overflow-y: auto;
  overflow-x: hidden;*/

  list-style-type: none;
  padding: 0px 0px 5px 0px;
  height: 35%;
  display: flex;
  flex-direction: column-reverse;
  overflow-y: auto;
  overflow-x: hidden;
  bottom: 0;
  position: fixed;
  margin-bottom: 0;
}

  .sidebar .nav-list-bottom::-webkit-scrollbar {
    width: 8px;
  }

  .sidebar .nav-list-bottom::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  .sidebar .nav-list-bottom::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--light);
  }

.sidebar li {
  position: relative;
  margin-bottom: 2px;
}

  .sidebar li a {
    text-align: center;
    border-radius: 50%;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
    color: var(--icon);
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    padding: 9px;
  }


.navbar-left-item {
  background: var(--dark) !important;
  text-align: center !important;
  border-radius: 50% !important;
}

  .navbar-left-item i {
    height: 35px;
    width: 35px;
    display: table-cell;
    vertical-align: middle;
  }

  .navbar-left-item:hover {
    background: var(--light) !important;
    text-align: center !important;
    border-radius: 50% !important;
  }

.sidebar li:hover a {
  background: var(--light);
  z-index: 5;
}

.sidebar li:hover i {
  transition: all 0.5s ease;
  color: var(--dark);
}

/*----sidebar Menu----*/
.sidebar-menu {
  z-index: 5;
  background-color: var(--light);
  position: absolute;
  top: 0px;
  right: 45px;
  display: none;
  height: 100%;
  border-radius: 10px;
  padding: 0px;
}

.icon-menu {
  height: 17%;
}

.title-menu {
  height: 8%;
}

.lm-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*right: 45px !important;*/
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  visibility: hidden;
}

.overlay-visible {
  opacity: 1;
  visibility: visible;
  transition: visibility 0.3s linear,opacity 0.3s linear;
}

.overlay-hidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s linear,opacity 0.3s linear;
}

.overlay-wating {
  background-color: var(--dark);
}

.slide-in {
  display: block;
  /* animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;*/
}

.slide-out {
  display: none;
  /* animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;*/
}

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

@-webkit-keyframes slide-in {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(100%);
  }
}

/*------------------------*/
.btn-sidebar-selected {
  transition: none !important;
  animation: none !important;
  background-color: var(--light) !important;
  color: var(--dark) !important;
  margin-left: 0 !important;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

  .btn-sidebar-selected::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 0;
    bottom: 100%;
    background-color: var(--dark);
    border-radius: 0 11px 0 10px;
    box-shadow: -4px 3px 0px 3px var(--light);
    border-width: 0px;
    /*-webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;*/
    transition: all .4s ease-in-out;
  }

  .btn-sidebar-selected::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 0;
    top: 100%;
    background-color: var(--dark);
    border-radius: 11px 0px 0px 0px;
    box-shadow: -4px -4px 0px 3px var(--light);
    /* border-width: 2px;
    border-style: solid;*/
  }

/*-------shortcut key--------*/
.shortcut-key {
  height: 15px;
  width: 15px;
  background-color: #e0e0e0;
  color: black;
  border-radius: 3px;
}

.shorcut-visible {
  visibility: visible;
}

.shorcut-hidden {
  visibility: hidden;
}
/*---------------------------*/


/*----------btn menu -------------*/
.menu-btn {
  overflow: hidden;
  position: relative;
  height: 70px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 6px 2px var(--shadow);
  cursor: pointer;
}

  .menu-btn:hover {
    box-shadow: 0px 0px 11px 2px var(--dark);
  }

    .menu-btn:hover img {
      transform: scale(1.2);
      transition: all 0.3s ease-in-out;
    }

    .menu-btn:hover label {
      transform: scale(1.2);
      transition: all 0.3s ease-in-out;
    }


  .menu-btn:after {
    background: var(--dark) !important;
    content: "";
    height: 200px;
    left: -90px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
  }

  .menu-btn:hover:after {
    left: 130%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }

  .menu-btn label {
    font-size: 11px !important;
    padding-top: 5px;
    color: var(--dark);
    cursor: pointer;
  }

.menu-ul li {
  list-style-type: none;
  padding: 5px !important;
}

.menu-ul {
  padding: 5px !important;
  overflow-y: auto;
  overflow-x: hidden;
  height: 73%;
}

  .menu-ul::-webkit-scrollbar {
    width: 8px;
  }

  .menu-ul::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  .menu-ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--shadow);
  }

.icon-menu label i {
  color: var(--dark) !important;
}

.title-menu label {
  color: var(--dark) !important;
  font-size: 17px;
}

/********************** theme ***************************/
.color-box {
  height: 11px;
  width: 60%;
  margin: 0px;
}

.blue-grey-color {
  color: #4f6883 !important;
}

.blue-grey-background-color {
  background-color: #eceff3 !important;
}

.deep-purple-color {
  color: #512DA8 !important;
}

.deep-purple-background-color {
  background-color: #EDE7F6 !important;
}

.pink-color {
  color: #C2185B !important;
}

.pink-background-color {
  background-color: #FCE4EC !important;
}

.blue-color {
  color: #1565C0 !important;
}

.blue-background-color {
  background-color: #E3F2FD !important;
}

.cyan-color {
  color: #00838F !important;
}

.cyan-background-color {
  background-color: #E0F7FA !important;
}

.green-color {
  color: #2E7D32 !important;
}

.green-background-color {
  background-color: #E8F5E9 !important;
}

.purple-color {
  color: #7B1FA2 !important;
}

.purple-background-color {
  background-color: #F3E5F5 !important;
}

.light-blue-color {
  color: #0288D1 !important;
}

.light-blue-background-color {
  background-color: #E1F5FE !important;
}

.red-color {
  color: #B71C1C !important;
}

.red-background-color {
  background-color: #FFEBEE !important;
}

.deep-orange-color {
  color: #E64A19 !important;
}

.deep-orange-background-color {
  background-color: #FBE9E7 !important;
}

.brown-color {
  color: #5D4037 !important;
}

.brown-background-color {
  background-color: #EFEBE9 !important;
}

.black-color {
  color: #212121 !important;
}

.black-background-color {
  background-color: #F5F5F5 !important;
}

.melody-color {
  color: #00796B !important;
}

.melody-background-color {
  background-color: #FFE082 !important;
}

.parasto-color {
  color: #141414 !important;
}

.parasto-background-color {
  background-color: #cfb845 !important;
}

.shady-color {
  color: #546E7A !important;
}

.shady-background-color {
  background-color: #D4E157 !important;
}

/********************profile*******************/
.profile {
  height: 100px;
  width: 100px;
  border-radius: 150px;
  box-shadow: 0px 0px 20px 1px var(--dark);
}

.profile-header {
  height: 25%;
  min-height: 160px;
}

.profile-item {
  height: 40% !important;
}

.profile-menu {
  overflow-y: auto;
  overflow-x: hidden
}

  .profile-menu::-webkit-scrollbar {
    width: 8px !important;
  }

  .profile-menu::-webkit-scrollbar-track {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
  }

  .profile-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: var(--shadow) !important;
  }

/****************contact-us********************/

.contact-us {
  height: 32%;
  min-height: 200px;
}

  .contact-us ul {
    display: flex;
  }

  .contact-us i {
    color: var(--dark);
    font-size: 30px;
    margin-bottom: 30px;
    width: 100%;
  }

.contact-us-body {
  bottom: 10px;
}

  .contact-us-body a {
    color: var(--dark);
    font-size: 15px;
    width: 100%;
  }

  .contact-us-body div label {
    font-size: 11px;
    width: 100%;
    text-align: center;
  }

  .contact-us-body li {
    display: flex;
    flex-direction: column;
  }

  .contact-us-body label {
    color: var(--dark);
  }

/*****************************/
.footer-page {
  background: var(--light);
  height: 45px;
  border-radius: var(--mainViewBorderRadius);
  padding: 0px 5px 0px 5px;
}

  .footer-page li {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

    .footer-page li div {
      width: 100%;
    }

    .footer-page li label {
      margin-bottom: 0;
      font-size: 12px !important;
      /*color: var(--dark);*/
      text-align: center;
    }

    .footer-page li select {
      font-size: 12px !important;
      text-align: center;
    }

    .footer-page li i {
      font-size: 16px !important;
      /*color: var(--dark);*/
    }

    .footer-page li img {
      height: 30px;
      width: 30px;
      box-shadow: 0px 0px 2px 1px var(--dark);
      margin: 0px 5px 0px 10px;
    }

.justify-right {
  justify-content: right !important;
}

/************************************************/
select {
  /* color: var(--dark) !important;
    background-color: white !important;
    border: 1px solid var(--dark) !important;*/
}

/********************* sort menu****************************/
.menu-sort {
  height: 115px;
  padding: 5px;
}

.menu-sort-sidebar {
  display: flex;
  flex-direction: row-reverse;
}

.menu-sort-child {
  border: dashed 1px var(--dark);
  margin-bottom: 2px;
  border-radius: 3px;
  background-color: var(--light);
}

.menu-style-top {
  height: 20%;
  width: 100%;
}

.body-style-top {
  height: 80%;
  width: 100%;
}

.menu-style-right {
  height: 100%;
  width: 15%;
  margin-left: 2px;
}

.menu-selected {
  position: absolute;
  left: 72px;
  bottom: 5px;
  z-index: 999;
  font-size: 25px;
  color: green;
}

.menu-border-selected {
  border: solid 3px green;
}

.body-style-right {
  height: 100%;
  width: 85%;
}

.top-menu {
  width: 100%;
  height: calc(100vh - 66px);
}

.right-menu {
  width: calc(100% - 45px);
  height: 100%;
}

.menu-h-0 {
  height: 0px;
}

.menu-h-51 {
  height: 51px;
}

.my-nav {
  min-height: 0px;
  margin-bottom: 0px;
  height: 45px;
  margin-bottom: 5px;
}

.navbar-custom {
  background-color: var(--dark);
  border-color: var(--dark);
}

  .navbar-custom .navbar-header > button {
    background-color: var(--light);
  }

.light-color {
  color: var(--light) !important;
}

.xs-nav-height {
  height: 100px;
}

.dropdown-menu li a {
  color: white;
  padding-right: 10px !important;
}

.dropdown-menu li img {
  height: 22px;
  /*background-color: var(--light);*/
  background-color: white;
  padding: 1px;
  border-radius: 150px;
  margin-left: 7px;
}

.dropdown a {
  color: white !important;
}

/*************************************************/

nav.navbar ul.nav > li > a {
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  text-align: left;
  padding: 17px 7px 17px 7px;
  margin: 0 10px 0 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.navbar-nav {
  padding: 0;
}

nav.navbar ul.nav > li.active > a,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.on > a {
  color: #333;
  background-color: transparent;
}

nav.navbar li.dropdown ul.dropdown-menu.megamenu-content li a:hover,
nav.navbar li.dropdown ul.dropdown-menu li a:hover,
nav.navbar li.dropdown ul.dropdown-menu li a.dropdown-toggle:active,
nav.navbar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a {
  color: #fff;
  background-color: var(--shadow);
}

nav.navbar ul.nav > li > a > span:before,
nav.navbar ul.nav > li > a > span:after {
  content: '';
  background-color: var(--light);
  height: 100%;
  width: 100%;
  border-radius: 7px 7px 0 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  transition: all 0.3s;
}

nav.navbar ul.nav > li > a:hover {
  color: var(--dark) !important;
}

nav.navbar ul.nav > li > a > span:after {
  background-color: var(--shadow);
  height: 7px;
  width: 80%;
  border-radius: 10px;
  transform: translateX(-50%) scaleX(0);
  top: auto;
  bottom: 7px;
  left: 50%;
}

nav.navbar ul.nav > li.active > a > span:before,
nav.navbar ul.nav > li.active > a:hover > span:before,
nav.navbar ul.nav > li > a:hover > span:before,
nav.navbar ul.nav > li.on > a > span:before {
  top: 0;
}

nav.navbar ul.nav > li.active > a > span:after,
nav.navbar ul.nav > li.active > a:hover > span:after,
nav.navbar ul.nav > li > a:hover > span:after,
nav.navbar ul.nav > li.on > a > span:after {
  transform: translateX(-50%) scaleX(1);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: var(--shadow) !important;
  border-radius: 7px 7px 0 0;
}


.dropdown-menu {
  margin-right: 10px;
  background-color: var(--dark);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px;
  border: 0px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0px 0px rgb(0 0 0 / 18%);
  box-shadow: 0 0px 0px rgb(0 0 0 / 18%);
}

.dropdown li a {
  direction: rtl;
}

.dropdown-toggle {
  text-align: center !important;
}

.mico {
  font-size: 14px;
  margin-left: 5px;
}

.nav-img-profile {
  height: 43px;
  width: 43px;
  box-shadow: 0px 0px 5px 1px var(--light);
}

.a-padding-profile {
  padding: 5px !important;
}

.profile_submenu {
  left: 0;
  right: auto;
}

/*************** quick access *****************/
.left-side-bar {
  height: 100%;
  width: 0px;
  float: left;
}

.left-sidebar-open {
  width: 50px !important;
}

.left-sidebar-open-expanded {
  width: 100px !important;
}

  .left-sidebar-open-expanded ul li label {
    display: block !important;
    font-size: 11px;
  }

.left-sidebar-close {
  width: 0px !important;
}

.root-sidebar-open {
  width: calc(100% - 50px) !important;
}

.root-sidebar-open-expanded {
  width: calc(100% - 100px) !important;
}

.root-sidebar-close {
  width: 100% !important;
}

.arrow-open-sidebar {
  height: 30px;
  width: 13px;
  background-color: var(--shadow);
  position: relative;
  top: 50%;
  left: -13px;
  margin-top: -25px !important;
  border-radius: 5px;
}

  .arrow-open-sidebar i {
    font-size: 10px;
  }

  .arrow-open-sidebar:hover {
    cursor: pointer;
  }

.quick-access {
  margin-top: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  /*height: calc(100% - 28px);*/
  height: calc(100% - 32px);
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

  .quick-access::-webkit-scrollbar {
    width: 8px;
  }

  .quick-access::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  .quick-access::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--light);
  }

  .quick-access a {
    margin-top: 5px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
    background: var(--icon);
    width: 40px;
    height: 40px;
    display: block;
    padding: 9px;
  }

  .quick-access label {
    display: none;
    color: white;
  }

  .quick-access a:hover {
    background-color: var(--shadow);
    border: solid 1px var(--shadow);
  }

.quick-access-expanded {
  padding: 0px 5px 0px 0px;
  text-align: end;
}

  .quick-access-expanded i {
    color: var(--light);
  }

  .quick-access-expanded a {
    margin-right: 2px;
    margin-left: 2px;
  }

    .quick-access-expanded a i:hover {
      color: var(--shadow);
    }


/************** tab *****************/
.tab-context {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}

.tabBtn {
  width: 40px;
  text-align: center;
  padding-right: 5px;
}

  .tabBtn i {
    font-size: 17px;
    color: white;
    transition: transform 1s;
  }

  .tabBtn:hover {
    text-decoration: none;
  }

  .tabBtn i:hover {
    color: var(--dark);
    transition: 1s;
    transform: rotate(180deg);
  }

#tabs {
  width: 98%;
  display: flex;
  flex-direction: row-reverse;
  background-color: var(--shadow);
  margin-bottom: 0px !important;
  overflow: auto;
  white-space: nowrap;
  overflow: overlay;
}

  #tabs::-webkit-scrollbar {
    height: 8px;
  }

  #tabs::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: var(--light);
  }

  #tabs::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--dark);
  }

a {
  cursor: pointer;
}

#tabs li {
  display: flex;
  flex-direction: row;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  outline: none;
  margin-left: 7px;
}

  #tabs li a {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 8px;
    display: block;
    background: var(--light);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-decoration: none;
    outline: none;
  }

.beforeTab {
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--shadow);
  border-radius: 0px 0px 0px 30px;
  box-shadow: -4px 4px 1px 3px var( --light);
  border-width: 0px;
  margin-top: 22px;
  margin-left: 0px;
}

.afterTab {
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--shadow);
  border-radius: 0px 0px 21px 0px;
  box-shadow: 4px 4px 1px 3px var(--light);
  border-width: 0px;
  margin-top: 22px;
  margin-left: -7px;
}

#tabs li i {
  font-size: 12px;
  margin: 0px 10px;
}

#tabs li a img {
  height: 15px;
  margin: 0px 10px;
}

#tabs li i {
  width: 12px;
}

  #tabs li i:hover {
    box-shadow: 0px 0px 3px 1px var(--shadow);
    border-radius: 7px;
    text-align: center;
    color: var( --dark);
    background-color: var( --shadow);
  }

#tabs li a.inactive {
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  color: var(--dark);
  background: var(--shadow);
  outline: none;
}

  #tabs li a.inactive::before {
    content: "";
    width: 0px;
    height: 0px;
    box-shadow: 0px 0px 0px 0px var(--shadow);
  }

  #tabs li a.inactive::after {
    content: "";
    width: 0px;
    height: 0px;
    box-shadow: 0px 0px 0px 0px var(--shadow);
  }

  #tabs li a.inactive:hover {
    color: var(--light);
    outline: none;
    background-color: var(--dark);
    transition: .35s ease;
  }

/************* porseshi added *************/
.tab-container {
  width: 100%;
  height: calc(100% - 35px);
  /*text-align: right;*/
  padding: 5px;
  background-color: var(--light);
  border-radius: var(--mainViewBorderRadius);
  overflow: auto;
  direction: rtl !important;
}

.dash-line {
  background-color: var(--dark) !important;
}

.dash-box {
  margin-bottom: 10px;
}

.dash-h-title {
  padding-right: 7px;
}

  .dash-h-title i {
    color: var(--dark) !important;
  }

  .dash-h-title label {
    margin-bottom: 0 !important;
  }

.menuItemBoxHolder {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
}

.homeItemBox {
  border: 2px solid #fff;
  border-radius: 18px;
  width: 100px;
  height: 100px;
  align-items: center;
  background-color: var(--dark);
  cursor: pointer;
  transition: all .3s;
  box-shadow: 0 0px 3px 2px var(--dark) !important;
  margin: 7px 7px;
  position: relative;
  display: grid;
  grid-template-rows: 3fr 1fr;
  justify-items: center;
}

  .homeItemBox:hover {
    box-shadow: 0 0px 15px 3px var(--dark) !important;
    transform: scale(1.08);
  }

  .homeItemBox i {
    font-size: 39px;
    color: #fff;
  }

  .homeItemBox .caption {
    font-size: 11px;
    color: #fff;
    text-align: center;
    padding-bottom: 9px;
  }

  .homeItemBox .hiBadge {
    position: absolute;
    left: -5px;
    top: -12px;
    width: 27px;
    height: 27px;
    background-color: #ff5a73;
    z-index: 1;
    border-radius: 50%;
    display: grid;
    grid-template-rows: 1fr;
    justify-items: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
  }

.glassy {
  background: rgb(255 255 255 / 32%);
  border-radius: 18px 18px 0 0;
  position: absolute;
  height: 50px;
  width: 100%;
  top: 0;
}
/***********************************/
.pretty-scroll {
  overflow: auto; /*be khatere payam resan ????*/
}

  .pretty-scroll::-webkit-scrollbar {
    width: 8px;
  }

  .pretty-scroll::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  .pretty-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--dark);
  }

/**********grid scroll bars*/
ag-grid-angular *::-webkit-scrollbar {
  /*width: 10px !important;*/
  height: 10px !important;
}

ag-grid-angular *::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

ag-grid-angular *::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: var(--dark);
}
/**************************/
.swal2-container {
  z-index: 5500 !important
}
.leftPane {
  float: left;
  display: flex;
  flex-direction: row;
  left: 20px;
  position: absolute;
  top: 0px;
}

