.bootstrap-select .dropdown-toggle.form-select.form-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

.bootstrap-select .dropdown-toggle.form-select.form-select-sm {
    border: 1px solid #ced4da; /* standardowy kolor border Bootstrapa */
    border-radius: 0.25rem;     /* dopasowanie do Bootstrap form-select */
}

.bootstrap-select .dropdown-toggle .caret {
    display: none !important;
}

.status-icon-badge {
    position: fixed;
    top: 18px;
    z-index: 1030;
    background-color: yellow;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-icon-badge-ed {
    right: 200px;
}

.status-icon-badge-pd {
    right: 160px;
}
