@charset "UTF-8";
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/IRANSans/eot/IRANSansWeb_Black.eot");
  src: url("../fonts/IRANSans/eot/IRANSansWeb_Black.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSans/woff2/IRANSansWeb_Black.woff2") format("woff2"), url("../fonts/IRANSans/woff/IRANSansWeb_Black.woff") format("woff"), url("../fonts/IRANSans/ttf/IRANSansWeb_Black.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/IRANSans/eot/IRANSansWeb_Bold.eot");
  src: url("../fonts/IRANSans/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSans/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("../fonts/IRANSans/woff/IRANSansWeb_Bold.woff") format("woff"), url("../fonts/IRANSans/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IRANSans/eot/IRANSansWeb_Medium.eot");
  src: url("../fonts/IRANSans/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSans/woff2/IRANSansWeb_Medium.woff2") format("woff2"), url("../fonts/IRANSans/woff/IRANSansWeb_Medium.woff") format("woff"), url("../fonts/IRANSans/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/IRANSans/eot/IRANSansWeb_Light.eot");
  src: url("../fonts/IRANSans/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSans/woff2/IRANSansWeb_Light.woff2") format("woff2"), url("../fonts/IRANSans/woff/IRANSansWeb_Light.woff") format("woff"), url("../fonts/IRANSans/ttf/IRANSansWeb_Light.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot");
  src: url("../fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSans/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"), url("../fonts/IRANSans/woff/IRANSansWeb_UltraLight.woff") format("woff"), url("../fonts/IRANSans/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/IRANSans/eot/IRANSansWeb.eot");
  src: url("../fonts/IRANSans/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSans/woff2/IRANSansWeb.woff2") format("woff2"), url("../fonts/IRANSans/woff/IRANSansWeb.woff") format("woff"), url("../fonts/IRANSans/ttf/IRANSansWeb.ttf") format("truetype");
}
:root {
  --bs-link-color: #7f193e;
  --bs-link-hover-color: #a0003c;
  --bs-code-color: #d63384;
  --bs-gutter-x: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: unset;
}

*, :after, :before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  direction: rtl;
  font-size: 1em;
  font-family: "IRANSans";
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #4a5f73;
}

li {
  list-style: none;
}

h3 {
  font-size: 1.2em;
}

h2 {
  font-size: 1.5em;
}

p {
  font-size: 1em;
}

span {
  font-size: 10.5pt;
}

button {
  cursor: pointer;
  font-size: 1.4em;
  user-select: none;
}

input, button {
  border: none;
}

i, img, input {
  vertical-align: middle;
}

.hidden {
  display: none !important;
}

textarea {
  overflow: auto;
}

.card-primary.card-outline {
  border-top: 3px solid #007bff;
}

.card-danger.card-outline {
  border-top: 3px solid #bb3535;
}

.card-warning.card-outline {
  border-top: 3px solid #e3a300;
}

.card-info.card-outline {
  border-top: 3px solid #00aed5;
}

.cursor_pointer {
  cursor: pointer;
}

.card.loading:before {
  content: "درحال بارگذاری...";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: linear-gradient(#acacac, #404040);
  color: #ffffff;
  font-weight: bold;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.bg-light {
  color: #1a1e21;
}

.small-box {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.small-box .small-box-footer {
  background: rgba(0, 0, 0, 0.4117647059);
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px;
  font-size: 10pt;
  color: #fff;
}
.small-box .inner {
  padding: 10px;
}
.small-box .inner p {
  font-weight: 500;
}
.small-box .inner h3 {
  font-size: 2em;
}
.small-box .icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30pt;
  padding: 20px;
}

.bg-warning {
  color: #715e00;
}

.bg-info {
  color: #002088;
}

.bg-success {
  color: #a1ffa1;
}

.bg-danger {
  color: #fff7ed;
}

#box_FileManager {
  width: 100%;
}
#box_FileManager .body_files {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#box_FileManager .body_files .item_files {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000000;
  cursor: pointer;
  box-shadow: 1px 1px 2px #000000;
  margin: 8px;
  min-width: 150px;
  transition: 0.2s;
  overflow: hidden;
}
#box_FileManager .body_files .item_files:hover {
  background: rgba(0, 0, 0, 0.3);
}
#box_FileManager .body_files .item_files.active {
  border: 2px solid #0a53be;
}
#box_FileManager .body_files .item_files .icon {
  font-size: 50pt;
  width: 70px;
  min-height: 100px;
  position: relative;
}
#box_FileManager .body_files .item_files .icon img {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
}
#box_FileManager .body_files .item_files .name {
  font-size: 12pt;
  font-weight: bold;
  direction: ltr;
}
#box_FileManager .body_files .item_files.img_preview .icon {
  opacity: 0.2;
}
#box_FileManager .box_url {
  display: flex;
}
#box_FileManager .box_url .input_url {
  direction: ltr;
  color: #494949;
}

.select2-container {
  max-width: 100%;
}

.pagination {
  overflow-x: auto;
}

.line {
  display: block;
  border-bottom: 3px solid #474747;
  margin-bottom: 10px;
}
.line .nameLine {
  display: inline-block;
  position: relative;
  top: 12px;
  background: #474747;
  padding: 1px 20px;
  border-radius: 9px;
  font-size: 9pt;
  font-weight: 700;
  color: #fff;
}

