﻿@charset "UTF-8";
@font-face {
  font-family: "Ravi-Bold";
  src: url("../fonts/ravi/Ravi-Bold.eot") format("embedded-opentype"), url("../fonts/ravi/Ravi-Bold.woff") format("woff"), url("../fonts/ravi/Ravi-Bold.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Ravi-Medium";
  src: url("../fonts/ravi/Ravi-Medium.eot") format("embedded-opentype"), url("../fonts/ravi/Ravi-Medium.woff") format("woff"), url("../fonts/ravi/Ravi-Medium.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "IRANSans-web";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iran-sans/IRANSansWeb(FaNum).eot");
  src: url("../fonts/iran-sans/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("../fonts/iran-sans/IRANSansWeb(FaNum).woff2") format("woff2"), url("../fonts/iran-sans/IRANSansWeb(FaNum).woff") format("woff"), url("../fonts/iran-sans/IRANSansWeb(FaNum).ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  direction: rtl;
  font-family: IRANSans-web;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: Ravi-Bold;
}

.gap-6 {
  gap: 6px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

@font-face {
  font-family: "Ravi-Bold";
  src: url("../fonts/ravi/Ravi-Bold.eot") format("embedded-opentype"), url("../fonts/ravi/Ravi-Bold.woff") format("woff"), url("../fonts/ravi/Ravi-Bold.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Ravi-Medium";
  src: url("../fonts/ravi/Ravi-Medium.eot") format("embedded-opentype"), url("../fonts/ravi/Ravi-Medium.woff") format("woff"), url("../fonts/ravi/Ravi-Medium.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "IRANSans-web";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iran-sans/IRANSansWeb(FaNum).eot");
  src: url("../fonts/iran-sans/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("../fonts/iran-sans/IRANSansWeb(FaNum).woff2") format("woff2"), url("../fonts/iran-sans/IRANSansWeb(FaNum).woff") format("woff"), url("../fonts/iran-sans/IRANSansWeb(FaNum).ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  direction: rtl;
  font-family: IRANSans-web;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: Ravi-Bold;
}

.gap-6 {
  gap: 6px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

#change_mode {
  background: #EDEEF3;
}

#toggle-mode-cb {
  display: none;
}

.toggle-mood label {
  width: 38px;
  height: 38px;
  position: relative;
  cursor: pointer;
}
.toggle-mood label:before {
  content: "\e9bc";
  font-family: "icomoon";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
}

.img-container {
  position: relative;
  overflow: hidden;
  display: block;
}
.img-container::after {
  content: "";
  display: block;
}
.img-container .img-container-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tooltip-inner {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "IRANSans-web";
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #000000 !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #000000 !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #000000 !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #000000 !important;
}

.table-wrapper {
  overflow-x: auto;
}

.table {
  width: 100%;
}
.table thead tr {
  border-bottom: 1px solid #DAE3F5;
}
.table thead th {
  font-size: 14px;
  color: #000000;
  font-family: "IRANSans-web";
  padding: 20px 15px;
  white-space: nowrap;
}
.table td,
.table th {
  border: none;
  text-align: right;
  vertical-align: middle;
}
.table tbody {
  border-radius: 10px;
}
.table tbody tr {
  border-bottom: 1px solid #DAE3F5;
}
.table tbody tr:nth-child(odd) {
  background: #F9FAFF;
}
.table tbody td {
  padding: 15px;
}
.table tbody td p, .table tbody td span {
  font-size: 14px;
  color: #4C5258;
  font-family: "IRANSans-web";
}
.table .download__icon span {
  font-size: 25px;
}
.table .download__icon:hover span {
  color: #079992;
}
.table .danger-btn,
.table .primary-btn,
.table .secondary-btn {
  font-size: 14px;
  padding: 5px 15px !important;
  height: auto;
  margin-right: 10px;
}
.table .danger-btn span,
.table .primary-btn span,
.table .secondary-btn span {
  margin-left: 5px;
  color: #ffffff;
}
.table .edit-btn,
.table .view-btn,
.table .success-btn {
  font-size: 14px;
  font-family: "IRANSans-web";
  padding: 5px 15px;
  border-radius: 4px;
  color: #394260;
  background: #CCD2E3;
  margin-right: 10px;
  white-space: nowrap;
  transition: all 0.2s linear;
}
.table .edit-btn span,
.table .view-btn span,
.table .success-btn span {
  color: #394260;
  margin-left: 5px;
}
.table .edit-btn:hover,
.table .view-btn:hover,
.table .success-btn:hover {
  background: #aaaeb8;
}
.table .success-btn {
  background: #079992;
  color: #ffffff;
}
.table .success-btn:hover {
  background: #056b66;
  color: #ffffff;
}
.table .status {
  font-size: 14px;
  font-family: "IRANSans-web";
  padding: 5px 10px;
  border-radius: 40px;
  display: inline-block;
  white-space: nowrap;
}
.table .status-danger {
  color: #E55454;
  background: rgba(229, 84, 84, 0.1568627451);
}
.table .status-green {
  color: #079992;
  background: rgba(7, 153, 146, 0.1098039216);
}
.table .status-yellow {
  color: #ffae00;
  background: rgba(255, 174, 0, 0.1450980392);
}
.table .icon_accept span {
  font-size: 25px;
  color: #079992;
}
.table .icon_reject span {
  font-size: 25px;
  color: #E55454;
}

.datepicker-plot-area .datepicker-day-view .table-days td span:hover {
  color: #000;
}

.styled-select {
  width: 100%;
  min-height: 45px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #B7C0D2;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.styled-select::before {
  content: "\ea56";
  font-family: "icomoon";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 20px;
}
.styled-select select {
  font-size: 14px;
  padding: 0 10px;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  font-family: "IRANSans-web";
  height: 100%;
  width: 100%;
  color: #000000;
  appearance: none;
  cursor: pointer;
}

.primary-btn,
.danger-btn,
.secondary-btn {
  font-size: 14px;
  color: #ffffff;
  font-family: "IRANSans-web";
  height: 45px;
  border-radius: 4px;
  padding: 5px 30px;
  background: #079992;
  border: 0;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.primary-btn:not([disabled]):hover,
.danger-btn:not([disabled]):hover,
.secondary-btn:not([disabled]):hover {
  background: #03b8af;
  color: #ffffff;
}
.primary-btn span,
.danger-btn span,
.secondary-btn span {
  margin-left: 10px;
  font-size: 20px;
}

.danger-btn {
  background: #FF2E00;
}
.danger-btn:hover {
  background: #e62a00;
}

.secondary-btn {
  background: #394260;
  color: #ffffff;
}
.secondary-btn:not(disabled):hover {
  background: #222941;
}
.secondary-btn span {
  color: #ffffff !important;
  font-size: 18px !important;
}

.registration-panel-btn {
  font-size: 14px;
  color: #ffffff;
  font-family: "Ravi-Bold";
  border-radius: 4px;
  background: #079992;
  padding: 5px 20px;
  margin-left: 10px;
  transition: all 0.2s linear;
  margin-bottom: 10px;
}
.registration-panel-btn span {
  font-size: 22px;
  margin-left: 10px;
}
.registration-panel-btn:hover {
  background: #03b8af;
  color: #ffffff;
}

.group-input-title {
  font-size: 14px;
  color: #000000;
  font-family: "IRANSans-web";
  margin-bottom: 10px;
}

.group-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}
.group-field label {
  font-size: 14px;
  color: #000000;
  font-family: "IRANSans-web";
  margin-bottom: 10px;
  position: relative;
  width: fit-content;
}
.group-field .required {
  font-size: 18px;
  color: #E55454;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 0;
}
.group-field input {
  height: 45px;
}
.group-field input,
.group-field textarea {
  font-size: 16px;
  color: #000000;
  font-family: "IRANSans-web";
  border-radius: 4px;
  border: 1px solid #B7C0D2;
  padding: 10px;
}
.group-field input:focus,
.group-field textarea:focus {
  border: 1px solid #079992;
}
.group-field input:disabled,
.group-field textarea:disabled {
  background: #cfcece;
  cursor: no-drop;
}
.group-field input::-webkit-outer-spin-button,
.group-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.group-field input[type=number] {
  -moz-appearance: textfield;
}
.group-field .err-text,
.group-field .pass-structure {
  font-size: 14px;
  color: #E55454;
  font-family: "IRANSans-web";
  margin-top: 10px;
}
.group-field label.error {
  font-size: 14px;
  color: #E55454;
  font-family: "IRANSans-web";
  margin-top: 5px;
}

.group-pass {
  height: 45px;
  border-radius: 4px;
  border: 1px solid #B7C0D2;
  padding: 5px;
  overflow: hidden;
  background: #ffffff;
}
.group-pass:focus-within {
  border: 1px solid #079992;
}
.group-pass input {
  flex-grow: 2;
  border-radius: 0;
  border: 0;
  height: 100%;
  width: 95%;
}
.group-pass input:focus {
  border: 0;
}
.group-pass span {
  font-size: 20px;
  color: #B7C0D2;
}
.group-pass .input-btn {
  font-size: 12px;
  color: #000000;
  font-family: "IRANSans-web";
  padding: 5px 10px;
  background: #CECECE;
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
  white-space: nowrap;
}
.group-pass .input-btn span {
  margin-right: 10px;
}
.group-pass .input-btn:hover {
  background: #b8b8b8;
}

.custom-file {
  width: 100%;
  height: 45px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #B7C0D2;
  background: #ffffff;
  padding: 5px;
}
.custom-file .custom-file-input {
  display: none;
}
.custom-file .custom-file-label {
  font-size: 14px;
  color: #000;
  font-family: "IRANSans-web";
  position: relative;
  flex-grow: 2;
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  /*&::after {
      content: "بارگذاری فایل ";
      color: #FFFFFF;
      font-size: 'Ravi-Bold';
      padding: 5px 10px;
      height: 100%;
      border-radius: 6px;
      background: #079992;
      position: absolute;
      right: 0;
      top: 0;
      @include flex;
      cursor: pointer;
    }*/
}

.js-add--exam-row {
  margin-bottom: 20px;
  font-size: 27px;
  color: #079992;
  background: transparent;
}

.js-remove--exam-row {
  font-size: 30px;
}

.datepicker-container .datepicker-plot-area {
  width: 280px;
  border-radius: 10px;
  padding: 20px;
}
.datepicker-container .datepicker-plot-area .toolbox {
  display: none;
}
.datepicker-container .datepicker-plot-area .header {
  padding-top: 0;
}
.datepicker-container .datepicker-plot-area .datepicker-navigator {
  position: relative;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 10px;
}
.datepicker-container .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
  position: absolute;
  top: 0;
  left: 0;
}
.datepicker-container .datepicker-plot-area .datepicker-navigator .pwt-btn-prev::after {
  content: "\e916";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 25px;
}
.datepicker-container .datepicker-plot-area .datepicker-navigator .pwt-btn-next {
  position: absolute;
  top: 0;
  right: 0;
}
.datepicker-container .datepicker-plot-area .datepicker-navigator .pwt-btn-next::after {
  content: "\e91b";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 25px;
}
.datepicker-container .datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
  text-align: center;
  font-size: 16px;
  font-family: "IRANSans-web";
  color: #333333;
  width: fit-content;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 0 10px 0 30px;
  margin: 0;
  position: relative;
}
.datepicker-container .datepicker-plot-area .datepicker-navigator .pwt-btn-switch::after {
  content: "\e912";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  font-size: 16px;
}
.datepicker-container .datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
  font-size: 16px;
  font-family: "IRANSans-web";
  color: #9C9A9A;
  background: #f5f5f5;
}
.datepicker-container .datepicker-plot-area .datepicker-day-view .table-days .selected {
  background: #079992;
  border-radius: 50%;
}
.datepicker-container .datepicker-plot-area .datepicker-day-view .table-days .selected span {
  text-shadow: unset !important;
  color: #FFFFFF !important;
}
.datepicker-container .datepicker-plot-area .datepicker-day-view .table-days .today {
  background: #079992;
  border-radius: 50%;
}
.datepicker-container .datepicker-plot-area .datepicker-day-view .table-days .today span {
  text-shadow: unset !important;
  color: #FFFFFF !important;
}
.datepicker-container .datepicker-plot-area .datepicker-day-view .table-days .today::after {
  content: unset;
}
.datepicker-container .datepicker-plot-area .datepicker-day-view .table-days .today::before {
  content: unset;
}
.datepicker-container .datepicker-plot-area .datepicker-day-view .table-days span {
  font-size: 14px;
  font-family: "Ravi-Bold";
  color: #666666;
  background: transparent !important;
  margin: 8px 0 !important;
}
.datepicker-container .datepicker-plot-area .datepicker-day-view .table-days .other-month {
  color: #CFCDCD;
}

.group-checkbox {
  margin-bottom: 15px;
}
.group-checkbox input {
  display: none;
}
.group-checkbox label {
  font-size: 14px;
  color: #000000;
  font-family: "IRANSans-web";
  padding: 0 25px 0;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.group-checkbox label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
  width: 20px;
  height: 20px;
  border: 1px solid #3C6382;
  font-family: "icomoon";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 10px;
  padding-top: 3px;
}
.group-checkbox input:checked ~ label::after {
  content: "\f00f";
  background: #079992;
  border: 1px solid #079992;
}

.group-radio input {
  display: none;
}
.group-radio label {
  font-size: 14px;
  font-family: "IRANSans-web";
  padding: 0 25px 0;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.group-radio label:not(.error)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #3C6382;
  font-family: "icomoon";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.2s linear;
}
.group-radio input:checked ~ label::after {
  border: 6px solid #3C6382;
  background: #fff;
}

.panel-admin-title {
  font-size: 24px;
  color: #1E1D36;
  font-family: "Ravi-Bold";
}

.dropdown-box {
  display: none;
  background: #f5f5f5;
  padding: 0 20px;
  margin-top: 10px;
  border-radius: 10px;
}
.dropdown-box.show {
  display: flex;
}

#accordian {
  width: 100%;
  flex-grow: 2;
  padding-top: 20px;
}
#accordian ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
#accordian ul li a {
  color: #ffffff;
  font-size: 14px;
  padding: 15px 25px;
  transition: all 0.3s;
  position: relative;
  font-family: "IRANSans-web";
  border-radius: 3px;
  display: inline-block;
  transition: all 0.2s linear;
  width: 100%;
  white-space: nowrap;
}
#accordian ul li a:hover {
  background: #027B75;
}
#accordian ul li a span {
  margin-left: 20px;
  font-size: 25px;
}

