@charset "UTF-8";
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/iranyekanwebbold.eot");
  src: url("../fonts/eot/iranyekanwebbold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/iranyekanwebbold.woff") format("woff"), url("../fonts/ttf/iranyekanwebbold.ttf") format("truetype");
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/eot/iranyekanwebthin.eot");
  src: url("../fonts/eot/iranyekanwebthin.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/iranyekanwebthin.woff") format("woff"), url("../fonts/ttf/iranyekanwebthin.ttf") format("truetype");
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/eot/iranyekanweblight.eot");
  src: url("../fonts/eot/iranyekanweblight.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/iranyekanweblight.woff") format("woff"), url("../fonts/ttf/iranyekanweblight.ttf") format("truetype");
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/eot/iranyekanwebregular.eot");
  src: url("../fonts/eot/iranyekanwebregular.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/iranyekanwebregular.woff") format("woff"), url("../fonts/ttf/iranyekanwebregular.ttf") format("truetype");
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/iranyekanwebmedium.eot");
  src: url("../fonts/eot/iranyekanwebmedium.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/iranyekanwebmedium.woff") format("woff"), url("../fonts/ttf/iranyekanwebmedium.ttf") format("truetype");
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/eot/iranyekanwebextrabold.eot");
  src: url("../fonts/eot/iranyekanwebextrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/iranyekanwebextrabold.woff") format("woff"), url("../fonts/ttf/iranyekanwebextrabold.ttf") format("truetype");
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/eot/iranyekanwebblack.eot");
  src: url("../fonts/eot/iranyekanwebblack.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/iranyekanwebblack.woff") format("woff"), url("../fonts/ttf/iranyekanwebblack.ttf") format("truetype");
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 950;
  src: url("../fonts/eot/iranyekanwebextrablack.eot");
  src: url("../fonts/eot/iranyekanwebextrablack.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/iranyekanwebextrablack.woff") format("woff"), url("../fonts/ttf/iranyekanwebextrablack.ttf") format("truetype");
}
body,
html {
  direction: rtl;
  text-align: right;
  background-color: #F8F8F8 !important;
  font-family: iranyekan !important;
  font-size: 16px;
}

.main-container {
  padding: 25px 0;
}

.logo-box {
  min-height: 85px;
  background: #fff;
  box-shadow: 0 4px 9px rgba(14, 14, 14, 0.1);
  border-radius: 5px;
  padding: 16px;
}

.sidebar-box {
  min-height: 450px;
  background: #fff;
  box-shadow: 0 4px 9px rgba(14, 14, 14, 0.1);
  border-radius: 5px;
}
.sidebar-box .sidebar-head {
  min-height: 200px;
  position: relative;
  overflow: hidden;
  margin-bottom: 36px;
}
.sidebar-box .sidebar-head:before {
  content: "";
  width: 200%;
  height: 200%;
  background: #ECF7FF;
  position: absolute;
  top: -100%;
  right: -50%;
  border-radius: 50%;
}
.sidebar-box .sidebar-head .logo-container {
  position: relative;
  z-index: 2;
}
.sidebar-box .sidebar-head .logo-container img {
  max-width: 100%;
  border-radius: 50%;
  max-height: 80px;
}
.sidebar-box .navbar {
  padding-left: 0;
}
.sidebar-box .navbar a {
  color: #212529;
  font-size: 0.9rem;
}
.sidebar-box .navbar .navbar-nav {
  width: 100%;
}
.sidebar-box .navbar .navbar-nav .nav-item {
  padding: 0 16px;
  margin: 5px 0;
}
.sidebar-box .navbar .navbar-nav .nav-item i {
  margin-left: 16px;
}
.sidebar-box .navbar .navbar-nav .nav-item.active {
  background-color: #FFF3E6;
  border-radius: 0 24px 24px 0;
}

.main-box {
  min-height: 150px;
  background: #fff;
  box-shadow: 0 4px 9px rgba(14, 14, 14, 0.1);
  border-radius: 5px;
  padding: 24px;
  overflow: auto;
}
.main-box .box-title {
  margin: 5px 0 15px;
}
.main-box .box-title h3 {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0;
}

.product-information .nav-tabs {
  border-top: 1px solid #dee2e6;
  font-size: 0.8rem;
}
.product-information .nav-tabs .nav-link {
  border: unset !important;
  color: #212529;
  padding: 16px 24px;
  font-weight: 700;
}
.product-information .nav-tabs .nav-link.active {
  border-bottom: 2px solid #529DF3 !important;
}
.product-information .nav-tabs .nav-link i {
  margin-left: 8px;
  color: #529DF3;
}

