.element-jobs-list {
  display: flex;
  flex-direction: column;
  width: 1400px;
  align-items: center;
  position: relative;
  background-color: var(--colors-dark-white);
}

/* Responsive Styles */
@media (max-width: 1199px) {
  .element-jobs-list {
    width: 100%;
    padding: 0 16px;
  }
}

@media (max-width: 991px) {
  .element-jobs-list {
    padding: 0 12px;
  }
}

@media (max-width: 767px) {
  .element-jobs-list {
    padding: 0 8px;
  }
}

.element-jobs-list .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spaces-space-3);
  padding: var(--spaces-space-5) var(--spaces-space-18) var(--spaces-space-5)
    var(--spaces-space-18);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .element-jobs-list .breadcrumb {
    padding: var(--spaces-space-5) 16px;
    margin-top: 80px;
  }
}

.element-jobs-list .text-wrapper {
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-dark-dark-500);
  text-align: left;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-size: var(--regular-regular-m-font-size);
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-jobs-list .div {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-dark-dark-500);
  font-size: var(--regular-regular-m-font-size);
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  white-space: nowrap;
  font-style: var(--regular-regular-m-font-style);
}

.element-jobs-list .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-primary-primary);
  font-size: var(--regular-regular-m-font-size);
  text-align: left;
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-jobs-list .img {
  position: relative;
  width: 18px;
  height: 18px;
}

.element-jobs-list .frame {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spaces-space-12);
  padding: var(--spaces-space-11) var(--spaces-space-18) var(--spaces-space-16)
    var(--spaces-space-18);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .element-jobs-list .frame {
    padding: var(--spaces-space-8) 8px;
    gap: var(--spaces-space-8);
  }
}

.element-jobs-list .title {
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

@media (max-width: 767px) {
  .element-jobs-list .title {
    flex-direction: column-reverse;
    height: auto;
    gap: 12px;
    align-items: flex-end;
  }
}

.element-jobs-list .search-filter {
  display: inline-flex;
  align-items: center;
  gap: var(--spaces-space-8);
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .element-jobs-list .search-filter {
    flex-direction: row;
    gap: var(--spaces-space-4);
    width: 100%;
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
  }
}

.element-jobs-list .input-drop-down {
  display: flex;
  flex-direction: column;
   
  align-items: flex-end;
  gap: var(--spaces-space-4);
  position: relative;
}

@media (max-width: 767px) {
  .element-jobs-list .input-drop-down {
    width: 48%;
   
  }
}

.element-jobs-list .field {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-1);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-jobs-list .input {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--colors-dark-white);
  border-radius: var(--spaces-space-5);
  border: 1px solid;
  border-color: var(--colors-dark-dark-400);
}

.element-jobs-list .input-field {
  align-items: center;
  justify-content: center;
  padding: var(--spaces-space-5) var(--spaces-space-6) var(--spaces-space-5)
    var(--spaces-space-6);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  gap: var(--spaces-space-4);
  position: relative;
}

.element-jobs-list .img-2 {
  position: relative;
  width: 20px;
  height: 20px;
}

.element-jobs-list .text-wrapper-3 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--regular-regular-m-font-size);
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  font-style: var(--regular-regular-m-font-style);
  border:none;
  background-color: transparent ;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}



.element-jobs-list .input-search {
  flex-direction: column;
  width: 320px;
  align-items: flex-end;
  display: flex;
  gap: var(--spaces-space-4);
  position: relative;
}

@media (max-width: 767px) {
  .element-jobs-list .input-search {
    width: 48%;
    max-width: 100%;
  }
}

.element-jobs-list .text-wrapper-4 {
  flex: 1;
  margin-top: -1.00px;
  width: 100%;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-dark-dark-500);
  font-size: var(--regular-regular-m-font-size);
  line-height: var(--regular-regular-m-line-height);
  direction: rtl;
  position: relative;
  letter-spacing: var(--regular-regular-m-letter-spacing);
  font-style: var(--regular-regular-m-font-style);
  border: none;
}

.element-jobs-list .text-wrapper-5 {
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--bold-bold-4xl-font-family);
  font-weight: var(--bold-bold-4xl-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--bold-bold-4xl-font-size);
  line-height: var(--bold-bold-4xl-line-height);
  direction: rtl;
  position: relative;
  letter-spacing: var(--bold-bold-4xl-letter-spacing);
  font-style: var(--bold-bold-4xl-font-style);
  text-align: right;
}

