/* thong_ke.css */
.thong-ke-page {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 12px;
  margin: 0 auto;
  max-width: 480px;
  background: #fff8e1;
}

.thong-ke-page input,
.thong-ke-page button {
  width: 100%;
  padding: 8px;
  margin: 6px 0;
  font-size: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.thong-ke-page button {
  background-color: gold;
  color: black;
  border: none;
  font-weight: bold;
}
.thong-ke-page button:hover {
  background-color: #e6c200;
}

.thong-ke-page .box {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fdfdfd;
  border-radius: 6px;
}

.thong-ke-page .copy-btn {
  color: blue;
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
  background: none;
  border: none;
}

.thong-ke-page #copyMessage {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  background: #28a745;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  z-index: 1000;
}

.thong-ke-page #codeError {
  color: darkred;
  font-weight: bold;
  margin-top: 5px;
}

.thong-ke-page #statsResult p {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  line-height: 1.4;
  margin-bottom: 8px;
}

.thong-ke-page #statsResult {
  max-height: 400px;
  overflow-y: auto;
}