#accordian > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a {
  width: 100%;
  background: #027B75;
}

#accordian > ul > li > ul,
#accordian > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul > li > ul {
  display: none;
  position: relative;
  /*padding-right: 10px;*/
}

#accordian > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li > ul > li > ul > li.active > ul.show-dropdown {
  display: block;
}

#accordian > ul > li > ul,
#accordian > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul > li > ul {
  padding-left: 0;
}

#accordian li a:not(:only-child) {
  position: relative;
}
#accordian li a:not(:only-child)::after {
  content: "\e912";
  position: absolute;
  left: 15px;
  top: 14px;
  font-size: 15px;
  font-family: "icomoon";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  transition: 0.2s;
  cursor: pointer;
  color: #ffffff;
}

#accordian .active > a:not(:only-child):after {
  transform: rotate(180deg);
}

.menuOpened .menu_overlay {
  display: block;
}

.menuOpened .sidebarMenu {
  transform: translate(0, 0);
  transition: all 0.3s cubic-bezier(0.29, 0.39, 0.68, 0.53);
}

.menuOpened {
  overflow: hidden;
}

.navbar {
  overflow: hidden;
}
.navbar .navbar-toggler {
  font-size: 25px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none !important;
}
.navbar .offcanvas-start {
  width: 300px;
}
.navbar .offcanvas-start .nav-link {
  padding: 15px !important;
}
.navbar .offcanvas-start .nav-link::after {
  bottom: 0;
  height: 1px;
}
.navbar .offcanvas-start .secondary-btn {
  margin-right: 0;
}
.navbar .offcanvas-start .primary-btn {
  width: 100%;
  margin-bottom: 10px;
}
.navbar .offcanvas-start .secondary-btn {
  width: 100%;
}
.navbar .nav-link {
  font-size: 12px;
  color: #000000;
  font-family: "IRANSans-web";
  position: relative;
  padding: 30px 15px !important;
}
.navbar .nav-link::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #079992;
  transition: all 0.2s linear;
}
.navbar .nav-link:hover::after {
  bottom: 5px;
}
.navbar .secondary-btn {
  margin-right: 15px;
}
.navbar .navbar-brand img {
  width: 110px;
}

