body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    overflow: auto;
}

.navbar-brand {
    font-weight: bold;
    color: #007bff !important;
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.container {
    max-width: 960px;
}

.text-center {
    margin-bottom: 20px;
}
.navbar-saldo {
    font-size: 1rem;
    color: #333;
    margin-left: 20px;
    font-weight: bold;
}

@media (max-width: 991px) {
    .navbar-brand-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .navbar-saldo {
        margin-left: 0;
        margin-top: 10px;
    }
}
.space-header{
    margin-top: 100px;
}
.space-footer{
    margin-bottom: 100px;
}
.img-flet{
    width: 100px;
    height: auto;
}


.table-responsive {
    margin-top: 30px;
}

.table thead th {
    background-color: #e9ecef;
    text-align: center;
}

.table tbody td {
    vertical-align: middle;
    text-align: center;
}

.table tbody td img {
    transition: transform 0.3s ease;
}

.table tbody td img:hover {
    transform: scale(1.1);
}