@import url(fontStyle.css);
/* width */
::-webkit-scrollbar {
  width: 10px;
  background-color: transparent; }

/* Track */
::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: transparent;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b4b4b4;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #969696; }

body,
html {
  font-family: IRANSans !important;
  font-weight: 400;
  font-size: 0.9rem;
  color: #707070;
  background-color: #ffffff;
  margin: 0;
  padding: 0; }

ul {
  list-style: none;
  padding-right: 0; }

h4,
.h4 {
  font-size: 1.3rem; }

a:hover {
  text-decoration: none; }

.text-base {
  color: #707070; }
  .text-base:hover {
    color: #781c07; }

input:focus,
button:focus {
  outline: none; }

.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #781c07; }

.select2-container--default .select2-results__option--selected {
  background-color: #f3ecea; }

/*--------------- Mixins ----------------*/
/*--------------- Classes ----------------*/
.profile {
  padding-left: 25px;
  padding-right: 25px; }
  .profile .img-w {
    width: 75px;
    height: 75px;
    border: 1px solid #d2c5b8;
    margin: 15px auto;
    border-radius: 5px;
    overflow: hidden; }
    .profile .img-w img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .profile .name {
    font-size: 1rem;
    display: block;
    text-align: center; }

.container-fluid {
  max-width: 1400px; }
.content {
	padding-top: 15px;
	padding-bottom: 15px;
}
.content.login .container-fluid {
  max-width: 100%; }

.btn {
  border-radius: 8px; }

.sidebar {
  border: 1px solid #781c07;
  border-radius: 8px 0 0 8px;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px; }
  .sidebar .line {
    background-color: #d2c5b8;
    width: 60px;
    height: 1px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px; }
  .sidebar .menu .list > li {
    margin: 20px 0; }
  .sidebar .menu .list-item {
    padding-left: 20px;
    color: #707070;
    padding-right: 15px;
    display: block;
    position: relative; }
    .sidebar .menu .list-item i {
      color: #707070;
      font-size: 1.2rem;
      vertical-align: middle; }
    .sidebar .menu .list-item .title {
      margin-right: 10px;
      font-size: 0.9rem;
      vertical-align: middle; }
    .sidebar .menu .list-item.active {
      color: #781c07; }
      .sidebar .menu .list-item.active i {
        color: #781c07; }
      .sidebar .menu .list-item.active::after {
        content: "";
        width: 3px;
        height: 90%;
        position: absolute;
        left: -2px;
        top: 0;
        bottom: 0;
        border-radius: 20px;
        background-color: #781c07; }
    .sidebar .menu .list-item:hover {
      color: #781c07; }

.sm-sq-box {
  border: 1px solid #781c07;
  border-radius: 8px;
  padding: 5px 15px;
  margin: 0 15px;
  transition: all 0.3s ease-in-out; }
  .sm-sq-box .num,
  .sm-sq-box .title,
  .sm-sq-box .changes {
    display: block;
    text-align: center; }
  .sm-sq-box .changes {
    height: 30px;
    line-height: 30px;
    font-size: 0.8rem; }
    .sm-sq-box .changes.decrease {
      color: #e23b3b; }
      .sm-sq-box .changes.decrease::after {
        content: "";
        height: 0;
        width: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #e23b3b;
        display: inline-block;
        margin-right: 5px; }
    .sm-sq-box .changes.increase {
      color: #30694b; }
      .sm-sq-box .changes.increase::after {
        content: "";
        height: 0;
        width: 0;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-bottom: 4px solid #30694b;
        display: inline-block;
        margin-right: 5px; }
  .sm-sq-box .num {
    font-size: 2.2rem;
    color: #333333;
    font-weight: 400;
    margin: 20px 0; }
  .sm-sq-box .title {
    margin: 15px 0;
    font-size: 0.8rem; }
  .sm-sq-box .button {
    font-size: 0.7rem;
    color: #781c07; }
  .sm-sq-box:hover, .sm-sq-box:focus {
    box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.075); }

.box {
  border: 1px solid #781c07;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 35px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 35px; }
  .box .box-head::after {
    content: "";
    clear: both;
    display: block; }
  .box .box-head .head-left {
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .box .box-head .head-left:after {
      content: "";
      clear: both;
      display: block; }
    .box .box-head .head-left .search-box {
      margin-right: 25px;
      margin-top: 15px; }
    .box .box-head .head-left .btn {
      margin-top: 15px; }
  .box .box-head .head-right {
    float: right; }
  .box .box-title {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-top: 15px; }
    .box .box-title.dark {
      color: #333333; }
    .box .box-title.primary {
      color: #781c07; }
  .box .box-subtitle {
    font-size: 0.8rem;
    display: inline-block; }
    .box .box-subtitle.lg {
      font-size: 1rem; }
  .box .box-content {
    padding: 15px 30px; }
  .box .box-filters {
    padding: 20px 0; }
  .box .box-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .box .box-bottom .left,
    .box .box-bottom .right {
      -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }
    .box .box-bottom .right {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-bottom: 20px; }
    .box .box-bottom .center {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: center; }
    .box .box-bottom .left {
      text-align: left;
      -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      margin-right: auto; }
  .box .box-btn {
    color: #781c07;
    display: inline-block;
    font-size: 0.68rem;
    margin-top: 15px; }
  .box .box-alert {
    font-size: 0.7rem;
    color: #c9c9c9; }
  .box .box-inputs {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .box .box-inputs:after {
      content: "";
      clear: both;
      display: block; }
    .box .box-inputs .labeled-input,
    .box .box-inputs .labeled-dropdown,
    .box .box-inputs .labeled-textarea,
    .box .box-inputs .labeled-box {
      float: right; }

.progress-item .head {
  font-size: 0.68rem;
  display: block;
  padding: 10px 0;
  margin-top: 12px; }
  .progress-item .head .title {
    float: right; }
  .progress-item .head .left {
    float: left; }
.progress-item .progress-bar {
  background-color: #781c07; }
.progress-item .progress {
  height: 0.85rem;
  background-color: #f7f7f7; }

.btn {
  font-size: 0.85rem; }

.btn-icon {
  padding: 0 20px;
  border-radius: 15;
  min-height: 35px; }
  .btn-icon i {
    vertical-align: middle;
    margin: 0 8px; }

.success-btn {
  background-color: #30694b;
  color: white; }
  .success-btn:hover {
    background-color: #204632;
    color: white; }
  .success-btn:focus {
    box-shadow: 0 0 0 0.2rem #f3ecea; }

.t-btn {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none; }
  .t-btn:focus {
    outline: none; }

.search-box {
  border: 1px solid #bb9489;
  border-radius: 8px;
  overflow: hidden;
  padding: 0.375rem 10px 0.375rem 4px;
  margin: auto 0; }
  .search-box input {
    border: none;
    min-width: 300px; }
    .search-box input::placeholder {
      color: #969696;
      font-size: 0.8rem; }
    .search-box input:-ms-input-placeholder {
      color: #969696;
      font-size: 0.8rem; }
    .search-box input::-ms-input-placeholder {
      color: #969696;
      font-size: 0.8rem; }
  .search-box button {
    background-color: transparent;
    border: none; }
    .search-box button:focus {
      outline: none; }
  .search-box i.btn-search {
    font-size: 1.2rem;
    vertical-align: middle;
    color: #781c07; }

.table-box {
  margin-bottom: 0;
  margin-top: 20px; }
  .table-box thead {
    width: calc(100% - 1em); }
    .table-box thead::after {
      line-height: 1rem;
      content: ".";
      color: transparent;
      display: block; }
    .table-box thead tr th {
      border: none !important;
      font-weight: 400;
      overflow: hidden;
      background-color: #f7f7f7;
      font-size: 0.85rem;
      text-align: center; }
      .table-box thead tr th:nth-child(2) {
        text-align: right; }
      .table-box thead tr th i {
        vertical-align: bottom;
        color: #bdbdbd;
        position: relative;
        bottom: 1px; }
      .table-box thead tr th:first-child {
        border-radius: 0 5px 5px 0; }
      .table-box thead tr th:last-child {
        border-radius: 5px 0 0 5px; }
  .table-box tbody {
    text-align: center;
    color: #707070;
    font-size: 0.8rem; }
    .table-box tbody tr {
      position: relative; }
      .table-box tbody tr th,
      .table-box tbody tr td {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        text-align: center;
        border-top: 1px solid #f7f7f7;
        height: 35px;
        line-height: 35px;
        vertical-align: middle; }
      .table-box tbody tr:first-child > td,
      .table-box tbody tr:first-child > th {
        border-top: none; }
      .table-box tbody tr td:first-of-type {
        text-align: right; }
  .table-box i {
    vertical-align: middle; }
  .table-box .status-col {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .table-box .table-status.active {
    color: #30694b; }
  .table-box .table-status.inactive {
    color: #e23b3b; }
  .table-box.table-scroll thead,
  .table-box.table-scroll tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .table-box.table-scroll thead th:first-child,
    .table-box.table-scroll tbody tr th:first-child {
      text-align: right; }
    .table-box.table-scroll thead th:nth-child(2),
    .table-box.table-scroll tbody tr th:nth-child(2) {
      text-align: center; }
  .table-box.table-scroll .mCSB_dragger_bar {
    background-color: #781c07 !important; }
  .table-box.table-scroll tbody {
    display: block;
    overflow-y: auto;
    direction: ltr; }
    .table-box.table-scroll tbody tr {
      direction: rtl; }
  .table-box.responsive-table {
    width: 100%;
    margin-bottom: 1.5em;
    border-collapse: collapse;
    margin: 0; }
    .table-box.responsive-table thead {
      position: absolute;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      padding: 0;
      height: 1px;
      width: 1px;
      overflow: hidden; }
    .table-box.responsive-table tbody,
    .table-box.responsive-table tr,
    .table-box.responsive-table th,
    .table-box.responsive-table td {
      display: block;
      white-space: normal; }
    .table-box.responsive-table tbody tr:last-of-type {
      margin-bottom: 0; }
    .table-box.responsive-table.responsive-table tbody td[data-title]:before {
      content: none; }
  @media (min-width: 48em) {
    .table-box .respTableWrap {
      border-radius: 8px;
      overflow: hidden; }
    .table-box.responsive-table {
      font-size: 0.9em; }
    .table-box.responsive-table thead {
      position: relative;
      clip: auto;
      height: auto;
      width: auto;
      overflow: auto; }
    .table-box.responsive-table tr {
      display: table-row; }
    .table-box.responsive-table th, .table-box.responsive-table td {
      display: table-cell; }
    .table-box.responsive-table caption {
      font-size: 1.5em; }
    .table-box.responsive-table tbody {
      display: table-row-group; }
    .table-box.responsive-table tbody tr {
      border-radius: 0;
      display: table-row;
      border: none; } }
  @media (max-width: 767px) {
    .table-box.responsive-table tbody td[scope="row"] {
      color: white;
      text-align: center;
      font-size: 115%; } }

.error-btn {
  background-color: #e23b3b;
  color: white;
  font-size: 0.8rem; }
  .error-btn:hover {
    background-color: #cc1e1e;
    color: white; }
  .error-btn:focus {
    box-shadow: 0 0 0 0.2rem #fef7f7; }

.table-btn {
  padding-top: 4px;
  padding-bottom: 4px; }

.pagination-box ul .page-item {
  margin: 0 4px; }
  .pagination-box ul .page-item .page-link {
    border-radius: 4px !important;
    font-size: 0.75rem;
    color: #707070;
    padding-left: 10px;
    padding-right: 10px; }
  .pagination-box ul .page-item.active .page-link {
    color: #781c07;
    background-color: #f3ecea;
    border: none;
    padding-left: 14px;
    padding-right: 14px; }
    .pagination-box ul .page-item.active .page-link:hover {
      background-color: #eaddda; }

.dropdown__.link-dropdown .dropdown-menu {
  border: 1px solid #bb9489;
  box-shadow: 1px 1px 2px 2px #f3ecea;
  padding-top: 0;
  padding-bottom: 0; }
  .dropdown__.link-dropdown .dropdown-menu .dropdown-item {
    color: #707070;
    font-size: 0.8rem;
    padding-top: 8px;
    padding-bottom: 8px; }
    .dropdown__.link-dropdown .dropdown-menu .dropdown-item:focus {
      background-color: #781c07;
      color: white; }
    .dropdown__.link-dropdown .dropdown-menu .dropdown-item.active {
      background-color: #781c07;
      color: white; }
.dropdown__.link-dropdown .dropdown-toggle {
  border: 1px solid #bb9489;
  padding-left: 40px;
  font-size: 0.8rem;
  color: #707070; }
  .dropdown__.link-dropdown .dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #f3ecea; }
  .dropdown__.link-dropdown .dropdown-toggle:after {
    background-image: none;
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #781c07;
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: "";
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    left: 10px;
    top: 50%; }
  .dropdown__.link-dropdown .dropdown-toggle:before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #bb9489;
    position: absolute;
    left: 25px;
    display: block;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }
.dropdown__.link-dropdown .dropdown {
  direction: ltr; }
.dropdown__ .select2-container--default .select2-selection--single {
  border-color: #bb9489; }
.dropdown__ .select2.select2-container.select2-container--default {
  width: 100% !important; }
.dropdown__.simple {
  max-width: 260px;
  float: left;
  margin-right: 20px; }
  .dropdown__.simple .bigdrop {
    width: 100%; }
  .dropdown__.simple .select2-selection.select2-selection--single {
    margin-right: -20px; }
  .dropdown__.simple .select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
    left: 4px;
    color: #781c07; }
    .dropdown__.simple .select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow b {
      border-color: #781c07 transparent transparent transparent; }
    .dropdown__.simple .select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow::after {
      content: "";
      width: 1px;
      height: 20px;
      background-color: #bb9489;
      position: absolute;
      left: 24px;
      display: block;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 2; }
  .dropdown__.simple .select2-selection__rendered {
    font-size: 0.8rem;
    color: #707070; }
.dropdown__ .select2-container--default
.select2-selection--multiple
.select2-selection__choice {
  background-color: transparent;
  border: none;
  font-size: 0.75rem; }
.dropdown__ .select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
  display: none; }
.dropdown__ .select2-selection__choice__display {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .dropdown__ .select2-selection__choice__display::before {
    content: "\060C";
    display: inline;
    margin-left: 3px;
    margin-right: 1px;
    transform: rotate(90deg); }
.dropdown__ .select2-selection__rendered > li:first-child .select2-selection__choice__display::before {
  content: "" !important;
  display: inline;
  transform: rotate(90deg); }
.dropdown__ .select2-selection__rendered > li:last-child .select2-selection__choice__display::before {
  content: "\FEED";
  display: inline;
  margin: 0 3px;
  transform: rotate(90deg); }
.dropdown__ .select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
  margin-right: 0;
  margin-left: 0; }
.dropdown__.labeled-dropdown {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 25px;
  position: relative;
  font-size: 0.75rem;
  color: #707070; }
  .dropdown__.labeled-dropdown .select2-selection.select2-selection--single {
    height: 35px;
    border: 1px solid #bb9489; }
    .dropdown__.labeled-dropdown .select2-selection.select2-selection--single.select2-selection__rendered {
      line-height: 35px; }
  .dropdown__.labeled-dropdown .select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
    left: 4px;
    top: 4px;
    color: #781c07; }
    .dropdown__.labeled-dropdown .select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow b {
      border-color: #781c07 transparent transparent transparent; }
    .dropdown__.labeled-dropdown .select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow::after {
      content: "";
      width: 1px;
      height: 20px;
      background-color: #bb9489;
      position: absolute;
      left: 24px;
      display: block;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 2; }
  .dropdown__.labeled-dropdown:not(.multiple) .selection {
    line-height: 35px; }
  .dropdown__.labeled-dropdown:not(.multiple) span.select2-selection__rendered {
    position: relative;
    top: 5px; }
  .dropdown__.labeled-dropdown.multiple:after {
    background-image: none;
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #781c07;
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: "";
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    left: 10px;
    top: 50%; }
  .dropdown__.labeled-dropdown.multiple:before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #bb9489;
    position: absolute;
    left: 28px;
    display: block;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }
  .dropdown__.labeled-dropdown.multiple ul.select2-selection__rendered {
    position: relative;
    top: 5px; }
  .dropdown__.labeled-dropdown.multiple .select2-container--default.select2-container--focus
  .select2-selection--multiple {
    border-color: #bb9489; }
  .dropdown__.labeled-dropdown.multiple .select2-search__field {
    vertical-align: middle; }
  .dropdown__.labeled-dropdown .select2-selection.select2-selection--multiple {
    padding-left: 35px;
    min-height: 35px; }
  .dropdown__.labeled-dropdown label {
    position: absolute;
    top: -12px;
    right: 18px;
    background-color: #ffffff;
    padding-left: 4px;
    padding-right: 12px;
    font-size: 0.85rem;
    color: #333333;
    z-index: 10; }
  .dropdown__.labeled-dropdown.full {
    width: auto;
    width: calc(100% - 40px); }
  .dropdown__.labeled-dropdown.half {
    width: auto;
    width: calc(50% - 40px); }

.labeled-input {
  border: solid 1px #bb9489;
  border-radius: 8px;
  padding: 0 10px;
  position: relative;
  margin-bottom: 25px;
  margin-right: 20px;
  margin-left: 20px;
  height: 35px; }
  .labeled-input.editable input {
    padding-left: 30px; }
  .labeled-input .edit-btn {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #781c07;
    cursor: default; }
  .labeled-input label {
    margin-bottom: 0;
    display: block;
    height: 35px; }
    .labeled-input label .label {
      position: absolute;
      top: -13px;
      right: 18px;
      background-color: #ffffff;
      padding-left: 4px;
      padding-right: 12px;
      font-size: 0.85rem;
      color: #333333; }
  .labeled-input input {
    border: none;
    margin-top: 2px;
    height: 100%;
    width: 100%;
    background-color: transparent;
    color: #707070;
    font-size: 0.8rem; }
    .labeled-input input::placeholder {
      color: #969696;
      font-size: 0.7rem; }
    .labeled-input input:-ms-input-placeholder {
      color: #969696;
      font-size: 0.7rem; }
    .labeled-input input::-ms-input-placeholder {
      color: #969696;
      font-size: 0.7rem; }
  .labeled-input.full {
    width: auto;
    width: calc(100% - 40px); }
  .labeled-input.half {
    width: auto;
    width: calc(50% - 40px); }

.labeled-textarea {
  border: solid 1px #bb9489;
  border-radius: 8px;
  padding: 0 10px;
  position: relative;
  margin-bottom: 25px;
  margin-right: 20px;
  margin-left: 20px; }
  .labeled-textarea label {
    margin-bottom: 0;
    display: block; }
    .labeled-textarea label .label {
      position: absolute;
      top: -13px;
      right: 18px;
      background-color: #ffffff;
      padding-left: 4px;
      padding-right: 12px;
      font-size: 0.85rem;
      color: #333333; }
  .labeled-textarea textarea {
    border: none;
    margin-top: 2px;
    height: 100%;
    width: 100%;
    background-color: transparent;
    color: #707070;
    resize: none;
    padding: 10px 5px; }
    .labeled-textarea textarea::placeholder {
      color: #969696;
      font-size: 0.7rem; }
    .labeled-textarea textarea:-ms-input-placeholder {
      color: #969696;
      font-size: 0.7rem; }
    .labeled-textarea textarea::-ms-input-placeholder {
      color: #969696;
      font-size: 0.7rem; }
  .labeled-textarea.full {
    width: auto;
    width: calc(100% - 40px); }
  .labeled-textarea.half {
    width: auto;
    width: calc(50% - 40px); }

.labeled-box {
  border: solid 1px #bb9489;
  border-radius: 8px;
  padding: 0 10px;
  position: relative;
  margin-bottom: 25px;
  margin-right: 20px;
  margin-left: 20px; }
  .labeled-box .label {
    position: absolute;
    top: -13px;
    right: 18px;
    background-color: #ffffff;
    padding-left: 4px;
    padding-right: 12px;
    font-size: 0.85rem;
    color: #333333; }
  .labeled-box.full {
    width: auto;
    width: calc(100% - 40px); }
  .labeled-box.half {
    width: auto;
    width: calc(50% - 40px); }

.btn.lg {
  font-size: .95rem;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 40px; }

.paddingB0 {
  padding-bottom: 0 !important; }

.editor {
  font-family: IRANSans !important; }
  .editor .document-editor__editable.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred,
  .editor .document-editor__editable.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-focused {
    min-height: 220px; }
  .editor .ck.ck-toolbar.ck-toolbar_grouping.ck-reset_all.ck-rounded-corners,
  .editor .ck.ck-toolbar.ck-reset_all.ck-rounded-corners {
    border-top: none;
    border-right: none;
    border-left: none; }
  .editor .ck.ck-icon.ck-dropdown__arrow {
    display: none; }
  .editor .ck.ck-toolbar.ck-toolbar_grouping.ck-reset_all.ck-rounded-corners,
  .editor .ck.ck-toolbar.ck-reset_all.ck-rounded-corners {
    background-color: transparent; }
  .editor .ck.ck-toolbar__items {
    padding: 20px 30px; }
  .editor .ck.ck-tooltip__text {
    font-family: IRANSans !important; }
  .editor .ck.ck-dropdown.ck-heading-dropdown {
    border: 1px solid #bb9489;
    border-radius: 8px; }
    .editor .ck.ck-dropdown.ck-heading-dropdown:after {
      background-image: none;
      height: 0;
      width: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 5px solid #781c07;
      transform: origin(50% 20%);
      transition: all 0.125s ease-in-out;
      content: "";
      display: block;
      margin-top: -2px;
      pointer-events: none;
      position: absolute;
      left: 10px;
      top: 50%; }
    .editor .ck.ck-dropdown.ck-heading-dropdown:before {
      content: "";
      width: 1px;
      height: 20px;
      background-color: #bb9489;
      position: absolute;
      left: 25px;
      display: block;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 2; }
    .editor .ck.ck-dropdown.ck-heading-dropdown .ck.ck-button__label {
      font-size: 0.8rem; }
  .editor .ck.ck-button:hover, .editor .ck.ck-button:focus {
    background-color: #f3ecea !important; }
  .editor .ck.ck-button.ck-on {
    background-color: #f3ecea;
    border-color: transparent; }
    .editor .ck.ck-button.ck-on svg.ck.ck-icon.ck-button__icon {
      color: #781c07; }
  .editor .ck.ck-toolbar .ck.ck-toolbar__separator {
    display: none; }
  .editor .ck-placeholder::before {
    color: #969696 !important;
    font-size: 0.75rem; }
  .editor .ck.ck-button__label {
    font-family: IRANSans !important; }

.edit-table-inline {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none; }
  .edit-table-inline .btn-wrapper {
    background-color: #ffffff;
    padding: 0 10px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .edit-table-inline .btn-wrapper .btn {
      margin: 0 3px; }
  .edit-table-inline.show {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.chart-box {
  border: 1px solid #eee; }

.modal-box .confirm-title {
  font-weight: bold; }

.title-lg {
  font-size: 1.85rem;
  font-weight: 400;
  text-align: center;
  margin: auto;
  color: #333333;
  margin-bottom: 50px; }

.input-simple {
  border-color: #a3a3a3;
  height: calc(1.5em + 1.2rem + 2px);
  margin: 12px 0; }
  .input-simple::placeholder {
    color: #b5b5b5;
    font-size: 0.95rem; }
  .input-simple:-ms-input-placeholder {
    color: #b5b5b5;
    font-size: 0.95rem; }
  .input-simple::-ms-input-placeholder {
    color: #b5b5b5;
    font-size: 0.95rem; }
  .input-simple:focus {
    border-color: #781c07;
    box-shadow: 0 0 0 0.2rem #f3ecea; }
  .input-simple.error {
    border: 1px solid #9f1818;
    color: #9f1818; }

.alert-box-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .alert-box-bottom a,
  .alert-box-bottom span {
    font-size: 0.75rem; }

.primary-btn {
  background-color: #781c07;
  color: white; }
  .primary-btn.waiting {
    background-color: transparent;
    border: 1px solid #781c07;
    color: #333333;
    cursor: not-allowed; }
    .primary-btn.waiting:hover {
      background-color: #c9c9c9;
      color: #333333; }
  .primary-btn:hover {
    background-color: #481104;
    color: white; }
  .primary-btn:focus {
    box-shadow: 0 0 0 0.2rem #f3ecea; }

.primary-text {
  color: #781c07;
  font-size: 0.8rem; }
  .primary-text.hover:hover {
    color: black; }

.success-text {
  color: #30694b;
  font-size: 0.8rem; }
  .success-text.hover:hover {
    color: black; }

#countdown {
  position: relative;
  margin: 15px auto;
  height: 40px;
  width: 40px;
  text-align: center; }
  #countdown #countdown-number {
    color: #333333;
    display: inline-block;
    line-height: 40px; }
  #countdown svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg); }
  #countdown svg #circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: #333333;
    fill: none;
    animation: countdown linear forwards; }
  #countdown .circle-bg {
    stroke: #c9c9c9;
    stroke-width: 2px;
    fill: none; }
@keyframes countdown {
  from {
    stroke-dashoffset: 0px; }
  to {
    stroke-dashoffset: 113px; } }
/*--------------- Main Styles ----------------*/
.content.panel .page-content {
  margin: 0; }
  .content.panel .page-content.home-page .sec {
    display: block;
    padding: 15px 0; }
    .content.panel .page-content.home-page .sec.sec0 {
      margin: 0 15px;
      text-align: left; }
      .content.panel .page-content.home-page .sec.sec0:after {
        content: "";
        clear: both;
        display: block; }
  .content.panel .page-content.home-page .box-sm-rewards .box-content {
    margin: 0 -10px; }
  .content.panel .page-content.products-page .sec1 .head-left form,
  .content.panel .page-content.products-page .sec1 .head-left button {
    float: left; }
  .content.panel .page-content.rewards-page .box-alert.separate {
    margin: 25px 0;
    display: block;
    color: #707070; }

.content.login .img-w {
  margin-left: -15px;
  margin-right: -15px;
  min-height: 100vh; }
  .content.login .img-w img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute; }
.content.login .head,
.content.login .footer {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  flex-basis: 20%; }
.content.login .head {
  margin-bottom: auto;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto; }
.content.login .footer {
  margin-bottom: 30px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .content.login .footer .bottom-text {
    display: block;
    margin-top: 10px; }
.content.login .page-content {
  text-align: center;
  margin: auto; }
  .content.login .page-content .btn {
    margin-top: 20px; }
  .content.login .page-content .primary-btn {
    font-size: 0.95rem; }
  .content.login .page-content .send-code-again {
    margin-bottom: 30px; }
    .content.login .page-content .send-code-again .countdown-text {
      font-size: 0.85rem; }



/* ------------- New Styles -------------- */
.box .box-head .head-left .search-box.serchInChart {
	padding: 10px 15px;
	margin: 0;
}
.box .box-head .head-left .search-box.serchInChart .form-control {
	border: 1px solid #3498db;
	margin-top: 10px;
	margin-bottom: 15px;
}
.box .box-head .head-left .search-box.serchInChart .btn {
	margin-top: 0;
	color: #fff;
    background-color: #138496;
    border-color: #117a8b;
	padding: 5px 15px;
}
.box .box-head .head-left .search-box.serchInChart .btn:hover, .box .box-head .head-left .search-box.serchInChart .btn:focus {
	background-color: #0a5f6c;
    border-color: #0a5f6c;
	color: #fff;
}

/*--------------- Responsive ----------------*/
/*--------------- Main Media Queries ----------------*/
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 30px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .sm-sq-box {
    padding: 5px 5px;
    margin: 0 0; } }
@media (max-width: 1199px) {
  .box.box-half {
    margin-right: 0;
    margin-left: 0; }

  .search-box input {
    min-width: 180px; } }
@media (max-width: 991px) {
  .sidebar {
    border: none;
    border-bottom: 1px solid #781c07;
    border-radius: 0;
    margin-right: 0;
    display: block;
    margin-bottom: 30px; }
    .sidebar .line {
      background-color: #d2c5b8;
      width: 60px;
      height: 1px;
      margin-right: auto;
      margin-left: auto;
      display: block;
      margin-top: 15px;
      margin-bottom: 15px; }
    .sidebar .menu .list {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .sidebar .menu .list::after {
        content: "";
        clear: both;
        display: block; }
      .sidebar .menu .list > li {
        margin: 20px 0;
        float: right;
        width: 15%; }
    .sidebar .menu .list-item {
      padding-left: 0;
      padding-right: 0;
      text-align: center;
      display: block;
      position: relative; }
      .sidebar .menu .list-item i {
        display: block; }
      .sidebar .menu .list-item .title {
        display: block;
        margin-top: 8px; }
      .sidebar .menu .list-item.active::after {
        display: none; }

  .content.panel {
    padding-top: 25px;
    padding-bottom: 25px; } }
@media (max-width: 767px) {
  .sidebar .menu .list > li {
    width: 25%; }

  .sm-sq-box {
    padding: 5px 5px;
    margin: 15px 0; }
    .sm-sq-box .num {
      font-size: 1.8rem;
      margin: 10px 0; }
    .sm-sq-box.focus {
      transform: scale(1); }

  .pagination-box ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .box .box-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .box .box-bottom .center {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center; }

  .table-box.responsive-table tbody th {
    text-align: right;
    background-color: #f3ecea;
    padding-right: 20px; }
  .table-box.responsive-table tbody tr td {
    text-align: left;
    border-top: 1px solid #dedede; }
    .table-box.responsive-table tbody tr td:first-child {
      border-top: none; }
  .table-box.responsive-table tbody tr {
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    margin: 20px 0; }
    .table-box.responsive-table tbody tr th,
    .table-box.responsive-table tbody tr td {
      height: unset; }
  .table-box.responsive-table tbody td[data-title]:before {
    content: attr(data-title) !important;
    float: right;
    margin-left: 20px; }
  .table-box .status-col {
    position: relative; }

  .box-inputs .labeled-input.half,
  .box-inputs .labeled-dropdown.half,
  .box-inputs .labeled-textarea.half,
  .box-inputs .labeled-box.half {
    width: auto;
    width: calc(100% - 40px); }

  .content.login .left-col {
    display: none; }
  .content.login .right-col {
    min-height: 100vh; } }
@media (min-width: 992px) {
  .sidebarCol {
    padding-left: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .sm-sq-box {
    padding: 5px 5px;
    margin: 0 0; } }
@media (max-width: 575px) {
  .sidebar .menu .list > li {
    width: 33%; }

  .content.panel .page-content {
    margin: 0; }

  .box {
    padding: 15px 15px;
    margin-left: 0;
    margin-right: 0; }

  .search-box input {
    min-width: 140px; }

  .pagination-box ul .page-item {
    margin: 0; }
    .pagination-box ul .page-item .page-link {
      border-radius: 0 !important;
      font-size: 0.7rem; }

  .editor .ck.ck-toolbar__items {
    padding: 5px; } }
/*--------------- Extra Media Queries ----------------*/

/*# sourceMappingURL=style.css.map */
