@charset "UTF-8";
body {
  direction: rtl;
}

.home-banner .slide {
  direction: rtl;
}
.home-banner .owl-dots {
  right: 10px;
  left: auto;
}

.owl-carousel.owl-rtl .card-light-border {
  direction: rtl;
}

.contact-popup .close-btn {
  left: 20px !important;
  right: auto !important;
}

.close-btn {
  left: -10px !important;
  right: auto !important;
}

.dropdown-menu[data-bs-popper] {
  right: 0;
  left: auto;
}

.filled {
  right: 0 !important;
  left: auto !important;
}

.timeline-container .timeline-item:nth-child(even) .desc::before {
  right: -21px;
  left: auto;
  border-color: rgba(193, 64, 64, 0) transparent rgba(0, 0, 0, 0) #909090;
}
.timeline-container .timeline-item:nth-child(even) .desc::after {
  right: -20px;
  left: auto;
  border-color: transparent transparent transparent #fff;
}
.timeline-container .timeline-item:nth-child(even) .timeline-dot {
  width: 20px;
  height: 20px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  right: -35px;
  left: auto;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  z-index: 1;
}
.timeline-container .timeline-item:nth-child(even) .timeline-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  left: auto;
  width: 19px;
  height: 1px;
  background-color: var(--bs-dark2-border);
  z-index: 0;
}
.timeline-container .timeline-item:nth-child(odd) .desc::before {
  left: -21px;
  right: auto;
  border-color: rgba(193, 64, 64, 0) #909090 rgba(0, 0, 0, 0) transparent;
}
.timeline-container .timeline-item:nth-child(odd) .desc::after {
  left: -20px;
  right: auto;
  border-color: transparent #fff transparent transparent;
}
.timeline-container .timeline-item:nth-child(odd) .timeline-dot {
  width: 20px;
  height: 20px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  left: -57px;
  right: auto;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  z-index: 1;
}
.timeline-container .timeline-item:nth-child(odd) .timeline-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  right: auto;
  width: 21px;
  height: 1px;
  background-color: var(--bs-dark2-border);
  z-index: 0;
}

.level-2-wrapper::before {
  right: 272px;
  left: auto;
}

.level-2-wrapper::after {
  right: -20px;
  left: auto;
}

.level-2-wrapper > li:nth-child(4) h2::before, .level-2-wrapper > li:nth-child(5) h2::before {
  right: -135px;
  left: auto;
}

.level-2-wrapper > li h2:nth-child(3)::before {
  right: -60px;
  left: auto;
}

.level-3-wrapper::before {
  right: 25%;
  left: auto;
}

.level-3-wrapper.left::before {
  right: 11%;
  left: auto;
}

/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 700px) {
  .level-2-wrapper {
    width: 90%;
    margin-left: 10%;
  }
  .level-2-wrapper::before {
    right: -20px;
    left: auto;
  }
}
.search-input .input-group .search {
  left: 15px;
  right: auto;
}
.search-input .input-group .mic {
  left: 15px;
  right: auto;
}

.page-link i {
  transform: rotateY(180deg);
  display: block;
}

.fi-rr-arrow-left {
  transform: none;
}

.ms-auto {
  margin-right: auto !important;
  margin-left: unset !important;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f053";
}

.dropdown-menu {
  text-align: right;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: 0;
}

h1 {
  text-align: right;
}

.form-select {
  padding: 10px 10px !important;
  background-position: left 0.75rem center;
}

ngb-datepicker-navigation-select select {
  padding: 0px 5px !important;
}

ngb-datepicker-navigation-select > .form-select {
  flex: 1 1 auto;
  padding: 0 0.5rem !important;
  font-size: 0.875rem;
  height: 1.85rem;
}

.form-group > h1 {
  text-align: right;
}
.form-group > p {
  text-align: right;
}
.form-group input,
.form-group textarea,
.form-group select {
  padding-right: 46px !important;
}
.form-group .input-group span.input-icon {
  right: 0px;
}
.form-group .form-redirect {
  text-align: right;
}
.form-group .form-redirect a {
  text-align: right;
}

hijri-gregorian-datepicker .form-group select {
  padding-right: 0 !important;
}

hijri-gregorian-datepicker .form-group input {
  padding-right: 10px !important;
  margin-bottom: 8px;
}

a.btn.btn-outline-primary {
  text-align: right;
}

