.d-flex {
  display: -webkit-inline-box !important;
}
.col-md-8.d-flex.align-items-center.menu-top {
  margin-right: -90px !important;
}
.switch {
  margin: 0 -33px;
}
.col-md-8.d-flex.align-items-center.menu-top {
  margin-right: none !important;
}
.logo {
  width: 25%;
  padding: none !important;
}
.logo > a > img {
  width: 90% !important;
}
.navbar-nav.me-auto.mb-2.mb-lg-0.w-100.align-items-center.justify-content-center {
  right: 100px;
  position: absolute;
}
.fa-solid.fa-circle-info.font-icon {
  font-size: 25px;
  margin-right: 36px;
  z-index: 100;
}
.m-f {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

@media (min-width: 200px) and (max-width: 767px) {
  .navbar-nav.me-auto.mb-2.mb-lg-0.w-100.align-items-center.justify-content-center {
    position: initial !important;
  }
  #mobile-notif {
    display: none !important;
  }
  #mobile-info {
    position: relative;
    left: 40%;
  }
  #mobile-lang {
    position: relative;
    left: 44%;
  }
  #mobile-user {
    position: relative;
    left: 40%;
  }
  .dropdown-menu[data-bs-popper] {
    left: -279px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .dropdown-menu[data-bs-popper] {
    left: -279px;
  }
  .navbar-nav.me-auto.mb-2.mb-lg-0.w-100.align-items-center.justify-content-center {
    position: inherit !important;
  }
  #mobile-notif {
    display: none !important;
  }
  #mobile-info {
    position: relative;
    bottom: 0;
  }
  #mobile-lang {
    position: relative;
    bottom: 0;
  }
  #mobile-user {
    position: relative;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .px-lg-5 {
    padding-right: 5rem !important;
  }
}
@media (min-width: 1031px) and (max-width: 1354px) {
  .px-lg-5 {
    padding-right: 11rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  #lang-switch {
    position: relative;
    left: none !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  ul .nav-item {
    /* padding-bottom: 3% !important; */
  }
}
@media (min-width: 200px) and (max-width: 991px) {
  #lang-switch {
    position: relative;
  }
}
@media (min-width: 992px) {
  .mobile-menu-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    right: 1%;
    position: absolute;
    z-index: 999;
  }
  .navbar .navbar-nav {
    margin-top: 0px !important;
  }

  .display-mobile {
    display: block;
  }
  #dropdown-menu-list {
    width: -webkit-fill-available !important;
    margin-right: 15% !important;
  }

  .content-language-switch.tablt-mobile {
    display: none;
  }
  .img-profil.nav-link.dropdown-toggle.dropbtn.img {
    left: 12px;
    position: relative;
  }
  /* .nav-item.dropdown.user{
    left: 36px
} */
  .navbar-nav.ms-auto.col-md-12 {
    margin-left: 100px !important;
  }
  .dropdown {
    position: relative;
    margin-left: 15px;
  }
  #switch {
    margin-right: -1px !important;
  }
  .fa-solid.fa-bell {
    font-size: 25px;
  }
  .dropbtn {
    display: block;
    /* padding-right: 25px; */
    color: #2a2a2a !important;
    background-color: transparent;
    color: #ffff;
    border-style: none;
  }
  .nav-link.dropdown-toggle.dropbtn.user {
    /* padding-top: 22px; */
    margin-left: -30px;
  }
}

@media (max-width: 992px) {
  nav {
    visibility: visible !important;
  }
  #menu-log-out {
    position: fixed;
    z-index: 1000;
  }
  .carousel-item {
    transition: transform -28.4s;
  }
}
.rendered-form .btn,
.rendered-form .form-control {
  background: white;
}
nav {
  visibility: visible !important;
}
.direction_rtl{
    direction: rtl !important;
}

.direction_ltr{
    direction: ltr !important;
}
