h1 {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
table {
  width: 100%;
  table-layout: fixed;
}
.tbl-header {
  background-color: #4b44434a;
}
.tbl-content {
  max-height: 500px;
  overflow-x: auto;
  margin-top: 0px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
th {
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
td {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  text-align: center;
}
/* follow me template */
.made-with-love {
  margin-top: 40px;
  padding: 10px;
  clear: left;
  text-align: center;
  font-size: 10px;
  font-family: arial;
  color: #fff;
}
.made-with-love i {
  font-style: normal;
  color: #f50057;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.made-with-love a {
  color: #fff;
  text-decoration: none;
}
.made-with-love a:hover {
  text-decoration: underline;
}

/* for custom scrollbar for webkit browser*/

::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.container2 {
  display: flex;
  align-items: center;
  gap: 10px; /* Khoảng cách giữa các phần tử */
  margin: 10px;
}
.content {
  font-size: 16px;
  color: black;
}
.blinking-icon {
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  animation: blink 1s infinite;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.8);
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}

#topTablesContainer {
  font-family: "Segoe UI", Tahoma, sans-serif;
  padding: 20px;
}

#topTablesContainer h1 {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

section {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  max-width: 579px;
  margin: 0 auto;
}
.tbl-header {
  background: linear-gradient(90deg, #4a90e2, #357abd);
}

.tbl-header table {
  width: 100%;
  color: #fff;
}

.tbl-header th {
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.tbl-content {
  max-height: 260px;
  overflow-y: auto;
}

.tbl-content table {
  width: 100%;
  border-collapse: collapse;
}

.tbl-content td {
  padding: 10px 14px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
}

.tbl-content tr:nth-child(even) {
  background-color: #fafafa;
}

.tbl-content tr:hover {
  background-color: rgba(74, 144, 226, 0.08);
}

.tbl-content::-webkit-scrollbar {
  width: 6px;
}
.tbl-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
#phan-thuong {
    padding: 20px;
    background: linear-gradient(145deg, rgba(31, 31, 63, 0.95), rgba(44, 44, 90, 0.95));
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 532px;
    margin: 0 auto;
    margin-top: 28px;
}

#phan-thuong h3 {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

#phan-thuong ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#phan-thuong li {
  padding: 8px 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px dashed rgba(255,255,255,0.08);
}

#phan-thuong li:last-child {
  border-bottom: none;
}

#phan-thuong strong {
  color: #ffd700; /* Vàng cho phần thưởng */
}