app-footer .footer-links a {
  text-align: right !important;
}
app-footer .list-title {
  text-align: right !important;
}
app-footer .left-footer p {
  text-align: right !important;
}
app-footer .left-footer .social span:first-child {
  margin-right: 0 !important;
  margin-left: 8px !important;
}

app-faq .question-icon img {
  left: 20px !important;
  right: initial !important;
}
app-faq button.btn.btn-primary.filter-label {
  margin: 12px 0 0 12px !important;
}
app-faq .faq-title {
  text-align: right !important;
}
app-faq .faq-description {
  text-align: right !important;
}
app-faq .question-title h1 {
  text-align: right !important;
}

app-join-us span.input-label {
  text-align: right !important;
}

.lang-btn {
  line-height: 0.9em !important;
}

.wrapper .header-top {
  top: 0;
  width: 100%;
  right: 0;
}

.wrapper .header-top .top-menu .mobile-nav-toggle {
  border: none;
  position: relative;
  margin-right: 5px;
}

.wrapper .header-top .top-menu .mobile-nav-toggle span {
  height: 2px;
  width: 20px;
  background-color: #4a5361;
  display: inline-block;
  border-radius: 4px;
  position: absolute;
  top: 14px;
  right: 5px;
}

.wrapper .header-top .top-menu .mobile-nav-toggle span::before,
.wrapper .header-top .top-menu .mobile-nav-toggle span::after {
  content: "";
  height: 2px;
  width: 20px;
  border-radius: 4px;
  background-color: #4a5361;
  display: inline-block;
  position: absolute;
}

.wrapper .header-top .top-menu .mobile-nav-toggle span::before {
  right: 0;
  top: -6px;
}

.wrapper .header-top .top-menu .mobile-nav-toggle span::after {
  right: 0;
  bottom: -6px;
}