.timeline-register p {
  font-size: 14px;
  color: #B6B6B6;
  font-family: "Ravi-Bold";
  position: relative;
}
.timeline-register p.active {
  color: #000;
}
.timeline-register p.active::after {
  background: #ED145B;
}
.timeline-register p.prev-level::after {
  background: #079992;
}
.timeline-register p::after {
  content: "1";
  font-size: 14px;
  color: #FFFFFF;
  font-family: "Ravi-Bold";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 10px);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #B6B6B6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-register .last-level::after {
  content: "2";
}
.timeline-register .line {
  width: 90px;
  margin: 0 10px;
  background: #547692;
}

.login-page {
  overflow: hidden;
}
.login-page .information-regiter-list {
  border-radius: 8px;
  background: #F4F4F4;
  padding: 10px;
}
.login-page .information-regiter-list li {
  padding: 5px;
}
.login-page .information-regiter-list p {
  font-size: 14px;
  color: #000000;
  font-family: "IRANSans-web";
}
.login-page .back-link {
  font-size: 14px;
  color: #000000;
  font-family: "Ravi-Bold";
  transition: all 0.2s linear;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #161D30;
}
.login-page .back-link:hover {
  background: #161D30;
  color: #ffffff;
}
.login-page .login-wrapper {
  min-height: calc(100vh - 40px);
  background: #DCF2F0;
  border-radius: 16px;
  margin: 20px;
  overflow: hidden;
  padding: 50px 0;
}
.login-page .login-box {
  background: #ffffff;
  box-shadow: 0 0 15px #b6dedc;
  padding: 20px;
  border-radius: 16px;
}
.login-page .login-title {
  font-size: 26px;
  color: #000000;
  font-family: "Ravi-Bold";
  margin-bottom: 20px;
}
.login-page .login-btn {
  font-size: 20px;
  color: #ffffff;
  font-family: "Ravi-Bold";
  height: 45px;
  border-radius: 4px;
  padding: 0 10px;
  background: #079992;
  border: 0;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 20px;
}
.login-page .login-btn:hover {
  background: #03b8af;
  color: #ffffff;
}
.login-page .login-top-menu {
  overflow-x: auto;
  padding-bottom: 15px;
}
.login-page .login-top-menu li {
  margin-left: 15px;
}
.login-page .login-top-menu li:last-child {
  margin-left: 0;
}
.login-page .login-link {
  font-size: 14px;
  color: #000000;
  font-family: "IRANSans-web";
  white-space: nowrap;
}
.login-page .login-link span {
  margin-left: 5px;
  color: #000000;
  font-size: 22px;
}
.login-page .login-link:hover {
  color: #666666;
}
.login-page .forget-pass {
  font-size: 14px;
  color: #FF7A00;
  font-family: "IRANSans-web";
  margin-bottom: 40px;
  display: inline-block;
}
.login-page .forget-pass:hover {
  text-decoration: underline;
}
.login-page .text-login-page {
  font-size: 14px;
  color: #000000;
  font-family: "IRANSans-web";
}
.login-page .toggle-password {
  cursor: pointer;
}

.modal-wrapper {
  background: rgba(255, 255, 255, 0.7);
}
.modal-wrapper .primary-btn,
.modal-wrapper .secondary-btn,
.modal-wrapper .danger-btn {
  font-size: 15px;
  padding: 5px 20px;
}
.modal-wrapper .modal-content {
  box-shadow: 0 0 29px rgba(87, 119, 117, 0.5);
  border: 0;
  border-radius: 8px;
  padding: 30px;
}
.modal-wrapper .modal-title {
  font-size: 32px;
  color: #101010;
  font-family: "Ravi-Bold";
  margin-bottom: 30px;
}
.modal-wrapper .modal-text {
  font-size: 14px;
  color: #101010;
  font-family: "Ravi-Bold";
  margin-bottom: 10px;
}

.sidebar-desk {
  position: fixed;
  z-index: 10;
}

.sidebar {
  min-width: 300px;
  background: #079992;
  transition: all 0.2s linear;
  min-height: 100vh;
}
.sidebar .close-sidebar {
  font-size: 20px;
}
.sidebar .line {
  background: #ffffff;
  margin: 0;
}
.sidebar .contact-support {
  border-radius: 8px;
  background: #027B75;
  padding: 10px;
  font-size: 16px;
  font-family: "Ravi-Bold";
  color: #FFFFFF;
  margin: 12px;
  transition: all 0.2s linear;
  white-space: nowrap;
}
.sidebar .contact-support:hover {
  background: #03b8af;
}
.sidebar .contact-support span {
  margin-left: 30px;
  font-size: 25px;
}

.h-60 {
  height: 60px;
}

.timeline-box {
  border-radius: 8px;
  padding: 30px 150px;
  background: #f5f5f5;
  margin-bottom: 30px;
}
.timeline-box .timeline-title {
  font-size: 20px;
  color: #3C6382;
  font-family: "Ravi-Bold";
  text-align: center;
  margin-bottom: 40px;
}
.timeline-box .timeline {
  overflow-x: auto;
}
.timeline-box .timeline-circle {
  min-width: 76px;
  height: 76px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #079992;
  padding: 5px;
}
.timeline-box .timeline-circle p {
  font-size: 10px;
  color: #ffffff;
  font-family: "Ravi-Bold";
  text-align: center;
}
.timeline-box .timeline .timeline-line {
  width: 100%;
  position: relative;
  margin: 0 20px;
  min-width: 70px;
}
.timeline-box .timeline .timeline-text {
  font-size: 10px;
  display: block;
  font-family: "IRANSans-web";
  color: #161D30;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.timeline-box .timeline .timeline-line_first .line-arrow {
  border-top: 1px dashed #079992;
}
.timeline-box .timeline .line-arrow {
  height: 1px;
  width: 100%;
  border-top: 1px solid #079992;
  position: relative;
}
.timeline-box .timeline .line-arrow::after {
  content: "\e916";
  font-family: "icomoon";
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #079992;
}
.timeline-box .timeline .timeline-last-child {
  background: #161D30;
  border-radius: 50%;
}
.timeline-box .timeline .timeline-last-child p {
  color: #ffffff;
}

