body {
  font-family: 'Kanit', sans-serif;
}
.rlw-bold ,.rlw-semi,#filters a,.custom-tabs a, .custom-tabs span, .custom-tabs h1,#toc_container .toc_list li a{
  font-family: 'Kanit', sans-serif;
}
.match {
  border-radius: 0.125rem;
  background: #15212F;
}
.data-hot .match {
  background: linear-gradient(180deg, #40282A 0%, #493739 100%);
}

.menu-primary {
  background: #e19a00;
  background: linear-gradient(
    45deg,
    #a2a1a1 0%,
    #717983 33.2%,
    #3d424a 33.2%,
    #ff4002 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E19A00",endColorstr="#27292D",GradientType=1);
}

.custom-tabs a.active,
.custom-tabs a:hover {
    color: #fff;
    border-radius: 0px;
}

.bg-section,.custom-tabs a {border-radius: 0px;}
.match .match-footer {height: 2.75rem;align-items: center;justify-content: space-between;}
.match .match-footer .blv {
  gap: 5px;
}
.match .match-footer .blv a {
  display: flex;
  gap: 5px;
}
.match .match-footer .btn-action a {
  border-radius: 6.25rem;
  border: 1px solid #B95B4F;
  background: linear-gradient(101deg, #E1250B -6.01%, #9F1704 109.32%);
  box-shadow: 0px 4px 12px 0px rgba(217, 46, 23, 0.15);
  padding: 0.25rem 0.9375rem;
  color: #FFF;
  text-align: center;
  font-family: 'Raleway';
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.125rem; /* 163.636% */
}
.custom-tabs span.active,
.custom-tabs span:hover,
.custom-tabs h1.active,
.custom-tabs h1:hover,
.match .match-icon,
#filters a.active,
#filters a:hover {
  color: #ff4002;
}
