.nav-menu .nav-item {
  margin-right: unset;
  margin-left: 23px;
}

.counter-item__content {
  padding-left: unset;
  padding-right: 15px;
}

.feature-item__content {
  padding-left: unset;
  padding-right: 20px;
}

.working-process-thumb {
  left: unset;
  right: 0;
}

.working-process-item__content {
  padding-left: unset;
  padding-right: 20px;
}

.working-process-item::before {
  left: unset;
  right: 32px;
}

.slider-content {
  background-color: hsl(var(--base-two));
  padding: 40px 55px;
  border-radius: 20px 0 0 20px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.app-content__list-item .icon {
  left: unset;
  right: 0;
}

.app-content__list-item {
  padding-left: unset;
  padding-right: 32px;
}

.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  right: unset;
  left: 12px;
}

.custom--accordion .accordion-button {
  padding-right: 12px !important;
  padding-left: 40px !important;
}

.custom--accordion .accordion-button .text {
  padding-left: unset;
  padding-right: 12px;
}

.blog-item__date-number {
  position: relative;
  color: hsl(var(--heading-color));
  font-weight: 700;
  line-height: 1;
  padding-right: unset;
  padding-left: 10px;
  margin-right: unset;
  margin-left: 10px;
  font-size: 2.5rem;
}

.blog-item__title {
  padding-right: unset;
  padding-left: 40px;
}

.footer-item__title::after {
  left: unset;
  right: 0;
}

.blog-sidebar__title::before {
  left: unset;
  right: 0;
}

.latest-blog__content {
  padding-left: unset;
  padding-right: 15px;
}

.social-list__item {
  margin-right: unset;
  margin-left: 10px;
}

.password-show-hide {
  right: unset;
  left: 20px;
}

.counter-item::after {
  right: unset !important;
  left: 0 !important;
}

/* admin dashboard */
.dashboard
  .dashboard__sidebar-inner
  .dashboard-nav__items.has-dropdown
  > .dashboard-nav__link::after {
  right: unset;
  left: 5px;
}

.search-instruction {
  right: unset !important;
  left: 10px !important;
}
.widget-four-shape:before,
.widget-four-shape:after {
  right: unset;
  left: -72px;
}

.widget-four-shape:after {
  right: unset;
  left: -53px;
}

.dashboard .sidebar-menu {
  left: unset !important;
  right: 0 !important;
}

.dashboard__right {
  margin-left: unset !important;
  margin-right: var(--side-w) !important;
}
.dashboard__inner {
  overflow: hidden;
}

.dashboard-widget__link {
  left: unset !important;
  right: 12px !important;
}

.dashboard-widget__shape {
  right: unset !important;
  left: -20px !important;
}

@media screen and (max-width: 1199px) {
  .dashboard .dashboard__sidebar {
    left: auto !important;
    right: -100% !important;
  }
}

.dashboard__area {
  margin-left: unset !important;
  margin-right: var(--sidebar) !important;
}

.search-instruction {
  right: unset !important;
  left: 10px !important;
}

.widget-four-shape:before,
.widget-four-shape:after {
  right: unset !important;
  left: -72px !important;
}

.widget-four-shape:after {
  right: unset !important;
  left: -53px !important;
}

.widget-inner {
  padding-right: 24px !important;
}

.widget-one:before,
.widget-one:after {
  right: unset !important;
  left: -37px !important;
  transform: rotate(144deg) !important;
}

.widget-one__arrow {
  right: unset !important;
  left: 20px !important;
}

.widget-one {
  padding-right: 20px !important;
  padding-left: 75px !important;
}

@media screen and (max-width: 1199px) {
  .dashboard__area {
    margin-right: 0 !important;
  }
}

.table thead tr th:first-child {
  text-align: right !important;
}

.dashboard
  .dashboard__sidebar-inner
  .dashboard-nav__items.has-dropdown
  > .dashboard-nav__link::after {
  right: unset !important;
  left: 5px !important;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: unset !important;
  }
}

/* admin dashboard */
