﻿
.select2-container {
    z-index: 9999;
}

    .select2-container .select2-selection--multiple .select2-selection__choice {
        background-color: #2bac41 !important; /* #3bafda; */
        border: none !important;
    }

    .select2-container .select2-selection--multiple .select2-selection__choice__remove {
        color: #fff !important;
        margin-right: 5px;
        border-right: 1px solid #aaa;
        padding-right: 5px;
        padding-left: 2px;
        padding-bottom: 0px;
        font-size: 1.3em;
    }

        .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333 !important;
        }



.form-control-xs {
    /*min-height: calc(0.8em + .36rem + 2px);*/
    padding: .25rem .5rem;
    font-size: .80rem;
    border-radius: .2rem
}
.form-select-xs {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .80rem;
}

table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
    color: var(--bs-table-hover-color);
}