@charset "UTF-8";
/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: kasebi
 * Version	 :	1.0.0
**/
.modal {
  --bs-modal-bg: #ffffff;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.filters_input_box {
  position: fixed !important;
  height: 100vh;
  top: 0 !important;
  transform: translate(-100%, 0) !important;
  transition: all 0.5s ease;
  max-height: 100vh;
  display: flex !important;
  overflow: auto;
  min-height: 100vh;
  left: 0 !important;
  flex-direction: column;
  padding-top: 65px;
  background: #fff;
  z-index: 9999;
}
.filters_input_box.show {
  transform: translate(0, 0) !important;
}
.filters_input_box .dropdown-body {
  max-height: calc(100% - 170px);
  overflow: auto;
}
.filters_input_box .dropdown-foot {
  margin-top: auto;
}

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

.search_result_container {
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  right: 0;
  border-radius: 12px;
  overflow: hidden;
}

a {
  cursor: pointer;
}

.page-item.active {
  pointer-events: none;
}

.conditional_show {
  display: none;
}

span.field_text {
  max-width: 90px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card-aside {
  min-height: 500px;
}

.ql-toolbar {
  background: #fff;
}

.ql-container {
  background: #fff;
}

.profile-ud-list {
  max-width: 780px;
}

.v-align-top .nk-tb-col {
  vertical-align: baseline;
}

.user_action_content {
  max-width: 250px;
  font-size: 13px;
  line-height: 1.4;
}
.user_action_content p {
  margin-bottom: 0;
}

ul.g-1.profile-ud-value {
  display: flex;
  flex-direction: column;
}

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

.installment_inputs_wrapper {
  display: none;
}

.sample_installment_row {
  display: none;
}

.dropdown-menu {
  overflow: visible;
}

.dashboard_tab {
  height: 250px;
}

.nk-ecwg4 {
  display: flex;
  flex-direction: column;
}

.nk-ecwg4-ck {
  height: 220px;
  width: 220px;
  min-width: 220px;
  margin-left: 1.5rem;
}

.doughnut_product_title {
  max-width: 200px;
  font-size: 13px;
}

.nk-ecwg4-legends {
  flex-grow: 1;
  padding: 1rem 0;
}

.nk-ecwg4-legends li {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0;
}

.nk-ecwg4-legends .title {
  display: flex;
  align-items: center;
}

.nk-ecwg4-legends .title .dot {
  margin-left: 0.5rem;
}

.nk-ecwg .data-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nk-ecwg .amount {
  font-size: 2rem;
  font-weight: 500;
  color: #364a63;
}

.nk-ecwg .amount-sm {
  font-size: 1.5rem;
}

.nk-ecwg .amount-xs {
  font-size: 0.875rem;
}

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

.nk-ecwg3-ck {
  height: 66px;
  margin: -6px;
}

.meeting_search_result_container {
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2078431373);
}
.meeting_search_result_container .nk-tb-col-tools {
  display: none;
}

.dt-orderable-asc {
  position: relative;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
  padding-left: 30px;
}
.dt-orderable-asc:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  opacity: 0.3;
  left: 0.5em;
  content: "↓";
}
.dt-orderable-asc:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  opacity: 0.3;
  left: 1em;
  content: "↑";
}
.dt-orderable-asc.DESC:before {
  opacity: 1;
}
.dt-orderable-asc.ASC:after {
  opacity: 1;
}

.invoice-bills .table {
  font-size: 12px;
}

td.tb-col-action {
  position: relative;
}

a.delete_factor_row.link-cross {
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease;
  left: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 6px;
  background: #ffdcdc;
  box-shadow: 0 0 3px;
}

tr:hover .delete_factor_row {
  opacity: 1;
}

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

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