.pr-260 {
  padding-right: 300px;
  transition: all 0.2s linear;
}

.content-page {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  z-index: 10;
  background-color: #EDEEF3;
  padding-top: 16px;
}
.content-page-main {
  padding: 0 16px 80px 16px;
}
.content-page .proposal-summary-text {
  font-size: 14px;
  font-family: "IRANSans-web";
  color: #666666;
}
.content-page .proposal-summary-text span {
  color: #000;
}
.content-page .download-btn {
  font-size: 30px;
  color: #000;
  margin-right: 20px;
}
.content-page .download-btn:hover {
  color: #079992;
}
.content-page .text-right-field {
  font-size: 14px;
  color: #000000;
  font-family: "IRANSans-web";
  margin-left: 15px;
  white-space: nowrap;
}
.content-page .operator {
  font-size: 30px;
  color: #000;
  font-family: "Ravi-Bold";
  margin-right: 10px;
}
.content-page .digital-signature_box span {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(7, 153, 146, 0.2039215686);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: #079992;
}
.content-page .digital-signature_box p {
  font-size: 18px;
  color: #000;
  font-family: "Ravi-Bold";
  margin-top: 30px;
}
.content-page .information-list-title {
  font-size: 16px;
  color: #000000;
  font-family: "Ravi-Bold";
  white-space: nowrap;
  margin-left: 20px;
  white-space: nowrap;
}
.content-page .information-list {
  border-radius: 30px;
  gap: 20px 50px;
}
.content-page .information-list li {
  margin-bottom: 20px;
}
.content-page .information-list p {
  font-size: 14px;
  color: #1E1D36;
  font-family: "Ravi-Bold";
  margin-bottom: 10px;
}
.content-page .information-list span {
  font-size: 12px;
  color: #4C5258;
  font-family: "IRANSans-web";
}
.content-page .edit-link {
  font-size: 14px;
  color: #079992;
  font-family: "IRANSans-web";
  margin-right: 16px;
}
.content-page .user-text {
  font-size: 14px;
  color: #000;
  font-family: "IRANSans-web";
}
.content-page .text-info {
  font-size: 14px;
  font-family: "IRANSans-web";
  color: #000000 !important;
  margin-top: 15px;
}
.content-page .text-info span {
  margin-left: 10px;
  font-size: 18px;
}
.content-page .page-title {
  font-size: 24px;
  color: #292F45;
  font-family: "Ravi-Bold";
  margin: 20px 0;
}
.content-page .news-box .content-title {
  margin-bottom: 30px;
}
.content-page .small-box-panel img {
  margin-bottom: 15px;
  width: 80px;
}
.content-page .box-title {
  font-size: 18px;
  color: #292F45;
  font-family: "Ravi-Bold";
}
.content-page .news-img {
  min-width: 100px;
  margin-left: 15px;
}
.content-page .news-img::after {
  padding-bottom: 100%;
}
.content-page .news-title {
  font-size: 16px;
  font-family: "Ravi-Bold";
  color: #292F45;
  margin-bottom: 10px;
  transition: all 0.2s linear;
}
.content-page .news-title:hover {
  color: #AEB6D1;
}
.content-page .news-text {
  font-size: 14px;
  font-family: "IRANSans-web";
  color: #697278;
}

.box {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 24px 0px rgba(57, 66, 96, 0.2);
  transition: all 0.2s linear;
}

.box-content {
  border-radius: 8px;
  background: #FFF;
  transition: all 0.2s linear;
  padding: 20px;
  margin-bottom: 20px;
}

.offcanvas-start {
  width: 300px;
}

