.jstree-anchor{
  background-color: aliceblue !important;
  border: 1px solid lightgray !important;
  margin: 2px;;
}
.jstree-default .jstree-wholerow-clicked, .jstree-default .jstree-wholerow-clicked {
  background: none !important;
}
.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: none !important;
}
.jstree-default .jstree-wholerow-hovered {
  background: none !important;
}

.table .thead-dark th {
  color: #ffffff !important;
  background-color: #52c9de;
  border-color: #52c9de;
}
.dataTables_wrapper .dataTable th.sorting_asc, .dataTables_wrapper .dataTable td.sorting_asc,.dataTables_wrapper .dataTable th.sorting_desc, .dataTables_wrapper .dataTable td.sorting_desc  {
  color: #FFFFFF !important;
  font-weight: bold !important;
}
.select2-selection__rendered {
  display: inline-block !important;
}
.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step:last-child {
  margin-right: 1rem;
}
.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label {
  padding: 0rem 0.5rem;
}
#kt_wizard_v3{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e6ef;
}
.card-footer {
  padding: 0.5rem 2.25rem;
}
.dir-rtl{
  direction: rtl;
}
.scroll.ps > .ps__rail-y > .ps__thumb-y {
  background: #27d24c;
}
.scroll.scroll-pull {
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 12px;
  margin-right: -12px;
}
.en_num{
  font-family: "IRANSansEnNum" !important;
}
@media only screen and (max-width: 600px) {
  .steps,#wizrd-body{
    height: auto !important;
  }
  .wizard-step[data-wizard-state="pending"] {
    display: none !important;
  }
  #note_clinic_2{
    display: none;
  }
  h6,h5 {
    line-height: 25px;
  }
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label {
  color: #6d6f71;
}
.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label .wizard-bar:after {
  background-color: #b5bb35;
}

.btn.btn-gray {
  background-color: #6d6f71;
  border-color: #6d6f71;
  color:#ffffff;

}

.btn.btn-gold {
  background-color: #b5bb35 !important;
  border-color: #b5bb35 !important;
  color:#ffffff;
}

.text-gold {
  color: #b5bb35 !important;
}

.table td:last-child {
  /*display: flex;*/
}
.table td, .table th {
  white-space: nowrap;
}