.transaction-part {
    background: grey;
    max-height: 300px;
    overflow-y: scroll;
}

.transaction-part > fieldset {
    border: 1px solid white;
    background: lightgrey;
}

.form-control-xs {
    height: calc(1em + .375rem + 2px) !important;
    padding: .125rem .25rem !important;
    font-size: .75rem !important;
    line-height: 1.5;
    border-radius: .2rem;
}

.half-width > label {
    display: block;
}

.half-width {
    width: 46%; /* Ustaw szerokość pól */
    display: inline-block; /* Umożliwia wyświetlenie obok siebie */
    margin-right: 2%; /* Dodanie marginesu między polami */
}

.half-width:last-child {
    margin-right: 0; /* Usunięcie marginesu z ostatniego pola */
}

.form-group {
    margin-bottom: 15px; /* Odstęp między grupami pól */
}

table.table-striped tbody tr td.icon-cell {
    border: white !important;
    --bs-table-accent-bg: transparent;
}

table.table-striped tbody tr.icon-row {
    border: white;
}