@charset "UTF-8";
.color-red {
  color: #e1243b;
}

.color-blue {
  color: #1d8fff;
}

.color-gray {
  color: #6b6f73;
}

.grid-container {
  display: grid;
  grid-template-columns: 15% 50% 35%;
  grid-template-areas: "left main right";
  gap: 1.25rem;
  width: calc(100% - 40px);
}

.left-sidebar {
  grid-area: left;
}

.main-content {
  grid-area: main;
  background: #fff;
  border-radius: 12px;
  width: 100%;
  padding: 1rem;
}

.calendar-card {
  border: 1px solid #dedede;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  text-align: center;
}
.calendar-card .date-group {
  width: 100%;
  align-items: center;
  display: flex;
  gap: 0.25rem;
}
.calendar-card .date {
  flex: 1;
  padding: 0.75rem 0;
}
.calendar-card .date.active p {
  color: #e1243b;
}
.calendar-card .date p {
  color: #6b6f73;
}
.calendar-card .date p:first-child {
  margin-bottom: 0.25rem;
}
.calendar-card .date p:last-child {
  font-weight: 600;
}
.calendar-card .date-icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  line-height: 0px;
  border-radius: 100%;
  margin: 0 8px;
  padding: 12px;
  background: #f4f4f4;
}

.right-sidebar {
  grid-area: right;
}