.excel_online .table_exel_online {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: initial;
  border-spacing: 2px;
}
.excel_online .table_exel_online tr {
  border-width: 1px 0;
  border-color: inherit;
  border-style: solid;
}
.excel_online .table_exel_online tr .table-dark {
  background: #212529;
}
.excel_online .table_exel_online thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
  background: #212529;
}
.excel_online .table_exel_online thead tr th {
  border: 1px solid #ffffff;
  min-width: 100px;
  font-size: 8pt;
  text-wrap: nowrap;
  cursor: pointer;
  padding: 0.5rem 0.5rem;
}
.excel_online .table_exel_online thead tr th[data-col-name=firstCol] {
  min-width: 10px;
  width: 10px;
}
.excel_online .table_exel_online thead tr th[data-col-name=lastCol] {
  min-width: 10px;
  width: 10px;
}
.excel_online .table_exel_online tbody tr td {
  padding: 0;
  font-size: 8pt;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
}
.excel_online .table_exel_online tbody tr td input {
  width: 100%;
  padding: 5px;
  background: none;
}
.excel_online .table_exel_online tbody tr td select {
  width: 100%;
  padding: 5px;
  background: none;
  border: none;
}
.excel_online .table_exel_online tbody tr td.selected {
  background: #f3f3f3 !important;
}
.excel_online .table_exel_online tbody tr td.selectedMain {
  background: #ffffff !important;
  border: 2px dotted #0a4d85 !important;
}
.excel_online .table_exel_online tbody tr th.cellSelectRoe {
  color: #fff;
  background: #212529;
  padding: 5px;
}
.excel_online .table_exel_online tfoot {
  background: #212529;
}
.excel_online .table_exel_online tfoot .btnAddNew {
  padding: 0 25px;
  font-size: 9pt;
  position: sticky;
  right: 0;
}
.excel_online .table_exel_online tfoot .btnAddNew:hover {
  color: #dcfaff;
}
.excel_online .table_exel_online tfoot .importExcel {
  padding: 0 25px;
  border-right: 1px solid #cccccc;
  font-size: 9pt;
  position: sticky;
  right: 140px;
  cursor: pointer;
}
.excel_online .table_exel_online tfoot .importExcel:hover {
  color: #dcfaff;
}

.loading:before {
  content: "درحال بارگذاری...";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: linear-gradient(#acacac, #404040);
  color: #ffffff;
  font-weight: bold;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.alertNormalBox {
  position: relative;
  z-index: 2000;
}
.alertNormalBox span {
  position: fixed;
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
  background: #0a90eb;
  color: #FFFFFF;
  z-index: 50;
  width: fit-content;
  display: block;
  padding: 14px 20px;
  border-radius: 5px;
  font-weight: 500;
  box-shadow: 0 0 30px 1px #b4b4b4;
  border: 1px solid #cccccc;
}
.alertNormalBox.success span {
  background: #9eff8b;
  color: #005b0b;
}
.alertNormalBox.warning span {
  background: #fdca6c;
  color: #594200;
}
.alertNormalBox.danger span {
  background: #ffd5d5;
  color: #640000;
}

.UploadFile .uploadBox {
  background: #f7fbff;
  border: 2px dashed #9e9e9e;
  padding: 30px;
  min-height: 100px;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 500px) {
  .UploadFile .uploadBox {
    flex-direction: column;
    padding: 10px;
  }
  .UploadFile .uploadBox ul {
    padding: 0;
    font-size: 9pt;
  }
}
.UploadFile .uploadBox input[type=file] {
  display: none;
}
.UploadFile .uploadBox:hover {
  background: #eceef5;
}
.UploadFile .uploadBox .iconPlus {
  font-size: 100px;
  color: #cccccc;
  min-width: 22%;
  text-align: center;
}
.UploadFile .boxPreviewFiles {
  display: grid;
  border: 1px solid #cccccc;
  padding: 10px 0;
}
.UploadFile .boxPreviewFiles .itemPreviewFile {
  border-bottom: 1px solid #cccccc;
  display: flex;
  order: 1;
  min-height: 90px;
  align-items: center;
  justify-content: space-between;
  padding: 5px 14px;
  gap: 8px;
}
.UploadFile .boxPreviewFiles .itemPreviewFile .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-direction: row;
}
@media (max-width: 300px) {
  .UploadFile .boxPreviewFiles .itemPreviewFile .right {
    flex-direction: column;
  }
}
@media (max-width: 300px) {
  .UploadFile .boxPreviewFiles .itemPreviewFile {
    flex-direction: column;
  }
}
.UploadFile .boxPreviewFiles .itemPreviewFile .infoPreviewFile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.UploadFile .boxPreviewFiles .itemPreviewFile .infoPreviewFile .sorting-PreviewFile {
  font-size: 20pt;
  color: #a8a8a8;
  cursor: move;
}
.UploadFile .boxPreviewFiles .itemPreviewFile .image-PreviewFile {
  min-width: 60px;
}
.UploadFile .boxPreviewFiles .ui-sortable-helper {
  background: rgba(255, 255, 255, 0.7098039216);
  border: 2px solid #0a53be !important;
  border-radius: 10px;
}
.UploadFile .boxPreviewFiles .handleSortIcon {
  cursor: move;
  padding: 10px;
}

/*# sourceMappingURL=normalize.css.map */
