:root {
    --bs-body-font-size: 0.925rem;
    /* Equivalent to 14px */ }
    
a { text-decoration: none; }
/*.sidebar-brand { font-size: 1.75rem; }*/
/*.app-main .app-content-header { padding: .5rem .5rem; }*/
.btn-filter {
    margin-top: 19px;
}

/* Tooltip text */
.dr_status .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 10px 10px;
    border-radius: 6px;
    transform: translateX(20%);

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.dr_status:hover .tooltiptext {
    visibility: visible;
}

.no-resize { resize: none; }

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background-color: #CFE2FE;
}
