.flecxongxuat {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .flecxongxuat {
      grid-template-columns: repeat(3, 1fr); } }
  .flecxongxuat > div {
    min-width: 0;
    border: 1px solid #333;
    padding: 5px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .flecxongxuat > div.actc {
      border: 1px solid #ed3324;
      background: #fffaf3; }
  .flecxongxuat .flexone1 {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center; }
  .flecxongxuat .flexone2.act {
    font-weight: bold;
    color: #ed3324; }
  .flecxongxuat .botronhonrn {
    width: 15px;
    height: 15px;
    padding: 1px;
    background-clip: content-box;
    border: 1.5px solid #bbbbbb;
    background-color: #e7e6e7;
    border-radius: 50%;
    display: inline-block;
    font-size: 0; }
    .flecxongxuat .botronhonrn.active {
      background: #ed3324;
      border: 1px solid #333; }
  .flecxongxuat .flexone2 {
    text-align: center; }
  .flecxongxuat .varrianttite {
    width: 50px;
    flex-grow: 1; }

.headertitle {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px; }
