html.rtl {
  font-family: "Shabnam";
}

:root {
  font-size: 0.85em;
}

body {
  height: 100vh;
  overflow: hidden;
}

.layout-wrapper {
  height: 100vh;
  overflow: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  outline: none;
}

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

input[type=file] {
  display: none;
}

.docking {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.docking_body {
  flex: 1 1 auto;
  min-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.docking_footer {
  box-sizing: border-box;
  flex: 0 0 auto;
  border-top: 1px solid;
  padding: 20px;
  padding-bottom: 30px;
}
.theme-nav .docking_footer {
  border-color: #bbb;
}

.docking_footer button {
  margin-inline-start: 0;
}

.sectionh {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
}
.theme-nav .sectionh {
  background-color: #fff;
}

.sectionh.oya {
  overflow-y: auto;
}

.section {
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-flow: column;
}
.theme-nav .section {
  color: #323130;
}

.section_rsp_ofa {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-height: 100%;
}

.section_titleh {
  padding: 1em 0;
  width: 100%;
  border-top: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
}
.theme-nav .section_titleh {
  background-color: #fff;
}

.section_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  flex: 0 1 auto;
  margin-right: 16px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-plan-accent {
  color: #004996 !important;
}

.loading_main {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-width: 400px;
  position: fixed;
  z-index: 10000;
  overflow: hidden;
  background-color: #333;
}

._loading {
  position: fixed;
  z-index: 10001;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: none;
}

._loading_modal {
  background-color: rgba(0, 0, 0, 0.3);
}

._loading_modal ._loading_modal_inner {
  background-color: #fff;
  width: min(80%, 350px);
  height: min(60%, 350px);
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
}

._loading.transparent {
  background-color: rgba(255, 255, 255, 0.8);
}

._loading.true {
  display: flex;
}

._loading img {
  max-width: 150px;
}

._loading._loading_relative {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

._loading_relative img {
  max-width: 75px;
}

.app-brand-logo img {
  max-width: 100%;
  max-height: 100%;
}

.select2-dropdown,
.select2-container--open .select2-dropdown {
  z-index: 1090;
}

.select2-container--default .select2-selection--single {
  min-height: 2.3125rem;
}

#phone_cnt .select2-container .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: var(--bs-border-color) !important;
  width: 150px !important;
  height: 100%;
}

#phone_cnt .select2-container {
  height: 100%;
}

#phone_cnt .select2-container--open .select2-selection--single {
  border-color: var(--bs-primary) !important;
}

#calendar_modal .form-check-input {
  width: 2em;
  height: 2em;
}

.btn .ti {
  line-height: 0.8;
}

.modal {
  --bs-modal-zindex: 1091;
  background: rgba(0, 0, 0, 0.3);
}

textarea.form-control {
  max-height: 150px;
}

.form-label {
  font-weight: 600;
}

.form-check-label {
  cursor: pointer;
}

.table.table_min > :not(caption) > * > * {
  padding: 0.55rem 0.25rem;
}

.breadcrumb-item {
  cursor: pointer;
}

.input-group .btn {
  transform: scale(1);
}

.bg-menu-theme .menu-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}

.border-dashed {
  border-style: dashed !important;
}

.switch .switch-toggle-slider {
  height: 1.45rem;
}

.none {
  display: none !important;
}

.block {
  display: block;
}

