.select2-selection.select2-selection--multiple {
    padding: 0 0.5rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: auto;
}

.C_P {
    cursor: pointer;
}

.C_M {
    cursor: move;
}
i.C_M.fa-grip-lines.fas {
    font-size: 25px;
}



.select2-container--default .select2-results__option--selected{
    background-color: #ddd !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb !important;
    color: white;
}

.select2-container .select2-search--inline {
    display: inherit;
}
/*.select2-container--default.select2-container--focus .select2-selection--multiple ,.select2-selection.select2-selection--clearable.select2-selection--multiple{*/
/*    display: flex;*/
/*}*/

.select2-container .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field {
    transition: none !important;
}
.select2-selection.select2-selection--multiple {
    display: flex !important;
    min-height:32px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin: 0 !important;
}

.nav-link.active > .sidenav-normal {
    font-weight: 700;
    font-size: 14px;
}

.error {
    color: red;
}

.nav-pills .nav-link {
    font-size: 1rem;
}

.link {
    color: #8f8b8b !important;
}

.fa-edit, .fa-pencil-alt, .fa-eye, .fa-plus {
    color: #8f8b8b !important;
}

.fa-trash {
    color: red !important;
}


.btn-link {
    color: #8f8b8b !important;
}

.nav-pills .nav-link {
    color: #8f8b8b !important;
}

.nav-pills .nav-link.active {
    background-color: #8f8b8b !important;
    color: white !important;
}

a {
    color: #8f8b8b !important;
}

.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active {
    color: white !important;
}

.btn {
    color: white !important;
}

:checked + .image-checkbox {
    border-color: #8f8b8b;
    color: white;
}

.color-8f8b8b {
    color: #8f8b8b !important;
}

.bg-blue-100 {
    background-color: white !important;
}
.divide-blue-200>:not(template)~:not(template) {
    border-color: #e7e7e7 !important;
}

.text-green-600 {
    color: rgba(143, 139, 139, 1) !important;
}

.navbar-vertical .navbar-nav .nav-link[data-toggle='collapse'][aria-expanded='true']:after {
    color: #8f8b8b !important;
}
