.b-dropdown .dropdown-item:focus:not(.active),
.b-dropdown .dropdown-item:hover:not(.active) {
    box-shadow: inset 0 0 400px 110px rgba(0, 0, 0, .09)
}

.b-dropdown .dropdown-item:active {
    box-shadow: initial
}

.custom-file-control[data-v-c68bd5f8] {
    overflow: hidden
}

.custom-file-control[data-v-c68bd5f8] {
    overflow: hidden
}

.custom-file-control.dragging[data-v-c68bd5f8] {
    overflow: hidden;
    filter: blur(3px)
}

.custom-file-control[data-v-c68bd5f8]::after {
    content: attr(data-selected)
}

.custom-file-control[data-v-c68bd5f8]::before {
    content: attr(data-choose)
}

.custom-file .drop-here[data-v-c68bd5f8] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 3px;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center
}

.custom-file .drop-here[data-v-c68bd5f8]::before {
    color: #fff;
    content: attr(data-drop)
}

.hidden[data-v-1b4cbb68] {
    opacity: 0 !important
}

.modal[data-v-1b4cbb68] {
    display: block
}

.b-nav-dropdown .dropdown-item:focus:not(.active),
.b-nav-dropdown .dropdown-item:hover:not(.active) {
    box-shadow: inset 0 0 400px 110px rgba(0, 0, 0, .09)
}

.b-nav-dropdown .dropdown-item:active {
    box-shadow: initial
}

.page-item[data-v-2792960b] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page-item.disabled[data-v-2792960b] {
    cursor: not-allowed;
    opacity: .65
}

.page-item[data-v-20c4e761] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page-item.disabled[data-v-20c4e761] {
    cursor: not-allowed;
    opacity: .65
}

.progress-bar {
    transition: all .5s
}

table.b-table>tfoot>tr>.sorting,
table.b-table>thead>tr>.sorting {
    padding-right: 30px;
    cursor: pointer;
    position: relative
}

table.b-table tfoot>tr>.sorting:after,
table.b-table tfoot>tr>.sorting:before,
table.b-table thead>tr>.sorting:after,
table.b-table thead>tr>.sorting:before {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3
}

table.b-table.table-sm>tfoot>tr>.sorting:after,
table.b-table.table-sm>tfoot>tr>.sorting:before,
table.b-table.table-sm>thead>tr>.sorting:after,
table.b-table.table-sm>thead>tr>.sorting:before {
    bottom: .45em
}

table.b-table>tfoot>tr>.sorting:before,
table.b-table>thead>tr>.sorting:before {
    right: 1em;
    content: "\2191"
}

table.b-table>tfoot>tr>.sorting:after,
table.b-table>thead>tr>.sorting:after {
    right: .5em;
    content: "\2193"
}

table.b-table>tfoot>tr>.sorting_asc:after,
table.b-table>tfoot>tr>.sorting_desc:before,
table.b-table>thead>tr>.sorting_asc:after,
table.b-table>thead>tr>.sorting_desc:before {
    opacity: 1
}

table.b-table[aria-busy=false] {
    opacity: 1
}

table.b-table[aria-busy=true] {
    opacity: .6
}

.tooltip {
    display: block;
    transition: all .3s
}