.dataTables_wrapper > div:first-child {
  display: none;
}

.cal-no {
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ebf3ff;
  background-color: #ebf3ff;
  border-radius: 50px;
  padding: 10px;
}

.available-days {
  font-size: 12px;
  border-radius: 8px;
  display: flex;
}
@media (max-width: 1400px) {
  .available-days {
    display: block;
  }
}
.available-days .week-checkbox {
  padding: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1400px) {
  .available-days .week-checkbox {
    border-right: 0 !important;
    border-bottom: 1px solid #eff2f5 !important;
    align-items: flex-start;
    width: 100%;
    display: inline-block;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .available-days .week-checkbox {
    padding: 17px 21.5px;
  }
}
.available-days .week-checkbox:last-child {
  border-right: unset;
}
@media (max-width: 1400px) {
  .available-days .week-checkbox:last-child {
    border-bottom: 0 !important;
  }
}

.right-arrow {
  right: 16px;
}

.text-secondary {
  color: #888888 !important;
}

#sidebarToggler {
  padding: 5px !important;
}

@media (max-width: 767px) {
  .main-details {
    flex-direction: column !important;
    height: auto !important;
  }
}

.progress {
  border: 1px solid #e2e2e2 !important;
}

.menu-sub-dropdown.menu.show, .menu-sub-dropdown.show[data-popper-placement], .show.menu-dropdown > .menu-sub-dropdown {
  position: static !important;
  transform: unset !important;
}

.footer-menu-active {
  color: #FD6A5E !important;
}

.stepper.stepper-pills .stepper-item.current:last-child .stepper-icon {
  transition: color 0.2s ease, background-color 0.2s ease !important;
  background-color: #009ef7 !important;
}
.stepper.stepper-pills .stepper-item.current:last-child .stepper-icon .stepper-check {
  display: none !important;
}
.stepper.stepper-pills .stepper-item.current:last-child .stepper-icon .stepper-number {
  display: unset !important;
}

.faq-classic .card .card-header .collapse-btn.show:before {
  content: "-";
}

@media (max-width: 1024px) {
  .theme-menu-two .navbar {
    padding-right: 30%;
  }
}
@media (max-width: 992px) {
  .theme-menu-two .navbar {
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 16px !important;
  }
}
