.fade-enter-active,
.fade-leave-active {
    transition: opacity .25s linear
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0
}

.modal[data-v-e2619669] {
    display: block
}

.modal-dialog[data-v-e2619669] {
    z-index: 1051
}

.b-avatar {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    font-size: inherit;
    font-weight: 400;
    height: 2.5rem;
    justify-content: center;
    line-height: 1;
    max-height: auto;
    max-width: 100%;
    overflow: visible;
    position: relative;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: middle;
    width: 2.5rem
}

.b-avatar:focus {
    outline: 0
}

.b-avatar.btn,
.b-avatar[href] {
    border: 0;
    padding: 0
}

.b-avatar.btn .b-avatar-img img,
.b-avatar[href] .b-avatar-img img {
    transition: transform .15s ease-in-out
}

.b-avatar.btn:not(:disabled):not(.disabled),
.b-avatar[href]:not(:disabled):not(.disabled) {
    cursor: pointer
}

.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img,
.b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
    transform: scale(1.15)
}

.b-avatar.disabled,
.b-avatar:disabled,
.b-avatar[disabled] {
    opacity: .65;
    pointer-events: none
}

.b-avatar .b-avatar-custom,
.b-avatar .b-avatar-img,
.b-avatar .b-avatar-text {
    align-items: center;
    border-radius: inherit;
    display: flex;
    height: 100%;
    justify-content: center;
    mask-image: radial-gradient(#fff, #000);
    overflow: hidden;
    width: 100%
}

.b-avatar .b-avatar-text {
    text-transform: uppercase;
    white-space: nowrap
}

.b-avatar[href] {
    text-decoration: none
}

.b-avatar>.bootstrap-icon {
    height: auto;
    max-width: 100%;
    width: 60%
}

.b-avatar .b-avatar-img img {
    border-radius: inherit;
    height: 100%;
    max-height: auto;
    object-fit: cover;
    width: 100%
}

.b-avatar .b-avatar-badge {
    border-radius: 10em;
    font-size: 70%;
    font-weight: 700;
    line-height: 1;
    min-height: 1.5em;
    min-width: 1.5em;
    padding: .25em;
    position: absolute;
    z-index: 1
}

.b-avatar-sm {
    height: 1.5rem;
    width: 1.5rem
}

.b-avatar-sm .b-avatar-text {
    font-size: .6rem
}

.b-avatar-sm .b-avatar-badge {
    font-size: .42rem
}

.b-avatar-lg {
    height: 3.5rem;
    width: 3.5rem
}

.b-avatar-lg .b-avatar-text {
    font-size: 1.4rem
}

.b-avatar-lg .b-avatar-badge {
    font-size: .98rem
}

.b-avatar-group .b-avatar-group-inner {
    display: flex;
    flex-wrap: wrap
}

.b-avatar-group .b-avatar {
    border: 1px solid #dee2e6
}

.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled),
.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled) {
    z-index: 1
}

.card-deck {
    gap: 1.5rem
}

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap
    }
}

.card-deck>.card {
    flex: 1 0 0%;
    margin-bottom: 0
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.b-form-tags.focus {
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem #0d6efd40;
    color: #212529;
    outline: 0
}

.b-form-tags.disabled {
    background-color: var(--bs-secondary-bg)
}

.b-form-tag.disabled {
    opacity: .75
}

.b-form-tags.focus.is-valid {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem #19875440
}

.b-form-tags.focus.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem #dc354540
}

.b-form-tags .b-form-tags-list {
    margin-top: -.25rem
}

.b-form-tags .b-form-tags-list .b-form-tag,
.b-form-tags .b-form-tags-list .b-from-tags-field {
    margin-top: .25rem
}

.b-form-tags .b-form-tags-list .b-form-tag {
    padding: .25em .65em
}

.b-form-tag {
    font-size: 75% !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    margin-right: .25rem
}