.header-page {
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 0;
  padding: 12px;
  margin-bottom: 0 !important;
}
.header-page .search-btn {
  font-size: 20px;
  color: #000;
}
.header-page .search-mobile {
  position: absolute;
  padding: 0 20px;
  left: -100%;
  top: 0;
  display: none;
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 1;
  transition: all 0.2s linear;
}
.header-page .search-mobile input {
  font-size: 14px;
  font-family: "IRANSans-web";
  border: 0;
  background: transparent;
  height: 100%;
  color: #000;
}
.header-page .search-mobile button {
  border: 0;
  background: transparent;
  color: #000;
  font-size: 20px;
  margin-left: 20px;
}
.header-page .search-mobile.open {
  left: 0;
  display: flex;
}
.header-page .close-search {
  margin-right: 20px;
  font-size: 25px;
  color: #000000;
}
.header-page .notification {
  font-size: 25px;
  color: #000;
}
.header-page .badge1 {
  top: 5px;
  right: 5px;
  background: #FF2E00;
}
.header-page .header_icons {
  margin-right: 20px;
  display: flex;
}
.header-page .hamberger-menu {
  font-size: 25px;
  margin-left: 15px;
}
.header-page .search-wrapper {
  width: 350px;
  border-radius: 40px;
  border: 1px solid #D6D6D6;
  background: #ffffff;
}
.header-page .search-wrapper input {
  font-size: 14px;
  color: #292F45;
  font-family: "IRANSans-web";
  flex-grow: 2;
  background: transparent;
  padding: 10px 20px;
  border: 0;
}
.header-page .search-wrapper button {
  padding: 0 15px;
  background: transparent;
  border: 0;
}
.header-page .search-wrapper:focus-within {
  border: 1px solid #079992;
}
.header-page .profile-name {
  font-size: 14px;
  color: #292F45;
  font-family: "Ravi-Bold";
  margin-bottom: -5px;
}
.header-page .wellcome {
  font-size: 12px;
  color: #292F45;
  font-family: "IRANSans-web";
}
.header-page .dropdown .icon-arrow-down-1 {
  position: relative;
  margin-right: 10px;
  font-size: 20px;
  color: #000;
  top: 0;
}
.header-page .dropdown .dropdown-menu.show {
  border-radius: 8px;
  background: #079992;
  border: 0;
}
.header-page .dropdown .dropdown-item {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "Ravi-Bold";
  padding: 10px;
  transition: all 0.2s linear;
}
.header-page .dropdown .dropdown-item span {
  font-size: 20px;
  margin-left: 10px;
}
.header-page .dropdown .dropdown-item:hover {
  background: #027B75;
}
.header-page .dropdown .dropdown-menu_notif.show {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 24px 0px rgba(57, 66, 96, 0.2);
  border: 0;
}
.header-page .dropdown .dropdown-menu_notif.show .dropdown-item {
  color: #000;
}
.header-page .dropdown .dropdown-menu_notif.show .dropdown-item span {
  min-width: 35px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-page .dropdown .dropdown-menu_notif.show .dropdown-item:hover {
  background: #D6D6D6;
}
.header-page .dropdown .dropdown-menu_notif.show li {
  border-bottom: 1px solid rgb(209, 209, 209);
}
.header-page .dropdown .dropdown-menu_notif.show li:last-child {
  border-bottom: 0;
}
.header-page .dropdown .dropdown-menu_notif.show .view-all {
  color: #000000;
}
.header-page .dropdown .dropdown-menu_notif.show .approw span {
  color: #079992;
  background: #e2fffe;
}
.header-page .dropdown .dropdown-menu_notif.show .reject span {
  color: #E55454;
  background: #fde9e9;
}

.line {
  background: #B7C0D2;
  margin: 20px 0;
  width: 100%;
  height: 1px;
}

.tabs li {
  font-size: 16px;
  font-family: "Ravi-Bold";
  color: #ffffff;
  background: #CCD2E3;
  padding: 10px 25px;
  border-radius: 10px 10px 0 0;
  margin-left: 10px;
  position: relative;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -2px;
  position: relative;
}
.tabs li a {
  color: #ffffff;
}
.tabs li .number {
  font-size: 12px;
  font-family: "Ravi-Bold";
  padding: 3px 8px 0;
  border-radius: 50%;
  background: #E55454;
  color: #ffffff;
  position: absolute;
  top: -3px;
  left: -3px;
}
.tabs li.active {
  background: #079992;
}

.tabContainer {
  /*border: 1px solid rgb(228, 228, 228);*/
  background: #ffffff;
  padding: 15px;
  /*border-radius: 10px 0 10px 10px;*/
}
.tabContainer .table-wrapper {
  margin: 0;
}

.header-section {
  background-image: url("../img/bg-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  background-position: center center;
}
.header-section .header-login-btn {
  font-size: 18px;
  color: #079992;
  font-family: "IRANSans-web";
  border-radius: 4px;
  background: #FFF;
  padding: 5px 40px;
  height: 46px;
  margin-right: 20px;
  transition: all 0.2s linear;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-section .header-login-btn:hover {
  background: transparent;
  color: #ffffff;
}

.footer {
  background: #079992;
  padding: 50px 0;
  /*.img-footer{
      width: 500px;
  }*/
}
.footer .footer-title {
  font-size: 16px;
  font-family: "Ravi-Bold";
  color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.footer .footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffff;
  height: 1px;
  width: 23px;
}
.footer .footer-link,
.footer .footer-text {
  font-size: 14px;
  font-family: "IRANSans-web";
  color: #ffffff;
  padding: 5px 0;
  display: inline-block;
  position: relative;
}
.footer .footer-link::after,
.footer .footer-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.2s linear;
}
.footer .footer-link:hover::after {
  width: 100%;
}
.footer .copyright {
  font-size: 14px;
  font-family: "IRANSans-web";
  color: #ffffff;
}

.breadcrumb-link {
  font-size: 12px;
  font-family: "IRANSans-web";
  color: #AEB6D1;
  transition: all 0.2s linear;
}
.breadcrumb-link:hover {
  color: #292F45;
}
.breadcrumb span {
  color: #AEB6D1;
  margin: 0 3px;
  font-size: 10px;
}

.index-title {
  font-size: 24px;
  color: #079992;
  font-family: "Ravi-Bold";
  margin-bottom: 30px;
}

.advantages-factoring {
  padding: 40px 0;
}
.advantages-factoring_img img {
  width: 100%;
}
.advantages-factoring_text {
  font-size: 14px;
  color: #000000;
  font-family: "IRANSans-web";
  margin-top: 15px;
}

.news-section {
  padding: 40px 0;
}

.news-card {
  border-radius: 8px;
  background: #F4F4F4;
  overflow: hidden;
  height: 100%;
}
.news-card .news-img {
  width: 100%;
}
.news-card .news-img::after {
  padding-bottom: 60%;
}
.news-card .news-title {
  font-size: 12px;
  color: #000000;
  font-family: "Ravi-Bold";
  margin-bottom: 15px;
  transition: all 0.2s linear;
}
.news-card .news-title:hover {
  color: #AEB6D1;
}
.news-card .news-text {
  font-size: 11px;
  color: #2D2D2D;
  font-family: "IRANSans-web";
}
.news-card .news-date {
  font-size: 14px;
  color: #ffffff;
  font-family: "IRANSans-web";
  border-radius: 50px;
  background: #079992;
  padding: 5px 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.news-card .news-body {
  padding: 30px 20px 20px;
  position: relative;
}

.requests-section {
  padding: 40px 0;
}
.requests-section .requests-list li {
  background: #F4F4F4;
  padding: 19px 30px;
  transition: all 0.2s linear;
}
.requests-section .requests-list li:first-child {
  border-radius: 8px 8px 0 0;
}
.requests-section .requests-list li:last-child {
  border-radius: 0 0 8px 8px;
}
.requests-section .requests-list li:nth-child(odd) {
  background: #EBEBEB;
  transition: all 0.2s linear;
}
.requests-section .requests-list li a {
  font-size: 14px;
  color: #000000;
  font-family: "IRANSans-web";
}
.requests-section .danger-btn {
  margin-top: 30px;
}

.header-page .sidebar-hamberger {
  display: none;
  margin-left: 20px;
  color: #000;
}
.header-page .sidebar-hamberger:hover {
  color: #000;
}

.sidebar-hamberger {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.2s linear;
}
.sidebar-hamberger:hover {
  color: #027B75;
}

.main.collapse1 .header-page .sidebar-hamberger {
  display: block;
  transform: rotate(180deg);
}
.main.collapse1 #accordian li p {
  display: none;
}
.main.collapse1 .pr-260 {
  padding-right: 67px;
}
.main.collapse1 .sidebar {
  min-width: 67px;
  width: 67px;
}
.main.collapse1 .contact-support p {
  display: none;
}
.main.collapse1 #accordian li a:not(:only-child)::after {
  content: none;
}

.message-box .message-box_header {
  border-bottom: 1px solid #DAE3F5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.message-box .message-title {
  font-size: 14px;
  color: #1E1D36;
  font-family: "Ravi-Bold";
  margin-left: 15px;
}
.message-box .message-date,
.message-box .message-text {
  font-size: 12px;
  color: #4C5258;
  font-family: "IRANSans-web";
}
.message-box .download-btn {
  font-size: 12px;
  color: #394260;
  font-family: "IRANSans-web";
  border-radius: 4px;
  background: #CCD2E3;
  padding: 5px 10px;
}

.header-table .pagination-table .page-number {
  font-size: 12px;
  font-family: "IRANSans-web";
  color: #4C5258;
}
.header-table .pagination-table .page-link {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #DEE7F6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
}
.header-table .search-table {
  border-radius: 4px;
  border: 1px solid #DEE7F6;
  min-width: 173px;
}
.header-table .search-table input {
  font-size: 12px;
  color: #4C5258;
  font-family: "IRANSans-web";
  border: 0;
  padding: 5px 10px;
  background: transparent;
  flex-grow: 2;
}
.header-table .search-table button {
  border: 0;
  padding: 0 10px;
  background: transparent;
}

.download-link {
  font-size: 25px;
  color: #027B75;
}

.upload-file-link {
  /*font-size: 25px;*/
  color: #fff;
}

.line-chart {
  width: 100%;
}

.table-chart thead th {
  text-align: center;
}
.table-chart tbody {
  border-radius: 0;
}
.table-chart tbody tr {
  border-bottom: 0;
}
.table-chart tbody tr:nth-child(odd) {
  background: transparent;
}
.table-chart tbody td p {
  font-size: 18px !important;
  font-family: "Ravi-Bold";
  text-align: center;
}

#change_mode.dark {
  background: #161D30;
}
#change_mode.dark .dataTables_info {
  color: #fff;
}
#change_mode.dark .paginate_button {
  color: #fff !important;
}
#change_mode.dark .toggle-mood label:before {
  content: "\ea10";
  color: #fff;
}
#change_mode.dark .table thead tr {
  border-bottom: 1px solid #809AFA;
}
#change_mode.dark .table thead th {
  color: #fff;
}
#change_mode.dark .table tbody tr {
  border-bottom: 1px solid #809AFA;
}
#change_mode.dark .table tbody tr:nth-child(odd) {
  background: #394260;
}
#change_mode.dark .table tbody td {
  color: #fff;
}
#change_mode.dark .table tbody td p, #change_mode.dark .table tbody td span {
  color: #fff;
}
#change_mode.dark .table tfoot {
  color: #fff;
}
#change_mode.dark .table .status-danger {
  background: #413647;
}
#change_mode.dark .table .status-green {
  background: #2B445A;
}
#change_mode.dark .table .status-yellow {
  background: rgba(63, 55, 39, 0.6352941176);
}
#change_mode.dark .table .icon__accept span {
  color: #079992;
}
#change_mode.dark .table .icon__reject span {
  color: #E55454;
}
#change_mode.dark .table .edit-btn span {
  color: #000;
}
#change_mode.dark .page-title {
  color: #fff;
}
#change_mode.dark #accordian > ul.show-dropdown > li.active > a, #change_mode.dark #accordian > ul > li > ul.show-dropdown > li.active > a, #change_mode.dark #accordian > ul > li > ul > li > ul.show-dropdown > li.active > a, #change_mode.dark #accordian > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a,
#change_mode.dark #accordian > ul > li > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a {
  background: #394260;
}
#change_mode.dark #accordian ul li a:hover {
  background: #394260;
}
#change_mode.dark .group-radio label:not(.error),
#change_mode.dark .group-checkbox label:not(.error) {
  color: #fff;
}
#change_mode.dark .group-radio input:checked ~ label::after {
  border: 6px solid #809AFA;
}
#change_mode.dark .btn {
  color: #fff;
}
#change_mode.dark .styled-select {
  background: #394260;
  border: 1px solid #394260;
}
#change_mode.dark .styled-select::before {
  color: #fff;
}
#change_mode.dark .styled-select select {
  color: #fff;
}
#change_mode.dark .styled-select select option {
  background: #394260;
}
#change_mode.dark .danger-btn {
  background: #ED145B;
}
#change_mode.dark .danger-btn:hover {
  background: #ce0447;
}
#change_mode.dark .box {
  background: #292F45;
}
#change_mode.dark .timeline-box {
  background: #292F45;
}
#change_mode.dark .timeline-box .timeline-title {
  color: #ffffff;
}
#change_mode.dark .timeline-box .timeline {
  overflow-x: auto;
}
#change_mode.dark .timeline-box .timeline .timeline-text {
  color: #ffffff;
}
#change_mode.dark .timeline-box .timeline .timeline-last-child {
  background: #809AFA;
}
#change_mode.dark .group-field label {
  color: #fff;
}
#change_mode.dark .group-field input, #change_mode.dark .group-field textarea {
  color: #fff;
  background: #394260;
  border: 1px solid #394260;
}
#change_mode.dark .group-field input:focus, #change_mode.dark .group-field textarea:focus {
  border: 1px solid #809AFA;
}
#change_mode.dark .group-pass {
  background: #394260;
}
#change_mode.dark .group-pass input:focus {
  border: 0;
}
#change_mode.dark .group-pass span {
  color: #FFFFFF;
}
#change_mode.dark .group-pass:focus-within {
  border: 1px solid #809AFA;
}
#change_mode.dark .dropdown-box.show {
  background-color: #292F45;
  border: 1px solid #809AFA;
}
#change_mode.dark .group-input-title {
  color: #FFFFFF;
}
#change_mode.dark .secondary-btn {
  background: #809AFA;
}
#change_mode.dark .secondary-btn:hover {
  background: #B6BFDE;
}
#change_mode.dark .sidebar {
  background: #292F45;
}
#change_mode.dark .sidebar .line {
  background: #4C5575;
}
#change_mode.dark .sidebar .contact-support {
  background: #394260;
}
#change_mode.dark .sidebar .contact-support:hover {
  background: #809AFA;
}
#change_mode.dark .custom-file {
  border: 1px solid #809AFA;
  background: #394260;
}
#change_mode.dark .custom-file .custom-file-label {
  color: #FFFFFF;
}
#change_mode.dark .tabContainer {
  border: 1px solid #4C5575;
  background: #161D30;
}
#change_mode.dark .tabs li {
  border-bottom: 1px solid #4C5575;
}
#change_mode.dark .box-content {
  background: rgb(41, 47, 69);
}
#change_mode.dark .content-page {
  background: #161D30;
}
#change_mode.dark .content-page .operator {
  color: #ffffff;
}
#change_mode.dark .content-page .text-info {
  color: #ffffff !important;
}
#change_mode.dark .content-page .text-right-field {
  color: #FFFFFF;
}
#change_mode.dark .content-page .proposal-summary-text {
  color: #FFFFFF;
}
#change_mode.dark .content-page .proposal-summary-text span {
  color: #fff;
}
#change_mode.dark .content-page .download-btn {
  color: #FFFFFF;
}
#change_mode.dark .content-page .download-btn:hover {
  color: #809AFA;
}
#change_mode.dark .content-page .information-list-title {
  color: #FFFFFF;
}
#change_mode.dark .content-page .information-list p,
#change_mode.dark .content-page .information-list span {
  color: #FFFFFF;
}
#change_mode.dark .content-page .digital-signature_box span {
  background: #2B445A;
}
#change_mode.dark .content-page .digital-signature_box p {
  color: #fff;
}
#change_mode.dark .content-page .user-text {
  color: #fff;
}
#change_mode.dark .content-page .box-title {
  color: #fff;
}
#change_mode.dark .content-page .news-title {
  color: #fff;
}
#change_mode.dark .content-page .news-title:hover {
  color: #809AFA;
}
#change_mode.dark .content-page .news-text {
  color: #B6BFDE;
}
#change_mode.dark .content-page .line {
  background: #4C5575;
}
#change_mode.dark .header-page .sidebar-hamberger {
  color: #FFFFFF;
}
#change_mode.dark .header-page .search-wrapper {
  border: 1px solid #4C5575;
  background: transparent;
}
#change_mode.dark .header-page .search-wrapper input,
#change_mode.dark .header-page .search-wrapper button {
  color: #fff;
}
#change_mode.dark .header-page .search-wrapper:focus-within {
  border: 1px solid #809AFA;
}
#change_mode.dark .header-page .search-mobile {
  background: #4C5575;
  border-radius: 10px;
}
#change_mode.dark .header-page .search-mobile button {
  color: #FFFFFF;
}
#change_mode.dark .header-page .search-mobile input {
  color: #FFFFFF;
}
#change_mode.dark .header-page .close-search {
  color: #FFFFFF;
}
#change_mode.dark .header-page .hamberger-menu {
  color: #FFFFFF;
}
#change_mode.dark .header-page .search-btn,
#change_mode.dark .header-page .notification {
  color: #FFFFFF;
}
#change_mode.dark .header-page .header_icons,
#change_mode.dark .header-page .profile-name,
#change_mode.dark .header-page .wellcome,
#change_mode.dark .header-page .icon-arrow-down-1 {
  color: #fff !important;
}
#change_mode.dark .header-page .dropdown .dropdown-menu_notif.show {
  background: rgb(204, 210, 227);
}
#change_mode.dark .header-page .dropdown .dropdown-menu_notif.show .dropdown-item:hover {
  background: rgb(185, 193, 216);
}
#change_mode.dark .requests-section .requests-list li {
  background: #4C5575;
}
#change_mode.dark .requests-section .requests-list li a {
  color: #fff;
}
#change_mode.dark .requests-section .requests-list li:nth-child(odd) {
  background: #394260;
}
#change_mode.dark .panel-admin-title {
  color: #ffffff;
}
#change_mode.dark .message-box .message-box_header {
  border-bottom: 1px solid #809AFA;
}
#change_mode.dark .message-box .message-title {
  color: #ffffff;
}
#change_mode.dark .message-box .message-date,
#change_mode.dark .message-box .message-text {
  color: #ffffff;
}
#change_mode.dark .message-box .download-btn {
  color: #ffffff;
  background: #809AFA;
}
#change_mode.dark .header-table .pagination-table .page-number {
  color: #ffffff;
}
#change_mode.dark .header-table .pagination-table .page-link {
  border: 1px solid #DEE7F6;
  color: #ffffff;
  background: transparent;
}
#change_mode.dark .header-table .search-table {
  border: 1px solid #809AFA;
}
#change_mode.dark .header-table .search-table input {
  color: #ffffff;
}
#change_mode.dark .header-table .search-table button {
  color: #ffffff;
}
#change_mode.dark .upload-file-link {
  color: #ffffff;
}
#change_mode.dark .table-chart tbody tr {
  border-bottom: 0;
}
#change_mode.dark .table-chart tbody tr:nth-child(odd) {
  background: transparent;
}

