body { 
    background: #f7fafc;
}
.logo { 
    max-height: 40px; 
}
.table th, .table td { 
    vertical-align: middle; 
}
.navbar-brand img {
    max-height: 32px;
}
@media (max-width: 575px) {
    .navbar .navbar-brand .logo {
        max-height: 27px;
    }
}

.bg-uno {
    background-color:#12715B !important;
}

.navbar-toggler{
    color:white !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-nero {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
.btn-nero:hover, .btn-nero:focus {
    background-color: #222 !important;
    border-color: #000 !important;
    color: #fff !important;
}




.actions-table {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.actions-table .btn, .actions-table form {
    margin: 0 !important;
}
@media (max-width: 767.98px) {
    .actions-table {
        flex-direction: column;
        gap: 0;
    }
    .actions-table .btn,
    .actions-table form {
        width: 100%;
        margin-bottom: 6px !important;
    }
    .actions-table .btn:last-child,
    .actions-table form:last-child {
        margin-bottom: 0 !important;
    }
    .voto-cerchio {
        width: 38px !important;
        height: 38px !important;
        font-size: 13px !important;
        line-height: 34px !important;
        margin: auto;
    }
    .table-responsive {
        overflow-x: auto;
    }
}
.table .btn {
    border-radius: 5px !important;
}
