@import url("../fonts/droidkufi/fonts.css");

:root {
  --bs-body-font-family: "Droid Arabic Kufi", "HelveticaNeue", sans-serif;
}

body {
  direction: rtl;
  margin: 0;
  font-family: var(--bs-body-font-family);
}

.item-list.style-2 .item-content .item-media {
  margin-right: 0;
  margin-left: 20px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--bs-body-font-family);
}

.header .back-btn {
  transform: ROTATE(180deg);
}

.input-group {
  direction: ltr;
}

.item-footer {
  direction: rtl;
}

.theme-dark .input-group .input-group-text.show-pass {
  left: 0;
  right: inherit;
}

.input-group {
  direction: rtl;
}

.input-mini .form-control {
  direction: rtl;
  text-align: right;
}

#Keyword {
  text-align: right;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  margin-left: 0px;
  margin-right: auto;
}

.me-5 {
  margin-right: 0 !important;
  margin-left: 3rem !important;
}

.right-content {
  padding: 0;
}

.item-list .item-content .item-inner {
  flex: auto;
}

.item-list.recent-jobs-list .item-content {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row-reverse;
}

.input-group.input-radius.search-section {
  flex-direction: row-reverse;
}

.register-select2.form-control {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237D8FAB'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
    no-repeat left 1rem center;
    background-size: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
}

.col-12 .selectDropList {
  background: url(../svg/dropdown-arrow.svg) no-repeat center !important;
  background-position-x: calc(0% + 10px) !important;
}

.input-group.input-mini.mb-3.row.mx-0 a {
  float: left;
}

.dz-timeline.style-2 .timeline-item:before {
  left: auto;
  right: 30px;
}

.dz-timeline.style-2 .timeline-item {
  padding: 10px 60px 10px 20px;
}

.dz-timeline.style-2 .timeline-item:after {
  left: auto;
  right: 24px;
}

.agenda-image {
  right: auto !important;
  left: -10px !important;
}

.light.badge-dark {
  border-radius: 0 25px 0 25px;
}

.agend-time {
  float: right !important;
}

*, *::before, *::after {
  box-sizing: border-box;
  direction: rtl;
}

.detail-box {
  left: 50%;
  transform: translateX(-50%);
}

.map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: 100%;
}

.card {
  height: calc(100vh - 1.25rem);
}

.tabs-container {
  position: relative;
  height: 80%;
}

.tabs {
  position: relative;
  height: 90%;
}