.w-fixed-3 {
  max-width: 300px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fs-small {
  font-size: 0.9em;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-max-400px {
  max-width: 400px;
}

.w-max-500px {
  max-width: 500px;
}

.w-max-600px {
  max-width: 600px;
}

.w-max-700px {
  max-width: 700px;
}

.w-max-800px {
  max-width: 800px;
}

.w-min-500px {
  min-width: min(500px, 100%);
}

.modalh {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.modalh.true {
  display: flex;
}

.modalh .modal {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  overflow: initial;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow-y: auto;
  border-radius: 5px;
  background-color: white;
}

.modalh .modal iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.modalh .modal .close {
  position: absolute;
  left: 2em;
  top: 2em;
}

.df {
  display: flex;
}

.fww {
  flex-wrap: wrap;
}

.flex_1 {
  flex: 1;
}

.dfcol {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dfss {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.dfee {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.dfes {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.dfeb {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.dfbe {
  display: flex;
  align-items: space-between;
  justify-content: flex-end;
}

.dfcs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dfsc {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.dfsb {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.dfcb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dfce {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.fdc {
  flex-direction: column;
}

.fstretch {
  align-items: stretch;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.filters {
  padding: 5px 0;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
}

.filter_elem {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-inline-end: 0.5rem;
  max-width: 300px;
  min-width: 150px;
}

.filter_elem.date {
  min-width: 225px;
  text-align: center;
}

.filter_elem.fdr {
  flex-direction: row;
}

.filter_elem.rsp {
  display: none;
}

.filter_elem.large {
  max-width: 500px;
  min-width: 350px;
}

.filter_elem.wauto {
  max-width: initial;
  min-width: initial;
}

.filter_elem .select,
.filter_elem select,
.filter_elem input[type=text],
.filter_elem input[type=number] .filter_elem input[type=date],
.filter_elem .ui.input {
  flex: 1;
}

.filters input[type=checkbox] {
  width: 25px;
  height: 25px;
  margin: 4px 0;
}

.filter_lbl_elem {
  margin-inline-end: 1em;
  text-align: center;
}

.filters button {
  margin: 0;
}

.autocomplete {
  position: relative;
}

.autocomplete input {
  width: 100%;
}

.autocomplete_context {
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 5px 0;
  border: 1px solid;
  border-top: none;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s linear;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  max-height: 250px;
  overflow-y: auto;
  margin-top: -0.5em;
}
.theme-nav .autocomplete_context {
  background-color: #fff;
  border-color: #00530c;
}

.autocomplete input:active + .autocomplete_context,
.autocomplete input:focus + .autocomplete_context {
  visibility: visible;
  opacity: 1;
}

.autocomplete_context .ac_item {
  cursor: pointer;
  padding: 5px 1rem;
}

.theme-nav .autocomplete_context .ac_item:hover {
  background-color: rgba(0, 83, 12, 0.1019607843);
}

.upload_zone {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed;
  padding: 1em;
  cursor: pointer;
  text-align: center;
  min-width: 160px;
}
.theme-nav .upload_zone {
  border-color: #000000;
}

.upload_images {
  margin: 1em 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.upload_images .imgh {
  height: 80px;
  max-width: 200px;
  overflow: hidden;
  flex: none;
  margin-inline-end: 1em;
  padding: 3px;
  padding-bottom: 0;
  position: relative;
}
.theme-nav .upload_images .imgh {
  box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.13), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.11);
}

.upload_images .imgh img {
  height: 100%;
}

.upload_images .imgh .remove {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 26px;
  height: 26px;
}

.upload_images .imgh .ui.icon.button {
  padding: 0;
}

.toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.toolbar::-webkit-scrollbar, .toolbar::-webkit-scrollbar-thumb {
  height: 0;
}
.theme-nav .toolbar {
  border-color: #ccc;
}

.cards {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 20px;
}

tr {
  cursor: pointer;
}

thead th i.ti,
td i.ti {
  font-size: 1.1rem;
}

thead th .arrow_up {
  margin-right: -10px;
  margin-top: -8px;
}

thead tr th.sorted .arrow_up {
  opacity: 0.25;
}

thead tr.asc th.sorted .arrow_down {
  opacity: 0.25;
}

thead tr.asc th.sorted .arrow_up {
  opacity: 1;
}

thead th.min,
tbody td.min {
  width: 25px;
  padding-inline-end: 0;
}

thead th input.form-check-input,
tbody td input.form-check-input {
  width: 20px;
  height: 20px;
}

tfoot tr {
  border-color: transparent;
  height: 3em;
  cursor: initial;
}

form {
  max-width: 1200px;
}

form > * {
  margin-top: 1em;
}

.color_picker input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.color_picker .color_picker_preview {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.g-6 {
  --bs-gutter-x: 5rem;
  --bs-gutter-y: 5rem;
}

.p-min .form-control {
  padding: 0.422rem 0.35rem;
}

.p-min .input-group-text {
  padding: 0.422rem 0.35rem;
}

.custom-option {
  height: 100%;
}

.colors-cnt {
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.colors {
  width: 64px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  padding: 3px;
}

.colors.selected {
  border: 2px solid #007bff;
}

.colors-inner {
  border: 0.52px solid #E8E8E8;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.colors-inner div {
  width: 50%;
  height: 100%;
}

@media all and (min-width: 1280px) {
  .flex-nowrap-lg {
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 1024px) {
  .filter_elem {
    margin-top: 0.5em;
  }
  .filter_elem.rsp {
    display: flex;
  }
  .filter_elem.date {
    min-width: 125px;
    text-align: center;
  }
  .section_rsp_ofa {
    overflow: auto;
    display: initial;
  }
  .sectionh {
    padding: 5px;
    width: calc(100% - 20px);
    margin: 10px;
  }
  .docking_body {
    padding: 0;
  }
  .nav ~ .tab-content {
    padding: 0.5em;
  }
  .view_body.fw .view_day_header {
    height: 4em;
    align-items: flex-start;
    width: calc(100% - 3em);
  }
  .view_body.fw .view_day_header .header_item {
    width: 100%;
    min-width: initial;
    align-items: flex-start;
  }
  .view_body.fw .view_day_header .header_item span {
    word-break: break-all;
    white-space: normal;
    font-size: 0.75em;
    line-height: 1.3;
    font-weight: 200;
  }
  .view_body.fw .view_body_container {
    width: 100%;
  }
  .view_body.fw .view_day_epoch_h {
    width: calc(100% - 3em);
  }
  .view_body.fw .view_day_epoch {
    width: 100%;
  }
  .view_body.fw .view_day_epoch_body {
    width: 100%;
  }
  .view_body.fw .view_day_epoch_body_item {
    width: 100%;
    min-width: initial;
  }
  .view_body.fw .event {
    padding-left: 0;
    padding-right: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .view_body.fw .event_title,
  .view_body.fw .event_time {
    word-break: break-all;
  }
  .view_body.single .view_day_header {
    width: calc(100% - 3em);
  }
  .view_body.single .view_day_header .header_item {
    width: 100%;
  }
  .view_body.single .view_body_container {
    width: 100%;
  }
  .view_body.single .view_day_epoch_h {
    width: calc(100% - 3em);
  }
  .view_body.single .view_day_epoch {
    width: 100%;
  }
  .view_body.single .view_day_epoch_body {
    width: 100%;
  }
  .view_body.single .view_day_epoch_body_item {
    width: 100%;
    min-width: initial;
  }
  .colors-cnt {
    max-width: 400px;
    margin: auto;
  }
  .colors {
    width: 50px;
    height: 30px;
    padding: 2px 5px;
  }
}
@media all and (min-width: 992px) {
  .col-lg-mid {
    width: 90px;
  }
  .col-lg-min {
    width: 70px;
  }
}
@media screen {
  .print_visible {
    display: none;
  }
}
@media print {
  #layout-navbar,
  #layout-menu,
  .invoice-actions,
  .breadcrumb,
  .print_hidden {
    display: none;
  }
  .theme-nav .sectionh {
    background-color: transparent;
  }
  body {
    background-color: white;
  }
  .card {
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0;
  }
  #main,
  .layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page,
  .layout-navbar-fixed .layout-wrapper .layout-page {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 100%;
  }
  .layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before {
    content: none;
    height: 0;
    width: 0;
  }
  .print_visible {
    max-width: 900px;
  }
}/*# sourceMappingURL=style.css.map */