.b-form-tags .b-form-tag+.b-form-tag {
    margin-left: 0
}

.b-form-tag>button.b-form-tag-remove {
    color: inherit;
    float: none;
    font-size: 75%;
    line-height: 1;
    margin-left: .25rem
}

.input-group>.input-group-append:last-child>.btn-group:not(:last-child):not(.dropdown-toggle)>.btn,
.input-group>.input-group-append:not(:last-child)>.btn-group>.btn,
.input-group>.input-group-prepend>.btn-group>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.input-group-append>.btn-group>.btn,
.input-group>.input-group-prepend:first-child>.btn-group:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.btn-group>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-lg .input-group-append>.btn,
.input-group-lg .input-group-append>.form-control,
.input-group-lg .input-group-append>.form-select,
.input-group-lg .input-group-append>.input-group-text,
.input-group-lg .input-group-prepend>.btn,
.input-group-lg .input-group-prepend>.form-control,
.input-group-lg .input-group-prepend>.form-select,
.input-group-lg .input-group-prepend>.input-group-text {
    border-radius: .5rem;
    font-size: 1.25rem;
    padding: .5rem 1rem
}

.input-group-sm .input-group-append>.btn,
.input-group-sm .input-group-append>.form-control,
.input-group-sm .input-group-append>.form-select,
.input-group-sm .input-group-append>.input-group-text,
.input-group-sm .input-group-prepend>.btn,
.input-group-sm .input-group-prepend>.form-control,
.input-group-sm .input-group-prepend>.form-select,
.input-group-sm .input-group-prepend>.input-group-text {
    border-radius: .25rem;
    font-size: .875rem;
    padding: .25rem .5rem
}

.input-group .btn-group:not(:last-child)>:not(:first-child) {
    border-end-end-radius: 0;
    border-start-end-radius: 0
}

.input-group .btn-group:not(:last-child)>:not(:last-child) {
    border-end-end-radius: 0;
    border-end-start-radius: 0;
    border-start-end-radius: 0;
    border-start-start-radius: 0
}

.input-group .btn-group:not(:first-child)>:not(:last-child) {
    border-end-start-radius: 0;
    border-start-start-radius: 0
}

.b-pagination-pills .page-item .page-link {
    border-radius: 50rem !important;
    line-height: 1;
    margin-left: .25rem !important
}

.b-pagination-pills .page-item:first-child .page-link {
    margin-left: 0 !important
}

.b-table-stacked-label {
    display: none;
    font-weight: 700
}

.table.b-table.b-table-stacked {
    display: block;
    width: 100%
}

.table.b-table.b-table-stacked>tfoot,
.table.b-table.b-table-stacked>tfoot>tr.b-table-bottom-row,
.table.b-table.b-table-stacked>tfoot>tr.b-table-top-row,
.table.b-table.b-table-stacked>thead,
.table.b-table.b-table-stacked>thead>tr.b-table-bottom-row,
.table.b-table.b-table-stacked>thead>tr.b-table-top-row {
    display: none
}

.table.b-table.b-table-stacked>caption,
.table.b-table.b-table-stacked>tbody,
.table.b-table.b-table-stacked>tbody>tr,
.table.b-table.b-table-stacked>tbody>tr>td,
.table.b-table.b-table-stacked>tbody>tr>td>.b-table-stacked-label,
.table.b-table.b-table-stacked>tbody>tr>th {
    display: block
}

.table.b-table.b-table-stacked>tbody>tr>:first-child,
.table.b-table.b-table-stacked>tbody>tr>[rowspan]+td,
.table.b-table.b-table-stacked>tbody>tr>[rowspan]+th {
    border-top-width: 3px
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]:before {
    content: attr(data-label);
    float: left;
    text-align: right;
    width: 40%;
    word-wrap: break-word;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    padding: 0 .5rem 0 0
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]:after {
    clear: both;
    content: "";
    display: block
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]>div {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 .5rem;
    width: 60%
}

