.select2-container {
    text-align: right;
}
.page-breadcrumb {
    justify-content: space-between;
}
ol.breadcrumb {
    direction: ltr;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    float: right;
}
.select2-container .select2-search--inline {
    float: right;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    width: auto;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2a32d3;
    border-color: #2a32d4;
}
.page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #2a32d4;
    border-color: #2a32d4;
}
.page-link:focus {
    z-index: 3;
    color: #2b35d4;
    background-color: #333ad01a;
    outline: 0;
    box-shadow: 0 0 0 .25rem #2b35d440;
}
.page-link {
    color: #333bd6;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #517eac;
    border-color: #517eac;
    box-shadow: 0 0 0 .25rem rgb(33 85 146 / 75%);
}
.form-check-inline {
    display: inline-block !important;
    margin-right: 1rem;
}
.float-submit {
    position: fixed;
    bottom: 11px;
    left: 11px;
}