.product-category .card {
  border: unset;
}
.product-category .card .card-header {
  padding-right: 0;
  border: unset;
  background-color: unset;
}
.product-category .card .card-header button {
  color: #212529;
  text-decoration: unset;
}
.product-category .card .card-header button i {
  margin-left: 8px;
  color: #529DF3;
}

.table-box {
  min-height: 150px;
  background: #fff;
  box-shadow: 0 4px 9px rgba(14, 14, 14, 0.1);
  border-radius: 5px;
  overflow: auto;
}
.table-box .box-title {
  margin: 24px;
}
.table-box .box-title h3 {
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.table-box table {
  margin-bottom: 15px;
}
.table-box table thead tr th {
  border: unset;
  background-color: #FFF6EB;
}
.table-box table tbody tr td {
  border: unset;
  padding: 1rem;
  font-size: 0.9rem;
}
.table-box table tbody tr td i {
  color: #27A1FF;
  cursor: pointer;
}
.table-box table tbody tr td button {
  border: unset;
  padding: 4px 16px;
  font-size: 0.8rem;
}
.table-box table tbody tr td img {
  max-width: 100%;
  max-height: 40px;
  margin: -1rem;
}
.table-box .read-more {
  color: #27A1FF;
  padding: 5px 0 15px;
  font-size: 0.9rem;
}
.table-box .read-more i {
  margin-right: 7px;
}

.info-box {
  min-height: 150px;
  background: #fff;
  box-shadow: 0 4px 9px rgba(14, 14, 14, 0.1);
  border-radius: 5px;
  overflow: auto;
}
.info-box .box-title {
  padding: 20px 24px 20px;
  border-bottom: 1px solid #C0C0C0;
}
.info-box .box-title h3 {
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 0;
}
.info-box__content ul {
  padding: 24px;
  list-style: none;
}
.info-box__content ul li {
  white-space: nowrap;
  font-size: 0.8rem;
  color: #858585;
}
.info-box__content ul li > div {
  display: inline-block;
  width: 50%;
  overflow: auto;
}
.info-box__content ul li div:last-child {
  text-align: left;
}

/**
Replacer
 */
.form-control {
  background-color: #f7f7f7;
  font-size: 0.9rem;
}
.form-control:hover, .form-control:focus, .form-control:active {
  outline: unset;
  box-shadow: unset;
}

/**
SideMenu
 */
.sidebar-icon {
  font-size: 1.5rem;
}

#sidebar {
  position: fixed;
  width: 60%;
  z-index: 8;
  top: 0;
  right: 0;
}
#sidebar .sidebar-box {
  height: 100vh;
  width: 100%;
}

#sidebar .list-group-item {
  border-radius: 0;
  background-color: #333;
  color: #ccc;
  border-left: 0;
  border-right: 0;
  border-color: #2c2c2c;
  white-space: nowrap;
  text-decoration: none;
}

/* closed state */
#sidebar .list-group .list-group-item[aria-expanded=false]::after {
  content: " ";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* open state */
#sidebar .list-group .list-group-item[aria-expanded=true]::after {
  content: " ";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* level 1*/
#sidebar .list-group .collapse .list-group-item {
  padding-left: 20px;
}

/* level 2*/
#sidebar .list-group .collapse > .collapse .list-group-item {
  padding-left: 30px;
}

/* level 3*/
#sidebar .list-group .collapse > .collapse > .collapse .list-group-item {
  padding-left: 40px;
}

@media (max-width: 48em) {
  /* overlay sub levels on small screens */
  #sidebar .list-group .collapse.in, #sidebar .list-group .collapsing {
    position: absolute;
    z-index: 1;
    width: 190px;
  }

  #sidebar .list-group > .list-group-item {
    text-align: center;
    padding: 0.75rem 0.5rem;
    min-width: 39px;
  }

  /* hide caret icons of top level when collapsed */
  #sidebar .list-group > .list-group-item[aria-expanded=true]::after,
#sidebar .list-group > .list-group-item[aria-expanded=false]::after {
    display: none;
  }
}
/* change transition animation to width when entire sidebar is toggled */
#sidebar.collapse {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#sidebar.collapsing {
  opacity: 0.8;
  width: 0;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
}

@media screen and (min-width: 1120px) {
  .mobile-only,
.tablet-only,
.tablet-mobile-only {
    display: none !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 1120px) {
  .desktop-only,
.mobile-only {
    display: none !important;
  }
}
@media screen and (max-width: 720px) {
  .desktop-only,
.tablet-only {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