.header-right {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #fff;
  padding: 8px 16px;
}
.header-right .action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  height: 24px;
}
.header-right .action p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1d8fff;
}
.header-right .action .icon {
  width: 20px;
  height: 20px;
  line-height: 18px;
}
.header-right .score-result {
  display: flex;
  justify-content: space-between;
}
.header-right .score-result .team-info {
  width: 107px;
}
.header-right .score-result .team {
  display: inline-flex;
  align-items: start;
  justify-content: center;
  width: 123px;
  height: 112px;
  max-width: 123px;
  flex: 1;
  gap: 0;
  margin: 1rem 0;
}
.header-right .score-result .team .flag {
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
}
.header-right .score-result .team .name {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center !important;
  width: 100%;
}
.header-right .score-result .favorite {
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.header-right .score-result .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
.header-right .score-result .info .date {
  font-family: Font/Family;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #6b6f73;
}
.header-right .score-result .info .score {
  width: 80px;
  height: 44px;
}
.header-right .score-result .info .score span {
  font-size: 28px !important;
}
.header-right .score-result .info .time {
  font-family: Font/Family;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #1d8fff;
}

.match-odds .card-body,
.possession .card-body,
.standings .card-body,
.timeline-events .card-body,
.match-info .card-body {
  padding: 16px;
}

.standings table {
  width: 100%;
}
.standings table thead tr {
  margin: 0 -6px;
}
.standings table thead th {
  padding-bottom: 12px;
}
.standings table thead th:nth-child(1), .standings table thead th:nth-child(2) {
  text-align: left;
}
.standings table tbody tr {
  margin: 0 -6px;
}
.standings table tbody td {
  padding-top: 12px;
}
.standings table th {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #6b6f73;
}
.standings table td {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #020204;
  padding: 6px;
  border-top: 1px solid #f4f4f4;
}
.standings table td:first-child {
  padding-left: 0;
}
.standings table td:last-child {
  padding-right: 0;
}
.standings table td .team {
  display: flex;
  align-items: center;
  gap: 4px;
}
.standings table td .team .flag {
  width: 20px;
  height: 20px;
  line-height: 18px;
}

.match-odds .items {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 8px;
}
.match-odds .items .item {
  flex: 1;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  display: inline-flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 12px 8px;
}
.match-odds .items .item .name,
.match-odds .items .item .value,
.match-odds .items .item .note {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #6b6f73;
}
.match-odds .items .item:nth-child(1) .value {
  color: #df2c2c;
}
.match-odds .items .item:nth-child(2) .value {
  color: #1d8fff;
}
.match-odds .items .item:nth-child(3) .value {
  color: #1db57a;
}

.timeline-events .items {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.timeline-events .items .item {
  padding: 8px 0;
  opacity: 1;
  width: 100%;
  border-bottom: 1px dashed #dedede;
}
.timeline-events .items .item .icon {
  width: 16px;
  height: 16px;
  line-height: 14px;
}
.timeline-events .items .item .title {
  display: inline-flex;
  width: 100%;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #6b6f73;
}
.timeline-events .items .item .title .item-score {
  font-weight: 600;
  font-style: SemiBold;
  color: #e1243b;
  letter-spacing: 0%;
}
.timeline-events .items .item[class*=type] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.timeline-events .items .item[class*=type] .left,
.timeline-events .items .item[class*=type] .right {
  width: calc((100% - 32px - 24px) / 2);
  max-width: calc((100% - 32px - 24px) / 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}
.timeline-events .items .item[class*=type] .right {
  flex-direction: row-reverse;
}
.timeline-events .items .item[class*=type] .right .player {
  flex-direction: row-reverse;
}
.timeline-events .items .item[class*=type] .right .name-group {
  text-align: right;
}
.timeline-events .items .item[class*=type] .player {
  display: flex;
  gap: 0.25rem;
}
.timeline-events .items .item[class*=type] .avatar {
  width: 20px;
  height: 20px;
  line-height: 18px;
}
.timeline-events .items .item[class*=type] .icon {
  min-width: 16px;
}
.timeline-events .items .item[class*=type] .name-group,
.timeline-events .items .item[class*=type] .player {
  width: calc(100% - 12px - 16px);
}
.timeline-events .items .item[class*=type] .name-bold {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.timeline-events .items .item[class*=type] .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}
.timeline-events .items .item[class*=type] .sub-name {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6b6f73;
}
.timeline-events .items .item[class*=type] .time {
  width: 32px;
  height: 24px;
  line-height: 24px;
  background: rgba(29, 143, 255, 0.0784313725);
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #1d8fff;
  border-radius: 0.25rem;
}
.timeline-events .items .item[class*=type] .item-score {
  display: block;
  width: 41px;
  height: 20px;
  gap: 8px;
  padding: 2px 8px;
  border-radius: 244px;
  font-family: Font/Family;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background: #1d8fff;
}

.relevant-matches .card-body {
  padding: 0 16px;
}
.relevant-matches .items {
  display: flex;
  flex-direction: column;
  gap: 10;
}

.last-news .items {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.last-news .items .item {
  width: calc(100% - 48px);
  min-width: calc(100% - 48px);
  border: 1px solid #f4f4f4;
  border-radius: 12px;
  height: 104px;
  display: inline-flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 12px;
  margin-right: 16px;
}
.last-news .items .item .content h4.title {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #020204;
  margin-bottom: 8px;
}
.last-news .items .item .content .info {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #6b6f73;
}
.last-news .items .item .content .info .auth {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.last-news .items .item .content .info .auth .avatar {
  width: 16px;
  height: 16px;
  line-height: 14px;
}
.last-news .items .item .content .info .dot {
  width: 4px;
  height: 4px;
  display: block;
  background: #6b6f73;
  border-radius: 100%;
}
.last-news .items .item .img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
}

.match-info .item {
  display: flex;
  gap: 12px;
}
.match-info .item .avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #f4f4f4;
  overflow: hidden;
}
.match-info .item .info > .name {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #020204;
}
.match-info .item .country {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.match-info .item .country.name {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #6b6f73;
  margin-bottom: 4px;
}
.match-info .item .flag {
  width: 16px;
  height: 16px;
  line-height: 14px;
}
.match-info .line-1 {
  background: #f4f4f4;
  margin: 16px 0;
}
.match-info table {
  width: 100%;
}
.match-info table tr th {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #6b6f73;
  padding-bottom: 16px;
}
.match-info table tr th .item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.match-info table tr td {
  padding-bottom: 16px;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #020204;
  text-align: right;
}
.match-info .other {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.match-info .other .item {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.match-info .other .item .value {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #020204;
}

.head-to-head .card-body {
  padding: 0;
}
.head-to-head .flag {
  width: 56px;
  height: 56px;
  border-radius: 100%;
}
.head-to-head .items {
  width: 100%;
  padding: 16px 16px 12px 16px;
  display: flex;
  justify-content: space-between;
}
.head-to-head .items .item {
  flex: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.head-to-head .items .item .flag,
.head-to-head .items .item .percents {
  margin: 0 auto;
  margin-bottom: 8px;
}
.head-to-head .items .item .result {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.head-to-head .items .item .percent {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #6b6f73;
}
.head-to-head .result-group {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 16px;
  margin-bottom: 16px;
}
.head-to-head .result-group .result-item {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 6px 8px;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  min-width: 101px;
}
.head-to-head .result-group .result-item .flag {
  width: 16px;
  min-width: 16px;
  height: 16px;
  line-height: 14px;
}
.head-to-head .result-group .result-item p {
  white-space: nowrap;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.drag-scroll {
  overflow-x: auto;
  cursor: grab;
  scrollbar-width: none;
}

.drag-scroll::-webkit-scrollbar {
  display: none;
}

#standings {
  background: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 16px 16px 24px 16px;
}

.datepicker-wrapper {
  position: relative;
}

#datepicker {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.date-icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.date-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ui-datepicker {
  top: calc(100% + 14px) !important;
  right: 0 !important;
  left: unset !important;
  width: 390px !important;
  font-size: 14px;
  border-radius: 16px;
  border: 0 !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 0;
}
.ui-datepicker-title span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.ui-datepicker th {
  color: #6b6f73;
}

.ui-widget-header {
  background: #fff;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #dedede;
  padding: 12px 16px !important;
}

.ui-datepicker-today a {
  background-color: rgba(29, 143, 255, 0.0509803922) !important;
  color: #1d8fff !important;
  border-radius: 8px !important;
}

.ui-state-active {
  background-color: #3b82f6 !important;
  color: white !important;
  border-radius: 50% !important;
}

.ui-state-default {
  background: #fff !important;
  border: unset !important;
  text-align: center !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0 !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 50%;
  transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-prev {
  left: 16px;
}
.ui-datepicker .ui-datepicker-next {
  right: 16px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none; /* Ẩn text mặc định */
}

/* Tablet */
@media (max-width: 1024px) {
  .grid-container {
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "left main" "right main";
  }
}
/* Mobile */
@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "main" "right";
  }
}
.detail {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
}
.detail-head {
  padding: 16px;
  border-bottom: 1px solid #dedede;
}
.detail-head .tab-group {
  width: 100%;
  justify-content: center;
}
.detail-body {
  display: flex;
  padding: 16px;
  gap: 16px;
}
.detail-body .left,
.detail-body .right {
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
}
.detail-body .left {
  width: 100%;
}
.detail-body .right {
  width: 354px;
  min-width: 354px;
}
.detail .item[class*=type] .left {
  flex-direction: row;
}
.detail .score-result {
  width: 100%;
  padding: 22px 0;
  gap: 32px;
}
.detail .score-result .team {
  flex: 1;
  width: 100%;
  justify-content: space-between;
}
.detail .score-result .team-info {
  gap: 16px;
}
.detail .score-result .team-info .flag {
  width: 80px;
  height: 80px;
}
.detail .last-news .items {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.detail .last-news .items .item {
  margin-right: 0;
  width: 100%;
  min-width: unset;
}

.total-shots {
  min-height: 120px;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(270deg, rgba(29, 143, 255, 0.16) 0%, rgba(29, 143, 255, 0.16) 50.48%, rgba(225, 36, 59, 0.16) 50.49%, rgba(225, 36, 59, 0.16) 100%);
}
.total-shots .point-top,
.total-shots .point-bottom {
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.total-shots .point-top span,
.total-shots .point-bottom span {
  display: block;
  border-radius: 2px;
  font-family: Font/Family;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.total-shots .point-top span:first-child,
.total-shots .point-bottom span:first-child {
  background: #e1243b;
  width: 20px;
  height: 20px;
}
.total-shots .point-top span:last-child,
.total-shots .point-bottom span:last-child {
  background: #1d8fff;
  width: 20px;
  height: 20px;
}
.total-shots .point-top .desc,
.total-shots .point-bottom .desc {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #020204;
  white-space: nowrap;
}
.total-shots .point-top {
  position: absolute;
  height: 80%;
  width: 40%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.total-shots .point-top .desc {
  font-weight: 600;
}
.total-shots .point-bottom {
  position: absolute;
  height: 33%;
  width: 32%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.total-shots .point-bottom .desc {
  font-weight: 400;
}
.total-shots .shots-on-target {
  width: 40%;
  height: 63%;
  position: absolute;
  padding: 18px 16px 0 16px;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
}
.total-shots .shots-on-target img {
  object-fit: contain;
}
.total-shots .shots-on-target::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid transparent;
  border-radius: 4px;
  background: linear-gradient(90deg, #e1243b 0%, #e1243b 49.99%, #1d8fff 50%, #1d8fff 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

header {
  background-color: #fff;
}

body {
  background-color: #f1f1f1;
  margin: 0;
  padding: 0;
}

.rounded {
  border-radius: 100%;
}

main {
  padding: 1.5rem;
}

.h-18 {
  height: 4.5rem;
}

.w-16 {
  width: 4rem;
}

.pb-0 {
  padding-bottom: 0;
}

.gap-1 {
  gap: 0.25rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-16 {
  gap: 4rem;
}

.img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.line-1 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dedede;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a,
p,
span {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

button:hover {
  background: #1977d4;
}

.truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-bg-icon {
  position: absolute;
  width: 137px;
  height: 66px;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
}

.bg-red {
  background: #e1243b;
}

.bg-green {
  background: #1db57a;
}

.bg-grey-2 {
  background: #b4b4b4;
}

.color-black {
  color: #020204;
}

.flag-24 {
  width: 24px;
  height: 24px;
}

.nav-menu {
  width: 100%;
  flex: 1;
}
.nav-menu li .icon {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.25rem;
}
.nav-menu li a {
  padding: 1rem;
  position: relative;
  color: #6b6f73;
}
.nav-menu li a.active {
  background-color: rgba(29, 143, 255, 0.08);
  color: #1d8fff;
}
.nav-menu li a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1d8fff;
}
.nav-menu li a:hover {
  background: #f1f1f1;
}

.actions {
  height: 40px;
}

.search {
  height: 40px;
  padding: 0px 16px;
  border-radius: 25px;
  background-color: #f1f1f1;
  gap: 8px;
}
.search input {
  border: none;
  background-color: transparent;
  outline: none;
}
.search .search-icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}

.download-app {
  height: 40px;
  width: 140px;
  display: flex;
  align-items: center;
  gap: 8xp;
  padding: 8px 16px;
  border-radius: 200px;
  background: #1d8fff;
  color: #fff;
  outline: none;
  border: 0;
}
.download-app .icon {
  width: 24px;
  height: 24px;
  line-height: 22px;
}
.download-app .content {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}
.download-app .content span:first-child {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
}
.download-app .content span:last-child {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #fff;
  padding: 1rem 1rem 1.5rem 1rem;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.card-v1 {
  background-color: #fff;
  border-radius: 12px;
  padding: 16px 8px;
  border: none;
}
.card-v1 .card-header {
  padding: 0 8px;
  background: #fff;
  border: none;
}
.card-v1 .card-body {
  padding: 0;
}
.card-v1 .card-title {
  font-size: 14px;
  color: #6b6f73;
}
.card-v1 .item a,
.card-v1 .item .item-collapse {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 6px;
}
.card-v1 .item a .flag,
.card-v1 .item .item-collapse .flag {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
}
.card-v1 .item a p,
.card-v1 .item .item-collapse p {
  width: 100%;
  font-size: 14px;
  color: #6b6f73;
}
.card-v1 .item .item-collapse .arrow {
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}
.card-v1 .item .item-collapse[aria-expanded=true] .arrow {
  transform: rotate(0deg);
}

[id^=collapse].show + .item-collapse .arrow {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.category-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 2.25rem;
  padding: 0 0.75rem;
  margin: 0.5rem 0;
  border: 1px solid #dedede;
  border-radius: 1.5rem;
  cursor: pointer;
  color: #6b6f73;
}
.tab:hover {
  background: #f4f4f4;
}
.tab.active {
  border-color: #1d8fff;
  background-color: rgba(29, 143, 255, 0.08);
  color: #1d8fff;
}
.tab.active:hover {
  background-color: rgba(29, 143, 255, 0.08);
}
.tab-group {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 0.5rem;
}
.tab-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 1.5rem;
  padding: 0.5rem;
  background: #f4f4f4;
  line-height: 0;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.tab .icon {
  width: 16px;
  height: 16px;
  line-height: 14px;
}

.tabs-v1 {
  display: inline-flex;
  gap: 8px;
}
.tabs-v1 .tab {
  border-radius: 8px;
  margin: 0;
}
.tabs-v1 .tab.active {
  background: #1d8fff;
  color: #fff;
}

.card-v2 {
  background: #dedede;
  display: flex;
  flex-direction: column;
  gap: 1px;
  border: none;
}
.card-v2 .card-header {
  background-color: #fff;
  height: 2.5rem;
  padding: 0.5rem 0;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-v2 .card-title {
  display: inline-flex;
  justify-items: center;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}
.card-v2 .card-title .before-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.card-v2 .card-title p {
  font-weight: 600;
  color: #6b6f73;
}
.card-v2 .card-body {
  padding: 0;
}

.card-v3 {
  border-radius: 8px;
  border: none;
}
.card-v3 .card-header {
  border: 1px solid #dedede;
  border-bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px 16px;
  background: #fff;
}
.card-v3 .card-header .icon {
  width: 24px;
  height: 16px;
  border-radius: 8px;
}
.card-v3 .card-header .arrow {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.card-v3 .card-body {
  border: 1px solid #dedede;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.card-v3 .card-title {
  margin: 0;
}
.card-v3 .card-title h3 {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #020204;
}

.score-item {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  height: 52px;
}
.score-item:hover {
  cursor: pointer;
}
.score-item .time-status {
  width: 50px;
  text-align: center;
  color: #6b6f73;
}
.score-item .time-status .time {
  font-weight: 400;
}
.score-item.type-1 .time-status {
  color: #e1243b;
}
.score-item.type-2 .score-result .team .name {
  display: inline-flex;
  flex-direction: column;
}
.score-item.type-2 .score-result .team .pen {
  font-size: 12px;
  color: #6b6f73;
}
.score-item.type-2 .score-result .team:first-child .name {
  align-items: flex-end;
}
.score-item.type-3 .time-status .time {
  color: #e1243b;
  font-weight: 600;
}

.card-common .card-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  display: flex;
  gap: 4px;
}
.card-common .card-title .icon {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.card-common .card-body {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.card-common .line {
  display: block;
  width: 1px;
  height: auto;
  background: #f4f4f4;
}
.card-common .left,
.card-common .right {
  width: calc(100% - 25px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card-common .left .flag,
.card-common .right .flag {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.card-common .left .rigg-name,
.card-common .right .rigg-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #020204;
}
.card-common .left .rigg-numb,
.card-common .right .rigg-numb {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6b6f73;
}
.card-common .left .icon-substitution,
.card-common .right .icon-substitution {
  width: 12px;
  height: 12px;
  line-height: 12px;
}
.card-common .left .avatar,
.card-common .right .avatar {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  border: 1px solid #dedede;
  overflow: hidden;
}
.card-common .left .top,
.card-common .right .top {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  gap: 4px;
}
.card-common .left .bottom,
.card-common .right .bottom {
  display: inline-flex;
}
.card-common .left .bottom .name,
.card-common .right .bottom .name {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6b6f73;
}
.card-common .left .point,
.card-common .right .point {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  background: #1db57a;
  color: #fff;
  white-space: nowrap;
  padding: 0 4px;
  width: 24px;
  height: 16px;
  gap: 8px;
  border-radius: 100px;
  padding-right: 4px;
  padding-left: 4px;
}
.card-common .left .desc,
.card-common .right .desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.card-common .left .items,
.card-common .right .items {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}
.card-common .left .items .item,
.card-common .right .items .item {
  display: inline-flex;
  justify-content: end;
  gap: 8px;
}
.card-common .avatar-group {
  position: relative;
}
.card-common .avatar-group .goal {
  width: 12px;
  height: 12px;
  position: absolute;
  top: -1px;
  left: -1px;
  transform: translate(-25%, -25%);
}
.card-common .avatar-group .flag {
  width: 14px !important;
  height: 14px !important;
  position: absolute;
  top: -1px;
  right: 0px;
  transform: translate(-5%, -25%);
}
.card-common .avatar-group .point {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 28px !important;
  height: 16px !important;
  border-radius: 4px;
  padding-right: 2px;
  padding-left: 2px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background: #717b8c !important;
  text-align: center;
}
.card-common .left {
  align-items: end;
}
.card-common .left .bottom {
  text-align: right;
  justify-content: end;
}
.card-common .right .items .item {
  flex-direction: row-reverse;
  justify-content: start;
}
.card-common .right .top {
  justify-content: start;
  flex-direction: row-reverse;
}
.card-common .right .avatar-group .goal {
  right: -1px;
  left: unset;
  transform: translate(25%, -25%);
}
.card-common .right .avatar-group .flag {
  right: unset;
  left: 0px;
  transform: translate(-5%, -25%);
}

.icon-desc {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.icon-desc .item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.icon-desc .item .icon {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.fake-item {
  width: 50px;
  display: block;
}

.score-result {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.score-result .team {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.score-result .team .name {
  width: 140px;
  font-weight: 400;
  color: #020204;
}
.score-result .team:first-child .name {
  text-align: right;
}
.score-result .team:last-child {
  flex-direction: row-reverse;
}
.score-result .team .flag {
  width: 24px;
  height: 24px;
}

.score {
  position: relative;
  width: 71px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  z-index: 0;
}

/* WIN (trái > phải) */
.score.win {
  background: linear-gradient(270deg, rgba(225, 36, 59, 0.08) 0%, rgba(225, 36, 59, 0) 65.1%);
}
.score.win::before {
  content: "";
  -webkit-mask-composite: destination-out;
  pointer-events: none;
  z-index: -1;
  -webkit-mask-composite: xor;
  -webkit-mask-source-type: auto, auto;
  -webkit-mask-composite: xor;
  -webkit-mask-source-type: auto, auto;
  background: linear-gradient(90deg, #d32f3e, rgba(211, 47, 62, 0) 95%);
  border-radius: 8px;
  padding: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-mask-image: linear-gradient(#fff 0, #fff 0), linear-gradient(#fff 0, #fff 0);
  -webkit-mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}
.score.win .score-team:first-child,
.score.win .separator {
  color: #e1243b;
}

/* DRAW (trái = phải) */
.score.draw {
  background: linear-gradient(270deg, rgba(225, 36, 59, 0) 0%, rgba(225, 36, 59, 0.08) 50%, rgba(225, 36, 59, 0) 100%);
  border: 1px solid #e1243b;
}
.score.draw .score-team:first-child,
.score.draw .separator {
  color: #e1243b;
}

/* LOSE (trái < phải) */
.score.lose {
  background: linear-gradient(270deg, rgba(225, 36, 59, 0.08) 0%, rgba(225, 36, 59, 0) 47.6%);
  border: 1px solid #e1243b;
}
.score.lose .score-team:last-child,
.score.lose .separator {
  color: #e1243b;
}

/* Optional hover effect */
footer {
  background: #fff;
}
footer .footer-top {
  padding: 64px 0;
}
footer .footer-top .wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 40px;
}
footer .footer-top .wrap .left {
  max-width: 468px;
}
footer .footer-top .wrap .left .logo {
  width: 72px;
  margin-bottom: 8px;
}
footer .footer-top .wrap .left .desc {
  text-align: justify;
}
footer .footer-top .wrap .right {
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
footer .footer-top .wrap .right .item {
  flex: 1;
}
footer h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #6b6f73;
}
footer ul li {
  margin-top: 14px;
}
footer ul li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #020204;
}
footer .logo-app {
  width: 162px;
  height: 48px;
}
footer .copyright {
  border-top: 1px solid #f4f4f4;
  padding: 26px 0;
}
footer .copyright .wrap {
  display: flex;
  justify-content: space-between;
}
footer .copyright p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #020204;
}
footer .copyright .networks {
  display: inline-flex;
  gap: 1rem;
}
footer .copyright .icon {
  width: 24px;
  height: 24px;
  line-height: 20px;
}

.rounded {
  border-radius: 100% !important;
}

.percents {
  width: 56px;
  height: 56px;
  position: relative;
  background: transparent;
  border: 4px solid #f4f4f4;
}
.percents .percent-left,
.percents .percent-right {
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border-radius: 100%;
}
.percents .percent-left {
  border: 5px solid #e1243b;
  clip-path: inset(0 10% 0 0);
}
.percents .percent-right {
  border: 5px solid #1d8fff;
  clip-path: inset(0 0 0 50%);
}
.percents span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #020204;
}

.item.type-1 {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 10px 0;
}
.item.type-1:not(:last-child) {
  border-bottom: 1px solid #dedede;
}
.item.type-1 .time {
  color: #6b6f73;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.item.type-1 .teams {
  display: inline-flex;
  flex-direction: column;
}
.item.type-1 .team {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 8px;
}
.item.type-1 .team .flag {
  width: 20px;
  height: 20px;
  line-height: 18px;
}
.item.type-1 .team .name {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #020204;
}

.percents-common .percent-group {
  display: flex;
  gap: 2px;
  margin-bottom: 12px;
}
.percents-common .percent-group .team {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  height: 20;
  border-radius: 2px;
  padding: 2px 6px 2px 8px;
}
.percents-common .percent-group .team .flag {
  width: 16px;
  height: 16px;
  line-height: 14px;
}
.percents-common .percent-group .team .percent {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #fff;
}
.percents-common .percent-group .team:first-child {
  background: linear-gradient(90deg, #7b1420 0%, #e1243b 100%);
}
.percents-common .percent-group .team:last-child {
  background: linear-gradient(90deg, #1d8fff 0%, #115699 100%);
  flex-direction: row-reverse;
}
.percents-common .short {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
}
.percents-common .short span {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #6b6f73;
}
.percents-common .short span.percent {
  font-weight: 600;
  font-style: SemiBold;
}
.percents-common .process {
  display: flex;
  gap: 2px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.percents-common .process .item {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  position: relative;
  background: #dedede;
}
.percents-common .process .item .line {
  position: absolute;
  top: 0%;
  height: 100%;
  border-radius: 2px;
}
.percents-common .process .item:first-child .line {
  right: 0%;
  background: #e1243b;
}
.percents-common .process .item:last-child .line {
  left: 0%;
  background: #1d8fff;
}
.percents-common .items {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  align-items: center;
}
.percents-common .items .item {
  display: inline-flex;
  gap: 0.75rem;
  border-radius: 4px;
  border: 1px solid #f4f4f4;
  padding: 8px;
}
.percents-common .items .item p {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #020204;
}
.percents-common .items .item .img {
  width: 16px;
  height: 16px;
  line-height: 14px;
}

.table-common .top {
  display: flex;
  justify-content: space-between;
}
.table-common .top .tab {
  font-size: 14px;
  padding: 0 8px;
  height: 32px;
}
.table-common .top .icon {
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #dedede;
  display: none;
  transition: opacity 0.3s;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.table-common .top .icon img {
  line-height: 32px;
}
.table-common .top .icon img:last-child {
  display: none;
}
.table-common .top .icon.show {
  display: flex;
}
.table-common .top .icon.active {
  background: #1d8fff;
}
.table-common .top .icon.active img:last-child {
  display: block;
}
.table-common .top .icon.active img:first-child {
  display: none;
}
.table-common .title {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #020204;
}
.table-common table {
  border-collapse: separate;
  border: 1px solid #dedede;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.table-common table .th-img {
  width: 20px;
  height: 20px;
}
.table-common table tr th,
.table-common table tr td {
  min-width: 40px;
}
.table-common table tr th:first-child,
.table-common table tr td:first-child {
  padding-left: 16px;
}
.table-common table tr th:nth-child(5), .table-common table tr th:last-child,
.table-common table tr td:nth-child(5),
.table-common table tr td:last-child {
  padding-right: 16px;
}
.table-common table thead {
  position: relative;
}
.table-common table thead::after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  bottom: 0;
  height: 1px;
  left: -1px;
  background: #dedede;
}
.table-common table thead th {
  padding: 10px 0;
}
.table-common table thead th:nth-child(1), .table-common table thead th:nth-child(2) {
  text-align: left;
}
.table-common table thead th:nth-child(2) {
  width: 100%;
}
.table-common table thead th:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.table-common table tbody tr td:nth-child(3), .table-common table tbody tr td:nth-child(4) {
  color: #6b6f73;
}
.table-common table tbody tr td:first-child span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #e1243b;
  color: #e1243b;
}
.table-common table tbody td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.table-common table tbody .td-recent {
  display: flex;
  align-items: center;
  gap: 6px;
}
.table-common table tbody .td-recent .item {
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.table-common table tbody .td-recent .item.active {
  position: relative;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  background: transparent;
}
.table-common table tbody .td-recent .item.active::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.table-common table tbody .td-recent .item.active.bg-red {
  border-color: #e1243b;
}
.table-common table tbody .td-recent .item.active.bg-red::after {
  background-color: #e1243b;
}
.table-common table tbody .td-recent .item.active.bg-green {
  border-color: #1db57a;
}
.table-common table tbody .td-recent .item.active.bg-green::after {
  background-color: #1db57a;
}
.table-common table tbody .td-recent .item.active.bg-grey-2 {
  border-color: #b4b4b4;
}
.table-common table tbody .td-recent .item.active.bg-grey-2::after {
  background-color: #b4b4b4;
}
.table-common table th {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #6b6f73;
}
.table-common table td {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #020204;
  padding: 6px;
}
.table-common table td:first-child {
  padding-left: 0;
}
.table-common table td:last-child {
  padding-right: 0;
}
.table-common table td .team {
  display: flex;
  align-items: center;
  gap: 4px;
}
.table-common table td .team .flag {
  width: 20px;
  height: 20px;
  line-height: 18px;
}
.table-common table tr th:nth-child(6),
.table-common table tr td:nth-child(6) {
  display: none;
}
.table-common table.active tr th:nth-child(3), .table-common table.active tr th:nth-child(4), .table-common table.active tr th:nth-child(5),
.table-common table.active tr td:nth-child(3),
.table-common table.active tr td:nth-child(4),
.table-common table.active tr td:nth-child(5) {
  display: none;
}
.table-common table.active tr th:nth-child(6),
.table-common table.active tr td:nth-child(6) {
  display: block;
}

.standings-data {
  display: none;
}

.standings-data.active {
  display: block;
}

#standings-topscores table tbody tr td:nth-child(4) {
  color: #020204;
}

#commentary .card-body {
  border-radius: 8px;
  padding: 16px;
}
#commentary .items .item {
  display: flex;
  gap: 16px;
  padding: 8px 0;
}
#commentary .items .item:not(:last-child) {
  border-bottom: 1px solid #dedede;
}
#commentary .items .item .dot {
  margin: 4px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
#commentary .items .item .left {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}
#commentary .items .item .left .time {
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
#commentary .items .item .left .icon {
  width: 24px;
  height: 16px;
  line-height: 0px;
  border-radius: 100%;
}
#commentary .items .item .left .icon img {
  object-fit: contain;
}
#commentary .items .item .flags {
  width: 20px;
  min-width: 20px;
  height: 20px;
  line-height: 18px;
}
#commentary .items .item .content {
  width: 100%;
}
#commentary .items .item .content .tag {
  width: 41px;
  height: 20px;
  line-height: 16px;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
  gap: 8px;
  border-radius: 244px;
  background: #1d8fff;
  color: #fff;
  text-align: center;
  margin-left: 8px;
}
#commentary .items .item .content .tag.inline {
  background: rgba(29, 143, 255, 0.0784313725);
  border: 1px solid #1d8fff;
  color: #1d8fff;
}
#commentary .items .item .content .top {
  width: 100%;
  height: 20px;
  display: inline-flex;
  justify-content: space-between;
}
#commentary .items .item .content .top .title {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
#commentary .items .item .content .top .title .icon {
  width: 16px;
  height: 16px;
  line-height: 0px;
}
#commentary .items .item .content .bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
#commentary .items .item .content .bottom .icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  line-height: 18px;
}
#commentary .items .item .avatar {
  width: 24px;
  height: 24px;
  line-height: 0px;
  border-radius: 100%;
}
#commentary .items .item .in-out {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#commentary .items .item .in-out .in,
#commentary .items .item .in-out .out {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
#commentary .items .item .in-out .in .name,
#commentary .items .item .in-out .out .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #020204;
}
#commentary .items .item .in-out .in span,
#commentary .items .item .in-out .out span {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
#commentary .items .item .in-out .in span {
  color: #1db57a;
}
#commentary .items .item .in-out .out span {
  color: #df2c2c;
}

#searchModal .modal-header {
  padding: 14px 16px;
  border-bottom: none;
}
#searchModal .modal-body {
  padding-top: 0;
  flex-direction: column;
}
#searchModal .modal-body-search {
  width: 100%;
}
#searchModal .modal-body-search input {
  width: 100%;
}
#searchModal .modal-body-tabs {
  width: 100%;
  padding: 4px 0;
}
#searchModal .modal-body .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #6b6f73;
  margin: 8px 0;
}
#searchModal .modal-body .info {
  width: 100%;
}
#searchModal .modal-body .flag {
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 36px;
}
#searchModal .modal-body .icon {
  width: 16px;
  height: 16px;
  line-height: 14px;
}
#searchModal .modal-body .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #020204;
  margin-bottom: 8px;
}
#searchModal .modal-body .tags {
  width: 100%;
  display: inline-flex;
  gap: 24px;
}
#searchModal .modal-body .tag {
  display: inline-flex;
  gap: 8px;
}
#searchModal .modal-body .tag span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6b6f73;
}
#searchModal .modal-body ul li a {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
#searchModal .modal-body ul li:not(:last-child) {
  border-bottom: 1px solid #dedede;
}
#searchModal .modal-body .category a {
  justify-content: start;
}
#searchModal .modal-body .category .title {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
#searchModal .modal-body .category .title .flag {
  width: 24px;
  min-width: 0;
  max-width: 24px;
  height: 24px;
  line-height: 22px;
}
#searchModal .modal-body .category .item.type-1 {
  padding: 8px 0;
}
#searchModal .modal-body .category .item.type-1 .flag {
  width: 24px;
  height: 24px;
  min-width: 24px;
  line-height: 22px;
}

#downloadModal .modal-dialog {
  width: 388px;
  border-radius: 12px;
  overflow: hidden;
}
#downloadModal .modal-body {
  background: url(/themes/pc/imgs/bg-download.png);
  padding: 24px;
}
#downloadModal .modal-body .modal-top {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
}
#downloadModal .modal-body .modal-top .logo {
  width: 111px;
  height: 61px;
}
#downloadModal .modal-body .modal-top span {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 0 16px;
}
#downloadModal .modal-body .stores {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
#downloadModal .modal-body .stores .icon {
  width: 162px;
  height: 48px;
}
#downloadModal .modal-body .stores .icon img {
  object-fit: contain;
}/*# sourceMappingURL=styles.css.map */