.side-filter-container select,
span {
   font-size: 13px;
   font-weight: 600;
}

.matches .nav-link.active {
   border-bottom: 2px solid #ffffff !important;
   background-color: transparent;
}

@media screen and (max-width: 768px) {
   .filter-height-dropdown,
   option,
   label {
      font-weight: 400;
      font-size: 10px;
   }
   .matches .nav-item {
      font-size: 8px;
   }
}

.select2-container--default
   .select2-selection--single
   .select2-selection__arrow {
   width: 2px;
   height: 2px;
}
