 /*


  *::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
    height: 56px;
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
    background-color: #888;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}*/

body {
  -webkit-overflow-scrolling: touch;
}

body::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;

}

*::-webkit-scrollbar {
  width: 22px;
}

*::-webkit-scrollbar-track {
  background-color: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

  *::-webkit-scrollbar-thumb:hover {
      background-color: black;
  }



  .navbarContainer {
    min-width: 100vw;
  }

  .navbarLeft {
    min-width: 35%;
  }

  .navbar-brand {
    font-size: 24px !important;
    min-width: 35%;
  }

  .navbar {
    padding-top: 0px !important;
    position: relative !important;
    top: 0;
  }


  .smallNav .navbar-brand {
    min-width: 100% !important;
  }

  .navbar-toggler {
    border: 0px !important;
  }

  .owl-carousel .owl-stage,
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
  }

  .nav-link{
    white-space: nowrap;
    word-wrap: nowrap;
  }

  .dropdown-menu{
    background-color: white!important;
    box-shadow: unset!important;
    z-index: 2000!important;
  }

  .dropdown-menu .dropdown-item{
    font-family: "Oswald", Arial, sans-serif;
    cursor: pointer!important;
    z-index: 2000!important;
  }

  .dropdown-menu a:hover{
    box-shadow: 0 1.6px 3.6px 0 rgb(0 0 0 / 13%), 0 0.3px 0.9px 0 rgb(0 0 0 / 11%)!important;
    color: red;
  }

  .dropdown-menu a.noBoxShadow:hover{

  }

  