/* Bootstrap 5 Extra-Small Button */
.btn-xs {
    --bs-btn-padding-y: 0.15rem !important;
    --bs-btn-padding-x: 0.35rem !important;
    --bs-btn-font-size: 0.75rem !important;
    line-height: 1 !important;
    border-radius: 0.2rem !important;
}
.icon-btn-xs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: 2px !important;
    font-size: 0.75rem;
    line-height: 1;
    min-height: 25px !important;
}
.logout-link {
    color: darkred !important;
    font-weight: bold !important;
}