@media (max-width:575.98px) {
    .table.b-table.b-table-stacked-sm {
        display: block;
        width: 100%
    }

    .table.b-table.b-table-stacked-sm>tfoot,
    .table.b-table.b-table-stacked-sm>tfoot>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-sm>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-sm>thead,
    .table.b-table.b-table-stacked-sm>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-sm>thead>tr.b-table-top-row {
        display: none
    }

    .table.b-table.b-table-stacked-sm>caption,
    .table.b-table.b-table-stacked-sm>tbody,
    .table.b-table.b-table-stacked-sm>tbody>tr,
    .table.b-table.b-table-stacked-sm>tbody>tr>td,
    .table.b-table.b-table-stacked-sm>tbody>tr>td>.b-table-stacked-label,
    .table.b-table.b-table-stacked-sm>tbody>tr>th {
        display: block
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>:first-child,
    .table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+td,
    .table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+th {
        border-top-width: 3px
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:before {
        content: attr(data-label);
        float: left;
        text-align: right;
        width: 40%;
        word-wrap: break-word;
        font-style: normal;
        font-weight: 700;
        margin: 0;
        padding: 0 .5rem 0 0
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:after {
        clear: both;
        content: "";
        display: block
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]>div {
        display: inline-block;
        margin: 0;
        padding: 0 0 0 .5rem;
        width: 60%
    }
}

@media (max-width:767.98px) {
    .table.b-table.b-table-stacked-md {
        display: block;
        width: 100%
    }

    .table.b-table.b-table-stacked-md>tfoot,
    .table.b-table.b-table-stacked-md>tfoot>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-md>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-md>thead,
    .table.b-table.b-table-stacked-md>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-md>thead>tr.b-table-top-row {
        display: none
    }

    .table.b-table.b-table-stacked-md>caption,
    .table.b-table.b-table-stacked-md>tbody,
    .table.b-table.b-table-stacked-md>tbody>tr,
    .table.b-table.b-table-stacked-md>tbody>tr>td,
    .table.b-table.b-table-stacked-md>tbody>tr>td>.b-table-stacked-label,
    .table.b-table.b-table-stacked-md>tbody>tr>th {
        display: block
    }

    .table.b-table.b-table-stacked-md>tbody>tr>:first-child,
    .table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+td,
    .table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+th {
        border-top-width: 3px
    }

    .table.b-table.b-table-stacked-md>tbody>tr>[data-label]:before {
        content: attr(data-label);
        float: left;
        text-align: right;
        width: 40%;
        word-wrap: break-word;
        font-style: normal;
        font-weight: 700;
        margin: 0;
        padding: 0 .5rem 0 0
    }

    .table.b-table.b-table-stacked-md>tbody>tr>[data-label]:after {
        clear: both;
        content: "";
        display: block
    }

    .table.b-table.b-table-stacked-md>tbody>tr>[data-label]>div {
        display: inline-block;
        margin: 0;
        padding: 0 0 0 .5rem;
        width: 60%
    }
}

@media (max-width:991.98px) {
    .table.b-table.b-table-stacked-lg {
        display: block;
        width: 100%
    }

    .table.b-table.b-table-stacked-lg>tfoot,
    .table.b-table.b-table-stacked-lg>tfoot>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-lg>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-lg>thead,
    .table.b-table.b-table-stacked-lg>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-lg>thead>tr.b-table-top-row {
        display: none
    }

    .table.b-table.b-table-stacked-lg>caption,
    .table.b-table.b-table-stacked-lg>tbody,
    .table.b-table.b-table-stacked-lg>tbody>tr,
    .table.b-table.b-table-stacked-lg>tbody>tr>td,
    .table.b-table.b-table-stacked-lg>tbody>tr>td>.b-table-stacked-label,
    .table.b-table.b-table-stacked-lg>tbody>tr>th {
        display: block
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>:first-child,
    .table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+td,
    .table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+th {
        border-top-width: 3px
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:before {
        content: attr(data-label);
        float: left;
        text-align: right;
        width: 40%;
        word-wrap: break-word;
        font-style: normal;
        font-weight: 700;
        margin: 0;
        padding: 0 .5rem 0 0
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:after {
        clear: both;
        content: "";
        display: block
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]>div {
        display: inline-block;
        margin: 0;
        padding: 0 0 0 .5rem;
        width: 60%
    }
}

@media (max-width:1199.98px) {
    .table.b-table.b-table-stacked-xl {
        display: block;
        width: 100%
    }

    .table.b-table.b-table-stacked-xl>tfoot,
    .table.b-table.b-table-stacked-xl>tfoot>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-xl>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-xl>thead,
    .table.b-table.b-table-stacked-xl>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-xl>thead>tr.b-table-top-row {
        display: none
    }

    .table.b-table.b-table-stacked-xl>caption,
    .table.b-table.b-table-stacked-xl>tbody,
    .table.b-table.b-table-stacked-xl>tbody>tr,
    .table.b-table.b-table-stacked-xl>tbody>tr>td,
    .table.b-table.b-table-stacked-xl>tbody>tr>td>.b-table-stacked-label,
    .table.b-table.b-table-stacked-xl>tbody>tr>th {
        display: block
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>:first-child,
    .table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+td,
    .table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+th {
        border-top-width: 3px
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:before {
        content: attr(data-label);
        float: left;
        text-align: right;
        width: 40%;
        word-wrap: break-word;
        font-style: normal;
        font-weight: 700;
        margin: 0;
        padding: 0 .5rem 0 0
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:after {
        clear: both;
        content: "";
        display: block
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]>div {
        display: inline-block;
        margin: 0;
        padding: 0 0 0 .5rem;
        width: 60%
    }
}

@media (max-width:1399.98px) {
    .table.b-table.b-table-stacked-xxl {
        display: block;
        width: 100%
    }

    .table.b-table.b-table-stacked-xxl>tfoot,
    .table.b-table.b-table-stacked-xxl>tfoot>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-xxl>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-xxl>thead,
    .table.b-table.b-table-stacked-xxl>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-xxl>thead>tr.b-table-top-row {
        display: none
    }

    .table.b-table.b-table-stacked-xxl>caption,
    .table.b-table.b-table-stacked-xxl>tbody,
    .table.b-table.b-table-stacked-xxl>tbody>tr,
    .table.b-table.b-table-stacked-xxl>tbody>tr>td,
    .table.b-table.b-table-stacked-xxl>tbody>tr>td>.b-table-stacked-label,
    .table.b-table.b-table-stacked-xxl>tbody>tr>th {
        display: block
    }

    .table.b-table.b-table-stacked-xxl>tbody>tr>:first-child,
    .table.b-table.b-table-stacked-xxl>tbody>tr>[rowspan]+td,
    .table.b-table.b-table-stacked-xxl>tbody>tr>[rowspan]+th {
        border-top-width: 3px
    }

    .table.b-table.b-table-stacked-xxl>tbody>tr>[data-label]:before {
        content: attr(data-label);
        float: left;
        text-align: right;
        width: 40%;
        word-wrap: break-word;
        font-style: normal;
        font-weight: 700;
        margin: 0;
        padding: 0 .5rem 0 0
    }

    .table.b-table.b-table-stacked-xxl>tbody>tr>[data-label]:after {
        clear: both;
        content: "";
        display: block
    }

    .table.b-table.b-table-stacked-xxl>tbody>tr>[data-label]>div {
        display: inline-block;
        margin: 0;
        padding: 0 0 0 .5rem;
        width: 60%
    }
}

.b-table-sticky-header,
.table-responsive,
[class*=table-responsive-] {
    margin-bottom: 1rem
}

.b-table-sticky-header>.table,
.table-responsive>.table,
[class*=table-responsive-]>.table {
    margin-bottom: 0
}

.b-table-sticky-header {
    overflow-y: auto
}

@media print {
    .b-table-sticky-header {
        max-height: none !important;
        overflow-y: visible !important
    }
}

.table.b-table[aria-busy=true] {
    opacity: .55
}

@supports (position:sticky) {
    .b-table-sticky-header>.table.b-table>thead>tr>th {
        position: sticky;
        top: 0;
        z-index: 2
    }

    .b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,
    .b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,
    .b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,
    [class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,
    [class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column,
    [class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column {
        left: 0;
        position: sticky
    }

    .b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,
    [class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column {
        z-index: 5
    }

    .b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,
    .b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,
    [class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,
    [class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column {
        z-index: 2
    }
}

.table.b-table>tbody>tr>.table-b-table-default,
.table.b-table>tfoot>tr>.table-b-table-default,
.table.b-table>thead>tr>.table-b-table-default {
    background-color: #fff;
    color: #212529
}

.b-table.b-table-selectable td,
.table th.b-table-sortable-column {
    cursor: pointer
}

.b-table.b-table-busy .b-table-busy-slot>td {
    border: none;
    padding: 0
}

.form-control-highlighted {
    animation: form-control-highlighted-blink 1s infinite;
    border-color: #86b7fe;
    transition: box-shadow .3s ease-in-out
}

@keyframes form-control-highlighted-blink {
    0% {
        box-shadow: 0 0 0 0 transparent
    }

    50% {
        box-shadow: 0 0 0 .25rem #0d6efd40
    }

    to {
        box-shadow: 0 0 0 0 transparent
    }
}

.b-form-spinbutton {
    background-image: none;
    overflow: hidden;
    padding: 0;
    text-align: center
}

.b-form-spinbutton[dir=rtl]:not(.flex-column),
[dir=rtl] .b-form-spinbutton:not(.flex-column) {
    flex-direction: row-reverse
}

.b-form-spinbutton output {
    background-color: transparent;
    border: 0;
    font-size: inherit;
    margin: 0;
    outline: 0;
    padding: 0 .25rem;
    width: auto
}

.b-form-spinbutton output>bdi,
.b-form-spinbutton output>div {
    display: block;
    height: 1.5em;
    min-width: 2.25em
}

.b-form-spinbutton.flex-column {
    height: auto;
    width: auto
}

.b-form-spinbutton.flex-column output {
    margin: 0 .25rem;
    padding: .25rem 0
}

.b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
    output-width: 100%
}

.b-form-spinbutton.d-inline-flex:not(.flex-column) {
    width: auto
}

.b-form-spinbutton .btn {
    box-shadow: none !important;
    line-height: 1
}

.b-form-spinbutton .btn:disabled {
    pointer-events: none
}

.b-form-spinbutton .btn:hover:not(:disabled)>div>.b-icon {
    transform: scale(1.25)
}

.b-form-spinbutton.disabled,
.b-form-spinbutton.readonly {
    background-color: var(--bs-secondary-bg)
}

.b-form-spinbutton.disabled {
    pointer-events: none
}

.container,
.container-fluid {
    display: block
}

.input-group>.form-floating:not(:first-child)>:not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0
}

.input-group:not(.has-validation)>.form-floating:not(:last-child)>:not(.dropdown-toggle):not(.dropdown-menu) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.dropdown-toggle.dropdown-toggle-no-caret:after,
.dropdown-toggle.dropdown-toggle-no-caret:before {
    display: none !important
}

.bv-no-focus-ring:focus {
    outline: none
}

.btn-close-custom[data-v-80abc89a] {
    margin: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.b-list-enter-active,
.b-list-leave-active,
.b-list-move {
    transition: all .5s cubic-bezier(.55, 0, .1, 1)
}

.b-list-enter-from,
.b-list-leave-to {
    opacity: 0
}

.b-list-leave-active {
    position: fixed
}