@media (max-width: 767px) {
  .element-jobs-list .text-wrapper-5 {
    font-size: 28px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .element-jobs-list .text-wrapper-5 {
    font-size: 24px;
  }
}

.element-jobs-list .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--spaces-space-11);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .element-jobs-list .list {
    justify-content: center;
    gap: var(--spaces-space-8);
  }
}

@media (max-width: 767px) {
  .element-jobs-list .list {
    flex-direction: column;
    align-items: center;
    gap: var(--spaces-space-6);
  }
}

.element-jobs-list .jobs {
  display: flex;
  flex-direction: column;
  width: 384px;
  align-items: flex-end;
  justify-content: center;
  gap: var(--spaces-space-11);
  padding: var(--spaces-space-11);
  position: relative;
  background-color: var(--colors-dark-white);
  border-radius: var(--spaces-space-8);
  border: 1px solid;
  border-color: var(--colors-dark-dark-200);
}

@media (max-width: 991px) {
  .element-jobs-list .jobs {
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .element-jobs-list .jobs {
    max-width: 100%;
    padding: var(--spaces-space-8);
    gap: var(--spaces-space-8);
  }
}

.element-jobs-list .logo {
  position: relative;
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
  object-fit: cover;
}

@media (max-width: 767px) {
  .element-jobs-list .logo {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 479px) {
  .element-jobs-list .logo {
    width: 70px;
    height: 70px;
  }
}

.element-jobs-list .content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: var(--spaces-space-7);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-jobs-list .frame-2 {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spaces-space-2);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-jobs-list .time-wrapper {
  align-items: center;
  justify-content: flex-end;
  gap: var(--spaces-space-11);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-jobs-list .time {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spaces-space-3);
  position: relative;
  flex: 0 0 auto;
}

.element-jobs-list .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--regular-regular-l-font-family);
  font-weight: var(--regular-regular-l-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--regular-regular-l-font-size);
  text-align: left;
  letter-spacing: var(--regular-regular-l-letter-spacing);
  line-height: var(--regular-regular-l-line-height);
  direction: ltr;
  font-style: var(--regular-regular-l-font-style);
}

.element-jobs-list .p {
  align-self: stretch;
  font-family: var(--bold-bold-xl-font-family);
  font-weight: var(--bold-bold-xl-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--bold-bold-xl-font-size);
  line-height: var(--bold-bold-xl-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  direction: rtl;
  text-align: right;
  position: relative;
  letter-spacing: var(--bold-bold-xl-letter-spacing);
  font-style: var(--bold-bold-xl-font-style);
}

.element-jobs-list .time-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spaces-space-3);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-jobs-list .ellipse {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: var(--colors-dark-dark-300);
  border-radius: 4px;
}

.element-jobs-list .text-wrapper-7 {
  align-self: stretch;
  font-family: var(--regular-regular-l-font-family);
  font-weight: var(--regular-regular-l-font-weight);
  color: var(--colors-dark-dark-600);
  font-size: var(--regular-regular-l-font-size);
  line-height: var(--regular-regular-l-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  direction: rtl;
  text-align: right;
  position: relative;
  letter-spacing: var(--regular-regular-l-letter-spacing);
  font-style: var(--regular-regular-l-font-style);
}

.element-jobs-list .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spaces-space-3);
  padding: var(--spaces-space-5) var(--spaces-space-10) var(--spaces-space-5)
    var(--spaces-space-10);
  position: relative;
  flex: 0 0 auto;
  border-radius: var(--spaces-space-19);
  border: 1px solid;
  border-color: var(--colors-dark-dark-800);
  box-shadow: var(--card-shadow);
}

.element-jobs-list .text-wrapper-8 {
  font-family: var(--bold-bold-m-font-family);
  font-weight: var(--bold-bold-m-font-weight);
  color: var(--colors-dark-dark-800);
  text-align: center;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-size: var(--bold-bold-m-font-size);
  letter-spacing: var(--bold-bold-m-letter-spacing);
  line-height: var(--bold-bold-m-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--bold-bold-m-font-style);
}

.element-jobs-list .jobs-2 {
  display: flex;
  flex-direction: column;
  width: 384px;
  align-items: flex-end;
  justify-content: center;
  gap: var(--spaces-space-11);
  padding: var(--spaces-space-11);
  position: relative;
  background-color: var(--colors-dark-white);
  border-radius: var(--spaces-space-8);
  border: 1px solid;
  border-color: var(--colors-primary-primary);
  box-shadow: var(--hover-shadow);
}

