body { 
  background:#d9d9d9;
  color: #222;
}

.container {
  background: #e5e5e5;
  border-radius: 8px;
  padding: 15px;
}

.block {
  background:#f8f8f8;
  border:1px solid #ccc;
  border-radius:6px;
  padding:10px;
  margin-bottom:10px;
  text-align:center;
  min-height:160px;
  color:#111;
}

.header { 
  background:#444; 
  color:#fff; 
  padding:10px; 
  text-align:center; 
  font-weight:bold; 
}

.expire { font-weight:bold; }
.expire.red { color:red; }
.slot { font-size:13px; color:#555; }
.vip-list .block {
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:auto;
}
    body {
      background: #f2f2f2;
    }
    .navbar-custom {
      background-color: #0082a3; /* màu giống header mumoira */
    }
    .navbar-custom .nav-link,
    .navbar-custom .navbar-brand {
      color: #fff;
      font-weight: 500;
    }
    .navbar-custom .nav-link:hover {
      color: #ffd700;
    }
    .user-info span {
      color: #fff;
      margin-right: 10px;
    }
    .block {
      border: 1px solid #ccc;
      padding: 10px;
      margin-bottom: 15px;
      border-radius: 6px;
      background: #fff;
      text-align: center;
    }
    .section-title {
      font-size: 18px;
      margin-top: 20px;
      margin-bottom: 10px;
    }
    .vip-list .block {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }