div#loading_modal {
  z-index: 2000;
  background: rgba(0, 0, 0, 0.5411764706);
  backdrop-filter: blur(2px);
}

span.nk-opt-item-bg {
  display: flex;
}
span.nk-opt-item-bg > span {
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 50px;
}
span.nk-opt-item-bg > span.skin-default {
  background: linear-gradient(90deg, #170c2f 0, #170c2f 28%, #733aea 28%, #733aea 72%, #ab89f2 72%, #ab89f2 100%) !important;
}
span.nk-opt-item-bg > span.skin-purple {
  background: linear-gradient(90deg, #4700e8 0, #4700e8 28%, #854fff 28%, #854fff 72%, #e7dcff 72%, #e7dcff 100%) !important;
}
span.nk-opt-item-bg > span.skin-green {
  background: linear-gradient(90deg, #074e3b 0, #074e3b 28%, #0fac81 28%, #0fac81 72%, #cfeee6 72%, #cfeee6 100%) !important;
}
span.nk-opt-item-bg > span.skin-blue {
  background: linear-gradient(90deg, #0144a0 0, #0144a0 30%, #0971fe 30%, #0971fe 72%, #cee3ff 72%, #cee3ff 100%) !important;
}
span.nk-opt-item-bg > span.skin-egyptian {
  background: linear-gradient(90deg, #1a3767 0, #1a3767 30%, #2e62b9 30%, #2e62b9 72%, #d5e0f1 72%, #d5e0f1 100%) !important;
}
span.nk-opt-item-bg > span.skin-red {
  background: linear-gradient(90deg, #ab0e21 0, #ab0e21 30%, #ee3148 30%, #ee3148 72%, #fcd6da 72%, #fcd6da 100%) !important;
}

span.language-name {
  margin-right: 10px;
}

.no-item-found {
  padding: 0.5rem 1.5rem;
  color: red;
  font-weight: 700;
}

.search_result_container {
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  right: 0;
  z-index: 10;
  border-radius: 12px;
  max-height: 300px;
  overflow: auto;
  box-shadow: 0 0 4px rgba(31, 43, 58, 0.15);
}

.user_for_class_result {
  position: absolute;
  top: 46px;
  width: 100%;
  right: 0;
  border-radius: 12px;
  z-index: 10;
  max-height: 300px;
  overflow: auto;
  box-shadow: 0 0 4px rgba(31, 43, 58, 0.15);
}

.login_image_wrapper {
  mix-blend-mode: darken;
}

.link {
  cursor: pointer;
}

.each_login_form {
  display: none;
}
.each_login_form.active {
  display: block;
}

.dir_ltr {
  direction: ltr;
}

#otp_input_form {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#otp_input_form input {
  text-align: center;
  width: 40px;
  padding: 0;
}

.customer_search_result {
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  right: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2078431373);
  z-index: 3;
}

.each_user_search_result_row, .each_product_search_result_row {
  padding: 5px 20px 3px;
  border-bottom: 1px solid var(--bs-border-color);
  cursor: pointer;
}
.each_user_search_result_row:last-child, .each_product_search_result_row:last-child {
  border-bottom: none;
}
.each_user_search_result_row:hover, .each_product_search_result_row:hover {
  box-shadow: 0 1px 3px 0 rgba(41, 41, 41, 0.2392156863);
}

.ql-container {
  background: #fff;
}

.ltr {
  direction: ltr;
}

.send_new_ticket, .add_student_session, .add_student_session_comment {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
}

.reply_form_upload_section {
  display: none;
  border-top: 1px solid #e5e9f2;
  padding: 1rem 1.5rem;
}

.dz-hidden-input {
  display: none;
}

.show_on_choose-disabled {
  display: none;
}

.show_on_choose {
  display: none;
}
.show_on_choose.active {
  display: block;
}

@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(./fonts/woff/IRANSansWeb_UltraLight.woff) format("woff");
}
@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(./fonts/woff/IRANSansWeb_Light.woff) format("woff");
}
@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/woff/IRANSansWeb_Regular.woff) format("woff");
}
@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./fonts/woff/IRANSansWeb_Medium.woff) format("woff");
}
@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/woff/IRANSansWeb_Bold.woff) format("woff");
}
@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(./fonts/woff/IRANSansWeb_Black.woff) format("woff");
}
#calendar {
  font-family: IRANSansWeb;
  direction: ltr;
}
#calendar * {
  font-family: IRANSansWeb;
  direction: ltr;
}

.fc .fc-highlight {
  background: var(--fc-highlight-color, rgba(188, 232, 241, 0.62));
  border: solid 1px #92d1de;
  cursor: pointer;
}

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