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;
  border-radius: 12px;
  overflow: hidden;
}

.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;
}

.rms_logo_preview img {
  max-height: 70px;
}

.show_on_service_active {
  display: none;
}

.each_cell {
  display: block;
}

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

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

.ql-container {
  background: #fff;
}

.nk-reply-form-editor .quill-basic.ql-container.ql-snow {
  border: none;
  border-radius: 0;
}
.nk-reply-form-editor .ql-toolbar.ql-snow {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e5e9f2;
}

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

.w-toplink {
  display: none;
}

.schedules_week_table {
  text-align: center;
}
.schedules_week_table .schedule_week_header, .schedules_week_table .schedule_week_row {
  display: flex;
  border-bottom: 1px solid #ededed;
}
.schedules_week_table .schedule_week_header > div, .schedules_week_table .schedule_week_row > div {
  flex-basis: 13%;
  max-width: 13%;
  padding: 2px 10px;
}
.schedules_week_table .schedule_week_header > div:first-child, .schedules_week_table .schedule_week_row > div:first-child {
  flex-basis: 6%;
  max-width: 6%;
}
.schedules_week_table .schedule_week_header {
  border-color: #a0a0a0;
  font-weight: 700;
  font-size: 17px;
}
.schedules_week_table .schedule_week_header > div {
  padding: 5px 10px;
}
.schedules_week_table .each_week_cell {
  position: relative;
}
.schedules_week_table .each_week_cell.status-booked {
  background-color: #20c997;
  color: #fff;
}
.schedules_week_table .each_week_cell.status-booked.is-covered {
  background-color: #e2fbf4;
}
.schedules_week_table .each_week_cell.status-open {
  background-color: #ffa353;
  color: #fff;
}
.schedules_week_table .each_week_cell.status-open.is-covered {
  background-color: #fff3e9;
}
.schedules_week_table .each_week_cell .schedule_cell_actions {
  position: absolute;
  top: 2px;
  left: 10px;
  opacity: 0;
  display: flex;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2078431373);
  z-index: 2;
}
.schedules_week_table .each_week_cell:hover .schedule_cell_actions {
  opacity: 1;
}

.image-uploading {
  position: relative;
  display: inline-block;
}

.image-uploading img {
  max-width: 98% !important;
  filter: blur(5px);
  opacity: 0.3;
}

.image-uploading::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 3px solid #ccc;
  border-top-color: #1e986c;
  z-index: 1;
  animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
input.dz-hidden-input {
  display: none;
}

#cropModal .modal-body {
  position: relative;
  min-height: 60vh;
}

#cropImage {
  display: block;
  max-width: 100%;
  width: 100%;
}

.canvas_container * {
  direction: ltr !important;
}

.nk-reply-entry img {
  max-width: 160px;
  cursor: zoom-in;
  margin: 0 10px;
}

.nk-reply-tools .attach-msg,
.nk-reply-tools .date-msg {
  display: block !important;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  line-height: 1.5;
}

.nk-reply-entry.entry h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.nk-reply-entry.entry h3, .nk-reply-entry.entry h4, .nk-reply-entry.entry h5 {
  font-size: 17px;
  margin-bottom: 10px;
}
.nk-reply-entry.entry ol, .nk-reply-entry.entry ul, .nk-reply-entry.entry dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.nk-reply-entry.entry ol, .nk-reply-entry.entry ul {
  padding-right: 2rem;
}
.nk-reply-entry.entry ul li {
  list-style-type: disc;
}
.nk-reply-entry.entry strong {
  font-weight: 700;
}
.nk-reply-entry.entry ol li {
  list-style-type: decimal;
}

.nk-header-search {
  display: flex;
}

.chat-media {
  height: 46px;
  width: 46px;
}

#goftino_w {
  display: none;
}

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