 @media screen and (min-width: 1025px) {
        #tools-mobile {
        display: none!important;
        }
}
#tools-mobile {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 11px;
}
#filter-match-type {
    display: flex;
    justify-content: start;
    gap: 6px;
}
#filter-match-type.fixture {
  justify-content: space-between;
}
#filter-match-type .filter-button, #CompanySelMobile .dropdown-toggle{
    font-size: 12px;
    width: 90px;
    height: 34px;
    padding: 10px 20px;
    text-align: center;
    color: #5F5F5F;
    background-color: #F2F2F2;
    border: 0;
    border-radius: 4px;
    font-weight: bold;
    white-space: nowrap;
}
#filter-match-type .filter-button.auto-width {
    width: auto;
}

.dark #filter-match-type .filter-button,.dark #CompanySelMobile .dropdown-toggle{
    background-color: #444;
    color: #fff;
}

#filter-match-type [data-id="li_FilterHot"] {
    display: flex;
    align-items:center;
    justify-content: space-between;
}
#CompanySelMobile {
    height: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: end;
}

#CompanySelMobile .dropdown-toggle {
    max-width: 181px;
    width: 100%;
    height: 100%;
    position: relative;
    margin-right: 0;
}

#filter-match-type .filter-button.active {
    color: white;
    background-color: #205C04;
}

.dropdown {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.dropdown .dropdown-toggle {
  display: flex;
  height: 30px;
  width: 100%;
  padding: 0px 8px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  background-color: #f2f2f2;
  border-radius: 4px;
  border: none;
}

.dark .dropdown-toggle::before {
  color: #fff;
  /* background: url(../../assets/vn/images/icon_arrow_right-white.svg) */
}

.dark .dropdown-toggle {
  color: #fff;
}

.dark .dropdown .dropdown-toggle {
  background-color: #22481f;
}

.dropdown-menu {
  z-index: 103;
  position: absolute;
  background-color: red;
  top: 34px;
  display: flex;
  width: 100%;
  padding: 4px;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  border-radius: 4px;
  background: #fff;
  box-shadow: -1px -1px 8px 0px rgba(0, 0, 0, 0.2),
    1px 1px 6px 0px rgba(0, 0, 0, 0.2);
  display: none;
}

.dark .dropdown-menu {
  background-color: #24351b;
}

.dark .dropdown-menu .option {
  background-color: #100e0e;
}

.dropdown-menu.show {
  display: flex;
}

.dropdown-menu {
  width: calc(100% - 8px);
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-bottom: 4.5px solid #ffffff;
  border-right: 5px solid transparent;
}

.dropdown-menu .option {
  display: flex;
  height: 30px;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  background: #f2f2f2;
}

.option.active {
  background: #c1e1b1;
}

.dark .option.active {
  background-color: #697974;
}

.dropdown-toggle::before {
  content: "";
  transition: 0.3s all ease-in-out;
  width: 16px;
  height: 16px;
  line-height: 16px;
  right: 3px;
  left: auto;
  position: absolute;
  border: 0;
  transform: rotate(0);
  background: url(/assets/images/icon_arrow_right-black.svg);
}

.dropdown.show .dropdown-toggle::before {
  transform: rotate(180deg);
}
