* {
    direction: rtl !important;
    text-align: right;
    font-family: 'Tajawal', sans-serif;
}
* {
    --bs-primary-rgb: 196, 160, 102 !important;
    --bs-primary: #c4a066;
    --swiper-theme-color: #c4a066;
    --bs-body-color:#17244c;
}
#status ul li:nth-child(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .8s;
    background-color: var(--bs-primary);
}
#status ul li:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    background-color: var(--bs-primary);
}
#status ul li:nth-child(3) {
    -webkit-animation-delay: .1s;
    animation-delay: .8s;
    background-color: var(--bs-primary);
}
#status ul li:nth-child(4) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    background-color: var(--bs-primary);
}
#status ul li:nth-child(5) {
    -webkit-animation-delay: .1s;
    animation-delay: .8s;
    background-color: var(--bs-primary);
}
#status ul li:nth-child(6) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    background-color: var(--bs-primary);
}
.page-title-box {
    background-color: #c4a066;
}
.featured-label .featured {
    background-color: #c4a066;
}
.featured-label .featured::before {
    border-right: 11px solid #c4a066;
}
.auth-box .auth-content {
     /* background-color: #c4a066; */

     background-color: #17244c;
}
.text-right-rtl {
    text-align: right !important;
    /* margin-right: 10px; */
}
.jobs-align-right {
    text-align: right !important;
    margin-right: 5px;
    margin-top: 3px;
}
.profile-align-right {
    text-align: right !important;

}
.categories-align-right {
    text-align: right !important;
    margin-right: 5px;
}
.sec1About {
    direction: rtl !important;
    text-align: right !important;
}
.hTop-bar-locationSec {
    text-align: right !important;
}
.hTop-bar-LanguageSec {
   direction: ltr !important;
   text-align: left !important;
}


.submit-btn {
    border-radius: 8px 0 0 8px !important;
}
.filter-input-box {
    padding: 6px 40px 6px 6px !important;
    padding-right: 10px;
    border-radius: 0px 8px 8px 0px !important;
}
.choices__list--single {
    padding: 4px 40px 4px 4px !important;
}

.btn-footer {
    border-radius: 8px 0 0 8px !important;
}
.input-footer {
    border-radius: 0 8px 8px 0 !important;
    padding-right: 10px;
}

.section {
    text-align: right !important;
}

.bg-home2 .filter-border-1::before, .bg-home2 .filter-border-2::before, .bg-home3 .filter-border::before {
    content: "";
    border-left: 1px solid var(--bs-border-color) !important;
    position: absolute;
    left: 4px;
    height: 38px;
    top: 10px;
    z-index: 3;
}

.bg-home2 .filter-border-1::before, .bg-home2 .filter-border-2::before, .bg-home3 .filter-border::before {
    top: 6px !important;
}
.process-menu.nav-pills .nav-link::before {
    content: "";
    position: absolute;
    border: 1px dashed rgba(var(--bs-primary-rgb),.4);
    height: 45px;
    left: 480px !important;
    top: 54px;
    right: 17px !important;
}
.about-list li::before {
    font-family: Material Design Icons;
    content: "\f0e1e";
    position: absolute;
    /* left: 12px; */
    color: #048565;
    right: 12px !important;
}
.uil-arrow-right:before {
    transform: rotate(180deg);
}
.mdi-chevron-double-right::before {
    transform: rotate(180deg);
}
.wedget-popular-title .popular-box .m-right {
    padding-right: 5px;
}

/* job detials style */
.job-details-compnay-profile {
    padding-right: 24px !important;
    text-align: right !important;
}
.marginAuthBox {
    margin-top: 90px !important;
}
.h-find-home {
    height: 50px !important;
}

@media (min-width: 1200px){
    .about-img {
        width: 120%;
    }
}
.containRot {
    transform: rotate(-90deg);
      width: 536px;
      margin-right: -60px !important;
      /* height: 70vh; */
      padding-top: 322px !important;
  }
  .job-box .favorite-icon {
    position: absolute;
    top: 15px;
    /* right: 15px; */
    left: 15px;
    text-align: left;
  }

/* .dropdown-menu-end[data-bs-popper] {
    right: -221px;
    left: auto;
  } */
  .dropdown-menu-end[data-bs-popper] {
  left: 0;
  right: auto;
  }
