
.tbale-striped>tbody>tr:nth-of-type(odd){
    background-color: aqua;
}


    
    .logout-button:hover,
    .logout-button:focus {
    background-color: #d32f2f; /* Darker red */
    outline: none;
    }
    
    /* Optional: Add a logout icon from FontAwesome or similar */

    .badge-container {
        position: relative;
        display: inline-block;
        }


.my_select {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}

/* fix typo tbale -> table if you need the stripe style */
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

/* pagination */
.vm-pagination ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

/* badge left negative value fixed (use left: -10px) */
.badge {
    left: -10px;
}

/* keep logout consistent */
.logout-button {
    float: none;
    display: inline-block;
}
    
    