::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: gray;
}

::-moz-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

::-moz-scrollbar-thumb {
  border-radius: 10px;
  background-color: gray;
}

::-ms-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

::-ms-scrollbar-thumb {
  border-radius: 10px;
  background-color: gray;
}

::-o-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

::-o-scrollbar-thumb {
  border-radius: 10px;
  background-color: gray;
}

::scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

::scrollbar-thumb {
  border-radius: 10px;
  background-color: gray;
}

body {
  position: relative;
}

.navbar {
  position: fixed;
  width: 100%;
  z-index: 11;
  background-color: #fbfbfb !important;
  top: 0;
  z-index: 103;
}

 .navbar-brand {
  display: none;
}

.mb-user-dd{
  position: absolute;
  top: 50px;
  background-color: white;
  padding: 8px 15px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5px;
  -webkit-box-shadow: 4px 0px 5px 0px rgba(182, 182, 182, 0.466);
  -moz-box-shadow: 4px 0px 5px 0px rgba(182, 182, 182, 0.466);
  box-shadow: 4px 0px 5px 0px rgba(182, 182, 182, 0.466);
  border-radius: 5px;
}

.mb-user-dd-text{
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
  margin: 0;
}

.mb-desk-redirection{
  display: none;
}

/*Google Translator*/

#translator {
  position: absolute;
  right: 28%;
}

.wallet{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  gap: 5px;
  background-color: rgb(56, 193, 136);
  position: absolute;
  right: 21%;
  border-radius: 20px;
}

#mb_user_photo{
  display: none;
}

#sb_hamburger{
  display: none;
}

/* 
.project-btn[data-lang="fr"],
.project-btn[data-lang="de"] {
  font-size: 8px;
} */

.user{
  position: relative;
}

.user-frame{
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 44px;
  display: none;
}

@media (max-width: 1000px) {
  .navbar .user,
  .current-page-name {
    display: none !important;
  }
}

@media (max-width: 1440px) {
  .current-page-name {
    left: 13rem;
  }

  .navbar .user {
    right: 12% !important;
  }

  #translator {
    right: 33%;
  }

  .wallet {
    right: 26%;
  }
}

@media (max-width: 1181px){
  #translator {
    right: 35%;
  }

  .wallet {
    right: 28%;
  }
}

@media (max-width: 992px){
  .wallet {
    right: 18%;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1440px) {
  .navbar .user {
    right: 7% !important;
  }
}

@media (max-width : 820px){
  .wallet {
    display: none;
  }

}

@media (max-width : 500px){
  .navbar{
    position: relative;
  }
 .navbar-brand {
    display: block;
    position: absolute;
    left: 45%;
  }
  #mb_user_photo{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
  }
  .navbar-toggler{
    display: none !important;
  }
  #sb_hamburger{
    display: block;
  }
}

@media (max-width: 1300px) {
  .current-page-name {
    left: 20rem !important;
  }
}
