.vinno-boc-tham-tham-gia-form{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.c-green{
    color: green;
}
.c-red{
    color: red;
}
body.uid-0.path-boc-tham {
    background-image: var(--background-url);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.vinno-boc-tham-tham-gia-form{
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    background: #f9fafb;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    font-family: "Helvetica Neue", sans-serif;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.vinno-boc-tham-tham-gia-form h2{
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.vinno-boc-tham-tham-gia-form #edit-submit{
    display: block;
    margin: 0 auto;
}

.vinno-boc-tham-tham-gia-form .js-form-item-ma-ho-so{
    margin-top: 10px;
}

.vinno-boc-tham-tham-gia-form {
    /* display: flex; */
    /* justify-content: space-between; */
}

/* Trang bốc thăm */
.header-boctham .title-boctham{
    flex: 1 0 80%;
}
table.table-boctham{
    margin-block: 10px;
}
table.table-boctham td{
    padding-block: 5px;
}
table.table-boctham tbody tr:first-child{
    border: none;
}

table.table-boctham .table-boctham-label{
    width: 40%;
}
.field--name-field-boctham-dashboard-markup .card-canhoboctham .card-body {
    height: 30vh;
}
.page-node-type-boctham .field--name-field-boctham-dashboard-markup .card-canhoboctham .card-body {
    height: 40vh;
}

.sp-item.is-winner {
    background: #28a745;
    color: #fff;
}
.sp-item.is-new {
    animation: pulse 0.6s ease;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.camera-box video,
.camera-box canvas {
  width: 100%;
  /* max-width: 320px; */
  border-radius: 10px;
  border: 2px solid #ddd;
}

.camera-actions button {
  margin-right: 6px;
}

/* Trang quản trị đợt bốc thăm */
.ycca-1{
    color: green;
}
.ycca-0{
    color: red;
}

.boctham-item {
    animation: fadeIn 0.6s ease;
}
.card-lichsuboc{
    height: 40vh;
}