.btn-option {
    height: 100%;
    min-height: 80px;
    font-size: 1.1rem;
    transition: all 0.2s;
}

.btn-option:hover {
    transform: scale(1.02);
}

#option-a {
    background-color: #FF3B30;
    color: white;
}

#option-b {
    background-color: #007AFF;
    color: white;
}

#option-c {
    background-color: #FFCC00;
    color: black;
}

#option-d {
    background-color: #34C759;
    color: white;
}

.progress {
    height: 20px;
}

.table-responsive {
    max-height: 400px;
    overflow-y: auto;
}

/* Estilos para a tabela de jogos */
.table-hover tbody tr:hover {
    background-color: rgba(13, 110, 253, 0.1);
}

.table-active {
    background-color: rgba(13, 110, 253, 0.15) !important;
}

/* Badges personalizadas */
.badge.bg-success {
    background-color: #198754 !important;
}

.badge.bg-danger {
    background-color: #dc3545 !important;
}

/* Botões com ícones */
.btn-sm i {
    font-size: 0.9rem;
    margin-right: 0.25rem;
}