@media only screen and (max-width: 1023px) {
  .wrapper .header-top {
    padding-right: 0;
  }
}
.wrapper .page-wrap .app-sidebar {
  position: fixed;
  right: 0;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a .badge {
  position: absolute;
  left: 30px;
  text-align: center;
  top: 16px;
  vertical-align: middle;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  border-radius: 4px;
  font-size: 75%;
  padding: 4px 7px;
  margin-right: 5px;
  font-weight: 800;
  color: #fff;
  transition: opacity 0.3s linear;
  text-transform: uppercase;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  right: 195px;
  left: auto;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .menu-item {
  padding-right: 18px;
  margin: 0;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .nav-item a::before {
  content: "\e844";
  font-family: "iconkit";
  position: absolute;
  right: 20px;
  top: 10px;
  display: inline-block;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .nav-item .submenu-content .menu-item {
  padding-right: 70px;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .nav-item .submenu-content .menu-item::before {
  display: none;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .nav-item.open a::before {
  transform: rotate(90deg);
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item:not(.open) .submenu-content {
  display: none;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.open a::before {
  transform: rotate(90deg);
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-lavel {
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  padding: 8px 20px 8px;
  text-transform: capitalize;
  visibility: visible;
  width: 100%;
  color: #999;
  background: #333e52;
}

.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item {
  border-color: rgba(243, 243, 243, 0.15);
}

.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item a {
  display: flex;
  align-items: center;
}

.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item a i {
  color: #bcc8d8;
}

.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item a img {
  width: 25px;
  margin-left: 10px;
}

.wrapper .page-wrap .app-sidebar.hide-sidebar {
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(100%, 0, 0);
}

@media only screen and (max-width: 1023px) {
  .wrapper .page-wrap .app-sidebar {
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
}
.wrapper .page-wrap .main-content {
  direction: rtl;
}

.wrapper .page-wrap .app-sidebar .sidebar-header .nav-toggle {
  left: -28px;
  right: auto;
}

.nav-collapsed .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a {
  margin-left: 4px;
  margin-right: 7px;
}

.wrapper .page-wrap .app-sidebar .sidebar-header .nav-close {
  left: 5px;
  right: auto;
}

.ck.ck-editor__editable_inline[dir=ltr] {
  text-align: right;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
}

.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item a .svg-icon {
  margin-left: 8px;
}

.multiselect-item-checkbox input[type=checkbox] + div:before {
  right: 0 !important;
  left: auto !important;
}

.multiselect-item-checkbox input[type=checkbox] + div:after {
  right: 4px !important;
  left: auto !important;
}

.multiselect-item-checkbox input[type=checkbox] + div {
  padding-right: 2.2em !important;
  padding-left: 0 !important;
}

.dropdown-list li {
  text-align: right !important;
}

.multiselect-dropdown .dropdown-btn .selected-item {
  float: right !important;
}

.filt-se {
  text-align: right;
}

.multiselect-dropdown .dropdown-btn .selected-item-container {
  float: right !important;
}

.accordion-button::after {
  position: absolute;
  left: 20px;
}

/***************************edit***************************/
.job-applicant ul.job-manage {
  margin-inline-start: 0px;
}

.pass .form-control {
  border-left: 0;
  border-radius: 0px 8px 8px 0 !important;
}
.pass .input-group-text {
  width: 15%;
  font-size: 14px;
  color: #737373;
  border: 1px solid #dadada;
  border-right: none;
  box-shadow: none;
  background-color: #fff;
  cursor: pointer;
  border-radius: 8px 0px 0px 8px !important;
}

.job-details .grid-border {
  border-right: 3px solid var(--secondary-color);
  border-left: 0;
}
.job-details .box-title .box-text {
  margin-inline-start: 0px;
}

.form-control[type=file] {
  border-right: 0;
  border-left: 0;
}

.form-control[type=file] {
  border-radius: 0 8px 8px 0 !important;
}

.btn-upload-icon {
  border-radius: 8px 0 0 8px !important;
  border-left: 1px solid var(--gray-color);
}

.otherDocs ul {
  margin-inline-start: 0px;
}

.btn-primary i,
.btn-gray i {
  transform: rotate(0deg);
}

.word::after {
  right: 100px;
  left: auto;
  transform: rotate(0deg);
}
.word .word-text .blockquote .quot-t {
  left: 260px;
  right: auto;
  transform: rotate(0deg);
}
.word .word-text .blockquote .quot-b {
  right: 100px;
  left: auto;
  transform: rotate(0deg);
}
.word .word-text .icon {
  left: -160px;
  right: auto;
}
.word .name {
  right: 170px;
  left: auto;
}

.news-cgc .owl-theme .owl-nav {
  justify-content: start;
}
.news-cgc .owl-theme .owl-dots {
  justify-content: end;
}

.ser-cgc .owl-theme .owl-nav {
  justify-content: start;
}
.ser-cgc .owl-theme .owl-dots {
  justify-content: end;
}

.infographic-cgc .owl-theme .owl-nav {
  justify-content: start;
}
.infographic-cgc .owl-theme .owl-dots {
  justify-content: end;
}

.vid-cgc .owl-theme .owl-nav {
  justify-content: start;
}
.vid-cgc .owl-theme .owl-dots {
  justify-content: end;
}

.floating-icon {
  position: fixed;
  bottom: 40px;
  left: 0;
  right: auto;
  z-index: 998;
}

.setting-container .box-wrapper .wrapper-features .features-item .features-item-enable {
  position: absolute;
  left: 0.625rem;
  right: unset;
}

.mobadrat .slider-card .mobadra-single .btn-outline-light {
  direction: rtl;
}
.mobadrat .slider-card .mobadra-single .btn-outline-light i,
.mobadrat .slider-card .mobadra-single .btn-outline-light svg {
  transform: scaleX(-1);
}

.slider-banner .container-xxl {
  direction: rtl;
}

.chat-popup {
  left: 90px;
  right: unset;
}
.chat-popup .chat-container .chat_converse .chat_msg_admin {
  border-radius: 8px 8px 0px 8px;
}
.chat-popup .chat-container .chat_converse .chat_msg_user {
  border-radius: 8px 8px 8px 0px;
}
.chat-popup .chat-container .fab_field .send_msg_icon img {
  transform: scaleX(-1);
}

.news-details .side-img .float-end {
  margin-right: 20px;
  margin-left: unset;
  float: left !important;
}
.news-details .side-img .float-start {
  margin-left: 20px;
  margin-right: unset;
  float: right !important;
}

.lightbox .lb-data .lb-closeContainer {
  left: -60px;
  right: unset;
}
.lightbox .lb-nav a.lb-next {
  scale: -1;
  left: 0px;
  right: unset;
}
.lightbox .lb-nav a.lb-prev {
  scale: 1;
  right: 0px;
  left: unset;
}

@media (max-width: 950px) {
  [dir=rtl] * #nav #nav-icon2 {
    right: initial;
    left: 17px;
  }
  [dir=rtl] * #nav .nav-buttons {
    margin: 19pt 10pt;
    text-align: center;
  }
  [dir=rtl] * #nav .nav-list .nav-links a {
    text-align: right !important;
  }
}
.filter.dropdown-menu li .date-drop button {
  left: 6px !important;
  right: unset !important;
}

ngb-datepicker.dropdown-menu .ngb-dp-navigation-chevron {
  transform: rotate(45deg);
}
ngb-datepicker.dropdown-menu .ngb-dp-arrow-next .ngb-dp-navigation-chevron {
  transform: rotate(225deg);
}

.fa-arrow-right-long {
  transform: scaleX(-1);
}

.leader-contact-popup {
  /* Close Button */
}
.leader-contact-popup .close-btn {
  left: 20px !important;
  right: unset !important;
}

.action-icon a {
  border: 1px solid #d2d6db;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.action-icon .share-icon {
  cursor: pointer;
  z-index: 3;
}
.action-icon .share-box {
  right: -100px;
  left: unset;
  animation: hideShare 0.75s ease;
}
.action-icon .share-box.show {
  right: 0px;
  left: unset;
  animation: showShare 0.75s ease;
}

@keyframes showShare {
  from {
    right: -100px;
    left: unset;
    opacity: 0;
    display: none;
  }
  to {
    right: 0px;
    left: unset;
    opacity: 1;
    display: flex;
  }
}
@keyframes hideShare {
  from {
    right: 0px;
    left: unset;
    opacity: 1;
    display: flex;
  }
  to {
    right: -100px;
    left: unset;
    opacity: 0;
    display: none;
  }
}
.pagination .fa-angle-left,
.pagination .fa-angle-right {
  transform: scaleX(-1);
}

.mfp-title {
  text-align: right;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  text-align: left;
}

/* من 1300px لغاية 1399px */
@media (min-width: 1300px) and (max-width: 1399px) {
  .timeline-container .timeline-item:nth-child(odd) .timeline-dot {
    left: -54px;
  }
  .timeline-container .timeline-item:nth-child(even) .timeline-dot {
    right: -34px;
  }
}
/* من 1200px لغاية 1299px */
@media (min-width: 1200px) and (max-width: 1299px) {
  .timeline-container .timeline-item:nth-child(odd) .timeline-dot {
    left: -54px;
  }
  .timeline-container .timeline-item:nth-child(even) .timeline-dot {
    right: -34px;
  }
}
/* من 1128px لغاية 1199px */
@media (min-width: 1128px) and (max-width: 1199px) {
  .timeline-container .timeline-item:nth-child(odd) .timeline-dot {
    left: -53px;
  }
  .timeline-container .timeline-item:nth-child(even) .timeline-dot {
    right: -32px;
  }
}
/* من 991px لغاية 1127px */
@media (min-width: 991px) and (max-width: 1127px) {
  .timeline-container .timeline-item:nth-child(odd) .timeline-dot {
    left: -49px;
  }
  .timeline-container .timeline-item:nth-child(even) .timeline-dot {
    right: -28px;
  }
}
/* من 930px لغاية 992px */
@media (min-width: 930px) and (max-width: 992px) {
  .timeline-container .timeline-item:nth-child(odd) .timeline-dot {
    left: -48px;
    right: auto;
  }
  .timeline-container .timeline-item:nth-child(odd) .timeline-dot::before {
    width: 16px;
  }
  .timeline-container .timeline-item:nth-child(even) .timeline-dot {
    right: -28px;
  }
  .timeline-container .timeline-item:nth-child(even) .timeline-dot::after {
    width: 13px;
  }
}
/* أقل من 929px */
@media (max-width: 929px) {
  .timeline-container .timeline-item:nth-child(odd) .timeline-dot {
    left: -45px;
    right: auto;
  }
  .timeline-container .timeline-item:nth-child(odd) .timeline-dot::before {
    width: 16px;
  }
  .timeline-container .timeline-item:nth-child(even) .timeline-dot {
    right: -25px;
  }
  .timeline-container .timeline-item:nth-child(even) .timeline-dot::after {
    width: 13px;
  }
}
@media (max-width: 771px) {
  .word .word-text .blockquote .quot-t {
    left: 40px;
    right: auto;
  }
  .word .word-text .blockquote .quot-b {
    right: 40px;
    left: auto;
  }
  .word .name {
    right: 60px;
    left: auto;
  }
}
.services .servicesSwiper .swiper-pagination {
  bottom: 0;
  text-align: end;
}
.services .servicesSwiper .swiper-button-next {
  right: 80px;
  left: auto;
}

.news .newsSwiper .swiper-pagination {
  bottom: 0;
  text-align: end;
  padding: 0 100px;
}
.news .newsSwiper .swiper-button-prev {
  right: 100px;
}
.news .newsSwiper .swiper-button-next {
  right: 180px;
  left: auto;
}

@media (max-width: 500px) {
  .services .servicesSwiper {
    padding-bottom: 100px;
  }
  .services .servicesSwiper .swiper-pagination {
    bottom: 0;
    text-align: center;
  }
  .services .servicesSwiper .swiper-button-next,
  .services .servicesSwiper .swiper-button-prev {
    bottom: 40px;
  }
  .services .servicesSwiper .swiper-button-prev {
    right: calc(50% - 60px);
  }
  .services .servicesSwiper .swiper-button-next {
    right: calc(50% + 20px);
    left: auto;
  }
  .news .newsSwiper {
    padding-bottom: 100px;
  }
  .news .newsSwiper .swiper-pagination {
    bottom: 0;
    text-align: center;
    padding: 0 100px;
  }
  .news .newsSwiper .swiper-button-next,
  .news .newsSwiper .swiper-button-prev {
    bottom: 40px;
  }
  .news .newsSwiper .swiper-button-prev {
    right: calc(50% - 60px);
  }
  .news .newsSwiper .swiper-button-next {
    right: calc(50% + 20px);
    left: auto;
  }
}
.search-close-btn {
  left: 50px;
  right: unset;
}

.auctions .auction-single .auction-name .timer .item:not(:first-child)::after {
  right: 0;
  left: unset;
}

.search-news .search-icon {
  position: absolute;
  left: 15px;
  right: unset;
}

.infaz-news select,
.photos-cards select {
  background-position: left 16px center;
}

.photo-video .swiper-button-next {
  left: auto;
  right: 18px;
}

.photo-video .swiper-button-prev {
  right: 61px;
  left: auto;
}

.inheritance .inheritance-single a img {
  transform: scaleX(1);
}

.new-details .side-card {
  padding-left: 36px;
  padding-right: 0px !important;
}
.new-details .side-img .p-width {
  padding-left: 36px;
  padding-right: 0px;
}

.page-side-content .content-list .content-item:has(.active)::after {
  right: 0;
  left: unset;
}

.page-content .page-section .applicationSwiper .swiper-pagination {
  bottom: 0;
  text-align: end;
}
.page-content .page-section .applicationSwiper .swiper-button-prev {
  right: 0px;
}
.page-content .page-section .applicationSwiper .swiper-button-next {
  right: 80px;
  left: auto;
}
.page-content .page-section .data-request .request-form .calendar-img {
  left: 10px;
  right: auto;
}

@media (max-width: 500px) {
  .page-content .page-section .applicationSwiper {
    padding-bottom: 100px;
  }
  .page-content .page-section .applicationSwiper .swiper-pagination {
    bottom: 0;
    text-align: center;
  }
  .page-content .page-section .applicationSwiper .swiper-button-next,
  .page-content .page-section .applicationSwiper .swiper-button-prev {
    bottom: 40px;
  }
  .page-content .page-section .applicationSwiper .swiper-button-prev {
    right: calc(50% - 60px);
  }
  .page-content .page-section .applicationSwiper .swiper-button-next {
    right: calc(50% + 20px);
    left: auto;
  }
}
.annual-report .reports-slider .reportsSwiper .swiper-pagination {
  bottom: 0;
  text-align: end;
}
.annual-report .reports-slider .reportsSwiper .swiper-button-prev {
  right: 0px;
}
.annual-report .reports-slider .reportsSwiper .swiper-button-next {
  right: 80px;
  left: auto;
}

@media (max-width: 500px) {
  .annual-report .reports-slider .reportsSwiper {
    padding-bottom: 100px;
  }
  .annual-report .reports-slider .reportsSwiper .swiper-pagination {
    bottom: 0;
    text-align: center;
  }
  .annual-report .reports-slider .reportsSwiper .swiper-button-next,
  .annual-report .reports-slider .reportsSwiper .swiper-button-prev {
    bottom: 40px;
  }
  .annual-report .reports-slider .reportsSwiper .swiper-button-prev {
    right: calc(50% - 60px);
  }
  .annual-report .reports-slider .reportsSwiper .swiper-button-next {
    right: calc(50% + 20px);
    left: auto;
  }
}
.questions-container .tab-content .accordion .accordion-button {
  text-align: right;
}
.questions-container .tab-content .accordion .accordion-button::after {
  left: 10px;
}

.search-news .search-icon {
  position: absolute;
  left: 15px;
  right: unset;
}

.infaz-news select,
.photos-cards select,
.events-seconedary select,
.auctions-search-section select,
.form-box select {
  background-position: left 16px center !important;
}

.auctions-search-section .form-check .form-check-input,
.advanced-search .form-check .form-check-input {
  float: right;
  margin-right: 0;
}
.auctions-search-section .form-check-label,
.advanced-search .form-check-label {
  padding-right: 30px;
}

.ac-big-card .ac-card .card-body {
  padding-left: 20px;
}

/* RTL specific adjustments for icons in pagination */
.fa-angle-left {
  transform: rotate(90deg); /* Flip right arrow to act as previous in RTL */
}

.fa-angle-right {
  transform: rotate(90deg); /* Flip left arrow to act as next in RTL */
}

@media (min-width: 992px) {
  .search-result .dropdown-menu.filter {
    left: unset !important;
    transform: translate3d(91px, 45.5px, 0px) !important;
    right: unset !important;
    margin: unset;
    float: left;
  }
}
@media (max-width: 623px) {
  .auctions-small-cards .ac-content .ac-title {
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    color: #1f2a37;
    text-align: start;
    padding-left: 0;
    padding-right: 6px;
  }
  .auctions-small-cards .ac-content .ac-title::after {
    position: absolute;
    left: 5px;
    right: auto;
  }
}
@media (max-width: 535px) {
  .auctions-small-cards .padding-figure {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .auctions-small-cards .ac-content .ac-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    color: #1f2a37;
    text-align: start;
    padding-left: 0;
    padding-right: 6px;
  }
  .auctions-small-cards .ac-content .ac-title::after {
    position: absolute;
    left: 5px !important;
    right: auto;
  }
}
.search-result .calendar-img {
  left: 10px;
  right: auto;
}

.litepicker .container__months .month-item-header .button-previous-month {
  transform: rotate(180deg);
}

.litepicker .container__months .month-item-header .button-next-month {
  transform: rotate(180deg);
}

.book-appointments .step-content .previous-step img {
  transform: scaleX(1);
}
.book-appointments .step-content .next-step img {
  transform: scaleX(-1);
}
.book-appointments .step-content .personal-data::after {
  left: 50px;
  right: unset;
}

@media (max-width: 992px) {
  .book-appointments .step-content .personal-data::after {
    left: 0px;
    right: unset;
  }
}
@media (max-width: 768px) {
  .book-appointments .step-content .personal-data::after {
    right: unset;
    left: 50%;
  }
}
.platform-request .form-search .calendar-img {
  left: 10px;
  right: auto;
}
.platform-request .form-box .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
}
.platform-request .form-box .form-check .form-check-label {
  padding-right: 12px;
}
.platform-request .el-form .form-check-input {
  float: right;
  margin-right: -1.5em;
}

.pagination .page-link .previous {
  transform: scaleX(1);
}
.pagination .page-link .next {
  transform: scaleX(-1);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  left: 35px;
  right: unset;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
  right: unset;
}

.flatpickr-current-month {
  right: -22px;
  text-align: end;
  left: unset;
}

.step-content {
  right: -10px;
}

.boss-word .boss-card .image-content .image-box::before {
  border-right: 3px solid var(--bs-light-000);
  border-left: unset;
  right: 8px;
  left: unset;
  border-top-right-radius: 8px;
  border-top-left-radius: unset;
}
.boss-word .boss-card .image-content .image-box::after {
  border-left: 3px solid var(--bs-light-000);
  border-right: unset;
  left: 8px;
  right: unset;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: unset;
}

.accreditation-services .arrow {
  transform: rotate(0deg);
}

.main-header .navbar .navbar-nav .nav-item .dropdown-menu {
  right: unset !important;
  left: 0 !important;
}/*# sourceMappingURL=main-rtl.css.map */