.img-services {
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.img-jobs {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.img-profiles {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.filter-search-form i {
    position: absolute;
    top: 51%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    z-index: 2;
    color: var(--bs-primary);
    font-size: 20px;
    width: fit-content;
}

.filter-input-box, .filter-input-box.form-select, .filter-search-form .choices__inner {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: 0;
    font-size: 15px;
    height: 50px;
    padding: 10px 6px 5px 33px;
    border-radius: 0;
}


/* .filter-job-input-box,
.filter-job-input-box.form-select,
.filler-job-form .choices__inner {
    box-shadow: none !important;
    font-size: 14px;
    height: 44px;
    padding: 6px 6px 6px 45px;
    border-radius: 6px;

    &:focus {
        border-color: var(--#{$prefix}border-color);
    }
} */
.choices__inner {
    position: relative;
    z-index: 1;
}
.choices__item {
    text-align: right !important;
}
.job-details-compnay-profile {
    margin-top: -72px;
}
.job-details-compnay-profile img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    background-color: #fff;
}
.candidate-profile img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.jobDetials ul li {
    text-align: right;
}
.jobDetials p {
    text-align: right;
}
.servicesDetials ul li {
    text-align: right;
}
.servicesDetials p {
    text-align: right;
}
.job-box .bookmark-label-C {

    width: 200px;
    position: absolute;
    top: -5px;
    left: -84px !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
    color: #fff;
    background: rgba(var(--bs-primary-rgb));
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 6px;
    font-size: 20px;
    padding-top: 8px;
}
/* .Mobile-jobs .job-box .row .jobs-title {
    margin-right: 20px;
} */

.Mobile-jobs .row .jobs-title .gover {
    position: relative;
    right: 20px;
}
.Mobile-jobs .row .jobs-detials {
    position: relative;
    right: 40px;
    top: 10px;
}
.togglePassword {
    position: relative;
    right: 320px;
    color: var(--bs-primary);
}
.fp-marging {
    margin-left: 20px;
    margin-right: 20px;
}
form .reset-h-p {
    padding-left: 5px !important;
  }

.contact-locate-m {
    margin-right: 50px;
}
.filler-job-form i {
    right: 20px;
    width: fit-content;
    z-index: 2;
}
.filter-job-input-box  {
    padding: 6px 45px 6px 6px;
    z-index: -1;
}
.choices[data-type*=select-one]::after {
    border: 0;
    left: 11.5px;
    right: auto;
    content: "\f0140";
    font-family: "Material Design Icons";
    top: 35%;
    left: 28px;
    z-index: 1;
}
.uil-phone-alt:before {
    content: '\ea14';
    transform: rotate(270deg);
}
.uil-message:before {
    content: '\eb23';
    transform: rotate(180deg);
}
.uil-phone-volume:before {
    transform: rotate(270deg);
}
.uil-phone:before {
    transform: rotate(270deg);
}
.form-contactUs {
    margin-right: 5px;
}
.form-check .form-check-label {
    position: relative;

}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    top: 7px;
    left: 0;
  }
  .switch-show-title {
    padding: 12px 50px 12px 12px;
}
.profile-details .name-job {
    position: absolute;
    left: 22px;
  }
  .copy-right {
    position: absolute;
    left: 0;
}

@media (max-width: 991.98px){
    .navbar-collapse {
        background-color: #fff;
    }
    .togglePassword {
        position: relative;
        right: 555px;
        color: var(--bs-primary);
    }
  }
  @media (max-width: 767px){

    .hTop-bar-locationSec {
        /* direction: rtl !important; */
        text-align: center !important;
    }
    .hTop-bar-LanguageSec {
        direction: rtl !important;
        text-align: center !important;
    }
    .contact-locate-m {
        margin-right: 10px;
    }
    .job-details-compnay-profile-cover {
        text-align: right;
    }
  }

@media (max-width: 556.98px){
    .navbar-collapse {
        background-color: #fff;
    }
    /* .nav-brand {
        position: relative;
        left: 60px;
    } */
    .togglePassword {
        position: relative;
        right: 210px;
        color: var(--bs-primary);
    }
    .form-check .form-check-label {
        position: relative;
        right: 30px;
    }
  }
/* @media (min-width: 768px){

    .bg-home2 .filter-border::before, .bg-home3 .filter-border::before {
        content: "";
        border-right: 1px solid var(--bs-border-color);
        position: absolute;
        left: 4px !important;
        height: 38px;
        top: 10px;
        z-index: 1;
    }
} */

/* @media (min-width: 992px) {

    .filter-border::before {
        content: "";
        border-right: 1px solid var(--bs-border-color);
        position: absolute;
        left: 4px !important;
        height: 38px;
        top: 10px;
        z-index: 1;
    }
} */