@media (max-width: 991px) {
  .element-jobs-list .jobs-2 {
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .element-jobs-list .jobs-2 {
    max-width: 100%;
    padding: var(--spaces-space-8);
    gap: var(--spaces-space-8);
  }
}

.element-jobs-list .button-2 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spaces-space-3);
  padding: var(--spaces-space-5) var(--spaces-space-10) var(--spaces-space-5)
    var(--spaces-space-10);
  position: relative;
  flex: 0 0 auto;
  background-color: var(--colors-dark-dark-800);
  border-radius: var(--spaces-space-19);
  box-shadow: var(--card-shadow);
}

.element-jobs-list .text-wrapper-9 {
  font-family: var(--bold-bold-m-font-family);
  font-weight: var(--bold-bold-m-font-weight);
  color: var(--colors-dark-white);
  text-align: center;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-size: var(--bold-bold-m-font-size);
  letter-spacing: var(--bold-bold-m-letter-spacing);
  line-height: var(--bold-bold-m-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--bold-bold-m-font-style);
}

.element-jobs-list .pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spaces-space-8);
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .element-jobs-list .pagination {
    gap: var(--spaces-space-4);
    flex-wrap: wrap;
  }
}

@media (max-width: 479px) {
  .element-jobs-list .pagination {
    gap: var(--spaces-space-2);
  }
}

.element-jobs-list .arrow {
  width: 42px;
  height: 42px;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
  border-color: var(--colors-dark-dark-800);
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  padding: 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid;
  box-shadow: var(--shadow);
}

@media (max-width: 479px) {
  .element-jobs-list .arrow {
    width: 36px;
    height: 36px;
    padding: 8px;
  }
}

.element-jobs-list .div-wrapper {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  padding: 10px;
  position: relative;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  border-radius: 50px;
  border: 1px solid;
  border-color: var(--colors-dark-dark-300);
  box-shadow: var(--shadow);
}

@media (max-width: 479px) {
  .element-jobs-list .div-wrapper {
    width: 36px;
    height: 36px;
    padding: 8px;
  }
}

.element-jobs-list .text-wrapper-10 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--regular-regular-m-font-size);
  text-align: right;
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  white-space: nowrap;
  font-style: var(--regular-regular-m-font-style);
}

.element-jobs-list .arrow-2 {
  width: 44px;
  height: 44px;
  margin-top: -2.00px;
  margin-bottom: -2.00px;
  background-color: var(--colors-dark-dark-800);
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  padding: 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid;
  box-shadow: var(--shadow);
  border-color: var(--colors-dark-dark-800);
}

@media (max-width: 479px) {
  .element-jobs-list .arrow-2 {
    width: 38px;
    height: 38px;
    padding: 8px;
  }
}

.element-jobs-list .text-wrapper-11 {
  margin-top: -2.00px;
  color: var(--colors-dark-white);
  position: relative;
  width: fit-content;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  font-size: var(--regular-regular-m-font-size);
  text-align: right;
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  white-space: nowrap;
  font-style: var(--regular-regular-m-font-style);
}

.element-jobs-list .arrows-diagrams-wrapper {
  width: 42px;
  height: 42px;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  margin-right: -1.00px;
  border-color: var(--colors-dark-dark-800);
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  padding: 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid;
  box-shadow: var(--shadow);
}

@media (max-width: 479px) {
  .element-jobs-list .arrows-diagrams-wrapper {
    width: 36px;
    height: 36px;
    padding: 8px;
  }
}

/* RTL Styles */
html[dir="rtl"] .element-jobs-list .img {
  transform: scaleX(-1);
}

html[dir="rtl"] .element-jobs-list .img-2 {
  transform: scaleX(-1);
}

html[dir="rtl"] .element-jobs-list .input {
  align-items: flex-start;
  direction: rtl;
}

html[dir="rtl"] .element-jobs-list .input-field {
  justify-content: flex-start;
  direction: rtl;
}

html[dir="rtl"] .element-jobs-list .text-wrapper-3 {
  text-align: left;
  direction: rtl;
}

html[dir="rtl"] .element-jobs-list .text-wrapper-5 {
  text-align: left;
}

html[dir="rtl"] .element-jobs-list .text-wrapper-7 {
  text-align: left;
}

html[dir="rtl"] .element-jobs-list .p {
  text-align: left;
}

/* Custom dropdown arrow for RTL */
html[dir="rtl"] .element-jobs-list .input-drop-down .input-field::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
}
