.bi {
    font-size: 3rem;
    margin: 10px;
    cursor: pointer;
    transition: transform 0.2s, opacity 0.2s;
    background: transparent;
    border-radius: 10px;
    padding: 8px;
}

.aka {
    color: white;
}

.ao {
    color: white;
}

.inactive {
    opacity: 0.3;
}

.active {
    opacity: 1;
}

.bi:hover {
    transform: scale(1.2);
}

.flags-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flags-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.flag-label-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.judge-label {
    margin-top: 0.2rem;
    display: block;
    width: 3rem;
    text-align: center;
    font-weight: bold;
    color: #333;
}

.badge.bg-primary {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    display: inline-block;
    box-shadow: none;
}

.text-primary {
    color: #0d6efd !important;
}

.winner {
    background: #ffe066 !important;
    border-radius: 5px;
    padding: 0 8px;
}

.content-body {
    position: relative;
    z-index: 1;
    padding: 2rem;
}

.score-display {
    font-size: 15rem;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.text-yellow {
    color: #ffe066;
}