 
.xsmb-dauduoi-container {
  font-family: Arial, sans-serif;
  margin: 20px auto;
  max-width: 800px;
}

.xsmb-dauduoi-form {
  background: #fff3cd;
  border: 1px solid #ffeeba;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  text-align: center;
}

.xsmb-dauduoi-form h2 {
  margin-top: 0;
  color: #222;
  font-size: 18px;
}

.xsmb-dauduoi-form label {
  margin: 0 5px;
}

.xsmb-dauduoi-form select {
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.xsmb-dauduoi-form button {
  background: #dc3545;
  color: #fff;
  border: none;
  padding: 7px 12px;
  border-radius: 5px;
  cursor: pointer;
}
.xsmb-dauduoi-form button:hover { background: #c82333; }

.xsmb-dauduoi-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.xsmb-dauduoi-table th {
  background: #007bff;
  color: white;
  padding: 8px;
}

.xsmb-dauduoi-table td {
  border: 1px solid #ddd;
  padding: 6px;
}

.xsmb-dauduoi-table tr:nth-child(even) { background-color: #f9f9f9; }
.xsmb-dauduoi-table tr:hover { background-color: #e6f2ff; }

.progress {
  background: #eee;
  height: 12px;
  width: 100px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
}
.bar {
  background: #dc3545;
  height: 12px;
}
.bar.blue {
  background: #007bff;
}
