.ft-12 {
  font-size: 14px !important;
}
.cp {
  cursor: pointer;
}
.w-200 {
  width: 150px !important;
}
.w-85 {
  width: 85px !important;
}
.w-120 {
  width: 120px !important;
}
.ft-5 {
  font-size: 7px !important;
}
.dropdown2 .dropdown-item {
  color: white !important;
}
.dropdown2 .dropdown-item:hover {
  color: black !important;
}
.dropdown2:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
}
.dropright .dropdown-menu {
  z-index: 9999; /* set the z-index value you want */
  max-height: none; /* remove the max-height limit */
  overflow-y: visible; /* set overflow-y to visible */
}

.dropdown-hover:hover .dropdown-menu {
  display: block;
}
.removescroll::-webkit-scrollbar {
  display: none;
}

/* Mobile view */
@media screen and (max-width: 768px) {
  .scrollable_nav {
    display: inline-flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
  }

  #main_filters {
    display: none;
  }
  #buttons_form {
    display: none;
  }
}

.selectpicker {
  width: 100% !important;
}
