a {
    cursor: pointer;
}

.navbar-expand .dropdown-menu-right {
    right: 0;
    left: auto;
}

.pagination {
    justify-content: center!important;
}

/* Bootstrap select2 */

.select2-dropdown {
    border: solid #ced4da 1px!important;
}

.select2-container {
    width: 100%!important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da!important;
    height: 38px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1rem;
    color: #495057!important;
    line-height: 37px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px!important;
}

/* Bootstrap select2 Multiple */

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ced4da 1px!important;
}

.select2-container--default .select2-selection--multiple {
    border: solid #ced4da 1px!important;
}

/* select2-sm */

.select2-sm .select2-container--default .select2-selection--single {
    height: 31px!important;
}

.select2-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px!important;
}

.select2-sm .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0!important;
}