@media screen and (max-width: 1400px) {
  .group-field input {
    height: 36px;
    font-size: 14px;
  }
  .group-field label {
    font-size: 12px;
  }
  .group-pass {
    height: 36px;
  }
  .sidebar .contact-support {
    font-size: 12px;
  }
  .custom-file {
    height: 36px;
  }
  .custom-file .custom-file-label {
    font-size: 12px;
  }
  .header-section .header-login-btn {
    height: 36px;
  }
  .primary-btn,
  .danger-btn,
  .secondary-btn {
    height: 36px;
  }
  .styled-select {
    min-height: 36px;
  }
  .primary-btn, .danger-btn, .secondary-btn {
    font-size: 16px;
  }
  .h-60 {
    height: 45px;
  }
  .table .primary-btn, .table .danger-btn, .table .secondary-btn {
    font-size: 12px;
  }
  .table .status {
    font-size: 12px;
  }
  .table .edit-btn,
  .table .view-btn {
    font-size: 12px;
  }
  .table thead th {
    padding: 10px;
  }
  .table tbody td {
    padding: 10px;
  }
  .timeline-box {
    padding: 30px;
  }
  .registration-panel-btn {
    padding: 15px 20px;
  }
  .login-page .login-title {
    font-size: 24px;
  }
  .login-page .back-link {
    font-size: 14px;
  }
  .login-page .login-btn {
    font-size: 16px;
    height: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .content-page .operator {
    margin-right: 5px;
  }
}
@media screen and (max-width: 991px) {
  .panel-admin-title {
    font-size: 14px;
  }
  .line-chart {
    width: 100%;
  }
  .pr-0 {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .registration-panel-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .group-field input {
    font-size: 14px;
    height: 50px;
    min-width: 50%;
  }
  .group-pass {
    height: 50px;
  }
  .group-pass .input-btn {
    font-size: 12px;
  }
  .group-pass .input-btn span {
    font-size: 15px;
  }
  .login-page .login-title {
    font-size: 24px;
  }
  .login-page .login-btn {
    font-size: 24px;
    font-family: "Ravi-Medium";
    height: 36px;
  }
  .content-page {
    padding: 16px 0 50px;
  }
  .content-page .digital-signature_box p {
    font-size: 14px;
  }
  .content-page .box-title {
    font-size: 14px;
  }
  .content-page .small-box-panel img {
    width: 40px;
  }
  .content-page .news-img {
    min-width: 70px;
  }
  .content-page .news-title {
    font-size: 14px;
  }
  .content-page .news-text {
    font-size: 12px;
  }
  .content-page .header-page .search-btn {
    font-size: 18px;
  }
  .content-page .header-page .hamberger-menu {
    margin-left: 10px;
  }
  .content-page .header-page .header_icons {
    margin-right: 10px;
  }
  .content-page .header-page .dropdown .icon-arrow-down-1 {
    font-size: 16px;
    margin-right: 10px;
  }
  .content-page .header-page .profile-name {
    font-size: 12px;
  }
  .content-page .header-page .wellcome {
    font-size: 10px;
  }
  .content-page .header-page .notification {
    font-size: 20px;
  }
  .toggle-mood label {
    width: 25px;
    height: 25px;
  }
  .toggle-mood label::before {
    font-size: 20px;
  }
  .header-page .notification {
    font-size: 20px;
  }
  .footer .img-footer {
    width: 100%;
  }
  .footer .copyright {
    font-size: 12px;
  }
  .footer .index-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .timeline-title {
    font-size: 16px;
  }
  .datepicker-container .datepicker-plot-area {
    width: 250px;
  }
  .content-page .page-title {
    font-size: 20px;
  }
  .group-btns .primary-btn, .group-btns .danger-btn, .group-btns .secondary-btn {
    width: 100%;
  }
  .header-section .header-section_btns a {
    width: 100%;
  }
  .header-section .header-section_btns .header-login-btn {
    margin-right: 0;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tabs li {
    font-size: 12px;
  }
  .timeline-box {
    padding: 30px;
  }
  .timeline-box .timeline-title {
    font-size: 16px;
  }
  .timeline-box .timeline .timeline-line {
    margin: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .login-page .login-title {
    font-size: 22px;
  }
  .login-page .login-btn {
    font-size: 18px;
  }
  .modal-wrapper .modal-content {
    padding: 20px;
  }
  .modal-wrapper .modal-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .header-page .header_icons {
    margin-right: 10px;
  }
  .content-page .page-title {
    font-size: 18px;
    margin: 20px 0;
  }
  .content-page .information-list-title {
    font-size: 14px;
  }
  .content-page .text-info {
    font-size: 12px;
    margin-top: 0;
  }
  .table thead th {
    font-size: 12px;
    padding: 10px 15px;
  }
  .table tbody td {
    padding: 10px 15px;
  }
  .table tbody td p,
  .table tbody td span {
    font-size: 12px;
    font-family: "Ravi-Medium";
  }
  .table .status {
    font-size: 11px;
  }
  .table .edit-btn,
  .table .view-btn {
    font-size: 12px;
  }
  .table .icon__accept span,
  .table .icon__reject span {
    font-size: 20px;
  }
}
.refresh-button {
  height: 45px;
  width: 45px;
  object-fit: cover;
}

.captcha {
  height: 45px;
  width: 125px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #B7C0D2;
}

.flex-direction-row {
  display: flex;
  flex-direction: row;
}

::placeholder {
  color: lightgray;
}

.datepicker-plot-area .datepicker-day-view .table-days td span:hover {
  color: black !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td span {
  height: 22px !important;
}

#accordian img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

#accordian ul .show-dropdown li > a {
  padding-right: 80px !important;
  transition: none;
}

#accordian ul .show-dropdown li > .show-dropdown li > a {
  padding-right: 100px !important;
  transition: none;
}

.show-dropdown + #accordian > ul.show-dropdown > li.active > a.d-inline-flex {
  background-color: unset !important;
}

#accordian > ul.show-dropdown > li.active > ul.show-dropdown > li.active > a.d-inline-flex {
  background-color: unset !important;
}

.group-field input[readonly] {
  background-color: #edeef3;
}

.group-field textarea[readonly] {
  background-color: #edeef3;
}

[class^=col] .primary-btn, [class^=col] .succuess-btn, [class^=col] .secondary-btn {
  display: inline-flex;
}

.btn {
  height: 45px;
  margin-top: 0;
}

.seccuess-btn {
  font-size: 14px;
  color: #ffffff;
  font-family: "IRANSans-web";
  height: 45px;
  border-radius: 4px;
  padding: 5px 30px;
  background: #146c43;
  border: 0;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.group-field input:disabled, .group-field textarea:disabled {
  background: #edeef3;
  cursor: no-drop;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-31 {
  margin-top: 31px !important;
}

.btn {
  font-family: "IRANSans-web";
}

.mt--30 {
  margin-top: -30px;
}

form label, div[role=form] label {
  display: block;
  font-size: 14px;
  color: #000000;
  font-family: "IRANSans-web";
  margin-bottom: 10px;
  position: relative;
  width: fit-content;
}

.form-control {
  font-size: 16px;
  color: #000000;
  font-family: "IRANSans-web";
  border-radius: 4px;
  border: 1px solid #B7C0D2;
  padding: 10px;
  height: 45px;
}

.comparison-btn {
  padding-top: 14px;
}

.custom-file-label button {
  color: #FFFFFF;
  font-size: "Ravi-Bold";
  padding: 5px 10px;
  height: 100%;
  border-radius: 6px;
  background: #079992;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.delete {
  margin-top: 32px;
}

.pt-36 {
  padding-top: 36px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-31 {
  padding-top: 31px !important;
}

.error {
  color: red;
}

.table [class*=btn] {
  display: inline-block;
}

[class*=btn] {
  text-align: center;
}

.pt-12 {
  padding-top: 12px;
}

.attach-form .uploading-content, .attach-form .choosed-file {
  display: none;
}

.attach-form.uploading #chooseFile, .attach-form.has-file #chooseFile {
  display: none;
}

.attach-form.uploading .uploading-content {
  display: inline-block;
  height: 40px;
}

.attach-form.has-file .choosed-file {
  display: inline-block;
  height: 40px;
}

.attached-file-name {
  font-size: 14px;
}

.green-icon {
  filter: invert(55%) sepia(98%) saturate(328%) hue-rotate(120deg) brightness(110%) contrast(110%) !important;
}

.attached-file .delete {
  font-family: poppins-bold;
  font-size: 12px;
  float: right;
  margin-top: 2px;
  cursor: pointer;
  text-transform: uppercase;
}

.attached-file .delete:hover {
  color: #ce325b;
}

.attached-file .delete:hover img {
  filter: invert(12%) sepia(92%) saturate(2979%) hue-rotate(320deg) brightness(81%) contrast(126%);
}

.attached-file .delete .icon {
  margin-top: -2px;
}

.sign-box label {
  display: inline-block !important;
}

.pwt-btn-next, .pwt-btn-prev {
  font-size: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.IR {
  position: absolute;
  left: 15px;
  top: 8px;
}

.nav-tabs .nav-link {
  font-size: 16px;
  font-family: "Ravi-Bold";
  color: #ffffff;
  background: #CCD2E3;
  padding: 10px 25px;
  border-radius: 10px 10px 0 0;
  margin-left: 10px;
  position: relative;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -2px;
  position: relative;
}

.nav-tabs .nav-link.active {
  background: #079992;
  color: white;
}

.ticketing-chat-left {
  text-align: left;
  padding-right: 45%;
}
.ticketing-chat-left > div {
  background-color: rgba(116, 116, 116, 0.2705882353);
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
  white-space: pre-line;
}
.ticketing-chat-left > div .download-btn {
  float: right;
}

.ticketing-chat-right {
  text-align: right;
  padding-left: 45%;
}
.ticketing-chat-right > div {
  background-color: rgba(7, 153, 146, 0.2588235294);
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
  white-space: pre-line;
}
.ticketing-chat-right > div .download-btn {
  float: left;
}

.message-box .message-box_header {
  border-bottom: 1px solid #DAE3F5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.message-box .message-title {
  font-size: 14px;
  color: #1E1D36;
  font-family: "Ravi-Bold";
  margin-left: 15px;
}

.message-box .message-date,
.message-box .message-text {
  font-size: 12px;
  color: #4C5258;
  font-family: "IRANSans-web";
}

.message-box .download-btn {
  font-size: 12px;
  color: white;
  font-family: "IRANSans-web";
  border-radius: 4px;
  background: #079992;
  padding: 5px 10px;
}

textarea.form-control {
  height: unset;
}

.extre-data {
  text-align: left;
  direction: ltr;
}

.sidebar-hamberger {
  color: white !important;
}

.collapse1 .sidebar-hamberger {
  color: black !important;
}

.dtContent {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.img-cover {
  object-fit: cover;
}

.content-page .news-text {
  white-space: pre-line;
}

.content-page .news-img {
  margin-bottom: auto;
  border-radius: 5px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-control:focus {
  box-shadow: none;
}

input:-internal-autofill-selected {
  background-color: white !important;
}

.dataTable tr th {
  text-align: center !important;
}

.table-columns {
  clear: both;
  padding: 20px 0px;
}
.table-columns a {
  background-color: lightgray;
  margin: 0 5px;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}
.table-columns a::before {
  content: "✔";
}
.table-columns a.unchecked::before {
  content: "✗";
}

.h-45 {
  height: 45px;
}

.factoring-amount-fee table tr td {
  vertical-align: top;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

table td {
  text-align: center !important;
}
table th {
  text-align: center !important;
}

.secondary-btn[disabled] {
  color: lightgray !important;
}

.group-pass input {
  border: 0;
}

.dtfc-fixed-right, .dtfc-fixed-left {
  background-color: unset !important;
}

#change_mode.dark .dataTables_wrapper {
  color: white;
}

#change_mode.dark .dataTables_filter label {
  color: white;
}

.dropdown-menu_notif a {
  white-space: pre-line;
  min-width: 300px;
}

input[name=Password], input[name=NewPassword], input[name=ConfirmNewPassword] {
  direction: ltr;
  text-align: right;
}

.badge1 {
  font-size: 12px;
  padding: 1px 4px !important;
  color: white;
  min-width: 20px;
  text-align: center;
}

.number-separator {
  text-align: left;
  direction: ltr;
}

.form-check-input[disabled] {
  float: unset;
  margin-right: unset;
  margin: 0;
}

.dataTables_wrapper {
  overflow-x: auto;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  height: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #027b75;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #02625d;
}

html[data-theme=dark] ::-webkit-scrollbar-thumb {
  background: #161d30;
}

@media screen and (max-width: 1400px) {
  .btn {
    height: 36px;
  }
}
