﻿.listtab tr:hover { background: #ffeece; color: #ad6212; transition: all 0.2s linear; }
.dark .listtab tr:hover { background: #3a3a3a; }
.listtab tr:first-child:hover { background: none; }
#logoSpan i { display: inline-block; border-radius: 2px; vertical-align: 20px; color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.2); padding: 0 4px; font-size: 13px; font-style: normal; font-weight: bold; line-height: 20px }
.Choose-tool ul { padding: 10px; background-color: #212121; position: absolute; left: 0; top: 44px; z-index: 9999; box-shadow: 0 5px 20px rgba(0,0,0,0.6); animation: popover .2s ease-in-out; border-radius: 6px; white-space: nowrap; }
.Choose-tool ul li { height: 26px; line-height: 26px; padding: 0 5px !important; }
#ddlTimeZone { width: 320px; }
#ddlTimeZone li { float: left; width: 68px; border-radius: 2px; }
#menu li a { padding: 0 10px; }
.Choose-tool ul:before { border-right: 8px solid transparent; position: absolute; display: block; content: ""; border-bottom: 8px solid #212121; border-left: 8px solid transparent; left: 20px; top: -8px; }
.top-tools-left2 { float: left; padding-left: 20px; cursor: pointer;width:630px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#ffde00; }
#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);
}
