
/*# sourceMappingURL=custom.min.css.map */

body, #dTable .btn-xs,
#dTable .btn-toolbar .btn-group a.btn-xs,
#dTable .btn-toolbar .btn-group button.btn-xs,
#dTable .text-gebo,
#dTable .text-primary,
#dTable .text-danger {
    font-size: .7375rem !important;
}

.table > :not(caption) > * > * {
    padding: .35rem .6rem;
}

.nav-pills .nav-link {
    border: 1px #ced4da solid !important;
    margin-right: 5px !important;
}

.form-label {
    margin-top: .6rem !important;
}

/* Target all buttons in the table */
#dTable .btn-xs {
    padding: 4px 10px; /* Adjust padding (vertical horizontal) */
}

/* Optional: If you want different styles for different button types */
#dTable .btn-toolbar .btn-group a.btn-xs {
    padding: 0px 8px;
}

#dTable .btn-toolbar .btn-group button.btn-xs {
    padding: 3px 8px;
}

/* If you want to make the buttons more compact */
.btn-toolbar .btn-group {
    margin-right: 5px;
}

/* Alternative approach - target the specific button container */
#dTable td:last-child .btn {
    font-size: 10px;
    padding: 2px 6px;
    line-height: 1.2;
}
