@font-face {
  font-family: 'SGKara';
  src: url("../fonts/SGKara-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SGKara-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SGKara-Light.woff") format("woff"), url("../fonts/SGKara-Light.ttf") format("truetype"), url("../fonts/SGKara-Light.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Vazir-FD';
  src: url("../fonts/Vazir-FD.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Vazir-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-FD.woff") format("woff"), url("../fonts/Vazir-FD.ttf") format("truetype"), url("../fonts/Vazir-FD.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'IranSans';
  src: url("../fonts/IRANSansWeb.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb.woff") format("woff"), url("../fonts/IRANSansWeb.ttf") format("truetype"), url("../fonts/IRANSansWeb.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

body {
  font-family: SGKara, tahoma;
  background-color: #EBECF2;
  font-size: 0.9rem;
}

@media (max-width: 1200px) {
  body {
    font-size: 1rem;
  }
}

@media (max-width: 800px) {
  body {
    font-size: 0.7rem;
  }
}

a {
  text-decoration: none !important;
}

@media (max-width: 800px) {
  h1 {
    font-size: 0.8rem;
  }
}

@media (max-width: 800px) {
  h4 {
    font-size: 1rem;
  }
}

@media (max-width: 800px) {
  small {
    font-size: 0.7rem;
  }
}

@media (max-width: 800px) {
  .form-control {
    font-size: 0.7rem;
  }
}

@media (min-width: 400px) {
  .container {
    max-width: 350px;
  }
  .hint-text {
    font-size: 9px;
  }
  h5 {
    font-size: 1rem;
  }
  h4 {
    font-size: 0.8rem;
  }
  .sidebar-item {
    font-size: 0.6rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .hint-text {
    font-size: small;
  }
  h5 {
    font-size: 1rem;
  }
  h4 {
    font-size: 1rem;
  }
  .sidebar-item {
    font-size: 0.8rem;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1340px;
  }
  .hint-text {
    font-size: small;
  }
  h5 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  .sidebar-item {
    font-size: 1rem;
  }
  .sidebar-item-admin {
    font-size: 0.8rem;
  }
  .sidebar-title-admin {
    font-size: 1.0rem;
  }
}

.content-box {
  background: #FFFFFF;
  box-shadow: 0px 12px 35px #BFCDDD;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 300px;
  overflow-y: auto;
  height: 680px;
}

.content-box-main {
  background: #FFFFFF;
  box-shadow: 0px 12px 35px #BFCDDD;
  padding-top: 10px;
}

.nav-style {
  background: #FFFFFF;
  margin-bottom: 15px;
  box-shadow: 0px 2px 3px #c1bcc1;
  -webkit-box-shadow: 0px 2px 3px #c1bcc1;
  -moz-box-shadow: 0px 2px 3px #c1bcc1;
}

.black-anchor {
  color: black;
}

.nav-item-margin {
  margin-left: 45px;
}

.main-content {
  max-width: 1367px;
  margin-top: 30px;
}

.footer {
  /* position: fixed; */
  left: 0;
  bottom: 0;
  /* width: 100%; */
  color: #647e9e;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 10px;
}

.latin-text {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.five-star-line {
  height: 20px;
  background-image: url(img/5-star-rating.png);
  background-repeat: repeat-x;
  background-position: center;
  background-color: transparent;
  border: none;
  width: 50%;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 5%;
}

/* ======================================== */
.fa-linkedin-in g g path {
  stroke: black;
  stroke-width: 10;
}

.sidebar {
  background-color: #DFE3ED;
}

.sidebar-item {
  padding-top: 15px;
  padding-bottom: 15px;
  /* color: #647E9E; */
}

.sidebar-item a {
  color: #647E9E;
}

.sidebar-item-active {
  background-color: white;
  color: #0075FF;
  margin-right: -17px;
}

.sidebar-item-title-active {
  padding-right: 30px !important;
}

.sidebar-item-active a {
  color: #0075FF;
}

.sidebar-item-admin {
  padding-right: 25px;
}

.sidebar-item-admin {
  padding-top: 0;
  padding-bottom: 10px;
}

.sidebar-title-admin {
  padding-top: 15px;
  padding-bottom: 15px;
  /* color: #647E9E; */
}

.sidebar-item-admin a, .sidebar-title-admin a {
  color: #647E9E;
}

.sell-color {
  background-color: red;
}

.buy-color {
  background-color: forestgreen;
}

.demo-icon {
  font-family: "fontello";
  font-size: 20px;
}

.nav-icon i {
  /* color: white;  */
  /* background-color: #007bff;  */
  font-size: 35px;
}

/* .nav-icon a {
    background-color: #007bff; 
  } */
.simple-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px;
}

.simple-list-title {
  padding: 6px;
}

.demo-icon.social {
  font-size: 30px;
  float: right;
}

.dropdown-menu {
  font-size: 12px;
  left: 0;
}

.main-content-flex {
  margin-top: 15px;
}

/*i:hover {
    color: #007bff !important;
}*/
.circle-icon {
  background-color: #647e9e;
  border-radius: 50%;
  box-sizing: content-box;
  color: white;
  display: inline-block;
  font-size: 3.42857rem;
  height: 3.42857rem;
  padding: 30px;
  width: 3.42857rem;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.main-divider {
  height: 20px !important;
}

.carousel-indicators li {
  background-color: #007bff !important;
  width: 5px !important;
  height: 5px !important;
}

.box-title {
  bottom: -13px !important;
}

.right-box-main {
  margin-top: 44px;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.title-box {
  padding-top: 25px;
  padding-bottom: 25px;
}

.center-box {
  border-left: 1px solid #C7CADE;
  border-right: 1px solid #C7CADE;
}

.stock-blue-text {
  color: #007bff;
}

.info-list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
  padding: 10px;
}

.info-list-last {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.row-back {
  background-color: #ebecf2ab;
}

.datepicker-plot-area {
  font-family: SGKara;
  width: 250px;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}

table.table-bordered.dataTable {
  border-top-width: 0;
  border-right-width: 0;
}

table.table-bordered.dataTable th {
  border-top-width: 0;
  border-bottom-width: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ebecf2;
}

.dt-export {
  color: #647e9e;
  background-color: #fff;
  border-color: #fff;
  font-size: 25px;
}

.dt-export:hover {
  background-color: #fff;
  color: #0075FF;
  border-color: #fff;
}

.modal-header {
  border-bottom: none;
}

.modal {
  background-color: #ebecf29e;
  z-index: 10050;
}

.carousel-item {
  padding-top: 15px;
}

.align-top {
  margin-top: -8px;
}

.col-align-top {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
}

.about-box {
  padding: 35px;
}

.simple-list a {
  color: black;
}

::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #DFE3ED;
}

body {
  scrollbar-color: #DFE3ED #F5F5F5;
  scrollbar-width: 6px;
}

.navbar {
  top: 0;
  width: 100%;
  z-index: 10000;
}

@media print {
  body * {
    visibility: hidden;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    left: 0;
    top: 0;
    width: 100%;
    font-family: SGKara;
  }
  #section-to-print span {
    font-size: 16pt;
  }
  #section-to-print h4 {
    font-size: 18pt;
  }
}

.swal-text {
  text-align: right;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

.ck.ck-button .ck-button__label, a.ck.ck-button .ck-button__label,
.ck.ck-tooltip .ck-tooltip__text {
  font-family: SGKara !important;
}

.ck-editor__editable_inline {
  min-height: 500px;
  max-height: 500px;
}

.ck-rounded-corners .ck.ck-balloon-panel, .ck.ck-balloon-panel.ck-rounded-corners {
  z-index: 99999;
}

/*Ckeditor font-face size*/
.text-tiny {
  font-size: 0.7em;
}

.text-small {
  font-size: 0.85em;
}

.text-big {
  font-size: 1.4em;
}

.text-huge {
  font-size: 1.8em;
}

/* ckeditor table style */
figure table {
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

figure table td {
  border: 1px solid #dee2e6;
}

.card-margin {
  margin-bottom: 1.875rem;
}

.card {
  border: 0;
  box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #e6e4e9;
  border-radius: 8px;
}

.card .card-header.no-border {
  border: 0;
}

.card .card-header {
  background: none;
  padding: 0 0.9375rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  min-height: 50px;
}

.card-header:first-child {
  border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.widget-49 .widget-49-title-wrapper {
  display: flex;
  align-items: center;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #edf1fc;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day {
  color: #4e73e5;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month {
  color: #4e73e5;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fcfcfd;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day {
  color: #dde1e9;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month {
  color: #dde1e9;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #e8faf8;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day {
  color: #17d1bd;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month {
  color: #17d1bd;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ebf7ff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day {
  color: #36afff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month {
  color: #36afff;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: floralwhite;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day {
  color: #FFC868;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month {
  color: #FFC868;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #feeeef;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day {
  color: #F95062;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month {
  color: #F95062;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fefeff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day {
  color: #f7f9fa;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month {
  color: #f7f9fa;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ebedee;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day {
  color: #394856;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month {
  color: #394856;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f0fafb;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day {
  color: #68CBD7;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month {
  color: #68CBD7;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
  color: #3c4142;
  font-size: 14px;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time {
  color: #B1BAC5;
  font-size: 13px;
}

.widget-49 .widget-49-meeting-points {
  font-weight: 400;
  font-size: 13px;
  margin-top: .5rem;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item {
  display: list-item;
  color: #727686;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
  margin-left: .5rem;
}

.widget-49 .widget-49-meeting-action {
  text-align: right;
}

.widget-49 .widget-49-meeting-action a {
  text-transform: uppercase;
}

html * {
  font-family: 'Vazir-FD';
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
  text-align: center;
}

figure img {
  width: 100%;
}
