/* Minification failed. Returning unminified contents.
(820,23): run-time error CSS1039: Token not allowed after unary operator: '-fa'
(826,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-two'
 */
/* VUETIFY STYLES FOR SELECT */

.v-menu {
    display: none;
}

.v-menu--attached {
    display: inline;
}

.v-menu__content {
    position: absolute;
    display: inline-block;
    border-radius: 4px;
    max-width: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    contain: content;
    will-change: transform;
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.v-menu__content--active {
    pointer-events: none;
}

.v-menu__content--auto .v-list-item {
    transition-property: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}

.v-menu__content--fixed {
    position: fixed;
}

.v-menu__content > .card {
    contain: content;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.v-menu > .v-menu__content {
    max-width: none;
}

.v-menu-transition-enter .v-list-item {
    min-width: 0;
    pointer-events: none;
}

.v-menu-transition-enter-to .v-list-item {
    pointer-events: auto;
    transition-delay: 0.1s;
}

.v-menu-transition-leave-active, .v-menu-transition-leave-to {
    pointer-events: none;
}

.v-menu-transition-enter, .v-menu-transition-leave-to {
    opacity: 0;
}

.v-menu-transition-enter-active, .v-menu-transition-leave-active {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.v-menu-transition-enter.v-menu__content--auto {
    transition: none !important;
}

    .v-menu-transition-enter.v-menu__content--auto .v-list-item {
        opacity: 0;
        transform: translateY(-15px);
    }

    .v-menu-transition-enter.v-menu__content--auto .v-list-item--active {
        opacity: 1;
        transform: none !important;
        pointer-events: auto;
    }

.v-simple-checkbox {
    align-self: center;
    line-height: normal;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.v-simple-checkbox--disabled {
    cursor: default;
}

.theme--light.v-divider {
    border-color: rgba(0, 0, 0, 0.12);
}

.theme--dark.v-divider {
    border-color: rgba(255, 255, 255, 0.12);
}

.v-divider {
    display: block;
    flex: 1 1 0px;
    max-width: 100%;
    height: 0px;
    max-height: 0px;
    border: solid;
    border-width: thin 0 0 0;
    transition: inherit;
}

.v-divider--inset:not(.v-divider--vertical) {
    max-width: calc(100% - 72px);
}

.v-application--is-ltr .v-divider--inset:not(.v-divider--vertical) {
    margin-left: 72px;
}

.v-application--is-rtl .v-divider--inset:not(.v-divider--vertical) {
    margin-right: 72px;
}

.v-divider--vertical {
    align-self: stretch;
    border: solid;
    border-width: 0 thin 0 0;
    display: inline-flex;
    height: inherit;
    min-height: 100%;
    max-height: 100%;
    max-width: 0px;
    width: 0px;
    vertical-align: text-bottom;
}

    .v-divider--vertical.v-divider--inset {
        margin-top: 8px;
        min-height: 0;
        max-height: calc(100% - 16px);
    }

.theme--light.v-subheader {
    color: rgba(0, 0, 0, 0.6);
}

.theme--dark.v-subheader {
    color: rgba(255, 255, 255, 0.7);
}

.v-subheader {
    align-items: center;
    display: flex;
    height: 48px;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0 16px 0 16px;
}

.v-subheader--inset {
    margin-left: 56px;
}

.v-list.primary > .v-list-item, .v-list.secondary > .v-list-item, .v-list.accent > .v-list-item, .v-list.success > .v-list-item, .v-list.error > .v-list-item, .v-list.warning > .v-list-item, .v-list.info > .v-list-item {
    color: #FFFFFF;
}

.theme--light.v-list {
    background: #FFFFFF;
    color: rgba(0, 0, 0, 0.87);
}

    .theme--light.v-list .v-list--disabled {
        color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-list .v-list-group--active:before,
    .theme--light.v-list .v-list-group--active:after {
        background: rgba(0, 0, 0, 0.12);
    }

.theme--dark.v-list {
    background: #1E1E1E;
    color: #FFFFFF;
}

    .theme--dark.v-list .v-list--disabled {
        color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-list .v-list-group--active:before,
    .theme--dark.v-list .v-list-group--active:after {
        background: rgba(255, 255, 255, 0.12);
    }

.v-list {
    border-radius: 4px;
    display: block;
    padding: 8px 0;
    position: static;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
}

.v-list--disabled {
    pointer-events: none;
}

.v-list--flat .v-list-item:before {
    display: none;
}

.v-list--dense .v-subheader {
    font-size: 0.75rem;
    height: 40px;
    padding: 0 8px;
}

.v-list--nav .v-list-item:not(:last-child):not(:only-child),
.v-list--rounded .v-list-item:not(:last-child):not(:only-child) {
    margin-bottom: 8px;
}

.v-list--nav.v-list--dense .v-list-item:not(:last-child):not(:only-child),
.v-list--nav .v-list-item--dense:not(:last-child):not(:only-child),
.v-list--rounded.v-list--dense .v-list-item:not(:last-child):not(:only-child),
.v-list--rounded .v-list-item--dense:not(:last-child):not(:only-child) {
    margin-bottom: 4px;
}

.v-list--nav {
    padding-left: 8px;
    padding-right: 8px;
}

    .v-list--nav .v-list-item {
        padding: 0 8px;
    }

        .v-list--nav .v-list-item,
        .v-list--nav .v-list-item:before {
            border-radius: 4px;
        }

.v-application--is-ltr .v-list--shaped .v-list-item, .v-application--is-ltr .v-list--shaped .v-list-item::before,
.v-application--is-ltr .v-list--shaped .v-list-item > .v-ripple__container {
    border-bottom-right-radius: 32px !important;
    border-top-right-radius: 32px !important;
}

.v-application--is-rtl .v-list--shaped .v-list-item, .v-application--is-rtl .v-list--shaped .v-list-item::before,
.v-application--is-rtl .v-list--shaped .v-list-item > .v-ripple__container {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
}

.v-application--is-ltr .v-list--shaped.v-list--two-line .v-list-item, .v-application--is-ltr .v-list--shaped.v-list--two-line .v-list-item::before,
.v-application--is-ltr .v-list--shaped.v-list--two-line .v-list-item > .v-ripple__container {
    border-bottom-right-radius: 42.6666666667px !important;
    border-top-right-radius: 42.6666666667px !important;
}

.v-application--is-rtl .v-list--shaped.v-list--two-line .v-list-item, .v-application--is-rtl .v-list--shaped.v-list--two-line .v-list-item::before,
.v-application--is-rtl .v-list--shaped.v-list--two-line .v-list-item > .v-ripple__container {
    border-bottom-left-radius: 42.6666666667px !important;
    border-top-left-radius: 42.6666666667px !important;
}

.v-application--is-ltr .v-list--shaped.v-list--three-line .v-list-item, .v-application--is-ltr .v-list--shaped.v-list--three-line .v-list-item::before,
.v-application--is-ltr .v-list--shaped.v-list--three-line .v-list-item > .v-ripple__container {
    border-bottom-right-radius: 58.6666666667px !important;
    border-top-right-radius: 58.6666666667px !important;
}

.v-application--is-rtl .v-list--shaped.v-list--three-line .v-list-item, .v-application--is-rtl .v-list--shaped.v-list--three-line .v-list-item::before,
.v-application--is-rtl .v-list--shaped.v-list--three-line .v-list-item > .v-ripple__container {
    border-bottom-left-radius: 58.6666666667px !important;
    border-top-left-radius: 58.6666666667px !important;
}

.v-application--is-ltr .v-list--shaped {
    padding-right: 8px;
}

.v-application--is-rtl .v-list--shaped {
    padding-left: 8px;
}

.v-list--rounded {
    padding: 8px;
}

    .v-list--rounded .v-list-item, .v-list--rounded .v-list-item::before,
    .v-list--rounded .v-list-item > .v-ripple__container {
        border-radius: 32px !important;
    }

    .v-list--rounded.v-list--two-line .v-list-item, .v-list--rounded.v-list--two-line .v-list-item::before,
    .v-list--rounded.v-list--two-line .v-list-item > .v-ripple__container {
        border-radius: 42.6666666667px !important;
    }

    .v-list--rounded.v-list--three-line .v-list-item, .v-list--rounded.v-list--three-line .v-list-item::before,
    .v-list--rounded.v-list--three-line .v-list-item > .v-ripple__container {
        border-radius: 58.6666666667px !important;
    }

.v-list--subheader {
    padding-top: 0;
}

.v-list-group .v-list-group__header .v-list-item__icon.v-list-group__header__append-icon {
    align-self: center;
    margin: 0;
    min-width: 48px;
    justify-content: flex-end;
}

.v-list-group--sub-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.v-list-group__header.v-list-item--active:not(:hover):not(:focus):before {
    opacity: 0;
}

.v-list-group__items {
    flex: 1 1 auto;
}

    .v-list-group__items .v-list-item,
    .v-list-group__items .v-list-group__items {
        overflow: hidden;
    }

.v-list-group--active > .v-list-group__header > .v-list-group__header__append-icon .v-icon {
    transform: rotate(-180deg);
}

.v-list-group--active > .v-list-group__header.v-list-group__header--sub-group > .v-list-group__header__prepend-icon .v-icon {
    transform: rotate(-180deg);
}

.v-list-group--active > .v-list-group__header .v-list-item,
.v-list-group--active > .v-list-group__header .v-list-item__content,
.v-list-group--active > .v-list-group__header .v-list-group__header__prepend-icon .v-icon {
    color: inherit;
}

.v-application--is-ltr .v-list-group--sub-group .v-list-item__action:first-child,
.v-application--is-ltr .v-list-group--sub-group .v-list-item__avatar:first-child,
.v-application--is-ltr .v-list-group--sub-group .v-list-item__icon:first-child {
    margin-right: 16px;
}

.v-application--is-rtl .v-list-group--sub-group .v-list-item__action:first-child,
.v-application--is-rtl .v-list-group--sub-group .v-list-item__avatar:first-child,
.v-application--is-rtl .v-list-group--sub-group .v-list-item__icon:first-child {
    margin-left: 16px;
}

.v-application--is-ltr .v-list-group--sub-group .v-list-group__header {
    padding-left: 32px;
}

.v-application--is-rtl .v-list-group--sub-group .v-list-group__header {
    padding-right: 32px;
}

.v-application--is-ltr .v-list-group--sub-group .v-list-group__items .v-list-item {
    padding-left: 40px;
}

.v-application--is-rtl .v-list-group--sub-group .v-list-group__items .v-list-item {
    padding-right: 40px;
}

.v-list-group--sub-group.v-list-group--active .v-list-item__icon.v-list-group__header__prepend-icon .v-icon {
    transform: rotate(-180deg);
}

.v-application--is-ltr .v-list-group--no-action > .v-list-group__items > .v-list-item {
    padding-left: 72px;
}

.v-application--is-rtl .v-list-group--no-action > .v-list-group__items > .v-list-item {
    padding-right: 72px;
}

.v-application--is-ltr .v-list-group--no-action.v-list-group--sub-group > .v-list-group__items > .v-list-item {
    padding-left: 88px;
}

.v-application--is-rtl .v-list-group--no-action.v-list-group--sub-group > .v-list-group__items > .v-list-item {
    padding-right: 88px;
}

.v-application--is-ltr .v-list--dense .v-list-group--sub-group .v-list-group__header {
    padding-left: 24px;
}

.v-application--is-rtl .v-list--dense .v-list-group--sub-group .v-list-group__header {
    padding-right: 24px;
}

.v-application--is-ltr .v-list--dense.v-list--nav .v-list-group--no-action > .v-list-group__items > .v-list-item {
    padding-left: 64px;
}

.v-application--is-rtl .v-list--dense.v-list--nav .v-list-group--no-action > .v-list-group__items > .v-list-item {
    padding-right: 64px;
}

.v-application--is-ltr .v-list--dense.v-list--nav .v-list-group--no-action.v-list-group--sub-group > .v-list-group__items > .v-list-item {
    padding-left: 80px;
}

.v-application--is-rtl .v-list--dense.v-list--nav .v-list-group--no-action.v-list-group--sub-group > .v-list-group__items > .v-list-item {
    padding-right: 80px;
}

.theme--light.v-list-item--disabled {
    color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
    color: rgba(0, 0, 0, 0.87) !important;
}

.theme--light.v-list-item .v-list-item__mask {
    color: rgba(0, 0, 0, 0.38);
    background: #eeeeee;
}

.theme--light.v-list-item .v-list-item__subtitle,
.theme--light.v-list-item .v-list-item__action-text {
    color: rgba(0, 0, 0, 0.6);
}

.theme--light.v-list-item:hover::before {
    opacity: 0.04;
}

.theme--light.v-list-item:focus::before {
    opacity: 0.12;
}

.theme--light.v-list-item--active:hover::before, .theme--light.v-list-item--active::before {
    opacity: 0.12;
}

.theme--light.v-list-item--active:focus::before {
    opacity: 0.16;
}

.theme--light.v-list-item.v-list-item--highlighted::before {
    opacity: 0.16;
}

.theme--dark.v-list-item--disabled {
    color: rgba(255, 255, 255, 0.5);
}

.theme--dark.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
    color: #FFFFFF !important;
}

.theme--dark.v-list-item .v-list-item__mask {
    color: rgba(255, 255, 255, 0.5);
    background: #494949;
}

.theme--dark.v-list-item .v-list-item__subtitle,
.theme--dark.v-list-item .v-list-item__action-text {
    color: rgba(255, 255, 255, 0.7);
}

.theme--dark.v-list-item:hover::before {
    opacity: 0.08;
}

.theme--dark.v-list-item:focus::before {
    opacity: 0.24;
}

.theme--dark.v-list-item--active:hover::before, .theme--dark.v-list-item--active::before {
    opacity: 0.24;
}

.theme--dark.v-list-item--active:focus::before {
    opacity: 0.32;
}

.theme--dark.v-list-item.v-list-item--highlighted::before {
    opacity: 0.32;
}

.v-list-item {
    align-items: center;
    display: flex;
    flex: 1 1 100%;
    letter-spacing: normal;
    min-height: 48px;
    outline: none;
    padding: 0 16px;
    position: relative;
    text-decoration: none;
}

.v-list-item--disabled {
    pointer-events: none;
}

.v-list-item--selectable {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.v-list-item__action {
    align-self: center;
    margin: 12px 0;
}

    .v-list-item__action .v-input,
    .v-list-item__action .v-input__control,
    .v-list-item__action .v-input__slot,
    .v-list-item__action .v-input--selection-controls__input {
        margin: 0 !important;
    }

    .v-list-item__action .v-input {
        padding: 0;
    }

        .v-list-item__action .v-input .v-messages {
            display: none;
        }

.v-list-item__action-text {
    font-size: 0.75rem;
}

.v-list-item__avatar {
    align-self: center;
    justify-content: flex-start;
    margin-bottom: 8px;
    margin-top: 8px;
}

    .v-list-item__avatar.v-list-item__avatar--horizontal {
        margin-bottom: 8px;
        margin-top: 8px;
    }

.v-application--is-ltr .v-list-item__avatar.v-list-item__avatar--horizontal:first-child {
    margin-left: -16px;
}

.v-application--is-rtl .v-list-item__avatar.v-list-item__avatar--horizontal:first-child {
    margin-right: -16px;
}

.v-application--is-ltr .v-list-item__avatar.v-list-item__avatar--horizontal:last-child {
    margin-left: -16px;
}

.v-application--is-rtl .v-list-item__avatar.v-list-item__avatar--horizontal:last-child {
    margin-right: -16px;
}

.v-list-item__content {
    align-items: center;
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1;
    overflow: hidden;
    padding: 12px 0;
}

    .v-list-item__content > * {
        line-height: 1.1;
        flex: 1 0 100%;
    }

        .v-list-item__content > *:not(:last-child) {
            margin-bottom: 2px;
        }

.v-list-item__icon {
    align-self: flex-start;
    margin: 16px 0;
}

.v-application--is-ltr .v-list-item__action:last-of-type:not(:only-child),
.v-application--is-ltr .v-list-item__avatar:last-of-type:not(:only-child),
.v-application--is-ltr .v-list-item__icon:last-of-type:not(:only-child) {
    margin-left: 16px;
}

.v-application--is-rtl .v-list-item__action:last-of-type:not(:only-child),
.v-application--is-rtl .v-list-item__avatar:last-of-type:not(:only-child),
.v-application--is-rtl .v-list-item__icon:last-of-type:not(:only-child) {
    margin-right: 16px;
}

.v-application--is-ltr .v-list-item__avatar:first-child {
    margin-right: 16px;
}

.v-application--is-rtl .v-list-item__avatar:first-child {
    margin-left: 16px;
}

.v-application--is-ltr .v-list-item__action:first-child,
.v-application--is-ltr .v-list-item__icon:first-child {
    margin-right: 32px;
}

.v-application--is-rtl .v-list-item__action:first-child,
.v-application--is-rtl .v-list-item__icon:first-child {
    margin-left: 32px;
}

.v-list-item__action,
.v-list-item__avatar,
.v-list-item__icon {
    display: inline-flex;
    min-width: 24px;
}

.v-list-item .v-list-item__title,
.v-list-item .v-list-item__subtitle {
    line-height: 1.2;
}

.v-list-item__title,
.v-list-item__subtitle {
    flex: 1 1 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v-list-item__title {
    align-self: center;
    font-size: 1.8rem;
}

    .v-list-item__title > .v-badge {
        margin-top: 16px;
    }

.v-list-item__subtitle {
    font-size: 0.875rem;
}

.v-list-item--dense,
.v-list--dense .v-list-item {
    min-height: 40px;
}

    .v-list-item--dense .v-list-item__icon,
    .v-list--dense .v-list-item .v-list-item__icon {
        height: 24px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .v-list-item--dense .v-list-item__content,
    .v-list--dense .v-list-item .v-list-item__content {
        padding: 8px 0;
    }

    .v-list-item--dense .v-list-item__title,
    .v-list-item--dense .v-list-item__subtitle,
    .v-list--dense .v-list-item .v-list-item__title,
    .v-list--dense .v-list-item .v-list-item__subtitle {
        font-size: 0.8125rem;
        font-weight: 500;
        line-height: 1rem;
    }

    .v-list-item--dense.v-list-item--two-line,
    .v-list--dense .v-list-item.v-list-item--two-line {
        min-height: 60px;
    }

    .v-list-item--dense.v-list-item--three-line,
    .v-list--dense .v-list-item.v-list-item--three-line {
        min-height: 76px;
    }

.v-list-item--link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .v-list-item--link:before {
        background-color: currentColor;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

.v-list .v-list-item--active {
    color: inherit;
}

    .v-list .v-list-item--active .v-icon {
        color: inherit;
    }

.v-list-item__action--stack {
    align-items: flex-end;
    align-self: stretch;
    justify-content: space-between;
    white-space: nowrap;
    flex-direction: column;
}

.v-list--two-line .v-list-item .v-list-item__avatar:not(.v-list-item__avatar--horizontal),
.v-list--two-line .v-list-item .v-list-item__icon,
.v-list--three-line .v-list-item .v-list-item__avatar:not(.v-list-item__avatar--horizontal),
.v-list--three-line .v-list-item .v-list-item__icon,
.v-list-item--two-line .v-list-item__avatar:not(.v-list-item__avatar--horizontal),
.v-list-item--two-line .v-list-item__icon,
.v-list-item--three-line .v-list-item__avatar:not(.v-list-item__avatar--horizontal),
.v-list-item--three-line .v-list-item__icon {
    margin-bottom: 16px;
    margin-top: 16px;
}

.v-list--two-line .v-list-item,
.v-list-item--two-line {
    min-height: 64px;
}

    .v-list--two-line .v-list-item .v-list-item__icon,
    .v-list-item--two-line .v-list-item__icon {
        margin-bottom: 32px;
    }

.v-list--three-line .v-list-item,
.v-list-item--three-line {
    min-height: 88px;
}

    .v-list--three-line .v-list-item .v-list-item__avatar,
    .v-list--three-line .v-list-item .v-list-item__action,
    .v-list-item--three-line .v-list-item__avatar,
    .v-list-item--three-line .v-list-item__action {
        align-self: flex-start;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .v-list--three-line .v-list-item .v-list-item__content,
    .v-list-item--three-line .v-list-item__content {
        align-self: stretch;
    }

    .v-list--three-line .v-list-item .v-list-item__subtitle,
    .v-list-item--three-line .v-list-item__subtitle {
        white-space: initial;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

.v-list-item-group .v-list-item--active {
    color: inherit;
}

.v-select__selections {
    align-items: center;
    display: flex;
    flex: 1 1;
    flex-wrap: wrap;
    line-height: 18px;
    max-width: 100%;
    min-width: 0;
}

.v-select__selection {
    max-width: 90%;
}

.v-select__selection--comma {
    margin: -25px 4px 7px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    top: 37px;
    left: 10px;
    color: black;
}

.v-select__selections::after {
    font-family: var(--fa);
    font-size: 1.4rem;
    content: '\f078';
    opacity: 0.8;
    position: absolute;
    right: 10rem;
    color: var(--primary-two);
}

@media (max-width: 767.98px) {
    .v-select__selections::after {
        right: 5rem;
    }
}

@media (max-width: 1023px) {
    .v-list-item {
        min-height: 43px;
    }
    .v-list-item__title {
        font-size: 1.6rem;
    }
}

