@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,600,700,800,900);

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #3f51b5
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #ff4081
}

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
    background: #3f51b5
}

.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate,
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate {
    background: #ff4081
}

.mat-badge-content {
    background: #3f51b5
}

.mat-badge-accent .mat-badge-content {
    background: #ff4081;
    color: #fff
}

.mat-button.mat-primary,
.mat-icon-button.mat-primary,
.mat-stroked-button.mat-primary {
    color: #3f51b5
}

.mat-button.mat-accent,
.mat-icon-button.mat-accent,
.mat-stroked-button.mat-accent {
    color: #ff4081
}

.mat-button.mat-primary .mat-button-focus-overlay,
.mat-icon-button.mat-primary .mat-button-focus-overlay,
.mat-stroked-button.mat-primary .mat-button-focus-overlay {
    background-color: #3f51b5
}

.mat-button.mat-accent .mat-button-focus-overlay,
.mat-icon-button.mat-accent .mat-button-focus-overlay,
.mat-stroked-button.mat-accent .mat-button-focus-overlay {
    background-color: #ff4081
}

.mat-fab.mat-accent,
.mat-flat-button.mat-accent,
.mat-mini-fab.mat-accent,
.mat-raised-button.mat-accent {
    color: #fff
}

.mat-fab.mat-primary,
.mat-flat-button.mat-primary,
.mat-mini-fab.mat-primary,
.mat-raised-button.mat-primary {
    background-color: #3f51b5
}

.mat-fab.mat-accent,
.mat-flat-button.mat-accent,
.mat-mini-fab.mat-accent,
.mat-raised-button.mat-accent {
    background-color: #ff4081
}

    .mat-fab.mat-accent .mat-ripple-element,
    .mat-flat-button.mat-accent .mat-ripple-element,
    .mat-mini-fab.mat-accent .mat-ripple-element,
    .mat-raised-button.mat-accent .mat-ripple-element {
        background-color: hsla(0, 0%, 100%, .1)
    }

.mat-checkbox-checked.mat-primary .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
    background-color: #3f51b5
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
    background-color: #ff4081
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
    background: #3f51b5
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
    background: #ff4081
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
    background-color: #3f51b5
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
    background-color: #ff4081;
    color: #fff
}

    .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
        color: #fff
    }

    .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
        background-color: hsla(0, 0%, 100%, .1)
    }

.mat-calendar-body-in-range:before {
    background: rgba(63, 81, 181, .2)
}

.mat-calendar-body-comparison-bridge-start:before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
    background: linear-gradient(90deg, rgba(63, 81, 181, .2) 50%, rgba(249, 171, 0, .2) 0)
}

.mat-calendar-body-comparison-bridge-end:before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
    background: linear-gradient(270deg, rgba(63, 81, 181, .2) 50%, rgba(249, 171, 0, .2) 0)
}

.mat-calendar-body-selected {
    background-color: #3f51b5
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
    background-color: rgba(63, 81, 181, .4)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before {
    background: rgba(255, 64, 129, .2)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
    background: linear-gradient(90deg, rgba(255, 64, 129, .2) 50%, rgba(249, 171, 0, .2) 0)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
    background: linear-gradient(270deg, rgba(255, 64, 129, .2) 50%, rgba(249, 171, 0, .2) 0)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
    background-color: #ff4081;
    color: #fff
}

.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
    background-color: rgba(255, 64, 129, .4)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px #fff
}

.mat-datepicker-toggle-active {
    color: #3f51b5
}

    .mat-datepicker-toggle-active.mat-accent {
        color: #ff4081
    }

.mat-form-field.mat-focused .mat-form-field-label {
    color: #3f51b5
}

    .mat-focused .mat-form-field-required-marker,
    .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
        color: #ff4081
    }

.mat-form-field.mat-focused .mat-form-field-ripple {
    background-color: #3f51b5
}

    .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
        background-color: #ff4081
    }

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after {
    color: #3f51b5
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after {
    color: #ff4081
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
    color: #3f51b5
}

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
    color: #ff4081
}

.mat-icon.mat-primary {
    color: #3f51b5
}

.mat-icon.mat-accent {
    color: #ff4081
}

.mat-input-element {
    caret-color: #3f51b5
}

.mat-form-field.mat-accent .mat-input-element {
    caret-color: #ff4081
}

.mat-progress-bar-background {
    fill: #c5cae9
}

.mat-progress-bar-buffer {
    background-color: #c5cae9
}

.mat-progress-bar-fill:after {
    background-color: #3f51b5
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
    fill: #ff80ab
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
    background-color: #ff80ab
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill:after {
    background-color: #ff4081
}

.mat-progress-spinner circle,
.mat-spinner circle {
    stroke: #3f51b5
}

.mat-progress-spinner.mat-accent circle,
.mat-spinner.mat-accent circle {
    stroke: #ff4081
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
    border-color: #3f51b5
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
    background-color: #3f51b5
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #ff4081
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
    background-color: #ff4081
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
    color: #3f51b5
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
    color: #ff4081
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: #ff4081
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(255, 64, 129, .54)
}

.mat-slide-toggle.mat-checked .mat-ripple-element {
    background-color: #ff4081
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
    background-color: #3f51b5
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(63, 81, 181, .54)
}

.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label,
.mat-primary .mat-slider-track-fill,
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
    background-color: #3f51b5
}

.mat-primary .mat-slider-focus-ring {
    background-color: rgba(63, 81, 181, .2)
}

.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label,
.mat-accent .mat-slider-track-fill {
    background-color: #ff4081
}

.mat-accent .mat-slider-thumb-label-text {
    color: #fff
}

.mat-accent .mat-slider-focus-ring {
    background-color: rgba(255, 64, 129, .2)
}

.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
    background-color: #3f51b5
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(197, 202, 233, .3)
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #3f51b5
}

.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 128, 171, .3)
}

.mat-tab-group.mat-accent .mat-ink-bar,
.mat-tab-nav-bar.mat-accent .mat-ink-bar {
    background-color: #ff4081
}

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,
.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
    background-color: #fff
}

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(197, 202, 233, .3)
}

.mat-tab-group.mat-background-primary .mat-tab-header,
.mat-tab-group.mat-background-primary .mat-tab-header-pagination,
.mat-tab-group.mat-background-primary .mat-tab-links,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-primary .mat-tab-links {
    background-color: #3f51b5
}

.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 128, 171, .3)
}

.mat-tab-group.mat-background-accent .mat-tab-header,
.mat-tab-group.mat-background-accent .mat-tab-header-pagination,
.mat-tab-group.mat-background-accent .mat-tab-links,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-accent .mat-tab-links {
    background-color: #ff4081
}

.mat-tab-group.mat-background-accent .mat-tab-label,
.mat-tab-group.mat-background-accent .mat-tab-link,
.mat-tab-nav-bar.mat-background-accent .mat-tab-label,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link {
    color: #fff
}

    .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,
    .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
        color: hsla(0, 0%, 100%, .4)
    }

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
    border-color: #fff
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: hsla(0, 0%, 100%, .4)
}

.mat-tab-group.mat-background-accent .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
    background-color: hsla(0, 0%, 100%, .12)
}

.mat-toolbar.mat-primary {
    background: #3f51b5
}

.mat-toolbar.mat-accent {
    background: #ff4081;
    color: #fff
}

.mat-simple-snackbar-action {
    color: #ff4081
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

abbr[data-original-title],
abbr[title] {
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

th {
    text-align: -webkit-match-parent
}

button:focus:not(:focus-visible) {
    outline: 0
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer
    }

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.blockquote-footer,
.small,
small {
    font-size: .875em
}

    .blockquote-footer:before {
        content: "\2014\00A0"
    }

code {
    word-wrap: break-word
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    max-width: 100%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table,
.table-hover tbody tr:hover {
    color: #212529
}

.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table .thead-dark th {
    border-color: #454d55
}

.table-dark,
.table .thead-dark th {
    background-color: #343a40
}

    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #454d55
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.form-control {
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control-plaintext {
    padding: .375rem 0;
    font-size: 1rem
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px)
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px)
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #6c757d
}

.valid-feedback {
    font-size: .875em
}

.valid-tooltip {
    left: 0
}

.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
    left: 5px
}

.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-valid:focus,
    .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
    }

.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-valid:focus,
    .was-validated .custom-select:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
    }

.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745
}

.invalid-feedback {
    font-size: .875em
}

.invalid-tooltip {
    left: 0
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
    left: 5px
}

.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-invalid:focus,
    .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
    }

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-invalid:focus,
    .was-validated .custom-select:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
    }

.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545
}

@media (min-width: 576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    color: #212529;
    background-color: transparent
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-link {
    text-decoration: none
}

@media (prefers-reduced-motion:reduce) {

    .collapsing,
    .fade {
        transition: none
    }
}

.collapsing.width {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.width {
        transition: none
    }
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e9ecef
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    flex: 1 1 auto
}

    .btn-group > .btn-group:not(:first-child),
    .btn-group > .btn:not(:first-child) {
        margin-left: -1px
    }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%
}

    .btn-group-vertical > .btn-group:not(:first-child),
    .btn-group-vertical > .btn:not(:first-child) {
        margin-top: -1px
    }

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

    .input-group > .custom-file + .custom-file,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .form-control,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .form-control,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .form-control {
        margin-left: -1px
    }

.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label:after,
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.custom-control {
    z-index: 1;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}

.custom-control-input {
    left: 0;
    width: 1rem;
    height: 1.25rem
}

    .custom-control-input:checked ~ .custom-control-label:before {
        border-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label:before {
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
        border-color: #80bdff
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label:before {
        color: #fff;
        background-color: #b3d7ff;
        border-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label,
    .custom-control-input[disabled] ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label:before,
        .custom-control-input[disabled] ~ .custom-control-label:before {
            background-color: #e9ecef
        }

.custom-control-label {
    vertical-align: top
}

    .custom-control-label:before {
        background-color: #fff;
        border: 1px solid #adb5bd
    }

    .custom-control-label:after {
        background: 50%/50% 50% no-repeat
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-switch {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label:before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label:after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: .5rem;
        transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    height: calc(1.5em + .75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat
}

    .custom-select:focus {
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
    }

    .custom-select::-ms-expand {
        display: none
    }

    .custom-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #495057
    }

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file,
.custom-file-input {
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    overflow: hidden
}

    .custom-file-input:disabled ~ .custom-file-label,
    .custom-file-input[disabled] ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input ~ .custom-file-label[data-browse]:after {
        content: attr(data-browse)
    }

.custom-file-label {
    height: calc(1.5em + .75rem + 2px);
    overflow: hidden;
    font-weight: 400
}

    .custom-file-label:after {
        height: calc(1.5em + .75rem);
        border-left: inherit
    }

.custom-range {
    height: 1.4rem;
    padding: 0
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav-link.disabled {
    pointer-events: none;
    cursor: default
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent
}

    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        isolation: isolate
    }

.nav-pills .nav-link {
    background: 0 0;
    border: 0
}

.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-toggler-icon {
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 575.98px) {

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid,
        .navbar-expand-sm > .container-lg,
        .navbar-expand-sm > .container-md,
        .navbar-expand-sm > .container-sm,
        .navbar-expand-sm > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width: 767.98px) {

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid,
        .navbar-expand-md > .container-lg,
        .navbar-expand-md > .container-md,
        .navbar-expand-md > .container-sm,
        .navbar-expand-md > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width: 991.98px) {

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid,
        .navbar-expand-lg > .container-lg,
        .navbar-expand-lg > .container-md,
        .navbar-expand-lg > .container-sm,
        .navbar-expand-lg > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width: 1199.98px) {

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid,
        .navbar-expand-xl > .container-lg,
        .navbar-expand-xl > .container-md,
        .navbar-expand-xl > .container-sm,
        .navbar-expand-xl > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}

    .card > .list-group:first-child {
        border-top-width: 0;
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px)
    }

    .card > .list-group:last-child {
        border-bottom-width: 0;
        border-bottom-right-radius: calc(.25rem - 1px);
        border-bottom-left-radius: calc(.25rem - 1px)
    }

    .card > .card-header + .list-group,
    .card > .list-group + .card-footer {
        border-top: 0
    }

.card-body {
    min-height: 1px
}

.card-img-overlay {
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            flex: 1 0 0%;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header,
                .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer,
                .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header,
                .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer,
                .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.accordion {
    overflow-anchor: none
}

    .accordion > .card {
        overflow: hidden
    }

        .accordion > .card:not(:last-of-type) {
            border-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .accordion > .card:not(:first-of-type) {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .accordion > .card > .card-header {
            border-radius: 0;
            margin-bottom: -1px
        }

.breadcrumb-item + .breadcrumb-item:before {
    float: left
}

.page-item.active .page-link,
.page-link:focus {
    z-index: 3
}

.badge {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.alert-dismissible .close {
    z-index: 2
}

.progress {
    line-height: 0
}

.progress-bar {
    overflow: hidden
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.list-group {
    border-radius: .25rem
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    pointer-events: none
}

.list-group-item + .list-group-item {
    border-top-width: 0
}

    .list-group-item + .list-group-item.active {
        margin-top: -1px;
        border-top-width: 1px
    }

.list-group-horizontal {
    flex-direction: row
}

    .list-group-horizontal > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px
        }

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

.list-group-flush {
    border-radius: 0
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 1px
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0
        }

.close:hover {
    color: #000;
    text-decoration: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal {
    width: 100%;
    height: 100%
}

    .modal.fade .modal-dialog {
        transform: translateY(-50px)
    }

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer,
    .modal-dialog-scrollable .modal-header {
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered:before {
        height: calc(100vh - 1rem);
        height: -moz-min-content;
        height: min-content
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        flex-direction: column;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable:before {
            content: none
        }

.modal-backdrop {
    width: 100vw;
    height: 100vh
}

.modal-header {
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-footer {
    flex-wrap: wrap;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > * {
        margin: .25rem
    }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered:before {
            height: calc(100vh - 3.5rem);
            height: -moz-min-content;
            height: min-content
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.popover,
.tooltip {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.bs-popover-auto[x-placement^=top] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc(-.5rem - 1px)
}

    .bs-popover-auto[x-placement^=top] > .arrow:before,
    .bs-popover-top > .arrow:before {
        bottom: 0;
        border-width: .5rem .5rem 0;
        border-top-color: rgba(0, 0, 0, .25)
    }

    .bs-popover-auto[x-placement^=top] > .arrow:after,
    .bs-popover-top > .arrow:after {
        bottom: 1px;
        border-width: .5rem .5rem 0;
        border-top-color: #fff
    }

.bs-popover-auto[x-placement^=right] > .arrow,
.bs-popover-right > .arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

    .bs-popover-auto[x-placement^=right] > .arrow:before,
    .bs-popover-right > .arrow:before {
        left: 0;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: rgba(0, 0, 0, .25)
    }

    .bs-popover-auto[x-placement^=right] > .arrow:after,
    .bs-popover-right > .arrow:after {
        left: 1px;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: #fff
    }

.bs-popover-auto[x-placement^=bottom] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc(-.5rem - 1px)
}

    .bs-popover-auto[x-placement^=bottom] > .arrow:before,
    .bs-popover-bottom > .arrow:before {
        top: 0;
        border-width: 0 .5rem .5rem;
        border-bottom-color: rgba(0, 0, 0, .25)
    }

    .bs-popover-auto[x-placement^=bottom] > .arrow:after,
    .bs-popover-bottom > .arrow:after {
        top: 1px;
        border-width: 0 .5rem .5rem;
        border-bottom-color: #fff
    }

.bs-popover-auto[x-placement^=left] > .arrow,
.bs-popover-left > .arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

    .bs-popover-auto[x-placement^=left] > .arrow:before,
    .bs-popover-left > .arrow:before {
        right: 0;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: rgba(0, 0, 0, .25)
    }

    .bs-popover-auto[x-placement^=left] > .arrow:after,
    .bs-popover-left > .arrow:after {
        right: 1px;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: #fff
    }

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    float: left;
    margin-right: -100%;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right,
    .carousel-fade .carousel-item.active {
        z-index: 1
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 1;
    padding: 0;
    background: 0 0;
    border: 0;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    bottom: 0
}

    .carousel-indicators li {
        box-sizing: content-box;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s
    }
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-wrap {
    white-space: normal !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd
    }

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td,
        .table th {
            background-color: #fff !important
        }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody,
        .table-dark td,
        .table-dark th,
        .table-dark thead th {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]),
    a:not([href]):not([tabindex]):focus,
    a:not([href]):not([tabindex]):hover {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-cancel-button,
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer:before {
        content: "\2014 \00A0"
    }

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col,
    .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

    .table td,
    .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

    .table .table {
        background-color: #fff
    }

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

    .table-bordered thead td,
    .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb
}

.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #32383e
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: hsla(0, 0%, 100%, .05)
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: hsla(0, 0%, 100%, .075)
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg,
    .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col,
    .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

    .custom-select.is-valid:focus,
    .form-control.is-valid:focus,
    .was-validated .custom-select:valid:focus,
    .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
    }

    .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip,
    .form-control-file.is-valid ~ .valid-feedback,
    .form-control-file.is-valid ~ .valid-tooltip,
    .form-control.is-valid ~ .valid-feedback,
    .form-control.is-valid ~ .valid-tooltip,
    .was-validated .custom-select:valid ~ .valid-feedback,
    .was-validated .custom-select:valid ~ .valid-tooltip,
    .was-validated .form-control-file:valid ~ .valid-feedback,
    .was-validated .form-control-file:valid ~ .valid-tooltip,
    .was-validated .form-control:valid ~ .valid-feedback,
    .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

    .custom-control-input.is-valid ~ .custom-control-label:before,
    .was-validated .custom-control-input:valid ~ .custom-control-label:before {
        background-color: #71dd8a
    }

.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

    .custom-file-input.is-valid ~ .custom-file-label:after,
    .was-validated .custom-file-input:valid ~ .custom-file-label:after {
        border-color: inherit
    }

.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545
}

    .custom-select.is-invalid:focus,
    .form-control.is-invalid:focus,
    .was-validated .custom-select:invalid:focus,
    .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
    }

    .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip,
    .form-control-file.is-invalid ~ .invalid-feedback,
    .form-control-file.is-invalid ~ .invalid-tooltip,
    .form-control.is-invalid ~ .invalid-feedback,
    .form-control.is-invalid ~ .invalid-tooltip,
    .was-validated .custom-select:invalid ~ .invalid-feedback,
    .was-validated .custom-select:invalid ~ .invalid-tooltip,
    .was-validated .form-control-file:invalid ~ .invalid-feedback,
    .was-validated .form-control-file:invalid ~ .invalid-tooltip,
    .was-validated .form-control:invalid ~ .invalid-feedback,
    .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

    .custom-control-input.is-invalid ~ .custom-control-label:before,
    .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
        background-color: #efa2a9
    }

.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

    .custom-file-input.is-invalid ~ .custom-file-label:after,
    .was-validated .custom-file-input:invalid ~ .custom-file-label:after {
        border-color: inherit
    }

.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width: 576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary.focus,
    .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary.focus,
    .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
    }

    .btn-secondary.disabled,
    .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .btn-secondary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success.focus,
    .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success:not(:disabled):not(.disabled).active,
    .btn-success:not(:disabled):not(.disabled):active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

        .btn-success:not(:disabled):not(.disabled).active:focus,
        .btn-success:not(:disabled):not(.disabled):active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info.focus,
    .btn-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
    }

    .btn-info.disabled,
    .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled).active,
    .btn-info:not(:disabled):not(.disabled):active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .btn-info:not(:disabled):not(.disabled).active:focus,
        .btn-info:not(:disabled):not(.disabled):active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning.focus,
    .btn-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
    }

    .btn-warning.disabled,
    .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:not(:disabled):not(.disabled).active,
    .btn-warning:not(:disabled):not(.disabled):active,
    .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus,
        .btn-warning:not(:disabled):not(.disabled):active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger.focus,
    .btn-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
    }

    .btn-danger.disabled,
    .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:not(:disabled):not(.disabled).active,
    .btn-danger:not(:disabled):not(.disabled):active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus,
        .btn-danger:not(:disabled):not(.disabled):active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light.focus,
    .btn-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
    }

    .btn-light.disabled,
    .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-light:not(:disabled):not(.disabled).active,
    .btn-light:not(:disabled):not(.disabled):active,
    .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

        .btn-light:not(:disabled):not(.disabled).active:focus,
        .btn-light:not(:disabled):not(.disabled):active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark.focus,
    .btn-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
    }

    .btn-dark.disabled,
    .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-dark:not(:disabled):not(.disabled).active,
    .btn-dark:not(:disabled):not(.disabled):active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus,
        .btn-dark:not(:disabled):not(.disabled):active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
        }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-outline-primary.focus,
    .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
    }

    .btn-outline-primary.disabled,
    .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary.focus,
    .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
    }

    .btn-outline-secondary.disabled,
    .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .btn-outline-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-outline-success.focus,
    .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
    }

    .btn-outline-success.disabled,
    .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active,
    .btn-outline-success:not(:disabled):not(.disabled):active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .btn-outline-success:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info.focus,
    .btn-outline-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
    }

    .btn-outline-info.disabled,
    .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active,
    .btn-outline-info:not(:disabled):not(.disabled):active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .btn-outline-info:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning.focus,
    .btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
    }

    .btn-outline-warning.disabled,
    .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active,
    .btn-outline-warning:not(:disabled):not(.disabled):active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger.focus,
    .btn-outline-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
    }

    .btn-outline-danger.disabled,
    .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active,
    .btn-outline-danger:not(:disabled):not(.disabled):active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light.focus,
    .btn-outline-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
    }

    .btn-outline-light.disabled,
    .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active,
    .btn-outline-light:not(:disabled):not(.disabled):active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .btn-outline-light:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark.focus,
    .btn-outline-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
    }

    .btn-outline-dark.disabled,
    .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active,
    .btn-outline-dark:not(:disabled):not(.disabled):active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

    .btn-link:hover {
        color: #0056b3;
        background-color: transparent
    }

    .btn-link.focus,
    .btn-link:focus,
    .btn-link:hover {
        text-decoration: underline;
        border-color: transparent
    }

    .btn-link.focus,
    .btn-link:focus {
        box-shadow: none
    }

    .btn-link.disabled,
    .btn-link:disabled {
        color: #6c757d;
        pointer-events: none
    }

.btn-group-lg > .btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active,
    .dropdown-item:active {
        background-color: #007bff
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn,
    .btn-group > .btn {
        position: relative;
        flex: 0 1 auto
    }

        .btn-group-vertical > .btn.active,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn.active,
        .btn-group > .btn:active,
        .btn-group > .btn:focus,
        .btn-group > .btn:hover {
            z-index: 1
        }

    .btn-group-vertical .btn + .btn,
    .btn-group-vertical .btn + .btn-group,
    .btn-group-vertical .btn-group + .btn,
    .btn-group-vertical .btn-group + .btn-group,
    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split:after,
    .dropright .dropdown-toggle-split:after,
    .dropup .dropdown-toggle-split:after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical .btn,
    .btn-group-vertical .btn-group {
        width: 100%
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn-group:not(:last-child) > .btn,
    .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child) > .btn,
    .btn-group-vertical > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn-group > .btn input[type=checkbox],
    .btn-group-toggle > .btn-group > .btn input[type=radio],
    .btn-group-toggle > .btn input[type=checkbox],
    .btn-group-toggle > .btn input[type=radio] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file,
    .input-group > .custom-select,
    .input-group > .form-control {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file,
        .input-group > .custom-file + .custom-select,
        .input-group > .custom-file + .form-control,
        .input-group > .custom-select + .custom-file,
        .input-group > .custom-select + .custom-select,
        .input-group > .custom-select + .form-control,
        .input-group > .form-control + .custom-file,
        .input-group > .form-control + .custom-select,
        .input-group > .form-control + .form-control {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
        .input-group > .custom-select:focus,
        .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .custom-select:not(:last-child),
        .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-select:not(:first-child),
        .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label,
        .input-group > .custom-file:not(:last-child) .custom-file-label:after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-append,
.input-group-prepend {
    display: flex
}

    .input-group-append .btn,
    .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn + .btn,
        .input-group-append .btn + .input-group-text,
        .input-group-append .input-group-text + .btn,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-prepend .btn + .btn,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .input-group-text input[type=checkbox],
    .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label:before {
        color: #fff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label:before {
        box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
    }

    .custom-control-input:active ~ .custom-control-label:before {
        color: #fff;
        background-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label:before {
            background-color: #e9ecef
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

    .custom-control-label:before {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: #dee2e6
    }

    .custom-control-label:after,
    .custom-control-label:before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: ""
    }

    .custom-control-label:after {
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 50% 50%
    }

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple],
    .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        opacity: 0
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    font-size: 75%
}

.custom-select-lg,
.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.25rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
    }

        .custom-file-input:focus ~ .custom-file-label:after {
            border-color: #80bdff
        }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label:after {
        content: "Browse"
    }

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label,
    .custom-file-label:after {
        position: absolute;
        top: 0;
        right: 0;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057
    }

        .custom-file-label:after {
            bottom: 0;
            z-index: 3;
            display: block;
            height: 2.25rem;
            content: "Browse";
            background-color: #e9ecef;
            border-left: 1px solid #ced4da;
            border-radius: 0 .25rem .25rem 0
        }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: 0
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus,
    .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:focus,
        .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        background-color: #007bff
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    padding: .5rem 1rem
}

    .navbar,
    .navbar > .container,
    .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus,
    .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        text-decoration: none
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width: 767.98px) {

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width: 991.98px) {

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width: 1199.98px) {

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, .7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, .3)
    }

    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0, 0, 0, .9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

    .navbar-light .navbar-text a,
    .navbar-light .navbar-text a:focus,
    .navbar-light .navbar-text a:hover {
        color: rgba(0, 0, 0, .9)
    }

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: hsla(0, 0%, 100%, .75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: hsla(0, 0%, 100%, .25)
    }

    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

    .navbar-dark .navbar-text a,
    .navbar-dark .navbar-text a:focus,
    .navbar-dark .navbar-text a:hover {
        color: #fff
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: flex;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-header,
                .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-footer,
                .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-header,
                .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-footer,
                .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-header,
                .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-footer,
                .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child),
            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                border-radius: 0
            }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item:before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover:before {
        text-decoration: underline;
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

    .badge-primary[href]:focus,
    .badge-primary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

    .badge-secondary[href]:focus,
    .badge-secondary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #545b62
    }

.badge-success {
    color: #fff;
    background-color: #28a745
}

    .badge-success[href]:focus,
    .badge-success[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

    .badge-info[href]:focus,
    .badge-info[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

    .badge-warning[href]:focus,
    .badge-warning[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

    .badge-danger[href]:focus,
    .badge-danger[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

    .badge-light[href]:focus,
    .badge-light[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5
    }

.badge-dark {
    color: #fff;
    background-color: #343a40
}

    .badge-dark[href]:focus,
    .badge-dark[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

    .alert-primary hr {
        border-top-color: #9fcdff
    }

    .alert-primary .alert-link {
        color: #002752
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link {
        color: #202326
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

    .alert-success hr {
        border-top-color: #b1dfbb
    }

    .alert-success .alert-link {
        color: #0b2e13
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

    .alert-info hr {
        border-top-color: #abdde5
    }

    .alert-info .alert-link {
        color: #062c33
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

    .alert-warning hr {
        border-top-color: #ffe8a1
    }

    .alert-warning .alert-link {
        color: #533f03
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

    .alert-danger hr {
        border-top-color: #f1b0b7
    }

    .alert-danger .alert-link {
        color: #491217
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr {
        border-top-color: #ececf6
    }

    .alert-light .alert-link {
        color: #686868
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link {
        color: #040505
    }

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:focus,
    .list-group-item-action:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item:focus,
    .list-group-item:hover {
        z-index: 1;
        text-decoration: none
    }

    .list-group-item.disabled,
    .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

    .list-group-item-primary.list-group-item-action:focus,
    .list-group-item-primary.list-group-item-action:hover {
        color: #004085;
        background-color: #9fcdff
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

    .list-group-item-secondary.list-group-item-action:focus,
    .list-group-item-secondary.list-group-item-action:hover {
        color: #383d41;
        background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

    .list-group-item-success.list-group-item-action:focus,
    .list-group-item-success.list-group-item-action:hover {
        color: #155724;
        background-color: #b1dfbb
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:focus,
    .list-group-item-info.list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:focus,
    .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

    .list-group-item-danger.list-group-item-action:focus,
    .list-group-item-danger.list-group-item-action:hover {
        color: #721c24;
        background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus,
    .list-group-item-light.list-group-item-action:hover {
        color: #818182;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:focus,
    .list-group-item-dark.list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:not(:disabled):not(.disabled) {
        cursor: pointer
    }

        .close:not(:disabled):not(.disabled):focus,
        .close:not(:disabled):not(.disabled):hover {
            color: #000;
            text-decoration: none;
            opacity: .75
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: translate(0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

    .modal-dialog-centered:before {
        display: block;
        height: calc(100vh - (.5rem * 2));
        content: ""
    }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

        .modal-dialog-centered:before {
            height: calc(100vh - (1.75rem * 2))
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow:before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow,
    .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow:before,
        .bs-tooltip-top .arrow:before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow,
    .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow:before,
        .bs-tooltip-right .arrow:before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow,
    .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow:before,
        .bs-tooltip-bottom .arrow:before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow,
    .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow:before,
        .bs-tooltip-left .arrow:before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

    .popover,
    .popover .arrow {
        position: absolute;
        display: block
    }

        .popover .arrow {
            width: 1rem;
            height: .5rem;
            margin: 0 .3rem
        }

            .popover .arrow:after,
            .popover .arrow:before {
                position: absolute;
                display: block;
                content: "";
                border-color: transparent;
                border-style: solid
            }

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] .arrow,
    .bs-popover-top .arrow {
        bottom: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=top] .arrow:after,
        .bs-popover-auto[x-placement^=top] .arrow:before,
        .bs-popover-top .arrow:after,
        .bs-popover-top .arrow:before {
            border-width: .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=top] .arrow:before,
        .bs-popover-top .arrow:before {
            bottom: 0;
            border-top-color: rgba(0, 0, 0, .25)
        }

        .bs-popover-auto[x-placement^=top] .arrow:after,
        .bs-popover-top .arrow:after {
            bottom: 1px;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] .arrow,
    .bs-popover-right .arrow {
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] .arrow:after,
        .bs-popover-auto[x-placement^=right] .arrow:before,
        .bs-popover-right .arrow:after,
        .bs-popover-right .arrow:before {
            border-width: .5rem .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=right] .arrow:before,
        .bs-popover-right .arrow:before {
            left: 0;
            border-right-color: rgba(0, 0, 0, .25)
        }

        .bs-popover-auto[x-placement^=right] .arrow:after,
        .bs-popover-right .arrow:after {
            left: 1px;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] .arrow,
    .bs-popover-bottom .arrow {
        top: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=bottom] .arrow:after,
        .bs-popover-auto[x-placement^=bottom] .arrow:before,
        .bs-popover-bottom .arrow:after,
        .bs-popover-bottom .arrow:before {
            border-width: 0 .5rem .5rem
        }

        .bs-popover-auto[x-placement^=bottom] .arrow:before,
        .bs-popover-bottom .arrow:before {
            top: 0;
            border-bottom-color: rgba(0, 0, 0, .25)
        }

        .bs-popover-auto[x-placement^=bottom] .arrow:after,
        .bs-popover-bottom .arrow:after {
            top: 1px;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header:before,
    .bs-popover-bottom .popover-header:before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] .arrow,
    .bs-popover-left .arrow {
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] .arrow:after,
        .bs-popover-auto[x-placement^=left] .arrow:before,
        .bs-popover-left .arrow:after,
        .bs-popover-left .arrow:before {
            border-width: .5rem 0 .5rem .5rem
        }

        .bs-popover-auto[x-placement^=left] .arrow:before,
        .bs-popover-left .arrow:before {
            right: 0;
            border-left-color: rgba(0, 0, 0, .25)
        }

        .bs-popover-auto[x-placement^=left] .arrow:after,
        .bs-popover-left .arrow:after {
            right: 1px;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    backface-visibility: hidden;
    perspective: 1000px
}

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        display: block;
        transition: transform .6s ease
    }

@media screen and (prefers-reduced-motion:reduce) {

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translateX(0)
    }

@supports (transform-style: preserve-3d) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translateZ(0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    transform: translateX(100%)
}

@supports (transform-style: preserve-3d) {

    .active.carousel-item-right,
    .carousel-item-next {
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    transform: translateX(-100%)
}

@supports (transform-style: preserve-3d) {

    .active.carousel-item-left,
    .carousel-item-prev {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right,
    .carousel-fade .carousel-item.active {
        opacity: 1
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    transform: translateX(0)
}

@supports (transform-style: preserve-3d) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        transform: translateZ(0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

    .carousel-control-next:focus,
    .carousel-control-next:hover,
    .carousel-control-prev:focus,
    .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        position: relative;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: hsla(0, 0%, 100%, .5)
    }

        .carousel-indicators li:before {
            top: -10px
        }

        .carousel-indicators li:after,
        .carousel-indicators li:before {
            position: absolute;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

        .carousel-indicators li:after {
            bottom: -10px
        }

    .carousel-indicators .active {
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive:before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9:before {
    padding-top: 42.857143%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    white-space: nowrap
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td,
        .table th {
            background-color: #fff !important
        }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody,
        .table-dark td,
        .table-dark th,
        .table-dark thead th {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.metismenu .arrow {
    float: right;
    line-height: 1.42857
}

[dir=rtl] .metismenu .arrow {
    float: left
}

.metismenu .glyphicon.arrow:before {
    content: "\e079"
}

.metismenu .active > a > .glyphicon.arrow:before {
    content: "\e114"
}

.metismenu .fa.arrow:before {
    content: "\f104"
}

.metismenu .active > a > .fa.arrow:before {
    content: "\f107"
}

.metismenu .ion.arrow:before {
    content: "\f3d2"
}

.metismenu .active > a > .ion.arrow:before {
    content: "\f3d0"
}

.metismenu .plus-times {
    float: right
}

[dir=rtl] .metismenu .plus-times {
    float: left
}

.metismenu .fa.plus-times:before {
    content: "\f067"
}

.metismenu .active > a > .fa.plus-times {
    transform: rotate(45deg)
}

.metismenu .plus-minus {
    float: right
}

[dir=rtl] .metismenu .plus-minus {
    float: left
}

.metismenu .fa.plus-minus:before {
    content: "\f067"
}

.metismenu .active > a > .fa.plus-minus:before {
    content: "\f068"
}

.metismenu .collapse {
    display: none
}

    .metismenu .collapse.in {
        display: block
    }

.metismenu .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height, visibility
}

.metismenu .has-arrow {
    position: relative
}

    .metismenu .has-arrow:after {
        position: absolute;
        content: "";
        width: .5em;
        height: .5em;
        border-width: 1px 0 0 1px;
        border-style: solid;
        border-color: initial;
        right: 1em;
        transform: rotate(-45deg) translateY(-50%);
        transform-origin: top;
        top: 50%;
        transition: all .3s ease-out
    }

[dir=rtl] .metismenu .has-arrow:after {
    right: auto;
    left: 1em;
    transform: rotate(135deg) translateY(-50%)
}

.metismenu .active > .has-arrow:after,
.metismenu .has-arrow[aria-expanded=true]:after {
    transform: rotate(-135deg) translateY(-50%)
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

    .animated.infinite {
        animation-iteration-count: infinite
    }

@keyframes bounce {

    0%, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    0%, 50%, to {
        opacity: 1
    }

    25%, 75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    0%, to {
        transform: translateZ(0)
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    0%, 11.1%, to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    0%, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-duration: .75s;
    animation-name: bounceIn
}

@keyframes bounceInDown {

    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-duration: .75s;
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-duration: .75s;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    animation-duration: .75s;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%, 80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-duration: 2s;
    animation-name: hinge
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

@font-face {
    font-family: icomoon;
    src: url(icomoon.6a6f7bd187c115ac4928.eot?-rdmvgc);
    src: url(icomoon.6a6f7bd187c115ac4928.eot?#iefix-rdmvgc) format("embedded-opentype"), url(icomoon.beb5072df50c81b5d0f7.woff?-rdmvgc) format("woff"), url(icomoon.da51bee3e2032af85b15.ttf?-rdmvgc) format("truetype"), url(icomoon.56d6249b4de3b613fdc9.svg?-rdmvgc#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-A-Z:before {
    content: "\e600"
}

.icon-Aa:before {
    content: "\e601"
}

.icon-Add-Bag:before {
    content: "\e602"
}

.icon-Add-Basket:before {
    content: "\e603"
}

.icon-Add-Cart:before {
    content: "\e604"
}

.icon-Add-File:before {
    content: "\e605"
}

.icon-Add-SpaceAfterParagraph:before {
    content: "\e606"
}

.icon-Add-SpaceBeforeParagraph:before {
    content: "\e607"
}

.icon-Add-User:before {
    content: "\e608"
}

.icon-Add-UserStar:before {
    content: "\e609"
}

.icon-Add-Window:before {
    content: "\e60a"
}

.icon-Add:before {
    content: "\e60b"
}

.icon-Address-Book:before {
    content: "\e60c"
}

.icon-Address-Book2:before {
    content: "\e60d"
}

.icon-Administrator:before {
    content: "\e60e"
}

.icon-Aerobics-2:before {
    content: "\e60f"
}

.icon-Aerobics-3:before {
    content: "\e610"
}

.icon-Aerobics:before {
    content: "\e611"
}

.icon-Affiliate:before {
    content: "\e612"
}

.icon-Aim:before {
    content: "\e613"
}

.icon-Air-Balloon:before {
    content: "\e614"
}

.icon-Airbrush:before {
    content: "\e615"
}

.icon-Airship:before {
    content: "\e616"
}

.icon-Alarm-Clock:before {
    content: "\e617"
}

.icon-Alarm-Clock2:before {
    content: "\e618"
}

.icon-Alarm:before {
    content: "\e619"
}

.icon-Alien-2:before {
    content: "\e61a"
}

.icon-Alien:before {
    content: "\e61b"
}

.icon-Aligator:before {
    content: "\e61c"
}

.icon-Align-Center:before {
    content: "\e61d"
}

.icon-Align-JustifyAll:before {
    content: "\e61e"
}

.icon-Align-JustifyCenter:before {
    content: "\e61f"
}

.icon-Align-JustifyLeft:before {
    content: "\e620"
}

.icon-Align-JustifyRight:before {
    content: "\e621"
}

.icon-Align-Left:before {
    content: "\e622"
}

.icon-Align-Right:before {
    content: "\e623"
}

.icon-Alpha:before {
    content: "\e624"
}

.icon-Ambulance:before {
    content: "\e625"
}

.icon-AMX:before {
    content: "\e626"
}

.icon-Anchor-2:before {
    content: "\e627"
}

.icon-Anchor:before {
    content: "\e628"
}

.icon-Android-Store:before {
    content: "\e629"
}

.icon-Android:before {
    content: "\e62a"
}

.icon-Angel-Smiley:before {
    content: "\e62b"
}

.icon-Angel:before {
    content: "\e62c"
}

.icon-Angry:before {
    content: "\e62d"
}

.icon-Apple-Bite:before {
    content: "\e62e"
}

.icon-Apple-Store:before {
    content: "\e62f"
}

.icon-Apple:before {
    content: "\e630"
}

.icon-Approved-Window:before {
    content: "\e631"
}

.icon-Aquarius-2:before {
    content: "\e632"
}

.icon-Aquarius:before {
    content: "\e633"
}

.icon-Archery-2:before {
    content: "\e634"
}

.icon-Archery:before {
    content: "\e635"
}

.icon-Argentina:before {
    content: "\e636"
}

.icon-Aries-2:before {
    content: "\e637"
}

.icon-Aries:before {
    content: "\e638"
}

.icon-Army-Key:before {
    content: "\e639"
}

.icon-Arrow-Around:before {
    content: "\e63a"
}

.icon-Arrow-Back3:before {
    content: "\e63b"
}

.icon-Arrow-Back:before {
    content: "\e63c"
}

.icon-Arrow-Back2:before {
    content: "\e63d"
}

.icon-Arrow-Barrier:before {
    content: "\e63e"
}

.icon-Arrow-Circle:before {
    content: "\e63f"
}

.icon-Arrow-Cross:before {
    content: "\e640"
}

.icon-Arrow-Down:before {
    content: "\e641"
}

.icon-Arrow-Down2:before {
    content: "\e642"
}

.icon-Arrow-Down3:before {
    content: "\e643"
}

.icon-Arrow-DowninCircle:before {
    content: "\e644"
}

.icon-Arrow-Fork:before {
    content: "\e645"
}

.icon-Arrow-Forward:before {
    content: "\e646"
}

.icon-Arrow-Forward2:before {
    content: "\e647"
}

.icon-Arrow-From:before {
    content: "\e648"
}

.icon-Arrow-Inside:before {
    content: "\e649"
}

.icon-Arrow-Inside45:before {
    content: "\e64a"
}

.icon-Arrow-InsideGap:before {
    content: "\e64b"
}

.icon-Arrow-InsideGap45:before {
    content: "\e64c"
}

.icon-Arrow-Into:before {
    content: "\e64d"
}

.icon-Arrow-Join:before {
    content: "\e64e"
}

.icon-Arrow-Junction:before {
    content: "\e64f"
}

.icon-Arrow-Left:before {
    content: "\e650"
}

.icon-Arrow-Left2:before {
    content: "\e651"
}

.icon-Arrow-LeftinCircle:before {
    content: "\e652"
}

.icon-Arrow-Loop:before {
    content: "\e653"
}

.icon-Arrow-Merge:before {
    content: "\e654"
}

.icon-Arrow-Mix:before {
    content: "\e655"
}

.icon-Arrow-Next:before {
    content: "\e656"
}

.icon-Arrow-OutLeft:before {
    content: "\e657"
}

.icon-Arrow-OutRight:before {
    content: "\e658"
}

.icon-Arrow-Outside:before {
    content: "\e659"
}

.icon-Arrow-Outside45:before {
    content: "\e65a"
}

.icon-Arrow-OutsideGap:before {
    content: "\e65b"
}

.icon-Arrow-OutsideGap45:before {
    content: "\e65c"
}

.icon-Arrow-Over:before {
    content: "\e65d"
}

.icon-Arrow-Refresh:before {
    content: "\e65e"
}

.icon-Arrow-Refresh2:before {
    content: "\e65f"
}

.icon-Arrow-Right:before {
    content: "\e660"
}

.icon-Arrow-Right2:before {
    content: "\e661"
}

.icon-Arrow-RightinCircle:before {
    content: "\e662"
}

.icon-Arrow-Shuffle:before {
    content: "\e663"
}

.icon-Arrow-Squiggly:before {
    content: "\e664"
}

.icon-Arrow-Through:before {
    content: "\e665"
}

.icon-Arrow-To:before {
    content: "\e666"
}

.icon-Arrow-TurnLeft:before {
    content: "\e667"
}

.icon-Arrow-TurnRight:before {
    content: "\e668"
}

.icon-Arrow-Up:before {
    content: "\e669"
}

.icon-Arrow-Up2:before {
    content: "\e66a"
}

.icon-Arrow-Up3:before {
    content: "\e66b"
}

.icon-Arrow-UpinCircle:before {
    content: "\e66c"
}

.icon-Arrow-XLeft:before {
    content: "\e66d"
}

.icon-Arrow-XRight:before {
    content: "\e66e"
}

.icon-Ask:before {
    content: "\e66f"
}

.icon-Assistant:before {
    content: "\e670"
}

.icon-Astronaut:before {
    content: "\e671"
}

.icon-At-Sign:before {
    content: "\e672"
}

.icon-ATM:before {
    content: "\e673"
}

.icon-Atom:before {
    content: "\e674"
}

.icon-Audio:before {
    content: "\e675"
}

.icon-Auto-Flash:before {
    content: "\e676"
}

.icon-Autumn:before {
    content: "\e677"
}

.icon-Baby-Clothes:before {
    content: "\e678"
}

.icon-Baby-Clothes2:before {
    content: "\e679"
}

.icon-Baby-Cry:before {
    content: "\e67a"
}

.icon-Baby:before {
    content: "\e67b"
}

.icon-Back2:before {
    content: "\e67c"
}

.icon-Back-Media:before {
    content: "\e67d"
}

.icon-Back-Music:before {
    content: "\e67e"
}

.icon-Back:before {
    content: "\e67f"
}

.icon-Background:before {
    content: "\e680"
}

.icon-Bacteria:before {
    content: "\e681"
}

.icon-Bag-Coins:before {
    content: "\e682"
}

.icon-Bag-Items:before {
    content: "\e683"
}

.icon-Bag-Quantity:before {
    content: "\e684"
}

.icon-Bag:before {
    content: "\e685"
}

.icon-Bakelite:before {
    content: "\e686"
}

.icon-Ballet-Shoes:before {
    content: "\e687"
}

.icon-Balloon:before {
    content: "\e688"
}

.icon-Banana:before {
    content: "\e689"
}

.icon-Band-Aid:before {
    content: "\e68a"
}

.icon-Bank:before {
    content: "\e68b"
}

.icon-Bar-Chart:before {
    content: "\e68c"
}

.icon-Bar-Chart2:before {
    content: "\e68d"
}

.icon-Bar-Chart3:before {
    content: "\e68e"
}

.icon-Bar-Chart4:before {
    content: "\e68f"
}

.icon-Bar-Chart5:before {
    content: "\e690"
}

.icon-Bar-Code:before {
    content: "\e691"
}

.icon-Barricade-2:before {
    content: "\e692"
}

.icon-Barricade:before {
    content: "\e693"
}

.icon-Baseball:before {
    content: "\e694"
}

.icon-Basket-Ball:before {
    content: "\e695"
}

.icon-Basket-Coins:before {
    content: "\e696"
}

.icon-Basket-Items:before {
    content: "\e697"
}

.icon-Basket-Quantity:before {
    content: "\e698"
}

.icon-Bat-2:before {
    content: "\e699"
}

.icon-Bat:before {
    content: "\e69a"
}

.icon-Bathrobe:before {
    content: "\e69b"
}

.icon-Batman-Mask:before {
    content: "\e69c"
}

.icon-Battery-0:before {
    content: "\e69d"
}

.icon-Battery-25:before {
    content: "\e69e"
}

.icon-Battery-50:before {
    content: "\e69f"
}

.icon-Battery-75:before {
    content: "\e6a0"
}

.icon-Battery-100:before {
    content: "\e6a1"
}

.icon-Battery-Charge:before {
    content: "\e6a2"
}

.icon-Bear:before {
    content: "\e6a3"
}

.icon-Beard-2:before {
    content: "\e6a4"
}

.icon-Beard-3:before {
    content: "\e6a5"
}

.icon-Beard:before {
    content: "\e6a6"
}

.icon-Bebo:before {
    content: "\e6a7"
}

.icon-Bee:before {
    content: "\e6a8"
}

.icon-Beer-Glass:before {
    content: "\e6a9"
}

.icon-Beer:before {
    content: "\e6aa"
}

.icon-Bell-2:before {
    content: "\e6ab"
}

.icon-Bell:before {
    content: "\e6ac"
}

.icon-Belt-2:before {
    content: "\e6ad"
}

.icon-Belt-3:before {
    content: "\e6ae"
}

.icon-Belt:before {
    content: "\e6af"
}

.icon-Berlin-Tower:before {
    content: "\e6b0"
}

.icon-Beta:before {
    content: "\e6b1"
}

.icon-Betvibes:before {
    content: "\e6b2"
}

.icon-Bicycle-2:before {
    content: "\e6b3"
}

.icon-Bicycle-3:before {
    content: "\e6b4"
}

.icon-Bicycle:before {
    content: "\e6b5"
}

.icon-Big-Bang:before {
    content: "\e6b6"
}

.icon-Big-Data:before {
    content: "\e6b7"
}

.icon-Bike-Helmet:before {
    content: "\e6b8"
}

.icon-Bikini:before {
    content: "\e6b9"
}

.icon-Bilk-Bottle2:before {
    content: "\e6ba"
}

.icon-Billing:before {
    content: "\e6bb"
}

.icon-Bing:before {
    content: "\e6bc"
}

.icon-Binocular:before {
    content: "\e6bd"
}

.icon-Bio-Hazard:before {
    content: "\e6be"
}

.icon-Biotech:before {
    content: "\e6bf"
}

.icon-Bird-DeliveringLetter:before {
    content: "\e6c0"
}

.icon-Bird:before {
    content: "\e6c1"
}

.icon-Birthday-Cake:before {
    content: "\e6c2"
}

.icon-Bisexual:before {
    content: "\e6c3"
}

.icon-Bishop:before {
    content: "\e6c4"
}

.icon-Bitcoin:before {
    content: "\e6c5"
}

.icon-Black-Cat:before {
    content: "\e6c6"
}

.icon-Blackboard:before {
    content: "\e6c7"
}

.icon-Blinklist:before {
    content: "\e6c8"
}

.icon-Block-Cloud:before {
    content: "\e6c9"
}

.icon-Block-Window:before {
    content: "\e6ca"
}

.icon-Blogger:before {
    content: "\e6cb"
}

.icon-Blood:before {
    content: "\e6cc"
}

.icon-Blouse:before {
    content: "\e6cd"
}

.icon-Blueprint:before {
    content: "\e6ce"
}

.icon-Board:before {
    content: "\e6cf"
}

.icon-Bodybuilding:before {
    content: "\e6d0"
}

.icon-Bold-Text:before {
    content: "\e6d1"
}

.icon-Bone:before {
    content: "\e6d2"
}

.icon-Bones:before {
    content: "\e6d3"
}

.icon-Book:before {
    content: "\e6d4"
}

.icon-Bookmark:before {
    content: "\e6d5"
}

.icon-Books-2:before {
    content: "\e6d6"
}

.icon-Books:before {
    content: "\e6d7"
}

.icon-Boom:before {
    content: "\e6d8"
}

.icon-Boot-2:before {
    content: "\e6d9"
}

.icon-Boot:before {
    content: "\e6da"
}

.icon-Bottom-ToTop:before {
    content: "\e6db"
}

.icon-Bow-2:before {
    content: "\e6dc"
}

.icon-Bow-3:before {
    content: "\e6dd"
}

.icon-Bow-4:before {
    content: "\e6de"
}

.icon-Bow-5:before {
    content: "\e6df"
}

.icon-Bow-6:before {
    content: "\e6e0"
}

.icon-Bow:before {
    content: "\e6e1"
}

.icon-Bowling-2:before {
    content: "\e6e2"
}

.icon-Bowling:before {
    content: "\e6e3"
}

.icon-Box2:before {
    content: "\e6e4"
}

.icon-Box-Close:before {
    content: "\e6e5"
}

.icon-Box-Full:before {
    content: "\e6e6"
}

.icon-Box-Open:before {
    content: "\e6e7"
}

.icon-Box-withFolders:before {
    content: "\e6e8"
}

.icon-Box:before {
    content: "\e6e9"
}

.icon-Boy:before {
    content: "\e6ea"
}

.icon-Bra:before {
    content: "\e6eb"
}

.icon-Brain-2:before {
    content: "\e6ec"
}

.icon-Brain-3:before {
    content: "\e6ed"
}

.icon-Brain:before {
    content: "\e6ee"
}

.icon-Brazil:before {
    content: "\e6ef"
}

.icon-Bread-2:before {
    content: "\e6f0"
}

.icon-Bread:before {
    content: "\e6f1"
}

.icon-Bridge:before {
    content: "\e6f2"
}

.icon-Brightkite:before {
    content: "\e6f3"
}

.icon-Broke-Link2:before {
    content: "\e6f4"
}

.icon-Broken-Link:before {
    content: "\e6f5"
}

.icon-Broom:before {
    content: "\e6f6"
}

.icon-Brush:before {
    content: "\e6f7"
}

.icon-Bucket:before {
    content: "\e6f8"
}

.icon-Bug:before {
    content: "\e6f9"
}

.icon-Building:before {
    content: "\e6fa"
}

.icon-Bulleted-List:before {
    content: "\e6fb"
}

.icon-Bus-2:before {
    content: "\e6fc"
}

.icon-Bus:before {
    content: "\e6fd"
}

.icon-Business-Man:before {
    content: "\e6fe"
}

.icon-Business-ManWoman:before {
    content: "\e6ff"
}

.icon-Business-Mens:before {
    content: "\e700"
}

.icon-Business-Woman:before {
    content: "\e701"
}

.icon-Butterfly:before {
    content: "\e702"
}

.icon-Button:before {
    content: "\e703"
}

.icon-Cable-Car:before {
    content: "\e704"
}

.icon-Cake:before {
    content: "\e705"
}

.icon-Calculator-2:before {
    content: "\e706"
}

.icon-Calculator-3:before {
    content: "\e707"
}

.icon-Calculator:before {
    content: "\e708"
}

.icon-Calendar-2:before {
    content: "\e709"
}

.icon-Calendar-3:before {
    content: "\e70a"
}

.icon-Calendar-4:before {
    content: "\e70b"
}

.icon-Calendar-Clock:before {
    content: "\e70c"
}

.icon-Calendar:before {
    content: "\e70d"
}

.icon-Camel:before {
    content: "\e70e"
}

.icon-Camera-2:before {
    content: "\e70f"
}

.icon-Camera-3:before {
    content: "\e710"
}

.icon-Camera-4:before {
    content: "\e711"
}

.icon-Camera-5:before {
    content: "\e712"
}

.icon-Camera-Back:before {
    content: "\e713"
}

.icon-Camera:before {
    content: "\e714"
}

.icon-Can-2:before {
    content: "\e715"
}

.icon-Can:before {
    content: "\e716"
}

.icon-Canada:before {
    content: "\e717"
}

.icon-Cancer-2:before {
    content: "\e718"
}

.icon-Cancer-3:before {
    content: "\e719"
}

.icon-Cancer:before {
    content: "\e71a"
}

.icon-Candle:before {
    content: "\e71b"
}

.icon-Candy-Cane:before {
    content: "\e71c"
}

.icon-Candy:before {
    content: "\e71d"
}

.icon-Cannon:before {
    content: "\e71e"
}

.icon-Cap-2:before {
    content: "\e71f"
}

.icon-Cap-3:before {
    content: "\e720"
}

.icon-Cap-Smiley:before {
    content: "\e721"
}

.icon-Cap:before {
    content: "\e722"
}

.icon-Capricorn-2:before {
    content: "\e723"
}

.icon-Capricorn:before {
    content: "\e724"
}

.icon-Car-2:before {
    content: "\e725"
}

.icon-Car-3:before {
    content: "\e726"
}

.icon-Car-Coins:before {
    content: "\e727"
}

.icon-Car-Items:before {
    content: "\e728"
}

.icon-Car-Wheel:before {
    content: "\e729"
}

.icon-Car:before {
    content: "\e72a"
}

.icon-Cardigan:before {
    content: "\e72b"
}

.icon-Cardiovascular:before {
    content: "\e72c"
}

.icon-Cart-Quantity:before {
    content: "\e72d"
}

.icon-Casette-Tape:before {
    content: "\e72e"
}

.icon-Cash-Register:before {
    content: "\e72f"
}

.icon-Cash-register2:before {
    content: "\e730"
}

.icon-Castle:before {
    content: "\e731"
}

.icon-Cat:before {
    content: "\e732"
}

.icon-Cathedral:before {
    content: "\e733"
}

.icon-Cauldron:before {
    content: "\e734"
}

.icon-CD-2:before {
    content: "\e735"
}

.icon-CD-Cover:before {
    content: "\e736"
}

.icon-CD:before {
    content: "\e737"
}

.icon-Cello:before {
    content: "\e738"
}

.icon-Celsius:before {
    content: "\e739"
}

.icon-Chacked-Flag:before {
    content: "\e73a"
}

.icon-Chair:before {
    content: "\e73b"
}

.icon-Charger:before {
    content: "\e73c"
}

.icon-Check-2:before {
    content: "\e73d"
}

.icon-Check:before {
    content: "\e73e"
}

.icon-Checked-User:before {
    content: "\e73f"
}

.icon-Checkmate:before {
    content: "\e740"
}

.icon-Checkout-Bag:before {
    content: "\e741"
}

.icon-Checkout-Basket:before {
    content: "\e742"
}

.icon-Checkout:before {
    content: "\e743"
}

.icon-Cheese:before {
    content: "\e744"
}

.icon-Cheetah:before {
    content: "\e745"
}

.icon-Chef-Hat:before {
    content: "\e746"
}

.icon-Chef-Hat2:before {
    content: "\e747"
}

.icon-Chef:before {
    content: "\e748"
}

.icon-Chemical-2:before {
    content: "\e749"
}

.icon-Chemical-3:before {
    content: "\e74a"
}

.icon-Chemical-4:before {
    content: "\e74b"
}

.icon-Chemical-5:before {
    content: "\e74c"
}

.icon-Chemical:before {
    content: "\e74d"
}

.icon-Chess-Board:before {
    content: "\e74e"
}

.icon-Chess:before {
    content: "\e74f"
}

.icon-Chicken:before {
    content: "\e750"
}

.icon-Chile:before {
    content: "\e751"
}

.icon-Chimney:before {
    content: "\e752"
}

.icon-China:before {
    content: "\e753"
}

.icon-Chinese-Temple:before {
    content: "\e754"
}

.icon-Chip:before {
    content: "\e755"
}

.icon-Chopsticks-2:before {
    content: "\e756"
}

.icon-Chopsticks:before {
    content: "\e757"
}

.icon-Christmas-Ball:before {
    content: "\e758"
}

.icon-Christmas-Bell:before {
    content: "\e759"
}

.icon-Christmas-Candle:before {
    content: "\e75a"
}

.icon-Christmas-Hat:before {
    content: "\e75b"
}

.icon-Christmas-Sleigh:before {
    content: "\e75c"
}

.icon-Christmas-Snowman:before {
    content: "\e75d"
}

.icon-Christmas-Sock:before {
    content: "\e75e"
}

.icon-Christmas-Tree:before {
    content: "\e75f"
}

.icon-Christmas:before {
    content: "\e760"
}

.icon-Chrome:before {
    content: "\e761"
}

.icon-Chrysler-Building:before {
    content: "\e762"
}

.icon-Cinema:before {
    content: "\e763"
}

.icon-Circular-Point:before {
    content: "\e764"
}

.icon-City-Hall:before {
    content: "\e765"
}

.icon-Clamp:before {
    content: "\e766"
}

.icon-Clapperboard-Close:before {
    content: "\e767"
}

.icon-Clapperboard-Open:before {
    content: "\e768"
}

.icon-Claps:before {
    content: "\e769"
}

.icon-Clef:before {
    content: "\e76a"
}

.icon-Clinic:before {
    content: "\e76b"
}

.icon-Clock-2:before {
    content: "\e76c"
}

.icon-Clock-3:before {
    content: "\e76d"
}

.icon-Clock-4:before {
    content: "\e76e"
}

.icon-Clock-Back:before {
    content: "\e76f"
}

.icon-Clock-Forward:before {
    content: "\e770"
}

.icon-Clock:before {
    content: "\e771"
}

.icon-Close-Window:before {
    content: "\e772"
}

.icon-Close:before {
    content: "\e773"
}

.icon-Clothing-Store:before {
    content: "\e774"
}

.icon-Cloud--:before {
    content: "\e775"
}

.icon-Cloud-:before {
    content: "\e776"
}

.icon-Cloud-Camera:before {
    content: "\e777"
}

.icon-Cloud-Computer:before {
    content: "\e778"
}

.icon-Cloud-Email:before {
    content: "\e779"
}

.icon-Cloud-Hail:before {
    content: "\e77a"
}

.icon-Cloud-Laptop:before {
    content: "\e77b"
}

.icon-Cloud-Lock:before {
    content: "\e77c"
}

.icon-Cloud-Moon:before {
    content: "\e77d"
}

.icon-Cloud-Music:before {
    content: "\e77e"
}

.icon-Cloud-Picture:before {
    content: "\e77f"
}

.icon-Cloud-Rain:before {
    content: "\e780"
}

.icon-Cloud-Remove:before {
    content: "\e781"
}

.icon-Cloud-Secure:before {
    content: "\e782"
}

.icon-Cloud-Settings:before {
    content: "\e783"
}

.icon-Cloud-Smartphone:before {
    content: "\e784"
}

.icon-Cloud-Snow:before {
    content: "\e785"
}

.icon-Cloud-Sun:before {
    content: "\e786"
}

.icon-Cloud-Tablet:before {
    content: "\e787"
}

.icon-Cloud-Video:before {
    content: "\e788"
}

.icon-Cloud-Weather:before {
    content: "\e789"
}

.icon-Cloud:before {
    content: "\e78a"
}

.icon-Clouds-Weather:before {
    content: "\e78b"
}

.icon-Clouds:before {
    content: "\e78c"
}

.icon-Clown:before {
    content: "\e78d"
}

.icon-CMYK:before {
    content: "\e78e"
}

.icon-Coat:before {
    content: "\e78f"
}

.icon-Cocktail:before {
    content: "\e790"
}

.icon-Coconut:before {
    content: "\e791"
}

.icon-Code-Window:before {
    content: "\e792"
}

.icon-Coding:before {
    content: "\e793"
}

.icon-Coffee-2:before {
    content: "\e794"
}

.icon-Coffee-Bean:before {
    content: "\e795"
}

.icon-Coffee-Machine:before {
    content: "\e796"
}

.icon-Coffee-toGo:before {
    content: "\e797"
}

.icon-Coffee:before {
    content: "\e798"
}

.icon-Coffin:before {
    content: "\e799"
}

.icon-Coin:before {
    content: "\e79a"
}

.icon-Coins-2:before {
    content: "\e79b"
}

.icon-Coins-3:before {
    content: "\e79c"
}

.icon-Coins:before {
    content: "\e79d"
}

.icon-Colombia:before {
    content: "\e79e"
}

.icon-Colosseum:before {
    content: "\e79f"
}

.icon-Column-2:before {
    content: "\e7a0"
}

.icon-Column-3:before {
    content: "\e7a1"
}

.icon-Column:before {
    content: "\e7a2"
}

.icon-Comb-2:before {
    content: "\e7a3"
}

.icon-Comb:before {
    content: "\e7a4"
}

.icon-Communication-Tower:before {
    content: "\e7a5"
}

.icon-Communication-Tower2:before {
    content: "\e7a6"
}

.icon-Compass-2:before {
    content: "\e7a7"
}

.icon-Compass-3:before {
    content: "\e7a8"
}

.icon-Compass-4:before {
    content: "\e7a9"
}

.icon-Compass-Rose:before {
    content: "\e7aa"
}

.icon-Compass:before {
    content: "\e7ab"
}

.icon-Computer-2:before {
    content: "\e7ac"
}

.icon-Computer-3:before {
    content: "\e7ad"
}

.icon-Computer-Secure:before {
    content: "\e7ae"
}

.icon-Computer:before {
    content: "\e7af"
}

.icon-Conference:before {
    content: "\e7b0"
}

.icon-Confused:before {
    content: "\e7b1"
}

.icon-Conservation:before {
    content: "\e7b2"
}

.icon-Consulting:before {
    content: "\e7b3"
}

.icon-Contrast:before {
    content: "\e7b4"
}

.icon-Control-2:before {
    content: "\e7b5"
}

.icon-Control:before {
    content: "\e7b6"
}

.icon-Cookie-Man:before {
    content: "\e7b7"
}

.icon-Cookies:before {
    content: "\e7b8"
}

.icon-Cool-Guy:before {
    content: "\e7b9"
}

.icon-Cool:before {
    content: "\e7ba"
}

.icon-Copyright:before {
    content: "\e7bb"
}

.icon-Costume:before {
    content: "\e7bc"
}

.icon-Couple-Sign:before {
    content: "\e7bd"
}

.icon-Cow:before {
    content: "\e7be"
}

.icon-CPU:before {
    content: "\e7bf"
}

.icon-Crane:before {
    content: "\e7c0"
}

.icon-Cranium:before {
    content: "\e7c1"
}

.icon-Credit-Card:before {
    content: "\e7c2"
}

.icon-Credit-Card2:before {
    content: "\e7c3"
}

.icon-Credit-Card3:before {
    content: "\e7c4"
}

.icon-Cricket:before {
    content: "\e7c5"
}

.icon-Criminal:before {
    content: "\e7c6"
}

.icon-Croissant:before {
    content: "\e7c7"
}

.icon-Crop-2:before {
    content: "\e7c8"
}

.icon-Crop-3:before {
    content: "\e7c9"
}

.icon-Crown-2:before {
    content: "\e7ca"
}

.icon-Crown:before {
    content: "\e7cb"
}

.icon-Crying:before {
    content: "\e7cc"
}

.icon-Cube-Molecule:before {
    content: "\e7cd"
}

.icon-Cube-Molecule2:before {
    content: "\e7ce"
}

.icon-Cupcake:before {
    content: "\e7cf"
}

.icon-Cursor-Click:before {
    content: "\e7d0"
}

.icon-Cursor-Click2:before {
    content: "\e7d1"
}

.icon-Cursor-Move:before {
    content: "\e7d2"
}

.icon-Cursor-Move2:before {
    content: "\e7d3"
}

.icon-Cursor-Select:before {
    content: "\e7d4"
}

.icon-Cursor:before {
    content: "\e7d5"
}

.icon-D-Eyeglasses:before {
    content: "\e7d6"
}

.icon-D-Eyeglasses2:before {
    content: "\e7d7"
}

.icon-Dam:before {
    content: "\e7d8"
}

.icon-Danemark:before {
    content: "\e7d9"
}

.icon-Danger-2:before {
    content: "\e7da"
}

.icon-Danger:before {
    content: "\e7db"
}

.icon-Dashboard:before {
    content: "\e7dc"
}

.icon-Data-Backup:before {
    content: "\e7dd"
}

.icon-Data-Block:before {
    content: "\e7de"
}

.icon-Data-Center:before {
    content: "\e7df"
}

.icon-Data-Clock:before {
    content: "\e7e0"
}

.icon-Data-Cloud:before {
    content: "\e7e1"
}

.icon-Data-Compress:before {
    content: "\e7e2"
}

.icon-Data-Copy:before {
    content: "\e7e3"
}

.icon-Data-Download:before {
    content: "\e7e4"
}

.icon-Data-Financial:before {
    content: "\e7e5"
}

.icon-Data-Key:before {
    content: "\e7e6"
}

.icon-Data-Lock:before {
    content: "\e7e7"
}

.icon-Data-Network:before {
    content: "\e7e8"
}

.icon-Data-Password:before {
    content: "\e7e9"
}

.icon-Data-Power:before {
    content: "\e7ea"
}

.icon-Data-Refresh:before {
    content: "\e7eb"
}

.icon-Data-Save:before {
    content: "\e7ec"
}

.icon-Data-Search:before {
    content: "\e7ed"
}

.icon-Data-Security:before {
    content: "\e7ee"
}

.icon-Data-Settings:before {
    content: "\e7ef"
}

.icon-Data-Sharing:before {
    content: "\e7f0"
}

.icon-Data-Shield:before {
    content: "\e7f1"
}

.icon-Data-Signal:before {
    content: "\e7f2"
}

.icon-Data-Storage:before {
    content: "\e7f3"
}

.icon-Data-Stream:before {
    content: "\e7f4"
}

.icon-Data-Transfer:before {
    content: "\e7f5"
}

.icon-Data-Unlock:before {
    content: "\e7f6"
}

.icon-Data-Upload:before {
    content: "\e7f7"
}

.icon-Data-Yes:before {
    content: "\e7f8"
}

.icon-Data:before {
    content: "\e7f9"
}

.icon-David-Star:before {
    content: "\e7fa"
}

.icon-Daylight:before {
    content: "\e7fb"
}

.icon-Death:before {
    content: "\e7fc"
}

.icon-Debian:before {
    content: "\e7fd"
}

.icon-Dec:before {
    content: "\e7fe"
}

.icon-Decrase-Inedit:before {
    content: "\e7ff"
}

.icon-Deer-2:before {
    content: "\e800"
}

.icon-Deer:before {
    content: "\e801"
}

.icon-Delete-File:before {
    content: "\e802"
}

.icon-Delete-Window:before {
    content: "\e803"
}

.icon-Delicious:before {
    content: "\e804"
}

.icon-Depression:before {
    content: "\e805"
}

.icon-Deviantart:before {
    content: "\e806"
}

.icon-Device-SyncwithCloud:before {
    content: "\e807"
}

.icon-Diamond:before {
    content: "\e808"
}

.icon-Dice-2:before {
    content: "\e809"
}

.icon-Dice:before {
    content: "\e80a"
}

.icon-Digg:before {
    content: "\e80b"
}

.icon-Digital-Drawing:before {
    content: "\e80c"
}

.icon-Diigo:before {
    content: "\e80d"
}

.icon-Dinosaur:before {
    content: "\e80e"
}

.icon-Diploma-2:before {
    content: "\e80f"
}

.icon-Diploma:before {
    content: "\e810"
}

.icon-Direction-East:before {
    content: "\e811"
}

.icon-Direction-North:before {
    content: "\e812"
}

.icon-Direction-South:before {
    content: "\e813"
}

.icon-Direction-West:before {
    content: "\e814"
}

.icon-Director:before {
    content: "\e815"
}

.icon-Disk:before {
    content: "\e816"
}

.icon-Dj:before {
    content: "\e817"
}

.icon-DNA-2:before {
    content: "\e818"
}

.icon-DNA-Helix:before {
    content: "\e819"
}

.icon-DNA:before {
    content: "\e81a"
}

.icon-Doctor:before {
    content: "\e81b"
}

.icon-Dog:before {
    content: "\e81c"
}

.icon-Dollar-Sign:before {
    content: "\e81d"
}

.icon-Dollar-Sign2:before {
    content: "\e81e"
}

.icon-Dollar:before {
    content: "\e81f"
}

.icon-Dolphin:before {
    content: "\e820"
}

.icon-Domino:before {
    content: "\e821"
}

.icon-Door-Hanger:before {
    content: "\e822"
}

.icon-Door:before {
    content: "\e823"
}

.icon-Doplr:before {
    content: "\e824"
}

.icon-Double-Circle:before {
    content: "\e825"
}

.icon-Double-Tap:before {
    content: "\e826"
}

.icon-Doughnut:before {
    content: "\e827"
}

.icon-Dove:before {
    content: "\e828"
}

.icon-Down-2:before {
    content: "\e829"
}

.icon-Down-3:before {
    content: "\e82a"
}

.icon-Down-4:before {
    content: "\e82b"
}

.icon-Down:before {
    content: "\e82c"
}

.icon-Download-2:before {
    content: "\e82d"
}

.icon-Download-fromCloud:before {
    content: "\e82e"
}

.icon-Download-Window:before {
    content: "\e82f"
}

.icon-Download:before {
    content: "\e830"
}

.icon-Downward:before {
    content: "\e831"
}

.icon-Drag-Down:before {
    content: "\e832"
}

.icon-Drag-Left:before {
    content: "\e833"
}

.icon-Drag-Right:before {
    content: "\e834"
}

.icon-Drag-Up:before {
    content: "\e835"
}

.icon-Drag:before {
    content: "\e836"
}

.icon-Dress:before {
    content: "\e837"
}

.icon-Drill-2:before {
    content: "\e838"
}

.icon-Drill:before {
    content: "\e839"
}

.icon-Drop:before {
    content: "\e83a"
}

.icon-Dropbox:before {
    content: "\e83b"
}

.icon-Drum:before {
    content: "\e83c"
}

.icon-Dry:before {
    content: "\e83d"
}

.icon-Duck:before {
    content: "\e83e"
}

.icon-Dumbbell:before {
    content: "\e83f"
}

.icon-Duplicate-Layer:before {
    content: "\e840"
}

.icon-Duplicate-Window:before {
    content: "\e841"
}

.icon-DVD:before {
    content: "\e842"
}

.icon-Eagle:before {
    content: "\e843"
}

.icon-Ear:before {
    content: "\e844"
}

.icon-Earphones-2:before {
    content: "\e845"
}

.icon-Earphones:before {
    content: "\e846"
}

.icon-Eci-Icon:before {
    content: "\e847"
}

.icon-Edit-Map:before {
    content: "\e848"
}

.icon-Edit:before {
    content: "\e849"
}

.icon-Eggs:before {
    content: "\e84a"
}

.icon-Egypt:before {
    content: "\e84b"
}

.icon-Eifel-Tower:before {
    content: "\e84c"
}

.icon-eject-2:before {
    content: "\e84d"
}

.icon-Eject:before {
    content: "\e84e"
}

.icon-El-Castillo:before {
    content: "\e84f"
}

.icon-Elbow:before {
    content: "\e850"
}

.icon-Electric-Guitar:before {
    content: "\e851"
}

.icon-Electricity:before {
    content: "\e852"
}

.icon-Elephant:before {
    content: "\e853"
}

.icon-Email:before {
    content: "\e854"
}

.icon-Embassy:before {
    content: "\e855"
}

.icon-Empire-StateBuilding:before {
    content: "\e856"
}

.icon-Empty-Box:before {
    content: "\e857"
}

.icon-End2:before {
    content: "\e858"
}

.icon-End-2:before {
    content: "\e859"
}

.icon-End:before {
    content: "\e85a"
}

.icon-Endways:before {
    content: "\e85b"
}

.icon-Engineering:before {
    content: "\e85c"
}

.icon-Envelope-2:before {
    content: "\e85d"
}

.icon-Envelope:before {
    content: "\e85e"
}

.icon-Environmental-2:before {
    content: "\e85f"
}

.icon-Environmental-3:before {
    content: "\e860"
}

.icon-Environmental:before {
    content: "\e861"
}

.icon-Equalizer:before {
    content: "\e862"
}

.icon-Eraser-2:before {
    content: "\e863"
}

.icon-Eraser-3:before {
    content: "\e864"
}

.icon-Eraser:before {
    content: "\e865"
}

.icon-Error-404Window:before {
    content: "\e866"
}

.icon-Euro-Sign:before {
    content: "\e867"
}

.icon-Euro-Sign2:before {
    content: "\e868"
}

.icon-Euro:before {
    content: "\e869"
}

.icon-Evernote:before {
    content: "\e86a"
}

.icon-Evil:before {
    content: "\e86b"
}

.icon-Explode:before {
    content: "\e86c"
}

.icon-Eye-2:before {
    content: "\e86d"
}

.icon-Eye-Blind:before {
    content: "\e86e"
}

.icon-Eye-Invisible:before {
    content: "\e86f"
}

.icon-Eye-Scan:before {
    content: "\e870"
}

.icon-Eye-Visible:before {
    content: "\e871"
}

.icon-Eye:before {
    content: "\e872"
}

.icon-Eyebrow-2:before {
    content: "\e873"
}

.icon-Eyebrow-3:before {
    content: "\e874"
}

.icon-Eyebrow:before {
    content: "\e875"
}

.icon-Eyeglasses-Smiley:before {
    content: "\e876"
}

.icon-Eyeglasses-Smiley2:before {
    content: "\e877"
}

.icon-Face-Style:before {
    content: "\e878"
}

.icon-Face-Style2:before {
    content: "\e879"
}

.icon-Face-Style3:before {
    content: "\e87a"
}

.icon-Face-Style4:before {
    content: "\e87b"
}

.icon-Face-Style5:before {
    content: "\e87c"
}

.icon-Face-Style6:before {
    content: "\e87d"
}

.icon-Facebook-2:before {
    content: "\e87e"
}

.icon-Facebook:before {
    content: "\e87f"
}

.icon-Factory-2:before {
    content: "\e880"
}

.icon-Factory:before {
    content: "\e881"
}

.icon-Fahrenheit:before {
    content: "\e882"
}

.icon-Family-Sign:before {
    content: "\e883"
}

.icon-Fan:before {
    content: "\e884"
}

.icon-Farmer:before {
    content: "\e885"
}

.icon-Fashion:before {
    content: "\e886"
}

.icon-Favorite-Window:before {
    content: "\e887"
}

.icon-Fax:before {
    content: "\e888"
}

.icon-Feather:before {
    content: "\e889"
}

.icon-Feedburner:before {
    content: "\e88a"
}

.icon-Female-2:before {
    content: "\e88b"
}

.icon-Female-Sign:before {
    content: "\e88c"
}

.icon-Female:before {
    content: "\e88d"
}

.icon-File-Block:before {
    content: "\e88e"
}

.icon-File-Bookmark:before {
    content: "\e88f"
}

.icon-File-Chart:before {
    content: "\e890"
}

.icon-File-Clipboard:before {
    content: "\e891"
}

.icon-File-ClipboardFileText:before {
    content: "\e892"
}

.icon-File-ClipboardTextImage:before {
    content: "\e893"
}

.icon-File-Cloud:before {
    content: "\e894"
}

.icon-File-Copy:before {
    content: "\e895"
}

.icon-File-Copy2:before {
    content: "\e896"
}

.icon-File-CSV:before {
    content: "\e897"
}

.icon-File-Download:before {
    content: "\e898"
}

.icon-File-Edit:before {
    content: "\e899"
}

.icon-File-Excel:before {
    content: "\e89a"
}

.icon-File-Favorite:before {
    content: "\e89b"
}

.icon-File-Fire:before {
    content: "\e89c"
}

.icon-File-Graph:before {
    content: "\e89d"
}

.icon-File-Hide:before {
    content: "\e89e"
}

.icon-File-Horizontal:before {
    content: "\e89f"
}

.icon-File-HorizontalText:before {
    content: "\e8a0"
}

.icon-File-HTML:before {
    content: "\e8a1"
}

.icon-File-JPG:before {
    content: "\e8a2"
}

.icon-File-Link:before {
    content: "\e8a3"
}

.icon-File-Loading:before {
    content: "\e8a4"
}

.icon-File-Lock:before {
    content: "\e8a5"
}

.icon-File-Love:before {
    content: "\e8a6"
}

.icon-File-Music:before {
    content: "\e8a7"
}

.icon-File-Network:before {
    content: "\e8a8"
}

.icon-File-Pictures:before {
    content: "\e8a9"
}

.icon-File-Pie:before {
    content: "\e8aa"
}

.icon-File-Presentation:before {
    content: "\e8ab"
}

.icon-File-Refresh:before {
    content: "\e8ac"
}

.icon-File-Search:before {
    content: "\e8ad"
}

.icon-File-Settings:before {
    content: "\e8ae"
}

.icon-File-Share:before {
    content: "\e8af"
}

.icon-File-TextImage:before {
    content: "\e8b0"
}

.icon-File-Trash:before {
    content: "\e8b1"
}

.icon-File-TXT:before {
    content: "\e8b2"
}

.icon-File-Upload:before {
    content: "\e8b3"
}

.icon-File-Video:before {
    content: "\e8b4"
}

.icon-File-Word:before {
    content: "\e8b5"
}

.icon-File-Zip:before {
    content: "\e8b6"
}

.icon-File:before {
    content: "\e8b7"
}

.icon-Files:before {
    content: "\e8b8"
}

.icon-Film-Board:before {
    content: "\e8b9"
}

.icon-Film-Cartridge:before {
    content: "\e8ba"
}

.icon-Film-Strip:before {
    content: "\e8bb"
}

.icon-Film-Video:before {
    content: "\e8bc"
}

.icon-Film:before {
    content: "\e8bd"
}

.icon-Filter-2:before {
    content: "\e8be"
}

.icon-Filter:before {
    content: "\e8bf"
}

.icon-Financial:before {
    content: "\e8c0"
}

.icon-Find-User:before {
    content: "\e8c1"
}

.icon-Finger-DragFourSides:before {
    content: "\e8c2"
}

.icon-Finger-DragTwoSides:before {
    content: "\e8c3"
}

.icon-Finger-Print:before {
    content: "\e8c4"
}

.icon-Finger:before {
    content: "\e8c5"
}

.icon-Fingerprint-2:before {
    content: "\e8c6"
}

.icon-Fingerprint:before {
    content: "\e8c7"
}

.icon-Fire-Flame:before {
    content: "\e8c8"
}

.icon-Fire-Flame2:before {
    content: "\e8c9"
}

.icon-Fire-Hydrant:before {
    content: "\e8ca"
}

.icon-Fire-Staion:before {
    content: "\e8cb"
}

.icon-Firefox:before {
    content: "\e8cc"
}

.icon-Firewall:before {
    content: "\e8cd"
}

.icon-First-Aid:before {
    content: "\e8ce"
}

.icon-First:before {
    content: "\e8cf"
}

.icon-Fish-Food:before {
    content: "\e8d0"
}

.icon-Fish:before {
    content: "\e8d1"
}

.icon-Fit-To:before {
    content: "\e8d2"
}

.icon-Fit-To2:before {
    content: "\e8d3"
}

.icon-Five-Fingers:before {
    content: "\e8d4"
}

.icon-Five-FingersDrag:before {
    content: "\e8d5"
}

.icon-Five-FingersDrag2:before {
    content: "\e8d6"
}

.icon-Five-FingersTouch:before {
    content: "\e8d7"
}

.icon-Flag-2:before {
    content: "\e8d8"
}

.icon-Flag-3:before {
    content: "\e8d9"
}

.icon-Flag-4:before {
    content: "\e8da"
}

.icon-Flag-5:before {
    content: "\e8db"
}

.icon-Flag-6:before {
    content: "\e8dc"
}

.icon-Flag:before {
    content: "\e8dd"
}

.icon-Flamingo:before {
    content: "\e8de"
}

.icon-Flash-2:before {
    content: "\e8df"
}

.icon-Flash-Video:before {
    content: "\e8e0"
}

.icon-Flash:before {
    content: "\e8e1"
}

.icon-Flashlight:before {
    content: "\e8e2"
}

.icon-Flask-2:before {
    content: "\e8e3"
}

.icon-Flask:before {
    content: "\e8e4"
}

.icon-Flick:before {
    content: "\e8e5"
}

.icon-Flickr:before {
    content: "\e8e6"
}

.icon-Flowerpot:before {
    content: "\e8e7"
}

.icon-Fluorescent:before {
    content: "\e8e8"
}

.icon-Fog-Day:before {
    content: "\e8e9"
}

.icon-Fog-Night:before {
    content: "\e8ea"
}

.icon-Folder-Add:before {
    content: "\e8eb"
}

.icon-Folder-Archive:before {
    content: "\e8ec"
}

.icon-Folder-Binder:before {
    content: "\e8ed"
}

.icon-Folder-Binder2:before {
    content: "\e8ee"
}

.icon-Folder-Block:before {
    content: "\e8ef"
}

.icon-Folder-Bookmark:before {
    content: "\e8f0"
}

.icon-Folder-Close:before {
    content: "\e8f1"
}

.icon-Folder-Cloud:before {
    content: "\e8f2"
}

.icon-Folder-Delete:before {
    content: "\e8f3"
}

.icon-Folder-Download:before {
    content: "\e8f4"
}

.icon-Folder-Edit:before {
    content: "\e8f5"
}

.icon-Folder-Favorite:before {
    content: "\e8f6"
}

.icon-Folder-Fire:before {
    content: "\e8f7"
}

.icon-Folder-Hide:before {
    content: "\e8f8"
}

.icon-Folder-Link:before {
    content: "\e8f9"
}

.icon-Folder-Loading:before {
    content: "\e8fa"
}

.icon-Folder-Lock:before {
    content: "\e8fb"
}

.icon-Folder-Love:before {
    content: "\e8fc"
}

.icon-Folder-Music:before {
    content: "\e8fd"
}

.icon-Folder-Network:before {
    content: "\e8fe"
}

.icon-Folder-Open:before {
    content: "\e8ff"
}

.icon-Folder-Open2:before {
    content: "\e900"
}

.icon-Folder-Organizing:before {
    content: "\e901"
}

.icon-Folder-Pictures:before {
    content: "\e902"
}

.icon-Folder-Refresh:before {
    content: "\e903"
}

.icon-Folder-Remove-:before {
    content: "\e904"
}

.icon-Folder-Search:before {
    content: "\e905"
}

.icon-Folder-Settings:before {
    content: "\e906"
}

.icon-Folder-Share:before {
    content: "\e907"
}

.icon-Folder-Trash:before {
    content: "\e908"
}

.icon-Folder-Upload:before {
    content: "\e909"
}

.icon-Folder-Video:before {
    content: "\e90a"
}

.icon-Folder-WithDocument:before {
    content: "\e90b"
}

.icon-Folder-Zip:before {
    content: "\e90c"
}

.icon-Folder:before {
    content: "\e90d"
}

.icon-Folders:before {
    content: "\e90e"
}

.icon-Font-Color:before {
    content: "\e90f"
}

.icon-Font-Name:before {
    content: "\e910"
}

.icon-Font-Size:before {
    content: "\e911"
}

.icon-Font-Style:before {
    content: "\e912"
}

.icon-Font-StyleSubscript:before {
    content: "\e913"
}

.icon-Font-StyleSuperscript:before {
    content: "\e914"
}

.icon-Font-Window:before {
    content: "\e915"
}

.icon-Foot-2:before {
    content: "\e916"
}

.icon-Foot:before {
    content: "\e917"
}

.icon-Football-2:before {
    content: "\e918"
}

.icon-Football:before {
    content: "\e919"
}

.icon-Footprint-2:before {
    content: "\e91a"
}

.icon-Footprint-3:before {
    content: "\e91b"
}

.icon-Footprint:before {
    content: "\e91c"
}

.icon-Forest:before {
    content: "\e91d"
}

.icon-Fork:before {
    content: "\e91e"
}

.icon-Formspring:before {
    content: "\e91f"
}

.icon-Formula:before {
    content: "\e920"
}

.icon-Forsquare:before {
    content: "\e921"
}

.icon-Forward:before {
    content: "\e922"
}

.icon-Fountain-Pen:before {
    content: "\e923"
}

.icon-Four-Fingers:before {
    content: "\e924"
}

.icon-Four-FingersDrag:before {
    content: "\e925"
}

.icon-Four-FingersDrag2:before {
    content: "\e926"
}

.icon-Four-FingersTouch:before {
    content: "\e927"
}

.icon-Fox:before {
    content: "\e928"
}

.icon-Frankenstein:before {
    content: "\e929"
}

.icon-French-Fries:before {
    content: "\e92a"
}

.icon-Friendfeed:before {
    content: "\e92b"
}

.icon-Friendster:before {
    content: "\e92c"
}

.icon-Frog:before {
    content: "\e92d"
}

.icon-Fruits:before {
    content: "\e92e"
}

.icon-Fuel:before {
    content: "\e92f"
}

.icon-Full-Bag:before {
    content: "\e930"
}

.icon-Full-Basket:before {
    content: "\e931"
}

.icon-Full-Cart:before {
    content: "\e932"
}

.icon-Full-Moon:before {
    content: "\e933"
}

.icon-Full-Screen:before {
    content: "\e934"
}

.icon-Full-Screen2:before {
    content: "\e935"
}

.icon-Full-View:before {
    content: "\e936"
}

.icon-Full-View2:before {
    content: "\e937"
}

.icon-Full-ViewWindow:before {
    content: "\e938"
}

.icon-Function:before {
    content: "\e939"
}

.icon-Funky:before {
    content: "\e93a"
}

.icon-Funny-Bicycle:before {
    content: "\e93b"
}

.icon-Furl:before {
    content: "\e93c"
}

.icon-Gamepad-2:before {
    content: "\e93d"
}

.icon-Gamepad:before {
    content: "\e93e"
}

.icon-Gas-Pump:before {
    content: "\e93f"
}

.icon-Gaugage-2:before {
    content: "\e940"
}

.icon-Gaugage:before {
    content: "\e941"
}

.icon-Gay:before {
    content: "\e942"
}

.icon-Gear-2:before {
    content: "\e943"
}

.icon-Gear:before {
    content: "\e944"
}

.icon-Gears-2:before {
    content: "\e945"
}

.icon-Gears:before {
    content: "\e946"
}

.icon-Geek-2:before {
    content: "\e947"
}

.icon-Geek:before {
    content: "\e948"
}

.icon-Gemini-2:before {
    content: "\e949"
}

.icon-Gemini:before {
    content: "\e94a"
}

.icon-Genius:before {
    content: "\e94b"
}

.icon-Gentleman:before {
    content: "\e94c"
}

.icon-Geo--:before {
    content: "\e94d"
}

.icon-Geo-:before {
    content: "\e94e"
}

.icon-Geo-Close:before {
    content: "\e94f"
}

.icon-Geo-Love:before {
    content: "\e950"
}

.icon-Geo-Number:before {
    content: "\e951"
}

.icon-Geo-Star:before {
    content: "\e952"
}

.icon-Geo:before {
    content: "\e953"
}

.icon-Geo2--:before {
    content: "\e954"
}

.icon-Geo2-:before {
    content: "\e955"
}

.icon-Geo2-Close:before {
    content: "\e956"
}

.icon-Geo2-Love:before {
    content: "\e957"
}

.icon-Geo2-Number:before {
    content: "\e958"
}

.icon-Geo2-Star:before {
    content: "\e959"
}

.icon-Geo2:before {
    content: "\e95a"
}

.icon-Geo3--:before {
    content: "\e95b"
}

.icon-Geo3-:before {
    content: "\e95c"
}

.icon-Geo3-Close:before {
    content: "\e95d"
}

.icon-Geo3-Love:before {
    content: "\e95e"
}

.icon-Geo3-Number:before {
    content: "\e95f"
}

.icon-Geo3-Star:before {
    content: "\e960"
}

.icon-Geo3:before {
    content: "\e961"
}

.icon-Gey:before {
    content: "\e962"
}

.icon-Gift-Box:before {
    content: "\e963"
}

.icon-Giraffe:before {
    content: "\e964"
}

.icon-Girl:before {
    content: "\e965"
}

.icon-Glass-Water:before {
    content: "\e966"
}

.icon-Glasses-2:before {
    content: "\e967"
}

.icon-Glasses-3:before {
    content: "\e968"
}

.icon-Glasses:before {
    content: "\e969"
}

.icon-Global-Position:before {
    content: "\e96a"
}

.icon-Globe-2:before {
    content: "\e96b"
}

.icon-Globe:before {
    content: "\e96c"
}

.icon-Gloves:before {
    content: "\e96d"
}

.icon-Go-Bottom:before {
    content: "\e96e"
}

.icon-Go-Top:before {
    content: "\e96f"
}

.icon-Goggles:before {
    content: "\e970"
}

.icon-Golf-2:before {
    content: "\e971"
}

.icon-Golf:before {
    content: "\e972"
}

.icon-Google-Buzz:before {
    content: "\e973"
}

.icon-Google-Drive:before {
    content: "\e974"
}

.icon-Google-Play:before {
    content: "\e975"
}

.icon-Google-Plus:before {
    content: "\e976"
}

.icon-Google:before {
    content: "\e977"
}

.icon-Gopro:before {
    content: "\e978"
}

.icon-Gorilla:before {
    content: "\e979"
}

.icon-Gowalla:before {
    content: "\e97a"
}

.icon-Grave:before {
    content: "\e97b"
}

.icon-Graveyard:before {
    content: "\e97c"
}

.icon-Greece:before {
    content: "\e97d"
}

.icon-Green-Energy:before {
    content: "\e97e"
}

.icon-Green-House:before {
    content: "\e97f"
}

.icon-Guitar:before {
    content: "\e980"
}

.icon-Gun-2:before {
    content: "\e981"
}

.icon-Gun-3:before {
    content: "\e982"
}

.icon-Gun:before {
    content: "\e983"
}

.icon-Gymnastics:before {
    content: "\e984"
}

.icon-Hair-2:before {
    content: "\e985"
}

.icon-Hair-3:before {
    content: "\e986"
}

.icon-Hair-4:before {
    content: "\e987"
}

.icon-Hair:before {
    content: "\e988"
}

.icon-Half-Moon:before {
    content: "\e989"
}

.icon-Halloween-HalfMoon:before {
    content: "\e98a"
}

.icon-Halloween-Moon:before {
    content: "\e98b"
}

.icon-Hamburger:before {
    content: "\e98c"
}

.icon-Hammer:before {
    content: "\e98d"
}

.icon-Hand-Touch:before {
    content: "\e98e"
}

.icon-Hand-Touch2:before {
    content: "\e98f"
}

.icon-Hand-TouchSmartphone:before {
    content: "\e990"
}

.icon-Hand:before {
    content: "\e991"
}

.icon-Hands:before {
    content: "\e992"
}

.icon-Handshake:before {
    content: "\e993"
}

.icon-Hanger:before {
    content: "\e994"
}

.icon-Happy:before {
    content: "\e995"
}

.icon-Hat-2:before {
    content: "\e996"
}

.icon-Hat:before {
    content: "\e997"
}

.icon-Haunted-House:before {
    content: "\e998"
}

.icon-HD-Video:before {
    content: "\e999"
}

.icon-HD:before {
    content: "\e99a"
}

.icon-HDD:before {
    content: "\e99b"
}

.icon-Headphone:before {
    content: "\e99c"
}

.icon-Headphones:before {
    content: "\e99d"
}

.icon-Headset:before {
    content: "\e99e"
}

.icon-Heart-2:before {
    content: "\e99f"
}

.icon-Heart:before {
    content: "\e9a0"
}

.icon-Heels-2:before {
    content: "\e9a1"
}

.icon-Heels:before {
    content: "\e9a2"
}

.icon-Height-Window:before {
    content: "\e9a3"
}

.icon-Helicopter-2:before {
    content: "\e9a4"
}

.icon-Helicopter:before {
    content: "\e9a5"
}

.icon-Helix-2:before {
    content: "\e9a6"
}

.icon-Hello:before {
    content: "\e9a7"
}

.icon-Helmet-2:before {
    content: "\e9a8"
}

.icon-Helmet-3:before {
    content: "\e9a9"
}

.icon-Helmet:before {
    content: "\e9aa"
}

.icon-Hipo:before {
    content: "\e9ab"
}

.icon-Hipster-Glasses:before {
    content: "\e9ac"
}

.icon-Hipster-Glasses2:before {
    content: "\e9ad"
}

.icon-Hipster-Glasses3:before {
    content: "\e9ae"
}

.icon-Hipster-Headphones:before {
    content: "\e9af"
}

.icon-Hipster-Men:before {
    content: "\e9b0"
}

.icon-Hipster-Men2:before {
    content: "\e9b1"
}

.icon-Hipster-Men3:before {
    content: "\e9b2"
}

.icon-Hipster-Sunglasses:before {
    content: "\e9b3"
}

.icon-Hipster-Sunglasses2:before {
    content: "\e9b4"
}

.icon-Hipster-Sunglasses3:before {
    content: "\e9b5"
}

.icon-Hokey:before {
    content: "\e9b6"
}

.icon-Holly:before {
    content: "\e9b7"
}

.icon-Home-2:before {
    content: "\e9b8"
}

.icon-Home-3:before {
    content: "\e9b9"
}

.icon-Home-4:before {
    content: "\e9ba"
}

.icon-Home-5:before {
    content: "\e9bb"
}

.icon-Home-Window:before {
    content: "\e9bc"
}

.icon-Home:before {
    content: "\e9bd"
}

.icon-Homosexual:before {
    content: "\e9be"
}

.icon-Honey:before {
    content: "\e9bf"
}

.icon-Hong-Kong:before {
    content: "\e9c0"
}

.icon-Hoodie:before {
    content: "\e9c1"
}

.icon-Horror:before {
    content: "\e9c2"
}

.icon-Horse:before {
    content: "\e9c3"
}

.icon-Hospital-2:before {
    content: "\e9c4"
}

.icon-Hospital:before {
    content: "\e9c5"
}

.icon-Host:before {
    content: "\e9c6"
}

.icon-Hot-Dog:before {
    content: "\e9c7"
}

.icon-Hotel:before {
    content: "\e9c8"
}

.icon-Hour:before {
    content: "\e9c9"
}

.icon-Hub:before {
    content: "\e9ca"
}

.icon-Humor:before {
    content: "\e9cb"
}

.icon-Hurt:before {
    content: "\e9cc"
}

.icon-Ice-Cream:before {
    content: "\e9cd"
}

.icon-ICQ:before {
    content: "\e9ce"
}

.icon-ID-2:before {
    content: "\e9cf"
}

.icon-ID-3:before {
    content: "\e9d0"
}

.icon-ID-Card:before {
    content: "\e9d1"
}

.icon-Idea-2:before {
    content: "\e9d2"
}

.icon-Idea-3:before {
    content: "\e9d3"
}

.icon-Idea-4:before {
    content: "\e9d4"
}

.icon-Idea-5:before {
    content: "\e9d5"
}

.icon-Idea:before {
    content: "\e9d6"
}

.icon-Identification-Badge:before {
    content: "\e9d7"
}

.icon-ImDB:before {
    content: "\e9d8"
}

.icon-Inbox-Empty:before {
    content: "\e9d9"
}

.icon-Inbox-Forward:before {
    content: "\e9da"
}

.icon-Inbox-Full:before {
    content: "\e9db"
}

.icon-Inbox-Into:before {
    content: "\e9dc"
}

.icon-Inbox-Out:before {
    content: "\e9dd"
}

.icon-Inbox-Reply:before {
    content: "\e9de"
}

.icon-Inbox:before {
    content: "\e9df"
}

.icon-Increase-Inedit:before {
    content: "\e9e0"
}

.icon-Indent-FirstLine:before {
    content: "\e9e1"
}

.icon-Indent-LeftMargin:before {
    content: "\e9e2"
}

.icon-Indent-RightMargin:before {
    content: "\e9e3"
}

.icon-India:before {
    content: "\e9e4"
}

.icon-Info-Window:before {
    content: "\e9e5"
}

.icon-Information:before {
    content: "\e9e6"
}

.icon-Inifity:before {
    content: "\e9e7"
}

.icon-Instagram:before {
    content: "\e9e8"
}

.icon-Internet-2:before {
    content: "\e9e9"
}

.icon-Internet-Explorer:before {
    content: "\e9ea"
}

.icon-Internet-Smiley:before {
    content: "\e9eb"
}

.icon-Internet:before {
    content: "\e9ec"
}

.icon-iOS-Apple:before {
    content: "\e9ed"
}

.icon-Israel:before {
    content: "\e9ee"
}

.icon-Italic-Text:before {
    content: "\e9ef"
}

.icon-Jacket-2:before {
    content: "\e9f0"
}

.icon-Jacket:before {
    content: "\e9f1"
}

.icon-Jamaica:before {
    content: "\e9f2"
}

.icon-Japan:before {
    content: "\e9f3"
}

.icon-Japanese-Gate:before {
    content: "\e9f4"
}

.icon-Jeans:before {
    content: "\e9f5"
}

.icon-Jeep-2:before {
    content: "\e9f6"
}

.icon-Jeep:before {
    content: "\e9f7"
}

.icon-Jet:before {
    content: "\e9f8"
}

.icon-Joystick:before {
    content: "\e9f9"
}

.icon-Juice:before {
    content: "\e9fa"
}

.icon-Jump-Rope:before {
    content: "\e9fb"
}

.icon-Kangoroo:before {
    content: "\e9fc"
}

.icon-Kenya:before {
    content: "\e9fd"
}

.icon-Key-2:before {
    content: "\e9fe"
}

.icon-Key-3:before {
    content: "\e9ff"
}

.icon-Key-Lock:before {
    content: "\ea00"
}

.icon-Key:before {
    content: "\ea01"
}

.icon-Keyboard:before {
    content: "\ea02"
}

.icon-Keyboard3:before {
    content: "\ea03"
}

.icon-Keypad:before {
    content: "\ea04"
}

.icon-King-2:before {
    content: "\ea05"
}

.icon-King:before {
    content: "\ea06"
}

.icon-Kiss:before {
    content: "\ea07"
}

.icon-Knee:before {
    content: "\ea08"
}

.icon-Knife-2:before {
    content: "\ea09"
}

.icon-Knife:before {
    content: "\ea0a"
}

.icon-Knight:before {
    content: "\ea0b"
}

.icon-Koala:before {
    content: "\ea0c"
}

.icon-Korea:before {
    content: "\ea0d"
}

.icon-Lamp:before {
    content: "\ea0e"
}

.icon-Landscape-2:before {
    content: "\ea0f"
}

.icon-Landscape:before {
    content: "\ea10"
}

.icon-Lantern:before {
    content: "\ea11"
}

.icon-Laptop-2:before {
    content: "\ea12"
}

.icon-Laptop-3:before {
    content: "\ea13"
}

.icon-Laptop-Phone:before {
    content: "\ea14"
}

.icon-Laptop-Secure:before {
    content: "\ea15"
}

.icon-Laptop-Tablet:before {
    content: "\ea16"
}

.icon-Laptop:before {
    content: "\ea17"
}

.icon-Laser:before {
    content: "\ea18"
}

.icon-Last-FM:before {
    content: "\ea19"
}

.icon-Last:before {
    content: "\ea1a"
}

.icon-Laughing:before {
    content: "\ea1b"
}

.icon-Layer-1635:before {
    content: "\ea1c"
}

.icon-Layer-1646:before {
    content: "\ea1d"
}

.icon-Layer-Backward:before {
    content: "\ea1e"
}

.icon-Layer-Forward:before {
    content: "\ea1f"
}

.icon-Leafs-2:before {
    content: "\ea20"
}

.icon-Leafs:before {
    content: "\ea21"
}

.icon-Leaning-Tower:before {
    content: "\ea22"
}

.icon-Left--Right:before {
    content: "\ea23"
}

.icon-Left--Right3:before {
    content: "\ea24"
}

.icon-Left-2:before {
    content: "\ea25"
}

.icon-Left-3:before {
    content: "\ea26"
}

.icon-Left-4:before {
    content: "\ea27"
}

.icon-Left-ToRight:before {
    content: "\ea28"
}

.icon-Left:before {
    content: "\ea29"
}

.icon-Leg-2:before {
    content: "\ea2a"
}

.icon-Leg:before {
    content: "\ea2b"
}

.icon-Lego:before {
    content: "\ea2c"
}

.icon-Lemon:before {
    content: "\ea2d"
}

.icon-Len-2:before {
    content: "\ea2e"
}

.icon-Len-3:before {
    content: "\ea2f"
}

.icon-Len:before {
    content: "\ea30"
}

.icon-Leo-2:before {
    content: "\ea31"
}

.icon-Leo:before {
    content: "\ea32"
}

.icon-Leopard:before {
    content: "\ea33"
}

.icon-Lesbian:before {
    content: "\ea34"
}

.icon-Lesbians:before {
    content: "\ea35"
}

.icon-Letter-Close:before {
    content: "\ea36"
}

.icon-Letter-Open:before {
    content: "\ea37"
}

.icon-Letter-Sent:before {
    content: "\ea38"
}

.icon-Libra-2:before {
    content: "\ea39"
}

.icon-Libra:before {
    content: "\ea3a"
}

.icon-Library-2:before {
    content: "\ea3b"
}

.icon-Library:before {
    content: "\ea3c"
}

.icon-Life-Jacket:before {
    content: "\ea3d"
}

.icon-Life-Safer:before {
    content: "\ea3e"
}

.icon-Light-Bulb:before {
    content: "\ea3f"
}

.icon-Light-Bulb2:before {
    content: "\ea40"
}

.icon-Light-BulbLeaf:before {
    content: "\ea41"
}

.icon-Lighthouse:before {
    content: "\ea42"
}

.icon-Like-2:before {
    content: "\ea43"
}

.icon-Like:before {
    content: "\ea44"
}

.icon-Line-Chart:before {
    content: "\ea45"
}

.icon-Line-Chart2:before {
    content: "\ea46"
}

.icon-Line-Chart3:before {
    content: "\ea47"
}

.icon-Line-Chart4:before {
    content: "\ea48"
}

.icon-Line-Spacing:before {
    content: "\ea49"
}

.icon-Line-SpacingText:before {
    content: "\ea4a"
}

.icon-Link-2:before {
    content: "\ea4b"
}

.icon-Link:before {
    content: "\ea4c"
}

.icon-Linkedin-2:before {
    content: "\ea4d"
}

.icon-Linkedin:before {
    content: "\ea4e"
}

.icon-Linux:before {
    content: "\ea4f"
}

.icon-Lion:before {
    content: "\ea50"
}

.icon-Livejournal:before {
    content: "\ea51"
}

.icon-Loading-2:before {
    content: "\ea52"
}

.icon-Loading-3:before {
    content: "\ea53"
}

.icon-Loading-Window:before {
    content: "\ea54"
}

.icon-Loading:before {
    content: "\ea55"
}

.icon-Location-2:before {
    content: "\ea56"
}

.icon-Location:before {
    content: "\ea57"
}

.icon-Lock-2:before {
    content: "\ea58"
}

.icon-Lock-3:before {
    content: "\ea59"
}

.icon-Lock-User:before {
    content: "\ea5a"
}

.icon-Lock-Window:before {
    content: "\ea5b"
}

.icon-Lock:before {
    content: "\ea5c"
}

.icon-Lollipop-2:before {
    content: "\ea5d"
}

.icon-Lollipop-3:before {
    content: "\ea5e"
}

.icon-Lollipop:before {
    content: "\ea5f"
}

.icon-Loop:before {
    content: "\ea60"
}

.icon-Loud:before {
    content: "\ea61"
}

.icon-Loudspeaker:before {
    content: "\ea62"
}

.icon-Love-2:before {
    content: "\ea63"
}

.icon-Love-User:before {
    content: "\ea64"
}

.icon-Love-Window:before {
    content: "\ea65"
}

.icon-Love:before {
    content: "\ea66"
}

.icon-Lowercase-Text:before {
    content: "\ea67"
}

.icon-Luggafe-Front:before {
    content: "\ea68"
}

.icon-Luggage-2:before {
    content: "\ea69"
}

.icon-Macro:before {
    content: "\ea6a"
}

.icon-Magic-Wand:before {
    content: "\ea6b"
}

.icon-Magnet:before {
    content: "\ea6c"
}

.icon-Magnifi-Glass-:before {
    content: "\ea6d"
}

.icon-Magnifi-Glass:before {
    content: "\ea6e"
}

.icon-Magnifi-Glass2:before {
    content: "\ea6f"
}

.icon-Mail-2:before {
    content: "\ea70"
}

.icon-Mail-3:before {
    content: "\ea71"
}

.icon-Mail-Add:before {
    content: "\ea72"
}

.icon-Mail-Attachement:before {
    content: "\ea73"
}

.icon-Mail-Block:before {
    content: "\ea74"
}

.icon-Mail-Delete:before {
    content: "\ea75"
}

.icon-Mail-Favorite:before {
    content: "\ea76"
}

.icon-Mail-Forward:before {
    content: "\ea77"
}

.icon-Mail-Gallery:before {
    content: "\ea78"
}

.icon-Mail-Inbox:before {
    content: "\ea79"
}

.icon-Mail-Link:before {
    content: "\ea7a"
}

.icon-Mail-Lock:before {
    content: "\ea7b"
}

.icon-Mail-Love:before {
    content: "\ea7c"
}

.icon-Mail-Money:before {
    content: "\ea7d"
}

.icon-Mail-Open:before {
    content: "\ea7e"
}

.icon-Mail-Outbox:before {
    content: "\ea7f"
}

.icon-Mail-Password:before {
    content: "\ea80"
}

.icon-Mail-Photo:before {
    content: "\ea81"
}

.icon-Mail-Read:before {
    content: "\ea82"
}

.icon-Mail-Removex:before {
    content: "\ea83"
}

.icon-Mail-Reply:before {
    content: "\ea84"
}

.icon-Mail-ReplyAll:before {
    content: "\ea85"
}

.icon-Mail-Search:before {
    content: "\ea86"
}

.icon-Mail-Send:before {
    content: "\ea87"
}

.icon-Mail-Settings:before {
    content: "\ea88"
}

.icon-Mail-Unread:before {
    content: "\ea89"
}

.icon-Mail-Video:before {
    content: "\ea8a"
}

.icon-Mail-withAtSign:before {
    content: "\ea8b"
}

.icon-Mail-WithCursors:before {
    content: "\ea8c"
}

.icon-Mail:before {
    content: "\ea8d"
}

.icon-Mailbox-Empty:before {
    content: "\ea8e"
}

.icon-Mailbox-Full:before {
    content: "\ea8f"
}

.icon-Male-2:before {
    content: "\ea90"
}

.icon-Male-Sign:before {
    content: "\ea91"
}

.icon-Male:before {
    content: "\ea92"
}

.icon-MaleFemale:before {
    content: "\ea93"
}

.icon-Man-Sign:before {
    content: "\ea94"
}

.icon-Management:before {
    content: "\ea95"
}

.icon-Mans-Underwear:before {
    content: "\ea96"
}

.icon-Mans-Underwear2:before {
    content: "\ea97"
}

.icon-Map-Marker:before {
    content: "\ea98"
}

.icon-Map-Marker2:before {
    content: "\ea99"
}

.icon-Map-Marker3:before {
    content: "\ea9a"
}

.icon-Map:before {
    content: "\ea9b"
}

.icon-Map2:before {
    content: "\ea9c"
}

.icon-Marker-2:before {
    content: "\ea9d"
}

.icon-Marker-3:before {
    content: "\ea9e"
}

.icon-Marker:before {
    content: "\ea9f"
}

.icon-Martini-Glass:before {
    content: "\eaa0"
}

.icon-Mask:before {
    content: "\eaa1"
}

.icon-Master-Card:before {
    content: "\eaa2"
}

.icon-Maximize-Window:before {
    content: "\eaa3"
}

.icon-Maximize:before {
    content: "\eaa4"
}

.icon-Medal-2:before {
    content: "\eaa5"
}

.icon-Medal-3:before {
    content: "\eaa6"
}

.icon-Medal:before {
    content: "\eaa7"
}

.icon-Medical-Sign:before {
    content: "\eaa8"
}

.icon-Medicine-2:before {
    content: "\eaa9"
}

.icon-Medicine-3:before {
    content: "\eaaa"
}

.icon-Medicine:before {
    content: "\eaab"
}

.icon-Megaphone:before {
    content: "\eaac"
}

.icon-Memory-Card:before {
    content: "\eaad"
}

.icon-Memory-Card2:before {
    content: "\eaae"
}

.icon-Memory-Card3:before {
    content: "\eaaf"
}

.icon-Men:before {
    content: "\eab0"
}

.icon-Menorah:before {
    content: "\eab1"
}

.icon-Mens:before {
    content: "\eab2"
}

.icon-Metacafe:before {
    content: "\eab3"
}

.icon-Mexico:before {
    content: "\eab4"
}

.icon-Mic:before {
    content: "\eab5"
}

.icon-Microphone-2:before {
    content: "\eab6"
}

.icon-Microphone-3:before {
    content: "\eab7"
}

.icon-Microphone-4:before {
    content: "\eab8"
}

.icon-Microphone-5:before {
    content: "\eab9"
}

.icon-Microphone-6:before {
    content: "\eaba"
}

.icon-Microphone-7:before {
    content: "\eabb"
}

.icon-Microphone:before {
    content: "\eabc"
}

.icon-Microscope:before {
    content: "\eabd"
}

.icon-Milk-Bottle:before {
    content: "\eabe"
}

.icon-Mine:before {
    content: "\eabf"
}

.icon-Minimize-Maximize-Close-Window:before {
    content: "\eac0"
}

.icon-Minimize-Window:before {
    content: "\eac1"
}

.icon-Minimize:before {
    content: "\eac2"
}

.icon-Mirror:before {
    content: "\eac3"
}

.icon-Mixer:before {
    content: "\eac4"
}

.icon-Mixx:before {
    content: "\eac5"
}

.icon-Money-2:before {
    content: "\eac6"
}

.icon-Money-Bag:before {
    content: "\eac7"
}

.icon-Money-Smiley:before {
    content: "\eac8"
}

.icon-Money:before {
    content: "\eac9"
}

.icon-Monitor-2:before {
    content: "\eaca"
}

.icon-Monitor-3:before {
    content: "\eacb"
}

.icon-Monitor-4:before {
    content: "\eacc"
}

.icon-Monitor-5:before {
    content: "\eacd"
}

.icon-Monitor-Analytics:before {
    content: "\eace"
}

.icon-Monitor-Laptop:before {
    content: "\eacf"
}

.icon-Monitor-phone:before {
    content: "\ead0"
}

.icon-Monitor-Tablet:before {
    content: "\ead1"
}

.icon-Monitor-Vertical:before {
    content: "\ead2"
}

.icon-Monitor:before {
    content: "\ead3"
}

.icon-Monitoring:before {
    content: "\ead4"
}

.icon-Monkey:before {
    content: "\ead5"
}

.icon-Monster:before {
    content: "\ead6"
}

.icon-Morocco:before {
    content: "\ead7"
}

.icon-Motorcycle:before {
    content: "\ead8"
}

.icon-Mouse-2:before {
    content: "\ead9"
}

.icon-Mouse-3:before {
    content: "\eada"
}

.icon-Mouse-4:before {
    content: "\eadb"
}

.icon-Mouse-Pointer:before {
    content: "\eadc"
}

.icon-Mouse:before {
    content: "\eadd"
}

.icon-Moustache-Smiley:before {
    content: "\eade"
}

.icon-Movie-Ticket:before {
    content: "\eadf"
}

.icon-Movie:before {
    content: "\eae0"
}

.icon-Mp3-File:before {
    content: "\eae1"
}

.icon-Museum:before {
    content: "\eae2"
}

.icon-Mushroom:before {
    content: "\eae3"
}

.icon-Music-Note:before {
    content: "\eae4"
}

.icon-Music-Note2:before {
    content: "\eae5"
}

.icon-Music-Note3:before {
    content: "\eae6"
}

.icon-Music-Note4:before {
    content: "\eae7"
}

.icon-Music-Player:before {
    content: "\eae8"
}

.icon-Mustache-2:before {
    content: "\eae9"
}

.icon-Mustache-3:before {
    content: "\eaea"
}

.icon-Mustache-4:before {
    content: "\eaeb"
}

.icon-Mustache-5:before {
    content: "\eaec"
}

.icon-Mustache-6:before {
    content: "\eaed"
}

.icon-Mustache-7:before {
    content: "\eaee"
}

.icon-Mustache-8:before {
    content: "\eaef"
}

.icon-Mustache:before {
    content: "\eaf0"
}

.icon-Mute:before {
    content: "\eaf1"
}

.icon-Myspace:before {
    content: "\eaf2"
}

.icon-Navigat-Start:before {
    content: "\eaf3"
}

.icon-Navigate-End:before {
    content: "\eaf4"
}

.icon-Navigation-LeftWindow:before {
    content: "\eaf5"
}

.icon-Navigation-RightWindow:before {
    content: "\eaf6"
}

.icon-Nepal:before {
    content: "\eaf7"
}

.icon-Netscape:before {
    content: "\eaf8"
}

.icon-Network-Window:before {
    content: "\eaf9"
}

.icon-Network:before {
    content: "\eafa"
}

.icon-Neutron:before {
    content: "\eafb"
}

.icon-New-Mail:before {
    content: "\eafc"
}

.icon-New-Tab:before {
    content: "\eafd"
}

.icon-Newspaper-2:before {
    content: "\eafe"
}

.icon-Newspaper:before {
    content: "\eaff"
}

.icon-Newsvine:before {
    content: "\eb00"
}

.icon-Next2:before {
    content: "\eb01"
}

.icon-Next-3:before {
    content: "\eb02"
}

.icon-Next-Music:before {
    content: "\eb03"
}

.icon-Next:before {
    content: "\eb04"
}

.icon-No-Battery:before {
    content: "\eb05"
}

.icon-No-Drop:before {
    content: "\eb06"
}

.icon-No-Flash:before {
    content: "\eb07"
}

.icon-No-Smoking:before {
    content: "\eb08"
}

.icon-Noose:before {
    content: "\eb09"
}

.icon-Normal-Text:before {
    content: "\eb0a"
}

.icon-Note:before {
    content: "\eb0b"
}

.icon-Notepad-2:before {
    content: "\eb0c"
}

.icon-Notepad:before {
    content: "\eb0d"
}

.icon-Nuclear:before {
    content: "\eb0e"
}

.icon-Numbering-List:before {
    content: "\eb0f"
}

.icon-Nurse:before {
    content: "\eb10"
}

.icon-Office-Lamp:before {
    content: "\eb11"
}

.icon-Office:before {
    content: "\eb12"
}

.icon-Oil:before {
    content: "\eb13"
}

.icon-Old-Camera:before {
    content: "\eb14"
}

.icon-Old-Cassette:before {
    content: "\eb15"
}

.icon-Old-Clock:before {
    content: "\eb16"
}

.icon-Old-Radio:before {
    content: "\eb17"
}

.icon-Old-Sticky:before {
    content: "\eb18"
}

.icon-Old-Sticky2:before {
    content: "\eb19"
}

.icon-Old-Telephone:before {
    content: "\eb1a"
}

.icon-Old-TV:before {
    content: "\eb1b"
}

.icon-On-Air:before {
    content: "\eb1c"
}

.icon-On-Off-2:before {
    content: "\eb1d"
}

.icon-On-Off-3:before {
    content: "\eb1e"
}

.icon-On-off:before {
    content: "\eb1f"
}

.icon-One-Finger:before {
    content: "\eb20"
}

.icon-One-FingerTouch:before {
    content: "\eb21"
}

.icon-One-Window:before {
    content: "\eb22"
}

.icon-Open-Banana:before {
    content: "\eb23"
}

.icon-Open-Book:before {
    content: "\eb24"
}

.icon-Opera-House:before {
    content: "\eb25"
}

.icon-Opera:before {
    content: "\eb26"
}

.icon-Optimization:before {
    content: "\eb27"
}

.icon-Orientation-2:before {
    content: "\eb28"
}

.icon-Orientation-3:before {
    content: "\eb29"
}

.icon-Orientation:before {
    content: "\eb2a"
}

.icon-Orkut:before {
    content: "\eb2b"
}

.icon-Ornament:before {
    content: "\eb2c"
}

.icon-Over-Time:before {
    content: "\eb2d"
}

.icon-Over-Time2:before {
    content: "\eb2e"
}

.icon-Owl:before {
    content: "\eb2f"
}

.icon-Pac-Man:before {
    content: "\eb30"
}

.icon-Paint-Brush:before {
    content: "\eb31"
}

.icon-Paint-Bucket:before {
    content: "\eb32"
}

.icon-Paintbrush:before {
    content: "\eb33"
}

.icon-Palette:before {
    content: "\eb34"
}

.icon-Palm-Tree:before {
    content: "\eb35"
}

.icon-Panda:before {
    content: "\eb36"
}

.icon-Panorama:before {
    content: "\eb37"
}

.icon-Pantheon:before {
    content: "\eb38"
}

.icon-Pantone:before {
    content: "\eb39"
}

.icon-Pants:before {
    content: "\eb3a"
}

.icon-Paper-Plane:before {
    content: "\eb3b"
}

.icon-Paper:before {
    content: "\eb3c"
}

.icon-Parasailing:before {
    content: "\eb3d"
}

.icon-Parrot:before {
    content: "\eb3e"
}

.icon-Password-2shopping:before {
    content: "\eb3f"
}

.icon-Password-Field:before {
    content: "\eb40"
}

.icon-Password-shopping:before {
    content: "\eb41"
}

.icon-Password:before {
    content: "\eb42"
}

.icon-pause-2:before {
    content: "\eb43"
}

.icon-Pause:before {
    content: "\eb44"
}

.icon-Paw:before {
    content: "\eb45"
}

.icon-Pawn:before {
    content: "\eb46"
}

.icon-Paypal:before {
    content: "\eb47"
}

.icon-Pen-2:before {
    content: "\eb48"
}

.icon-Pen-3:before {
    content: "\eb49"
}

.icon-Pen-4:before {
    content: "\eb4a"
}

.icon-Pen-5:before {
    content: "\eb4b"
}

.icon-Pen-6:before {
    content: "\eb4c"
}

.icon-Pen:before {
    content: "\eb4d"
}

.icon-Pencil-Ruler:before {
    content: "\eb4e"
}

.icon-Pencil:before {
    content: "\eb4f"
}

.icon-Penguin:before {
    content: "\eb50"
}

.icon-Pentagon:before {
    content: "\eb51"
}

.icon-People-onCloud:before {
    content: "\eb52"
}

.icon-Pepper-withFire:before {
    content: "\eb53"
}

.icon-Pepper:before {
    content: "\eb54"
}

.icon-Petrol:before {
    content: "\eb55"
}

.icon-Petronas-Tower:before {
    content: "\eb56"
}

.icon-Philipines:before {
    content: "\eb57"
}

.icon-Phone-2:before {
    content: "\eb58"
}

.icon-Phone-3:before {
    content: "\eb59"
}

.icon-Phone-3G:before {
    content: "\eb5a"
}

.icon-Phone-4G:before {
    content: "\eb5b"
}

.icon-Phone-Simcard:before {
    content: "\eb5c"
}

.icon-Phone-SMS:before {
    content: "\eb5d"
}

.icon-Phone-Wifi:before {
    content: "\eb5e"
}

.icon-Phone:before {
    content: "\eb5f"
}

.icon-Photo-2:before {
    content: "\eb60"
}

.icon-Photo-3:before {
    content: "\eb61"
}

.icon-Photo-Album:before {
    content: "\eb62"
}

.icon-Photo-Album2:before {
    content: "\eb63"
}

.icon-Photo-Album3:before {
    content: "\eb64"
}

.icon-Photo:before {
    content: "\eb65"
}

.icon-Photos:before {
    content: "\eb66"
}

.icon-Physics:before {
    content: "\eb67"
}

.icon-Pi:before {
    content: "\eb68"
}

.icon-Piano:before {
    content: "\eb69"
}

.icon-Picasa:before {
    content: "\eb6a"
}

.icon-Pie-Chart:before {
    content: "\eb6b"
}

.icon-Pie-Chart2:before {
    content: "\eb6c"
}

.icon-Pie-Chart3:before {
    content: "\eb6d"
}

.icon-Pilates-2:before {
    content: "\eb6e"
}

.icon-Pilates-3:before {
    content: "\eb6f"
}

.icon-Pilates:before {
    content: "\eb70"
}

.icon-Pilot:before {
    content: "\eb71"
}

.icon-Pinch:before {
    content: "\eb72"
}

.icon-Ping-Pong:before {
    content: "\eb73"
}

.icon-Pinterest:before {
    content: "\eb74"
}

.icon-Pipe:before {
    content: "\eb75"
}

.icon-Pipette:before {
    content: "\eb76"
}

.icon-Piramids:before {
    content: "\eb77"
}

.icon-Pisces-2:before {
    content: "\eb78"
}

.icon-Pisces:before {
    content: "\eb79"
}

.icon-Pizza-Slice:before {
    content: "\eb7a"
}

.icon-Pizza:before {
    content: "\eb7b"
}

.icon-Plane-2:before {
    content: "\eb7c"
}

.icon-Plane:before {
    content: "\eb7d"
}

.icon-Plant:before {
    content: "\eb7e"
}

.icon-Plasmid:before {
    content: "\eb7f"
}

.icon-Plaster:before {
    content: "\eb80"
}

.icon-Plastic-CupPhone:before {
    content: "\eb81"
}

.icon-Plastic-CupPhone2:before {
    content: "\eb82"
}

.icon-Plate:before {
    content: "\eb83"
}

.icon-Plates:before {
    content: "\eb84"
}

.icon-Plaxo:before {
    content: "\eb85"
}

.icon-Play-Music:before {
    content: "\eb86"
}

.icon-Plug-In:before {
    content: "\eb87"
}

.icon-Plug-In2:before {
    content: "\eb88"
}

.icon-Plurk:before {
    content: "\eb89"
}

.icon-Pointer:before {
    content: "\eb8a"
}

.icon-Poland:before {
    content: "\eb8b"
}

.icon-Police-Man:before {
    content: "\eb8c"
}

.icon-Police-Station:before {
    content: "\eb8d"
}

.icon-Police-Woman:before {
    content: "\eb8e"
}

.icon-Police:before {
    content: "\eb8f"
}

.icon-Polo-Shirt:before {
    content: "\eb90"
}

.icon-Portrait:before {
    content: "\eb91"
}

.icon-Portugal:before {
    content: "\eb92"
}

.icon-Post-Mail:before {
    content: "\eb93"
}

.icon-Post-Mail2:before {
    content: "\eb94"
}

.icon-Post-Office:before {
    content: "\eb95"
}

.icon-Post-Sign:before {
    content: "\eb96"
}

.icon-Post-Sign2ways:before {
    content: "\eb97"
}

.icon-Posterous:before {
    content: "\eb98"
}

.icon-Pound-Sign:before {
    content: "\eb99"
}

.icon-Pound-Sign2:before {
    content: "\eb9a"
}

.icon-Pound:before {
    content: "\eb9b"
}

.icon-Power-2:before {
    content: "\eb9c"
}

.icon-Power-3:before {
    content: "\eb9d"
}

.icon-Power-Cable:before {
    content: "\eb9e"
}

.icon-Power-Station:before {
    content: "\eb9f"
}

.icon-Power:before {
    content: "\eba0"
}

.icon-Prater:before {
    content: "\eba1"
}

.icon-Present:before {
    content: "\eba2"
}

.icon-Presents:before {
    content: "\eba3"
}

.icon-Press:before {
    content: "\eba4"
}

.icon-Preview:before {
    content: "\eba5"
}

.icon-Previous:before {
    content: "\eba6"
}

.icon-Pricing:before {
    content: "\eba7"
}

.icon-Printer:before {
    content: "\eba8"
}

.icon-Professor:before {
    content: "\eba9"
}

.icon-Profile:before {
    content: "\ebaa"
}

.icon-Project:before {
    content: "\ebab"
}

.icon-Projector-2:before {
    content: "\ebac"
}

.icon-Projector:before {
    content: "\ebad"
}

.icon-Pulse:before {
    content: "\ebae"
}

.icon-Pumpkin:before {
    content: "\ebaf"
}

.icon-Punk:before {
    content: "\ebb0"
}

.icon-Punker:before {
    content: "\ebb1"
}

.icon-Puzzle:before {
    content: "\ebb2"
}

.icon-QIK:before {
    content: "\ebb3"
}

.icon-QR-Code:before {
    content: "\ebb4"
}

.icon-Queen-2:before {
    content: "\ebb5"
}

.icon-Queen:before {
    content: "\ebb6"
}

.icon-Quill-2:before {
    content: "\ebb7"
}

.icon-Quill-3:before {
    content: "\ebb8"
}

.icon-Quill:before {
    content: "\ebb9"
}

.icon-Quotes-2:before {
    content: "\ebba"
}

.icon-Quotes:before {
    content: "\ebbb"
}

.icon-Radio:before {
    content: "\ebbc"
}

.icon-Radioactive:before {
    content: "\ebbd"
}

.icon-Rafting:before {
    content: "\ebbe"
}

.icon-Rain-Drop:before {
    content: "\ebbf"
}

.icon-Rainbow-2:before {
    content: "\ebc0"
}

.icon-Rainbow:before {
    content: "\ebc1"
}

.icon-Ram:before {
    content: "\ebc2"
}

.icon-Razzor-Blade:before {
    content: "\ebc3"
}

.icon-Receipt-2:before {
    content: "\ebc4"
}

.icon-Receipt-3:before {
    content: "\ebc5"
}

.icon-Receipt-4:before {
    content: "\ebc6"
}

.icon-Receipt:before {
    content: "\ebc7"
}

.icon-Record2:before {
    content: "\ebc8"
}

.icon-Record-3:before {
    content: "\ebc9"
}

.icon-Record-Music:before {
    content: "\ebca"
}

.icon-Record:before {
    content: "\ebcb"
}

.icon-Recycling-2:before {
    content: "\ebcc"
}

.icon-Recycling:before {
    content: "\ebcd"
}

.icon-Reddit:before {
    content: "\ebce"
}

.icon-Redhat:before {
    content: "\ebcf"
}

.icon-Redirect:before {
    content: "\ebd0"
}

.icon-Redo:before {
    content: "\ebd1"
}

.icon-Reel:before {
    content: "\ebd2"
}

.icon-Refinery:before {
    content: "\ebd3"
}

.icon-Refresh-Window:before {
    content: "\ebd4"
}

.icon-Refresh:before {
    content: "\ebd5"
}

.icon-Reload-2:before {
    content: "\ebd6"
}

.icon-Reload-3:before {
    content: "\ebd7"
}

.icon-Reload:before {
    content: "\ebd8"
}

.icon-Remote-Controll:before {
    content: "\ebd9"
}

.icon-Remote-Controll2:before {
    content: "\ebda"
}

.icon-Remove-Bag:before {
    content: "\ebdb"
}

.icon-Remove-Basket:before {
    content: "\ebdc"
}

.icon-Remove-Cart:before {
    content: "\ebdd"
}

.icon-Remove-File:before {
    content: "\ebde"
}

.icon-Remove-User:before {
    content: "\ebdf"
}

.icon-Remove-Window:before {
    content: "\ebe0"
}

.icon-Remove:before {
    content: "\ebe1"
}

.icon-Rename:before {
    content: "\ebe2"
}

.icon-Repair:before {
    content: "\ebe3"
}

.icon-Repeat-2:before {
    content: "\ebe4"
}

.icon-Repeat-3:before {
    content: "\ebe5"
}

.icon-Repeat-4:before {
    content: "\ebe6"
}

.icon-Repeat-5:before {
    content: "\ebe7"
}

.icon-Repeat-6:before {
    content: "\ebe8"
}

.icon-Repeat-7:before {
    content: "\ebe9"
}

.icon-Repeat:before {
    content: "\ebea"
}

.icon-Reset:before {
    content: "\ebeb"
}

.icon-Resize:before {
    content: "\ebec"
}

.icon-Restore-Window:before {
    content: "\ebed"
}

.icon-Retouching:before {
    content: "\ebee"
}

.icon-Retro-Camera:before {
    content: "\ebef"
}

.icon-Retro:before {
    content: "\ebf0"
}

.icon-Retweet:before {
    content: "\ebf1"
}

.icon-Reverbnation:before {
    content: "\ebf2"
}

.icon-Rewind:before {
    content: "\ebf3"
}

.icon-RGB:before {
    content: "\ebf4"
}

.icon-Ribbon-2:before {
    content: "\ebf5"
}

.icon-Ribbon-3:before {
    content: "\ebf6"
}

.icon-Ribbon:before {
    content: "\ebf7"
}

.icon-Right-2:before {
    content: "\ebf8"
}

.icon-Right-3:before {
    content: "\ebf9"
}

.icon-Right-4:before {
    content: "\ebfa"
}

.icon-Right-ToLeft:before {
    content: "\ebfb"
}

.icon-Right:before {
    content: "\ebfc"
}

.icon-Road-2:before {
    content: "\ebfd"
}

.icon-Road-3:before {
    content: "\ebfe"
}

.icon-Road:before {
    content: "\ebff"
}

.icon-Robot-2:before {
    content: "\ec00"
}

.icon-Robot:before {
    content: "\ec01"
}

.icon-Rock-andRoll:before {
    content: "\ec02"
}

.icon-Rocket:before {
    content: "\ec03"
}

.icon-Roller:before {
    content: "\ec04"
}

.icon-Roof:before {
    content: "\ec05"
}

.icon-Rook:before {
    content: "\ec06"
}

.icon-Rotate-Gesture:before {
    content: "\ec07"
}

.icon-Rotate-Gesture2:before {
    content: "\ec08"
}

.icon-Rotate-Gesture3:before {
    content: "\ec09"
}

.icon-Rotation-390:before {
    content: "\ec0a"
}

.icon-Rotation:before {
    content: "\ec0b"
}

.icon-Router-2:before {
    content: "\ec0c"
}

.icon-Router:before {
    content: "\ec0d"
}

.icon-RSS:before {
    content: "\ec0e"
}

.icon-Ruler-2:before {
    content: "\ec0f"
}

.icon-Ruler:before {
    content: "\ec10"
}

.icon-Running-Shoes:before {
    content: "\ec11"
}

.icon-Running:before {
    content: "\ec12"
}

.icon-Safari:before {
    content: "\ec13"
}

.icon-Safe-Box:before {
    content: "\ec14"
}

.icon-Safe-Box2:before {
    content: "\ec15"
}

.icon-Safety-PinClose:before {
    content: "\ec16"
}

.icon-Safety-PinOpen:before {
    content: "\ec17"
}

.icon-Sagittarus-2:before {
    content: "\ec18"
}

.icon-Sagittarus:before {
    content: "\ec19"
}

.icon-Sailing-Ship:before {
    content: "\ec1a"
}

.icon-Sand-watch:before {
    content: "\ec1b"
}

.icon-Sand-watch2:before {
    content: "\ec1c"
}

.icon-Santa-Claus:before {
    content: "\ec1d"
}

.icon-Santa-Claus2:before {
    content: "\ec1e"
}

.icon-Santa-onSled:before {
    content: "\ec1f"
}

.icon-Satelite-2:before {
    content: "\ec20"
}

.icon-Satelite:before {
    content: "\ec21"
}

.icon-Save-Window:before {
    content: "\ec22"
}

.icon-Save:before {
    content: "\ec23"
}

.icon-Saw:before {
    content: "\ec24"
}

.icon-Saxophone:before {
    content: "\ec25"
}

.icon-Scale:before {
    content: "\ec26"
}

.icon-Scarf:before {
    content: "\ec27"
}

.icon-Scissor:before {
    content: "\ec28"
}

.icon-Scooter-Front:before {
    content: "\ec29"
}

.icon-Scooter:before {
    content: "\ec2a"
}

.icon-Scorpio-2:before {
    content: "\ec2b"
}

.icon-Scorpio:before {
    content: "\ec2c"
}

.icon-Scotland:before {
    content: "\ec2d"
}

.icon-Screwdriver:before {
    content: "\ec2e"
}

.icon-Scroll-Fast:before {
    content: "\ec2f"
}

.icon-Scroll:before {
    content: "\ec30"
}

.icon-Scroller-2:before {
    content: "\ec31"
}

.icon-Scroller:before {
    content: "\ec32"
}

.icon-Sea-Dog:before {
    content: "\ec33"
}

.icon-Search-onCloud:before {
    content: "\ec34"
}

.icon-Search-People:before {
    content: "\ec35"
}

.icon-secound:before {
    content: "\ec36"
}

.icon-secound2:before {
    content: "\ec37"
}

.icon-Security-Block:before {
    content: "\ec38"
}

.icon-Security-Bug:before {
    content: "\ec39"
}

.icon-Security-Camera:before {
    content: "\ec3a"
}

.icon-Security-Check:before {
    content: "\ec3b"
}

.icon-Security-Settings:before {
    content: "\ec3c"
}

.icon-Security-Smiley:before {
    content: "\ec3d"
}

.icon-Securiy-Remove:before {
    content: "\ec3e"
}

.icon-Seed:before {
    content: "\ec3f"
}

.icon-Selfie:before {
    content: "\ec40"
}

.icon-Serbia:before {
    content: "\ec41"
}

.icon-Server-2:before {
    content: "\ec42"
}

.icon-Server:before {
    content: "\ec43"
}

.icon-Servers:before {
    content: "\ec44"
}

.icon-Settings-Window:before {
    content: "\ec45"
}

.icon-Sewing-Machine:before {
    content: "\ec46"
}

.icon-Sexual:before {
    content: "\ec47"
}

.icon-Share-onCloud:before {
    content: "\ec48"
}

.icon-Share-Window:before {
    content: "\ec49"
}

.icon-Share:before {
    content: "\ec4a"
}

.icon-Sharethis:before {
    content: "\ec4b"
}

.icon-Shark:before {
    content: "\ec4c"
}

.icon-Sheep:before {
    content: "\ec4d"
}

.icon-Sheriff-Badge:before {
    content: "\ec4e"
}

.icon-Shield:before {
    content: "\ec4f"
}

.icon-Ship-2:before {
    content: "\ec50"
}

.icon-Ship:before {
    content: "\ec51"
}

.icon-Shirt:before {
    content: "\ec52"
}

.icon-Shoes-2:before {
    content: "\ec53"
}

.icon-Shoes-3:before {
    content: "\ec54"
}

.icon-Shoes:before {
    content: "\ec55"
}

.icon-Shop-2:before {
    content: "\ec56"
}

.icon-Shop-3:before {
    content: "\ec57"
}

.icon-Shop-4:before {
    content: "\ec58"
}

.icon-Shop:before {
    content: "\ec59"
}

.icon-Shopping-Bag:before {
    content: "\ec5a"
}

.icon-Shopping-Basket:before {
    content: "\ec5b"
}

.icon-Shopping-Cart:before {
    content: "\ec5c"
}

.icon-Short-Pants:before {
    content: "\ec5d"
}

.icon-Shoutwire:before {
    content: "\ec5e"
}

.icon-Shovel:before {
    content: "\ec5f"
}

.icon-Shuffle-2:before {
    content: "\ec60"
}

.icon-Shuffle-3:before {
    content: "\ec61"
}

.icon-Shuffle-4:before {
    content: "\ec62"
}

.icon-Shuffle:before {
    content: "\ec63"
}

.icon-Shutter:before {
    content: "\ec64"
}

.icon-Sidebar-Window:before {
    content: "\ec65"
}

.icon-Signal:before {
    content: "\ec66"
}

.icon-Singapore:before {
    content: "\ec67"
}

.icon-Skate-Shoes:before {
    content: "\ec68"
}

.icon-Skateboard-2:before {
    content: "\ec69"
}

.icon-Skateboard:before {
    content: "\ec6a"
}

.icon-Skeleton:before {
    content: "\ec6b"
}

.icon-Ski:before {
    content: "\ec6c"
}

.icon-Skirt:before {
    content: "\ec6d"
}

.icon-Skrill:before {
    content: "\ec6e"
}

.icon-Skull:before {
    content: "\ec6f"
}

.icon-Skydiving:before {
    content: "\ec70"
}

.icon-Skype:before {
    content: "\ec71"
}

.icon-Sled-withGifts:before {
    content: "\ec72"
}

.icon-Sled:before {
    content: "\ec73"
}

.icon-Sleeping:before {
    content: "\ec74"
}

.icon-Sleet:before {
    content: "\ec75"
}

.icon-Slippers:before {
    content: "\ec76"
}

.icon-Smart:before {
    content: "\ec77"
}

.icon-Smartphone-2:before {
    content: "\ec78"
}

.icon-Smartphone-3:before {
    content: "\ec79"
}

.icon-Smartphone-4:before {
    content: "\ec7a"
}

.icon-Smartphone-Secure:before {
    content: "\ec7b"
}

.icon-Smartphone:before {
    content: "\ec7c"
}

.icon-Smile:before {
    content: "\ec7d"
}

.icon-Smoking-Area:before {
    content: "\ec7e"
}

.icon-Smoking-Pipe:before {
    content: "\ec7f"
}

.icon-Snake:before {
    content: "\ec80"
}

.icon-Snorkel:before {
    content: "\ec81"
}

.icon-Snow-2:before {
    content: "\ec82"
}

.icon-Snow-Dome:before {
    content: "\ec83"
}

.icon-Snow-Storm:before {
    content: "\ec84"
}

.icon-Snow:before {
    content: "\ec85"
}

.icon-Snowflake-2:before {
    content: "\ec86"
}

.icon-Snowflake-3:before {
    content: "\ec87"
}

.icon-Snowflake-4:before {
    content: "\ec88"
}

.icon-Snowflake:before {
    content: "\ec89"
}

.icon-Snowman:before {
    content: "\ec8a"
}

.icon-Soccer-Ball:before {
    content: "\ec8b"
}

.icon-Soccer-Shoes:before {
    content: "\ec8c"
}

.icon-Socks:before {
    content: "\ec8d"
}

.icon-Solar:before {
    content: "\ec8e"
}

.icon-Sound-Wave:before {
    content: "\ec8f"
}

.icon-Sound:before {
    content: "\ec90"
}

.icon-Soundcloud:before {
    content: "\ec91"
}

.icon-Soup:before {
    content: "\ec92"
}

.icon-South-Africa:before {
    content: "\ec93"
}

.icon-Space-Needle:before {
    content: "\ec94"
}

.icon-Spain:before {
    content: "\ec95"
}

.icon-Spam-Mail:before {
    content: "\ec96"
}

.icon-Speach-Bubble:before {
    content: "\ec97"
}

.icon-Speach-Bubble2:before {
    content: "\ec98"
}

.icon-Speach-Bubble3:before {
    content: "\ec99"
}

.icon-Speach-Bubble4:before {
    content: "\ec9a"
}

.icon-Speach-Bubble5:before {
    content: "\ec9b"
}

.icon-Speach-Bubble6:before {
    content: "\ec9c"
}

.icon-Speach-Bubble7:before {
    content: "\ec9d"
}

.icon-Speach-Bubble8:before {
    content: "\ec9e"
}

.icon-Speach-Bubble9:before {
    content: "\ec9f"
}

.icon-Speach-Bubble10:before {
    content: "\eca0"
}

.icon-Speach-Bubble11:before {
    content: "\eca1"
}

.icon-Speach-Bubble12:before {
    content: "\eca2"
}

.icon-Speach-Bubble13:before {
    content: "\eca3"
}

.icon-Speach-BubbleAsking:before {
    content: "\eca4"
}

.icon-Speach-BubbleComic:before {
    content: "\eca5"
}

.icon-Speach-BubbleComic2:before {
    content: "\eca6"
}

.icon-Speach-BubbleComic3:before {
    content: "\eca7"
}

.icon-Speach-BubbleComic4:before {
    content: "\eca8"
}

.icon-Speach-BubbleDialog:before {
    content: "\eca9"
}

.icon-Speach-Bubbles:before {
    content: "\ecaa"
}

.icon-Speak-2:before {
    content: "\ecab"
}

.icon-Speak:before {
    content: "\ecac"
}

.icon-Speaker-2:before {
    content: "\ecad"
}

.icon-Speaker:before {
    content: "\ecae"
}

.icon-Spell-Check:before {
    content: "\ecaf"
}

.icon-Spell-CheckABC:before {
    content: "\ecb0"
}

.icon-Spermium:before {
    content: "\ecb1"
}

.icon-Spider:before {
    content: "\ecb2"
}

.icon-Spiderweb:before {
    content: "\ecb3"
}

.icon-Split-FourSquareWindow:before {
    content: "\ecb4"
}

.icon-Split-Horizontal:before {
    content: "\ecb5"
}

.icon-Split-Horizontal2Window:before {
    content: "\ecb6"
}

.icon-Split-Vertical:before {
    content: "\ecb7"
}

.icon-Split-Vertical2:before {
    content: "\ecb8"
}

.icon-Split-Window:before {
    content: "\ecb9"
}

.icon-Spoder:before {
    content: "\ecba"
}

.icon-Spoon:before {
    content: "\ecbb"
}

.icon-Sport-Mode:before {
    content: "\ecbc"
}

.icon-Sports-Clothings1:before {
    content: "\ecbd"
}

.icon-Sports-Clothings2:before {
    content: "\ecbe"
}

.icon-Sports-Shirt:before {
    content: "\ecbf"
}

.icon-Spot:before {
    content: "\ecc0"
}

.icon-Spray:before {
    content: "\ecc1"
}

.icon-Spread:before {
    content: "\ecc2"
}

.icon-Spring:before {
    content: "\ecc3"
}

.icon-Spurl:before {
    content: "\ecc4"
}

.icon-Spy:before {
    content: "\ecc5"
}

.icon-Squirrel:before {
    content: "\ecc6"
}

.icon-SSL:before {
    content: "\ecc7"
}

.icon-St-BasilsCathedral:before {
    content: "\ecc8"
}

.icon-St-PaulsCathedral:before {
    content: "\ecc9"
}

.icon-Stamp-2:before {
    content: "\ecca"
}

.icon-Stamp:before {
    content: "\eccb"
}

.icon-Stapler:before {
    content: "\eccc"
}

.icon-Star-Track:before {
    content: "\eccd"
}

.icon-Star:before {
    content: "\ecce"
}

.icon-Starfish:before {
    content: "\eccf"
}

.icon-Start2:before {
    content: "\ecd0"
}

.icon-Start-3:before {
    content: "\ecd1"
}

.icon-Start-ways:before {
    content: "\ecd2"
}

.icon-Start:before {
    content: "\ecd3"
}

.icon-Statistic:before {
    content: "\ecd4"
}

.icon-Stethoscope:before {
    content: "\ecd5"
}

.icon-stop--2:before {
    content: "\ecd6"
}

.icon-Stop-Music:before {
    content: "\ecd7"
}

.icon-Stop:before {
    content: "\ecd8"
}

.icon-Stopwatch-2:before {
    content: "\ecd9"
}

.icon-Stopwatch:before {
    content: "\ecda"
}

.icon-Storm:before {
    content: "\ecdb"
}

.icon-Street-View:before {
    content: "\ecdc"
}

.icon-Street-View2:before {
    content: "\ecdd"
}

.icon-Strikethrough-Text:before {
    content: "\ecde"
}

.icon-Stroller:before {
    content: "\ecdf"
}

.icon-Structure:before {
    content: "\ece0"
}

.icon-Student-Female:before {
    content: "\ece1"
}

.icon-Student-Hat:before {
    content: "\ece2"
}

.icon-Student-Hat2:before {
    content: "\ece3"
}

.icon-Student-Male:before {
    content: "\ece4"
}

.icon-Student-MaleFemale:before {
    content: "\ece5"
}

.icon-Students:before {
    content: "\ece6"
}

.icon-Studio-Flash:before {
    content: "\ece7"
}

.icon-Studio-Lightbox:before {
    content: "\ece8"
}

.icon-Stumbleupon:before {
    content: "\ece9"
}

.icon-Suit:before {
    content: "\ecea"
}

.icon-Suitcase:before {
    content: "\eceb"
}

.icon-Sum-2:before {
    content: "\ecec"
}

.icon-Sum:before {
    content: "\eced"
}

.icon-Summer:before {
    content: "\ecee"
}

.icon-Sun-CloudyRain:before {
    content: "\ecef"
}

.icon-Sun:before {
    content: "\ecf0"
}

.icon-Sunglasses-2:before {
    content: "\ecf1"
}

.icon-Sunglasses-3:before {
    content: "\ecf2"
}

.icon-Sunglasses-Smiley:before {
    content: "\ecf3"
}

.icon-Sunglasses-Smiley2:before {
    content: "\ecf4"
}

.icon-Sunglasses-W:before {
    content: "\ecf5"
}

.icon-Sunglasses-W2:before {
    content: "\ecf6"
}

.icon-Sunglasses-W3:before {
    content: "\ecf7"
}

.icon-Sunglasses:before {
    content: "\ecf8"
}

.icon-Sunrise:before {
    content: "\ecf9"
}

.icon-Sunset:before {
    content: "\ecfa"
}

.icon-Superman:before {
    content: "\ecfb"
}

.icon-Support:before {
    content: "\ecfc"
}

.icon-Surprise:before {
    content: "\ecfd"
}

.icon-Sushi:before {
    content: "\ecfe"
}

.icon-Sweden:before {
    content: "\ecff"
}

.icon-Swimming-Short:before {
    content: "\ed00"
}

.icon-Swimming:before {
    content: "\ed01"
}

.icon-Swimmwear:before {
    content: "\ed02"
}

.icon-Switch:before {
    content: "\ed03"
}

.icon-Switzerland:before {
    content: "\ed04"
}

.icon-Sync-Cloud:before {
    content: "\ed05"
}

.icon-Sync:before {
    content: "\ed06"
}

.icon-Synchronize-2:before {
    content: "\ed07"
}

.icon-Synchronize:before {
    content: "\ed08"
}

.icon-T-Shirt:before {
    content: "\ed09"
}

.icon-Tablet-2:before {
    content: "\ed0a"
}

.icon-Tablet-3:before {
    content: "\ed0b"
}

.icon-Tablet-Orientation:before {
    content: "\ed0c"
}

.icon-Tablet-Phone:before {
    content: "\ed0d"
}

.icon-Tablet-Secure:before {
    content: "\ed0e"
}

.icon-Tablet-Vertical:before {
    content: "\ed0f"
}

.icon-Tablet:before {
    content: "\ed10"
}

.icon-Tactic:before {
    content: "\ed11"
}

.icon-Tag-2:before {
    content: "\ed12"
}

.icon-Tag-3:before {
    content: "\ed13"
}

.icon-Tag-4:before {
    content: "\ed14"
}

.icon-Tag-5:before {
    content: "\ed15"
}

.icon-Tag:before {
    content: "\ed16"
}

.icon-Taj-Mahal:before {
    content: "\ed17"
}

.icon-Talk-Man:before {
    content: "\ed18"
}

.icon-Tap:before {
    content: "\ed19"
}

.icon-Target-Market:before {
    content: "\ed1a"
}

.icon-Target:before {
    content: "\ed1b"
}

.icon-Taurus-2:before {
    content: "\ed1c"
}

.icon-Taurus:before {
    content: "\ed1d"
}

.icon-Taxi-2:before {
    content: "\ed1e"
}

.icon-Taxi-Sign:before {
    content: "\ed1f"
}

.icon-Taxi:before {
    content: "\ed20"
}

.icon-Teacher:before {
    content: "\ed21"
}

.icon-Teapot:before {
    content: "\ed22"
}

.icon-Technorati:before {
    content: "\ed23"
}

.icon-Teddy-Bear:before {
    content: "\ed24"
}

.icon-Tee-Mug:before {
    content: "\ed25"
}

.icon-Telephone-2:before {
    content: "\ed26"
}

.icon-Telephone:before {
    content: "\ed27"
}

.icon-Telescope:before {
    content: "\ed28"
}

.icon-Temperature-2:before {
    content: "\ed29"
}

.icon-Temperature-3:before {
    content: "\ed2a"
}

.icon-Temperature:before {
    content: "\ed2b"
}

.icon-Temple:before {
    content: "\ed2c"
}

.icon-Tennis-Ball:before {
    content: "\ed2d"
}

.icon-Tennis:before {
    content: "\ed2e"
}

.icon-Tent:before {
    content: "\ed2f"
}

.icon-Test-Tube:before {
    content: "\ed30"
}

.icon-Test-Tube2:before {
    content: "\ed31"
}

.icon-Testimonal:before {
    content: "\ed32"
}

.icon-Text-Box:before {
    content: "\ed33"
}

.icon-Text-Effect:before {
    content: "\ed34"
}

.icon-Text-HighlightColor:before {
    content: "\ed35"
}

.icon-Text-Paragraph:before {
    content: "\ed36"
}

.icon-Thailand:before {
    content: "\ed37"
}

.icon-The-WhiteHouse:before {
    content: "\ed38"
}

.icon-This-SideUp:before {
    content: "\ed39"
}

.icon-Thread:before {
    content: "\ed3a"
}

.icon-Three-ArrowFork:before {
    content: "\ed3b"
}

.icon-Three-Fingers:before {
    content: "\ed3c"
}

.icon-Three-FingersDrag:before {
    content: "\ed3d"
}

.icon-Three-FingersDrag2:before {
    content: "\ed3e"
}

.icon-Three-FingersTouch:before {
    content: "\ed3f"
}

.icon-Thumb:before {
    content: "\ed40"
}

.icon-Thumbs-DownSmiley:before {
    content: "\ed41"
}

.icon-Thumbs-UpSmiley:before {
    content: "\ed42"
}

.icon-Thunder:before {
    content: "\ed43"
}

.icon-Thunderstorm:before {
    content: "\ed44"
}

.icon-Ticket:before {
    content: "\ed45"
}

.icon-Tie-2:before {
    content: "\ed46"
}

.icon-Tie-3:before {
    content: "\ed47"
}

.icon-Tie-4:before {
    content: "\ed48"
}

.icon-Tie:before {
    content: "\ed49"
}

.icon-Tiger:before {
    content: "\ed4a"
}

.icon-Time-Backup:before {
    content: "\ed4b"
}

.icon-Time-Bomb:before {
    content: "\ed4c"
}

.icon-Time-Clock:before {
    content: "\ed4d"
}

.icon-Time-Fire:before {
    content: "\ed4e"
}

.icon-Time-Machine:before {
    content: "\ed4f"
}

.icon-Time-Window:before {
    content: "\ed50"
}

.icon-Timer-2:before {
    content: "\ed51"
}

.icon-Timer:before {
    content: "\ed52"
}

.icon-To-Bottom:before {
    content: "\ed53"
}

.icon-To-Bottom2:before {
    content: "\ed54"
}

.icon-To-Left:before {
    content: "\ed55"
}

.icon-To-Right:before {
    content: "\ed56"
}

.icon-To-Top:before {
    content: "\ed57"
}

.icon-To-Top2:before {
    content: "\ed58"
}

.icon-Token-:before {
    content: "\ed59"
}

.icon-Tomato:before {
    content: "\ed5a"
}

.icon-Tongue:before {
    content: "\ed5b"
}

.icon-Tooth-2:before {
    content: "\ed5c"
}

.icon-Tooth:before {
    content: "\ed5d"
}

.icon-Top-ToBottom:before {
    content: "\ed5e"
}

.icon-Touch-Window:before {
    content: "\ed5f"
}

.icon-Tourch:before {
    content: "\ed60"
}

.icon-Tower-2:before {
    content: "\ed61"
}

.icon-Tower-Bridge:before {
    content: "\ed62"
}

.icon-Tower:before {
    content: "\ed63"
}

.icon-Trace:before {
    content: "\ed64"
}

.icon-Tractor:before {
    content: "\ed65"
}

.icon-traffic-Light:before {
    content: "\ed66"
}

.icon-Traffic-Light2:before {
    content: "\ed67"
}

.icon-Train-2:before {
    content: "\ed68"
}

.icon-Train:before {
    content: "\ed69"
}

.icon-Tram:before {
    content: "\ed6a"
}

.icon-Transform-2:before {
    content: "\ed6b"
}

.icon-Transform-3:before {
    content: "\ed6c"
}

.icon-Transform-4:before {
    content: "\ed6d"
}

.icon-Transform:before {
    content: "\ed6e"
}

.icon-Trash-withMen:before {
    content: "\ed6f"
}

.icon-Tree-2:before {
    content: "\ed70"
}

.icon-Tree-3:before {
    content: "\ed71"
}

.icon-Tree-4:before {
    content: "\ed72"
}

.icon-Tree-5:before {
    content: "\ed73"
}

.icon-Tree:before {
    content: "\ed74"
}

.icon-Trekking:before {
    content: "\ed75"
}

.icon-Triangle-ArrowDown:before {
    content: "\ed76"
}

.icon-Triangle-ArrowLeft:before {
    content: "\ed77"
}

.icon-Triangle-ArrowRight:before {
    content: "\ed78"
}

.icon-Triangle-ArrowUp:before {
    content: "\ed79"
}

.icon-Tripod-2:before {
    content: "\ed7a"
}

.icon-Tripod-andVideo:before {
    content: "\ed7b"
}

.icon-Tripod-withCamera:before {
    content: "\ed7c"
}

.icon-Tripod-withGopro:before {
    content: "\ed7d"
}

.icon-Trophy-2:before {
    content: "\ed7e"
}

.icon-Trophy:before {
    content: "\ed7f"
}

.icon-Truck:before {
    content: "\ed80"
}

.icon-Trumpet:before {
    content: "\ed81"
}

.icon-Tumblr:before {
    content: "\ed82"
}

.icon-Turkey:before {
    content: "\ed83"
}

.icon-Turn-Down:before {
    content: "\ed84"
}

.icon-Turn-Down2:before {
    content: "\ed85"
}

.icon-Turn-DownFromLeft:before {
    content: "\ed86"
}

.icon-Turn-DownFromRight:before {
    content: "\ed87"
}

.icon-Turn-Left:before {
    content: "\ed88"
}

.icon-Turn-Left3:before {
    content: "\ed89"
}

.icon-Turn-Right:before {
    content: "\ed8a"
}

.icon-Turn-Right3:before {
    content: "\ed8b"
}

.icon-Turn-Up:before {
    content: "\ed8c"
}

.icon-Turn-Up2:before {
    content: "\ed8d"
}

.icon-Turtle:before {
    content: "\ed8e"
}

.icon-Tuxedo:before {
    content: "\ed8f"
}

.icon-TV:before {
    content: "\ed90"
}

.icon-Twister:before {
    content: "\ed91"
}

.icon-Twitter-2:before {
    content: "\ed92"
}

.icon-Twitter:before {
    content: "\ed93"
}

.icon-Two-Fingers:before {
    content: "\ed94"
}

.icon-Two-FingersDrag:before {
    content: "\ed95"
}

.icon-Two-FingersDrag2:before {
    content: "\ed96"
}

.icon-Two-FingersScroll:before {
    content: "\ed97"
}

.icon-Two-FingersTouch:before {
    content: "\ed98"
}

.icon-Two-Windows:before {
    content: "\ed99"
}

.icon-Type-Pass:before {
    content: "\ed9a"
}

.icon-Ukraine:before {
    content: "\ed9b"
}

.icon-Umbrela:before {
    content: "\ed9c"
}

.icon-Umbrella-2:before {
    content: "\ed9d"
}

.icon-Umbrella-3:before {
    content: "\ed9e"
}

.icon-Under-LineText:before {
    content: "\ed9f"
}

.icon-Undo:before {
    content: "\eda0"
}

.icon-United-Kingdom:before {
    content: "\eda1"
}

.icon-United-States:before {
    content: "\eda2"
}

.icon-University-2:before {
    content: "\eda3"
}

.icon-University:before {
    content: "\eda4"
}

.icon-Unlike-2:before {
    content: "\eda5"
}

.icon-Unlike:before {
    content: "\eda6"
}

.icon-Unlock-2:before {
    content: "\eda7"
}

.icon-Unlock-3:before {
    content: "\eda8"
}

.icon-Unlock:before {
    content: "\eda9"
}

.icon-Up--Down:before {
    content: "\edaa"
}

.icon-Up--Down3:before {
    content: "\edab"
}

.icon-Up-2:before {
    content: "\edac"
}

.icon-Up-3:before {
    content: "\edad"
}

.icon-Up-4:before {
    content: "\edae"
}

.icon-Up:before {
    content: "\edaf"
}

.icon-Upgrade:before {
    content: "\edb0"
}

.icon-Upload-2:before {
    content: "\edb1"
}

.icon-Upload-toCloud:before {
    content: "\edb2"
}

.icon-Upload-Window:before {
    content: "\edb3"
}

.icon-Upload:before {
    content: "\edb4"
}

.icon-Uppercase-Text:before {
    content: "\edb5"
}

.icon-Upward:before {
    content: "\edb6"
}

.icon-URL-Window:before {
    content: "\edb7"
}

.icon-Usb-2:before {
    content: "\edb8"
}

.icon-Usb-Cable:before {
    content: "\edb9"
}

.icon-Usb:before {
    content: "\edba"
}

.icon-User:before {
    content: "\edbb"
}

.icon-Ustream:before {
    content: "\edbc"
}

.icon-Vase:before {
    content: "\edbd"
}

.icon-Vector-2:before {
    content: "\edbe"
}

.icon-Vector-3:before {
    content: "\edbf"
}

.icon-Vector-4:before {
    content: "\edc0"
}

.icon-Vector-5:before {
    content: "\edc1"
}

.icon-Vector:before {
    content: "\edc2"
}

.icon-Venn-Diagram:before {
    content: "\edc3"
}

.icon-Vest-2:before {
    content: "\edc4"
}

.icon-Vest:before {
    content: "\edc5"
}

.icon-Viddler:before {
    content: "\edc6"
}

.icon-Video-2:before {
    content: "\edc7"
}

.icon-Video-3:before {
    content: "\edc8"
}

.icon-Video-4:before {
    content: "\edc9"
}

.icon-Video-5:before {
    content: "\edca"
}

.icon-Video-6:before {
    content: "\edcb"
}

.icon-Video-GameController:before {
    content: "\edcc"
}

.icon-Video-Len:before {
    content: "\edcd"
}

.icon-Video-Len2:before {
    content: "\edce"
}

.icon-Video-Photographer:before {
    content: "\edcf"
}

.icon-Video-Tripod:before {
    content: "\edd0"
}

.icon-Video:before {
    content: "\edd1"
}

.icon-Vietnam:before {
    content: "\edd2"
}

.icon-View-Height:before {
    content: "\edd3"
}

.icon-View-Width:before {
    content: "\edd4"
}

.icon-Vimeo:before {
    content: "\edd5"
}

.icon-Virgo-2:before {
    content: "\edd6"
}

.icon-Virgo:before {
    content: "\edd7"
}

.icon-Virus-2:before {
    content: "\edd8"
}

.icon-Virus-3:before {
    content: "\edd9"
}

.icon-Virus:before {
    content: "\edda"
}

.icon-Visa:before {
    content: "\eddb"
}

.icon-Voice:before {
    content: "\eddc"
}

.icon-Voicemail:before {
    content: "\eddd"
}

.icon-Volleyball:before {
    content: "\edde"
}

.icon-Volume-Down:before {
    content: "\eddf"
}

.icon-Volume-Up:before {
    content: "\ede0"
}

.icon-VPN:before {
    content: "\ede1"
}

.icon-Wacom-Tablet:before {
    content: "\ede2"
}

.icon-Waiter:before {
    content: "\ede3"
}

.icon-Walkie-Talkie:before {
    content: "\ede4"
}

.icon-Wallet-2:before {
    content: "\ede5"
}

.icon-Wallet-3:before {
    content: "\ede6"
}

.icon-Wallet:before {
    content: "\ede7"
}

.icon-Warehouse:before {
    content: "\ede8"
}

.icon-Warning-Window:before {
    content: "\ede9"
}

.icon-Watch-2:before {
    content: "\edea"
}

.icon-Watch-3:before {
    content: "\edeb"
}

.icon-Watch:before {
    content: "\edec"
}

.icon-Wave-2:before {
    content: "\eded"
}

.icon-Wave:before {
    content: "\edee"
}

.icon-Webcam:before {
    content: "\edef"
}

.icon-weight-Lift:before {
    content: "\edf0"
}

.icon-Wheelbarrow:before {
    content: "\edf1"
}

.icon-Wheelchair:before {
    content: "\edf2"
}

.icon-Width-Window:before {
    content: "\edf3"
}

.icon-Wifi-2:before {
    content: "\edf4"
}

.icon-Wifi-Keyboard:before {
    content: "\edf5"
}

.icon-Wifi:before {
    content: "\edf6"
}

.icon-Wind-Turbine:before {
    content: "\edf7"
}

.icon-Windmill:before {
    content: "\edf8"
}

.icon-Window-2:before {
    content: "\edf9"
}

.icon-Window:before {
    content: "\edfa"
}

.icon-Windows-2:before {
    content: "\edfb"
}

.icon-Windows-Microsoft:before {
    content: "\edfc"
}

.icon-Windows:before {
    content: "\edfd"
}

.icon-Windsock:before {
    content: "\edfe"
}

.icon-Windy:before {
    content: "\edff"
}

.icon-Wine-Bottle:before {
    content: "\ee00"
}

.icon-Wine-Glass:before {
    content: "\ee01"
}

.icon-Wink:before {
    content: "\ee02"
}

.icon-Winter-2:before {
    content: "\ee03"
}

.icon-Winter:before {
    content: "\ee04"
}

.icon-Wireless:before {
    content: "\ee05"
}

.icon-Witch-Hat:before {
    content: "\ee06"
}

.icon-Witch:before {
    content: "\ee07"
}

.icon-Wizard:before {
    content: "\ee08"
}

.icon-Wolf:before {
    content: "\ee09"
}

.icon-Woman-Sign:before {
    content: "\ee0a"
}

.icon-WomanMan:before {
    content: "\ee0b"
}

.icon-Womans-Underwear:before {
    content: "\ee0c"
}

.icon-Womans-Underwear2:before {
    content: "\ee0d"
}

.icon-Women:before {
    content: "\ee0e"
}

.icon-Wonder-Woman:before {
    content: "\ee0f"
}

.icon-Wordpress:before {
    content: "\ee10"
}

.icon-Worker-Clothes:before {
    content: "\ee11"
}

.icon-Worker:before {
    content: "\ee12"
}

.icon-Wrap-Text:before {
    content: "\ee13"
}

.icon-Wreath:before {
    content: "\ee14"
}

.icon-Wrench:before {
    content: "\ee15"
}

.icon-X-Box:before {
    content: "\ee16"
}

.icon-X-ray:before {
    content: "\ee17"
}

.icon-Xanga:before {
    content: "\ee18"
}

.icon-Xing:before {
    content: "\ee19"
}

.icon-Yacht:before {
    content: "\ee1a"
}

.icon-Yahoo-Buzz:before {
    content: "\ee1b"
}

.icon-Yahoo:before {
    content: "\ee1c"
}

.icon-Yelp:before {
    content: "\ee1d"
}

.icon-Yes:before {
    content: "\ee1e"
}

.icon-Ying-Yang:before {
    content: "\ee1f"
}

.icon-Youtube:before {
    content: "\ee20"
}

.icon-Z-A:before {
    content: "\ee21"
}

.icon-Zebra:before {
    content: "\ee22"
}

.icon-Zombie:before {
    content: "\ee23"
}

.icon-Zoom-Gesture:before {
    content: "\ee24"
}

.icon-Zootool:before {
    content: "\ee25"
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    animation: fa-spin 1s steps(8) infinite
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\f95b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\f952"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\f905"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\f907"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\f95c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\f95d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\f95e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\f95f"
}

.fa-handshake-slash:before {
    content: "\f960"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\f961"
}

.fa-head-side-cough-slash:before {
    content: "\f962"
}

.fa-head-side-mask:before {
    content: "\f963"
}

.fa-head-side-virus:before {
    content: "\f964"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\f965"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\f913"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\f955"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\f966"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\f967"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\f91a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\f956"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\f968"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\f91e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\f969"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\f96a"
}

.fa-pump-soap:before {
    content: "\f96b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\f96c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\f957"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\f96e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\f96f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\f970"
}

.fa-store-slash:before {
    content: "\f971"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\f972"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\f941"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\f949"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\f974"
}

.fa-virus-slash:before {
    content: "\f975"
}

.fa-viruses:before {
    content: "\f976"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(fa-brands-400.6ebfb17a95aa295577ec.eot);
    src: url(fa-brands-400.6ebfb17a95aa295577ec.eot?#iefix) format("embedded-opentype"), /*url(fa-brands-400.6563814eb8bcc493b26b.woff2) format("woff2"), url(fa-brands-400.46142272595f54bbf2a8.woff) format("woff"), url(fa-brands-400.a7bf6b7759f86ac8ab22.ttf) format("truetype"), url(fa-brands-400.a58f7f4cdcc622e4db52.svg#fontawesome) format("svg"*/ )
}

.fab {
    font-family: Font Awesome\ 5 Brands
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(fa-regular-400.2a7d0e44341b33eeecc9.eot);
    src: url(fa-regular-400.2a7d0e44341b33eeecc9.eot?#iefix) format("embedded-opentype"), url(fa-regular-400.4e988e05601bf81ee2b0.woff2) format("woff2"), url(fa-regular-400.9532d08bbce0c72d8138.woff) format("woff"), url(fa-regular-400.c9b43a4f514ced1ea620.ttf) format("truetype"), url(fa-regular-400.cbb5c1d6ad8d403dbdab.svg#fontawesome) format("svg")
}

.fab,
.far {
    font-weight: 400
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(fa-solid-900.5e5c6e52c3289c071206.eot);
    /*src: url(fa-solid-900.5e5c6e52c3289c071206.eot?#iefix) format("embedded-opentype"), url(fa-solid-900.ea995b6e6d0be9cd4319.woff2) format("woff2"), /*url(fa-solid-900.0fc3f8c7cad2187d9207.woff) format("woff"), url(fa-solid-900.ea6ccb0dc20e72ccb923.ttf) format("truetype"), url(fa-solid-900.807e237e9b50354cb9c4.svg#fontawesome) format("svg")*/
}

.fa,
.far,
.fas {
    font-family: Font Awesome\ 5 Free
}

.fa,
.fas {
    font-weight: 900
}

.mat-badge-content {
    font-weight: 600;
    font-size: 12px;
    font-family: Roboto, Helvetica Neue, sans-serif
}

.mat-badge-small .mat-badge-content {
    font-size: 9px
}

.mat-badge-large .mat-badge-content {
    font-size: 24px
}

.mat-h1,
.mat-headline,
.mat-typography h1 {
    font: 400 24px/32px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px
}

.mat-h2,
.mat-title,
.mat-typography h2 {
    font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px
}

.mat-h3,
.mat-subheading-2,
.mat-typography h3 {
    font: 400 16px/28px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px
}

.mat-h4,
.mat-subheading-1,
.mat-typography h4 {
    font: 400 15px/24px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px
}

.mat-h5,
.mat-typography h5 {
    font: 400 calc(14px * .83)/20px Roboto, Helvetica Neue, sans-serif;
    margin: 0 0 12px
}

.mat-h6,
.mat-typography h6 {
    font: 400 calc(14px * .67)/20px Roboto, Helvetica Neue, sans-serif;
    margin: 0 0 12px
}

.mat-body-2,
.mat-body-strong {
    font: 500 14px/24px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal
}

.mat-body,
.mat-body-1,
.mat-typography {
    font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal
}

    .mat-body-1 p,
    .mat-body p,
    .mat-typography p {
        margin: 0 0 12px
    }

.mat-caption,
.mat-small {
    font: 400 12px/20px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal
}

.mat-display-4,
.mat-typography .mat-display-4 {
    font: 300 112px/112px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: -.05em;
    margin: 0 0 56px
}

.mat-display-3,
.mat-typography .mat-display-3 {
    font: 400 56px/56px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: -.02em;
    margin: 0 0 64px
}

.mat-display-2,
.mat-typography .mat-display-2 {
    font: 400 45px/48px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: -.005em;
    margin: 0 0 64px
}

.mat-display-1,
.mat-typography .mat-display-1 {
    font: 400 34px/40px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    margin: 0 0 64px
}

.mat-bottom-sheet-container {
    font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal
}

.mat-button,
.mat-fab,
.mat-flat-button,
.mat-icon-button,
.mat-mini-fab,
.mat-raised-button,
.mat-stroked-button {
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 500
}

.mat-button-toggle,
.mat-card {
    font-family: Roboto, Helvetica Neue, sans-serif
}

.mat-card-title {
    font-size: 24px;
    font-weight: 500
}

.mat-card-header .mat-card-title {
    font-size: 20px
}

.mat-card-content,
.mat-card-subtitle {
    font-size: 14px
}

.mat-checkbox {
    font-family: Roboto, Helvetica Neue, sans-serif
}

.mat-checkbox-layout .mat-checkbox-label {
    line-height: 24px
}

.mat-chip {
    font-size: 14px;
    font-weight: 500
}

    .mat-chip .mat-chip-remove.mat-icon,
    .mat-chip .mat-chip-trailing-icon.mat-icon {
        font-size: 18px
    }

.mat-table {
    font-family: Roboto, Helvetica Neue, sans-serif
}

.mat-header-cell {
    font-size: 12px;
    font-weight: 500
}

.mat-cell,
.mat-footer-cell {
    font-size: 14px
}

.mat-calendar {
    font-family: Roboto, Helvetica Neue, sans-serif
}

.mat-calendar-body {
    font-size: 13px
}

.mat-calendar-body-label,
.mat-calendar-period-button {
    font-size: 14px;
    font-weight: 500
}

.mat-calendar-table-header th {
    font-size: 11px;
    font-weight: 400
}

.mat-dialog-title {
    font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal
}

.mat-expansion-panel-header {
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-weight: 400
}

.mat-expansion-panel-content {
    font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal
}

.mat-form-field {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal
}

.mat-form-field-wrapper {
    padding-bottom: 1.34375em
}

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
    font-size: 150%;
    line-height: 1.125
}

.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
    height: 1.5em;
    width: 1.5em
}

    .mat-form-field-prefix .mat-icon-button .mat-icon,
    .mat-form-field-suffix .mat-icon-button .mat-icon {
        height: 1.125em;
        line-height: 1.125
    }

.mat-form-field-infix {
    padding: .5em 0;
    border-top: .84375em solid transparent
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.34375em) scale(.75);
    width: 133.3333333333%
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.34374em) scale(.75);
    width: 133.3333433333%
}

.mat-form-field-label-wrapper {
    top: -.84375em;
    padding-top: .84375em
}

.mat-form-field-label {
    top: 1.34375em
}

.mat-form-field-underline {
    bottom: 1.34375em
}

.mat-form-field-subscript-wrapper {
    font-size: 75%;
    margin-top: .6666666667em;
    top: calc(100% - 1.7916666667em)
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
    padding-bottom: 1.25em
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
    padding: .4375em 0
}

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);
    -ms-transform: translateY(-1.28125em) scale(.75);
    width: 133.3333333333%
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);
    -ms-transform: translateY(-1.28124em) scale(.75);
    width: 133.3333433333%
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);
    -ms-transform: translateY(-1.28123em) scale(.75);
    width: 133.3333533333%
}

.mat-form-field-appearance-legacy .mat-form-field-label {
    top: 1.28125em
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
    bottom: 1.25em
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
    margin-top: .5416666667em;
    top: calc(100% - 1.6666666667em)
}

@media print {

    .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
    .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
        transform: translateY(-1.28122em) scale(.75)
    }

    .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
        transform: translateY(-1.28121em) scale(.75)
    }

    .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
        transform: translateY(-1.2812em) scale(.75)
    }
}

.mat-form-field-appearance-fill .mat-form-field-infix {
    padding: .25em 0 .75em
}

.mat-form-field-appearance-fill .mat-form-field-label {
    top: 1.09375em;
    margin-top: -.5em
}

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-.59375em) scale(.75);
    width: 133.3333333333%
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-.59374em) scale(.75);
    width: 133.3333433333%
}

.mat-form-field-appearance-outline .mat-form-field-infix {
    padding: 1em 0
}

.mat-form-field-appearance-outline .mat-form-field-label {
    top: 1.84375em;
    margin-top: -.25em
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.59375em) scale(.75);
    width: 133.3333333333%
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.59374em) scale(.75);
    width: 133.3333433333%
}

.mat-grid-tile-footer,
.mat-grid-tile-header {
    font-size: 14px
}

    .mat-grid-tile-footer .mat-line,
    .mat-grid-tile-header .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box
    }

        .mat-grid-tile-footer .mat-line:nth-child(n+2),
        .mat-grid-tile-header .mat-line:nth-child(n+2) {
            font-size: 12px
        }

input.mat-input-element {
    margin-top: -.0625em
}

.mat-menu-item {
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 12px
}

.mat-radio-button,
.mat-select {
    font-family: Roboto, Helvetica Neue, sans-serif
}

.mat-select-trigger {
    height: 1.125em
}

.mat-slide-toggle-content,
.mat-slider-thumb-label-text {
    font-family: Roboto, Helvetica Neue, sans-serif
}

.mat-slider-thumb-label-text {
    font-size: 12px;
    font-weight: 500
}

.mat-stepper-horizontal,
.mat-stepper-vertical {
    font-family: Roboto, Helvetica Neue, sans-serif
}

.mat-step-label {
    font-size: 14px;
    font-weight: 400
}

.mat-step-sub-label-error {
    font-weight: 400
}

.mat-step-label-error {
    font-size: 14px
}

.mat-step-label-selected {
    font-size: 14px;
    font-weight: 500
}

.mat-tab-group,
.mat-tab-label,
.mat-tab-link {
    font-family: Roboto, Helvetica Neue, sans-serif
}

.mat-tab-label,
.mat-tab-link {
    font-size: 14px;
    font-weight: 500
}

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
    font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    margin: 0
}

.mat-tooltip {
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 6px
}

.mat-tooltip-handset {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px
}

.mat-list-item,
.mat-list-option {
    font-family: Roboto, Helvetica Neue, sans-serif
}

.mat-list-base .mat-list-item {
    font-size: 16px
}

    .mat-list-base .mat-list-item .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box
    }

        .mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
            font-size: 14px
        }

.mat-list-base .mat-list-option {
    font-size: 16px
}

    .mat-list-base .mat-list-option .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box
    }

        .mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
            font-size: 14px
        }

.mat-list-base .mat-subheader {
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 500
}

.mat-list-base[dense] .mat-list-item {
    font-size: 12px
}

    .mat-list-base[dense] .mat-list-item .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box
    }

        .mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2),
        .mat-list-base[dense] .mat-list-option {
            font-size: 12px
        }

            .mat-list-base[dense] .mat-list-option .mat-line {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                box-sizing: border-box
            }

                .mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
                    font-size: 12px
                }

.mat-list-base[dense] .mat-subheader {
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 500
}

.mat-option {
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 16px
}

.mat-optgroup-label {
    font: 500 14px/24px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal
}

.mat-simple-snackbar {
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 14px
}

.mat-simple-snackbar-action {
    line-height: 1;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500
}

.mat-tree {
    font-family: Roboto, Helvetica Neue, sans-serif
}

.mat-nested-tree-node,
.mat-tree-node {
    font-weight: 400;
    font-size: 14px
}

.mat-ripple {
    overflow: hidden;
    position: relative
}

    .mat-ripple:not(:empty) {
        transform: translateZ(0)
    }

    .mat-ripple.mat-ripple-unbounded {
        overflow: visible
    }

.mat-ripple-element {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transition: opacity, transform 0ms cubic-bezier(0, 0, .2, 1);
    transform: scale(0)
}

.cdk-high-contrast-active .mat-ripple-element {
    display: none
}

.cdk-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

.cdk-global-overlay-wrapper,
.cdk-overlay-container {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.cdk-overlay-container {
    position: fixed;
    z-index: 1000
}

    .cdk-overlay-container:empty {
        display: none
    }

.cdk-global-overlay-wrapper,
.cdk-overlay-pane {
    display: flex;
    position: absolute;
    z-index: 1000
}

.cdk-overlay-pane {
    pointer-events: auto;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%
}

.cdk-overlay-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    transition: opacity .4s cubic-bezier(.25, .8, .25, 1);
    opacity: 0
}

    .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: 1
    }

@media screen and (-ms-high-contrast:active) {
    .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: .6
    }
}

.cdk-overlay-dark-backdrop {
    background: rgba(0, 0, 0, .32)
}

.cdk-overlay-transparent-backdrop,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0
}

.cdk-overlay-connected-position-bounding-box {
    position: absolute;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    min-width: 1px;
    min-height: 1px
}

.cdk-global-scrollblock {
    position: fixed;
    width: 100%;
    overflow-y: scroll
}

@keyframes cdk-text-field-autofill-start {
    /*!*/
}

@keyframes cdk-text-field-autofill-end {
    /*!*/
}

.cdk-text-field-autofill-monitored:-webkit-autofill {
    animation: cdk-text-field-autofill-start 0s 1ms
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
    animation: cdk-text-field-autofill-end 0s 1ms
}

textarea.cdk-textarea-autosize {
    resize: none
}

textarea.cdk-textarea-autosize-measuring {
    padding: 2px 0 !important;
    box-sizing: content-box !important;
    height: auto !important;
    overflow: hidden !important
}

textarea.cdk-textarea-autosize-measuring-firefox {
    padding: 2px 0 !important;
    box-sizing: content-box !important;
    height: 0 !important
}

.mat-focus-indicator,
.mat-mdc-focus-indicator {
    position: relative
}

.mat-ripple-element {
    background-color: rgba(0, 0, 0, .1)
}

.mat-option {
    color: rgba(0, 0, 0, .87)
}

    .mat-option.mat-active,
    .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled),
    .mat-option:focus:not(.mat-option-disabled),
    .mat-option:hover:not(.mat-option-disabled) {
        background: rgba(0, 0, 0, .04)
    }

    .mat-option.mat-active {
        color: rgba(0, 0, 0, .87)
    }

    .mat-option.mat-option-disabled {
        color: rgba(0, 0, 0, .38)
    }

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #673ab7
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #ffd740
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #f44336
}

.mat-optgroup-label {
    color: rgba(0, 0, 0, .54)
}

.mat-optgroup-disabled .mat-optgroup-label {
    color: rgba(0, 0, 0, .38)
}

.mat-pseudo-checkbox {
    color: rgba(0, 0, 0, .54)
}

    .mat-pseudo-checkbox:after {
        color: #fafafa
    }

.mat-pseudo-checkbox-disabled {
    color: #b0b0b0
}

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
    background: #673ab7
}

.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate,
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate {
    background: #ffd740
}

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
    background: #f44336
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
    background: #b0b0b0
}

.mat-app-background {
    background-color: #fafafa;
    color: rgba(0, 0, 0, .87)
}

.mat-elevation-z0 {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z1 {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z2 {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z3 {
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z4 {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z5 {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z6 {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z7 {
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12)
}

.mat-elevation-z8 {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.mat-elevation-z9 {
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12)
}

.mat-elevation-z10 {
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2), 0 10px 14px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12)
}

.mat-elevation-z11 {
    box-shadow: 0 6px 7px -4px rgba(0, 0, 0, .2), 0 11px 15px 1px rgba(0, 0, 0, .14), 0 4px 20px 3px rgba(0, 0, 0, .12)
}

.mat-elevation-z12 {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12)
}

.mat-elevation-z13 {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12)
}

.mat-elevation-z14 {
    box-shadow: 0 7px 9px -4px rgba(0, 0, 0, .2), 0 14px 21px 2px rgba(0, 0, 0, .14), 0 5px 26px 4px rgba(0, 0, 0, .12)
}

.mat-elevation-z15 {
    box-shadow: 0 8px 9px -5px rgba(0, 0, 0, .2), 0 15px 22px 2px rgba(0, 0, 0, .14), 0 6px 28px 5px rgba(0, 0, 0, .12)
}

.mat-elevation-z16 {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12)
}

.mat-elevation-z17 {
    box-shadow: 0 8px 11px -5px rgba(0, 0, 0, .2), 0 17px 26px 2px rgba(0, 0, 0, .14), 0 6px 32px 5px rgba(0, 0, 0, .12)
}

.mat-elevation-z18 {
    box-shadow: 0 9px 11px -5px rgba(0, 0, 0, .2), 0 18px 28px 2px rgba(0, 0, 0, .14), 0 7px 34px 6px rgba(0, 0, 0, .12)
}

.mat-elevation-z19 {
    box-shadow: 0 9px 12px -6px rgba(0, 0, 0, .2), 0 19px 29px 2px rgba(0, 0, 0, .14), 0 7px 36px 6px rgba(0, 0, 0, .12)
}

.mat-elevation-z20 {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 20px 31px 3px rgba(0, 0, 0, .14), 0 8px 38px 7px rgba(0, 0, 0, .12)
}

.mat-elevation-z21 {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 21px 33px 3px rgba(0, 0, 0, .14), 0 8px 40px 7px rgba(0, 0, 0, .12)
}

.mat-elevation-z22 {
    box-shadow: 0 10px 14px -6px rgba(0, 0, 0, .2), 0 22px 35px 3px rgba(0, 0, 0, .14), 0 8px 42px 7px rgba(0, 0, 0, .12)
}

.mat-elevation-z23 {
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, .2), 0 23px 36px 3px rgba(0, 0, 0, .14), 0 9px 44px 8px rgba(0, 0, 0, .12)
}

.mat-elevation-z24 {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12)
}

.mat-theme-loaded-marker {
    display: none
}

.mat-autocomplete-panel {
    background: #fff;
    color: rgba(0, 0, 0, .87)
}

    .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
    }

    .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
        background: #fff
    }

        .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
            color: rgba(0, 0, 0, .87)
        }

.mat-badge-content {
    color: #fff;
    background: #673ab7
}

.cdk-high-contrast-active .mat-badge-content {
    outline: 1px solid;
    border-radius: 0
}

.mat-badge-accent .mat-badge-content {
    background: #ffd740;
    color: rgba(0, 0, 0, .87)
}

.mat-badge-warn .mat-badge-content {
    color: #fff;
    background: #f44336
}

.mat-badge {
    position: relative
}

.mat-badge-hidden .mat-badge-content {
    display: none
}

.mat-badge-disabled .mat-badge-content {
    background: #b9b9b9;
    color: rgba(0, 0, 0, .38)
}

.mat-badge-content {
    position: absolute;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: transform .2s ease-in-out;
    transform: scale(.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none
}

    .mat-badge-content._mat-animation-noopable,
    .ng-animate-disabled .mat-badge-content {
        transition: none
    }

    .mat-badge-content.mat-badge-active {
        transform: none
    }

.mat-badge-small .mat-badge-content {
    width: 16px;
    height: 16px;
    line-height: 16px
}

.mat-badge-small.mat-badge-above .mat-badge-content {
    top: -8px
}

.mat-badge-small.mat-badge-below .mat-badge-content {
    bottom: -8px
}

.mat-badge-small.mat-badge-before .mat-badge-content {
    left: -16px
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
    left: auto;
    right: -16px
}

.mat-badge-small.mat-badge-after .mat-badge-content {
    right: -16px
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
    right: auto;
    left: -16px
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -8px
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -8px
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -8px
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -8px
}

.mat-badge-medium .mat-badge-content {
    width: 22px;
    height: 22px;
    line-height: 22px
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
    top: -11px
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
    bottom: -11px
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
    left: -22px
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: auto;
    right: -22px
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
    right: -22px
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: auto;
    left: -22px
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -11px
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -11px
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -11px
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -11px
}

.mat-badge-large .mat-badge-content {
    width: 28px;
    height: 28px;
    line-height: 28px
}

.mat-badge-large.mat-badge-above .mat-badge-content {
    top: -14px
}

.mat-badge-large.mat-badge-below .mat-badge-content {
    bottom: -14px
}

.mat-badge-large.mat-badge-before .mat-badge-content {
    left: -28px
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
    left: auto;
    right: -28px
}

.mat-badge-large.mat-badge-after .mat-badge-content {
    right: -28px
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
    right: auto;
    left: -28px
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -14px
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -14px
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -14px
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -14px
}

.mat-bottom-sheet-container {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12);
    background: #fff;
    color: rgba(0, 0, 0, .87)
}

.mat-button,
.mat-icon-button,
.mat-stroked-button {
    color: inherit;
    background: transparent
}

    .mat-button.mat-primary,
    .mat-icon-button.mat-primary,
    .mat-stroked-button.mat-primary {
        color: #673ab7
    }

    .mat-button.mat-accent,
    .mat-icon-button.mat-accent,
    .mat-stroked-button.mat-accent {
        color: #ffd740
    }

    .mat-button.mat-warn,
    .mat-icon-button.mat-warn,
    .mat-stroked-button.mat-warn {
        color: #f44336
    }

        .mat-button.mat-accent.mat-button-disabled,
        .mat-button.mat-button-disabled.mat-button-disabled,
        .mat-button.mat-primary.mat-button-disabled,
        .mat-button.mat-warn.mat-button-disabled,
        .mat-icon-button.mat-accent.mat-button-disabled,
        .mat-icon-button.mat-button-disabled.mat-button-disabled,
        .mat-icon-button.mat-primary.mat-button-disabled,
        .mat-icon-button.mat-warn.mat-button-disabled,
        .mat-stroked-button.mat-accent.mat-button-disabled,
        .mat-stroked-button.mat-button-disabled.mat-button-disabled,
        .mat-stroked-button.mat-primary.mat-button-disabled,
        .mat-stroked-button.mat-warn.mat-button-disabled {
            color: rgba(0, 0, 0, .26)
        }

    .mat-button.mat-primary .mat-button-focus-overlay,
    .mat-icon-button.mat-primary .mat-button-focus-overlay,
    .mat-stroked-button.mat-primary .mat-button-focus-overlay {
        background-color: #673ab7
    }

    .mat-button.mat-accent .mat-button-focus-overlay,
    .mat-icon-button.mat-accent .mat-button-focus-overlay,
    .mat-stroked-button.mat-accent .mat-button-focus-overlay {
        background-color: #ffd740
    }

    .mat-button.mat-warn .mat-button-focus-overlay,
    .mat-icon-button.mat-warn .mat-button-focus-overlay,
    .mat-stroked-button.mat-warn .mat-button-focus-overlay {
        background-color: #f44336
    }

    .mat-button.mat-button-disabled .mat-button-focus-overlay,
    .mat-icon-button.mat-button-disabled .mat-button-focus-overlay,
    .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
        background-color: transparent
    }

    .mat-button .mat-ripple-element,
    .mat-icon-button .mat-ripple-element,
    .mat-stroked-button .mat-ripple-element {
        opacity: .1;
        background-color: currentColor
    }

.mat-button-focus-overlay {
    background: #000
}

.mat-stroked-button:not(.mat-button-disabled) {
    border-color: rgba(0, 0, 0, .12)
}

.mat-fab,
.mat-flat-button,
.mat-mini-fab,
.mat-raised-button {
    color: rgba(0, 0, 0, .87);
    background-color: #fff
}

    .mat-fab.mat-primary,
    .mat-flat-button.mat-primary,
    .mat-mini-fab.mat-primary,
    .mat-raised-button.mat-primary {
        color: #fff
    }

    .mat-fab.mat-accent,
    .mat-flat-button.mat-accent,
    .mat-mini-fab.mat-accent,
    .mat-raised-button.mat-accent {
        color: rgba(0, 0, 0, .87)
    }

    .mat-fab.mat-warn,
    .mat-flat-button.mat-warn,
    .mat-mini-fab.mat-warn,
    .mat-raised-button.mat-warn {
        color: #fff
    }

        .mat-fab.mat-accent.mat-button-disabled,
        .mat-fab.mat-button-disabled.mat-button-disabled,
        .mat-fab.mat-primary.mat-button-disabled,
        .mat-fab.mat-warn.mat-button-disabled,
        .mat-flat-button.mat-accent.mat-button-disabled,
        .mat-flat-button.mat-button-disabled.mat-button-disabled,
        .mat-flat-button.mat-primary.mat-button-disabled,
        .mat-flat-button.mat-warn.mat-button-disabled,
        .mat-mini-fab.mat-accent.mat-button-disabled,
        .mat-mini-fab.mat-button-disabled.mat-button-disabled,
        .mat-mini-fab.mat-primary.mat-button-disabled,
        .mat-mini-fab.mat-warn.mat-button-disabled,
        .mat-raised-button.mat-accent.mat-button-disabled,
        .mat-raised-button.mat-button-disabled.mat-button-disabled,
        .mat-raised-button.mat-primary.mat-button-disabled,
        .mat-raised-button.mat-warn.mat-button-disabled {
            color: rgba(0, 0, 0, .26)
        }

    .mat-fab.mat-primary,
    .mat-flat-button.mat-primary,
    .mat-mini-fab.mat-primary,
    .mat-raised-button.mat-primary {
        background-color: #673ab7
    }

    .mat-fab.mat-accent,
    .mat-flat-button.mat-accent,
    .mat-mini-fab.mat-accent,
    .mat-raised-button.mat-accent {
        background-color: #ffd740
    }

    .mat-fab.mat-warn,
    .mat-flat-button.mat-warn,
    .mat-mini-fab.mat-warn,
    .mat-raised-button.mat-warn {
        background-color: #f44336
    }

        .mat-fab.mat-accent.mat-button-disabled,
        .mat-fab.mat-button-disabled.mat-button-disabled,
        .mat-fab.mat-primary.mat-button-disabled,
        .mat-fab.mat-warn.mat-button-disabled,
        .mat-flat-button.mat-accent.mat-button-disabled,
        .mat-flat-button.mat-button-disabled.mat-button-disabled,
        .mat-flat-button.mat-primary.mat-button-disabled,
        .mat-flat-button.mat-warn.mat-button-disabled,
        .mat-mini-fab.mat-accent.mat-button-disabled,
        .mat-mini-fab.mat-button-disabled.mat-button-disabled,
        .mat-mini-fab.mat-primary.mat-button-disabled,
        .mat-mini-fab.mat-warn.mat-button-disabled,
        .mat-raised-button.mat-accent.mat-button-disabled,
        .mat-raised-button.mat-button-disabled.mat-button-disabled,
        .mat-raised-button.mat-primary.mat-button-disabled,
        .mat-raised-button.mat-warn.mat-button-disabled {
            background-color: rgba(0, 0, 0, .12)
        }

    .mat-fab.mat-primary .mat-ripple-element,
    .mat-flat-button.mat-primary .mat-ripple-element,
    .mat-mini-fab.mat-primary .mat-ripple-element,
    .mat-raised-button.mat-primary .mat-ripple-element {
        background-color: hsla(0, 0%, 100%, .1)
    }

    .mat-fab.mat-accent .mat-ripple-element,
    .mat-flat-button.mat-accent .mat-ripple-element,
    .mat-mini-fab.mat-accent .mat-ripple-element,
    .mat-raised-button.mat-accent .mat-ripple-element {
        background-color: rgba(0, 0, 0, .1)
    }

    .mat-fab.mat-warn .mat-ripple-element,
    .mat-flat-button.mat-warn .mat-ripple-element,
    .mat-mini-fab.mat-warn .mat-ripple-element,
    .mat-raised-button.mat-warn .mat-ripple-element {
        background-color: hsla(0, 0%, 100%, .1)
    }

    .mat-flat-button:not([class*=mat-elevation-z]),
    .mat-stroked-button:not([class*=mat-elevation-z]) {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
    }

    .mat-raised-button:not([class*=mat-elevation-z]) {
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
    }

    .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
    }

    .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
    }

    .mat-fab:not([class*=mat-elevation-z]),
    .mat-mini-fab:not([class*=mat-elevation-z]) {
        box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
    }

    .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),
    .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
        box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12)
    }

    .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),
    .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
    }

.mat-button-toggle-group,
.mat-button-toggle-standalone {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

    .mat-button-toggle-group-appearance-standard,
    .mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
        box-shadow: none
    }

.mat-button-toggle {
    color: rgba(0, 0, 0, .38)
}

    .mat-button-toggle .mat-button-toggle-focus-overlay {
        background-color: rgba(0, 0, 0, .12)
    }

.mat-button-toggle-appearance-standard {
    color: rgba(0, 0, 0, .87);
    background: #fff
}

    .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
        background-color: #000
    }

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
    border-left: 1px solid rgba(0, 0, 0, .12)
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
    border-left: none;
    border-right: 1px solid rgba(0, 0, 0, .12)
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(0, 0, 0, .12)
}

.mat-button-toggle-checked {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, .54)
}

    .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
        color: rgba(0, 0, 0, .87)
    }

.mat-button-toggle-disabled {
    color: rgba(0, 0, 0, .26);
    background-color: #eee
}

    .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
        background: #fff
    }

    .mat-button-toggle-disabled.mat-button-toggle-checked {
        background-color: #bdbdbd
    }

.mat-button-toggle-group-appearance-standard,
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
    border: 1px solid rgba(0, 0, 0, .12)
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
    line-height: 48px
}

.mat-card {
    background: #fff;
    color: rgba(0, 0, 0, .87)
}

    .mat-card:not([class*=mat-elevation-z]) {
        box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
    }

    .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
    }

.mat-card-subtitle {
    color: rgba(0, 0, 0, .54)
}

.mat-checkbox-frame {
    border-color: rgba(0, 0, 0, .54)
}

.mat-checkbox-checkmark {
    fill: #fafafa
}

.mat-checkbox-checkmark-path {
    stroke: #fafafa !important
}

.mat-checkbox-mixedmark {
    background-color: #fafafa
}

.mat-checkbox-checked.mat-primary .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
    background-color: #673ab7
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
    background-color: #ffd740
}

.mat-checkbox-checked.mat-warn .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background {
    background-color: #f44336
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,
.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
    background-color: #b0b0b0
}

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
    border-color: #b0b0b0
}

.mat-checkbox-disabled .mat-checkbox-label {
    color: rgba(0, 0, 0, .54)
}

.mat-checkbox .mat-ripple-element {
    background-color: #000
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
    background: #673ab7
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
    background: #ffd740
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
    background: #f44336
}

.mat-chip.mat-standard-chip {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, .87)
}

    .mat-chip.mat-standard-chip .mat-chip-remove {
        color: rgba(0, 0, 0, .87);
        opacity: .4
    }

    .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
        box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12)
    }

    .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
        opacity: .54
    }

    .mat-chip.mat-standard-chip.mat-chip-disabled {
        opacity: .4
    }

    .mat-chip.mat-standard-chip:after {
        background: #000
    }

    .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
        background-color: #673ab7;
        color: #fff
    }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
            color: #fff;
            opacity: .4
        }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
            background-color: hsla(0, 0%, 100%, .1)
        }

    .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
        background-color: #f44336;
        color: #fff
    }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
            color: #fff;
            opacity: .4
        }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
            background-color: hsla(0, 0%, 100%, .1)
        }

    .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
        background-color: #ffd740;
        color: rgba(0, 0, 0, .87)
    }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
            color: rgba(0, 0, 0, .87);
            opacity: .4
        }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
            background-color: rgba(0, 0, 0, .1)
        }

.mat-table {
    background: #fff
}

    .mat-table-sticky,
    .mat-table tbody,
    .mat-table tfoot,
    .mat-table thead,
    [mat-footer-row],
    [mat-header-row],
    [mat-row],
    mat-footer-row,
    mat-header-row,
    mat-row {
        background: inherit
    }

mat-footer-row,
mat-header-row,
mat-row,
td.mat-cell,
td.mat-footer-cell,
th.mat-header-cell {
    border-bottom-color: rgba(0, 0, 0, .12)
}

.mat-header-cell {
    color: rgba(0, 0, 0, .54)
}

.mat-cell,
.mat-footer-cell {
    color: rgba(0, 0, 0, .87)
}

.mat-calendar-arrow {
    border-top-color: rgba(0, 0, 0, .54)
}

.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button,
.mat-datepicker-toggle {
    color: rgba(0, 0, 0, .54)
}

.mat-calendar-table-header {
    color: rgba(0, 0, 0, .38)
}

.mat-calendar-table-header-divider:after {
    background: rgba(0, 0, 0, .12)
}

.mat-calendar-body-label {
    color: rgba(0, 0, 0, .54)
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
    color: rgba(0, 0, 0, .87);
    border-color: transparent
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-form-field-disabled .mat-date-range-input-separator {
    color: rgba(0, 0, 0, .38)
}

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(0, 0, 0, .04)
}

.mat-calendar-body-in-preview {
    color: rgba(0, 0, 0, .24)
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    border-color: rgba(0, 0, 0, .38)
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    border-color: rgba(0, 0, 0, .18)
}

.mat-calendar-body-in-range:before {
    background: rgba(103, 58, 183, .2)
}

.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range:before {
    background: rgba(249, 171, 0, .2)
}

.mat-calendar-body-comparison-bridge-start:before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
    background: linear-gradient(90deg, rgba(103, 58, 183, .2) 50%, rgba(249, 171, 0, .2) 0)
}

.mat-calendar-body-comparison-bridge-end:before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
    background: linear-gradient(270deg, rgba(103, 58, 183, .2) 50%, rgba(249, 171, 0, .2) 0)
}

.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,
.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical {
    background: #a8dab5
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
    background: #46a35e
}

.mat-calendar-body-selected {
    background-color: #673ab7;
    color: #fff
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
    background-color: rgba(103, 58, 183, .4)
}

.mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px #fff
}

.mat-datepicker-content {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    background-color: #fff;
    color: rgba(0, 0, 0, .87)
}

    .mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before {
        background: rgba(255, 215, 64, .2)
    }

    .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
    .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before {
        background: rgba(249, 171, 0, .2)
    }

    .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,
    .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
        background: linear-gradient(90deg, rgba(255, 215, 64, .2) 50%, rgba(249, 171, 0, .2) 0)
    }

    .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,
    .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
        background: linear-gradient(270deg, rgba(255, 215, 64, .2) 50%, rgba(249, 171, 0, .2) 0)
    }

    .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,
    .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical {
        background: #a8dab5
    }

    .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
    .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
        background: #46a35e
    }

    .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
        background-color: #ffd740;
        color: rgba(0, 0, 0, .87)
    }

    .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
        background-color: rgba(255, 215, 64, .4)
    }

    .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .87)
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before {
        background: rgba(244, 67, 54, .2)
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
    .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before {
        background: rgba(249, 171, 0, .2)
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,
    .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
        background: linear-gradient(90deg, rgba(244, 67, 54, .2) 50%, rgba(249, 171, 0, .2) 0)
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,
    .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
        background: linear-gradient(270deg, rgba(244, 67, 54, .2) 50%, rgba(249, 171, 0, .2) 0)
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,
    .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical {
        background: #a8dab5
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
    .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
        background: #46a35e
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
        background-color: #f44336;
        color: #fff
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
        background-color: rgba(244, 67, 54, .4)
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
        box-shadow: inset 0 0 0 1px #fff
    }

.mat-datepicker-content-touch {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.mat-datepicker-toggle-active {
    color: #673ab7
}

    .mat-datepicker-toggle-active.mat-accent {
        color: #ffd740
    }

    .mat-datepicker-toggle-active.mat-warn {
        color: #f44336
    }

.mat-date-range-input-inner[disabled] {
    color: rgba(0, 0, 0, .38)
}

.mat-dialog-container {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    background: #fff;
    color: rgba(0, 0, 0, .87)
}

.mat-divider {
    border-top-color: rgba(0, 0, 0, .12)
}

.mat-divider-vertical {
    border-right-color: rgba(0, 0, 0, .12)
}

.mat-expansion-panel {
    background: #fff;
    color: rgba(0, 0, 0, .87)
}

    .mat-expansion-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
    }

.mat-action-row {
    border-top-color: rgba(0, 0, 0, .12)
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
    background: rgba(0, 0, 0, .04)
}

@media(hover: none) {
    .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
        background: #fff
    }
}

.mat-expansion-panel-header-title {
    color: rgba(0, 0, 0, .87)
}

.mat-expansion-indicator:after,
.mat-expansion-panel-header-description {
    color: rgba(0, 0, 0, .54)
}

.mat-expansion-panel-header[aria-disabled=true] {
    color: rgba(0, 0, 0, .26)
}

    .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
    .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title {
        color: inherit
    }

.mat-expansion-panel-header {
    height: 48px
}

    .mat-expansion-panel-header.mat-expanded {
        height: 64px
    }

.mat-form-field-label,
.mat-hint {
    color: rgba(0, 0, 0, .6)
}

.mat-form-field.mat-focused .mat-form-field-label {
    color: #673ab7
}

    .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
        color: #ffd740
    }

    .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
        color: #f44336
    }

.mat-focused .mat-form-field-required-marker {
    color: #ffd740
}

.mat-form-field-ripple {
    background-color: rgba(0, 0, 0, .87)
}

.mat-form-field.mat-focused .mat-form-field-ripple {
    background-color: #673ab7
}

    .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
        background-color: #ffd740
    }

    .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
        background-color: #f44336
    }

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after {
    color: #673ab7
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after {
    color: #ffd740
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after,
.mat-form-field.mat-form-field-invalid .mat-form-field-label,
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
    color: #f44336
}

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
    background-color: #f44336
}

.mat-error {
    color: #f44336
}

.mat-form-field-appearance-legacy .mat-form-field-label,
.mat-form-field-appearance-legacy .mat-hint {
    color: rgba(0, 0, 0, .54)
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
    background-color: rgba(0, 0, 0, .42)
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .42) 0, rgba(0, 0, 0, .42) 33%, transparent 0);
    background-size: 4px 100%;
    background-repeat: repeat-x
}

.mat-form-field-appearance-standard .mat-form-field-underline {
    background-color: rgba(0, 0, 0, .42)
}

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .42) 0, rgba(0, 0, 0, .42) 33%, transparent 0);
    background-size: 4px 100%;
    background-repeat: repeat-x
}

.mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: rgba(0, 0, 0, .04)
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
    background-color: rgba(0, 0, 0, .02)
}

.mat-form-field-appearance-fill .mat-form-field-underline:before {
    background-color: rgba(0, 0, 0, .42)
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, .38)
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before {
    background-color: transparent
}

.mat-form-field-appearance-outline .mat-form-field-outline {
    color: rgba(0, 0, 0, .12)
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
    color: rgba(0, 0, 0, .87)
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
    color: #673ab7
}

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
    color: #ffd740
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
    color: #f44336
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, .38)
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
    color: rgba(0, 0, 0, .06)
}

.mat-icon.mat-primary {
    color: #673ab7
}

.mat-icon.mat-accent {
    color: #ffd740
}

.mat-icon.mat-warn {
    color: #f44336
}

.mat-form-field-type-mat-native-select .mat-form-field-infix:after {
    color: rgba(0, 0, 0, .54)
}

.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after,
.mat-input-element:disabled {
    color: rgba(0, 0, 0, .38)
}

.mat-input-element {
    caret-color: #673ab7
}

    .mat-input-element::placeholder {
        color: rgba(0, 0, 0, .42)
    }

    .mat-input-element::-moz-placeholder {
        color: rgba(0, 0, 0, .42)
    }

    .mat-input-element::-webkit-input-placeholder {
        color: rgba(0, 0, 0, .42)
    }

    .mat-input-element:-ms-input-placeholder {
        color: rgba(0, 0, 0, .42)
    }

.mat-form-field.mat-accent .mat-input-element {
    caret-color: #ffd740
}

.mat-form-field-invalid .mat-input-element,
.mat-form-field.mat-warn .mat-input-element {
    caret-color: #f44336
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after {
    color: #f44336
}

.mat-list-base .mat-list-item,
.mat-list-base .mat-list-option {
    color: rgba(0, 0, 0, .87)
}

.mat-list-base .mat-subheader {
    color: rgba(0, 0, 0, .54)
}

.mat-list-item-disabled {
    background-color: #eee
}

.mat-action-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-list-option:focus,
.mat-list-option:hover,
.mat-nav-list .mat-list-item:focus,
.mat-nav-list .mat-list-item:hover {
    background: rgba(0, 0, 0, .04)
}

.mat-list-single-selected-option,
.mat-list-single-selected-option:focus,
.mat-list-single-selected-option:hover {
    background: rgba(0, 0, 0, .12)
}

.mat-menu-panel {
    background: #fff
}

    .mat-menu-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
    }

.mat-menu-item {
    background: transparent;
    color: rgba(0, 0, 0, .87)
}

    .mat-menu-item[disabled],
    .mat-menu-item[disabled]:after {
        color: rgba(0, 0, 0, .38)
    }

    .mat-menu-item-submenu-trigger:after,
    .mat-menu-item .mat-icon-no-color {
        color: rgba(0, 0, 0, .54)
    }

    .mat-menu-item-highlighted:not([disabled]),
    .mat-menu-item.cdk-keyboard-focused:not([disabled]),
    .mat-menu-item.cdk-program-focused:not([disabled]),
    .mat-menu-item:hover:not([disabled]) {
        background: rgba(0, 0, 0, .04)
    }

.mat-paginator {
    background: #fff
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
    color: rgba(0, 0, 0, .54)
}

.mat-paginator-decrement,
.mat-paginator-increment {
    border-top: 2px solid rgba(0, 0, 0, .54);
    border-right: 2px solid rgba(0, 0, 0, .54)
}

.mat-paginator-first,
.mat-paginator-last {
    border-top: 2px solid rgba(0, 0, 0, .54)
}

.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-last {
    border-color: rgba(0, 0, 0, .38)
}

.mat-paginator-container {
    min-height: 56px
}

.mat-progress-bar-background {
    fill: #d1c4e9
}

.mat-progress-bar-buffer {
    background-color: #d1c4e9
}

.mat-progress-bar-fill:after {
    background-color: #673ab7
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
    fill: #ffe57f
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
    background-color: #ffe57f
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill:after {
    background-color: #ffd740
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
    fill: #ffcdd2
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
    background-color: #ffcdd2
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill:after {
    background-color: #f44336
}

.mat-progress-spinner circle,
.mat-spinner circle {
    stroke: #673ab7
}

.mat-progress-spinner.mat-accent circle,
.mat-spinner.mat-accent circle {
    stroke: #ffd740
}

.mat-progress-spinner.mat-warn circle,
.mat-spinner.mat-warn circle {
    stroke: #f44336
}

.mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, .54)
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
    border-color: #673ab7
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
    background-color: #673ab7
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #ffd740
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
    background-color: #ffd740
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
    border-color: #f44336
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
    background-color: #f44336
}

.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, .38)
}

.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(0, 0, 0, .38)
}

.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
    color: rgba(0, 0, 0, .38)
}

.mat-radio-button .mat-ripple-element {
    background-color: #000
}

.mat-select-value {
    color: rgba(0, 0, 0, .87)
}

.mat-select-placeholder {
    color: rgba(0, 0, 0, .42)
}

.mat-select-disabled .mat-select-value {
    color: rgba(0, 0, 0, .38)
}

.mat-select-arrow {
    color: rgba(0, 0, 0, .54)
}

.mat-select-panel {
    background: #fff
}

    .mat-select-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
    }

    .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
        background: rgba(0, 0, 0, .12)
    }

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
    color: #673ab7
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
    color: #ffd740
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow,
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
    color: #f44336
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
    color: rgba(0, 0, 0, .38)
}

.mat-drawer-container {
    background-color: #fafafa;
    color: rgba(0, 0, 0, .87)
}

.mat-drawer {
    color: rgba(0, 0, 0, .87)
}

    .mat-drawer,
    .mat-drawer.mat-drawer-push {
        background-color: #fff
    }

        .mat-drawer:not(.mat-drawer-side) {
            box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12)
        }

.mat-drawer-side {
    border-right: 1px solid rgba(0, 0, 0, .12)
}

    .mat-drawer-side.mat-drawer-end,
    [dir=rtl] .mat-drawer-side {
        border-left: 1px solid rgba(0, 0, 0, .12);
        border-right: none
    }

        [dir=rtl] .mat-drawer-side.mat-drawer-end {
            border-left: none;
            border-right: 1px solid rgba(0, 0, 0, .12)
        }

.mat-drawer-backdrop.mat-drawer-shown {
    background-color: rgba(0, 0, 0, .6)
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: #ffd740
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(255, 215, 64, .54)
}

.mat-slide-toggle.mat-checked .mat-ripple-element {
    background-color: #ffd740
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
    background-color: #673ab7
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(103, 58, 183, .54)
}

.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
    background-color: #673ab7
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
    background-color: #f44336
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(244, 67, 54, .54)
}

.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
    background-color: #f44336
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
    background-color: #000
}

.mat-slide-toggle-thumb {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    background-color: #fafafa
}

.mat-slide-toggle-bar {
    background-color: rgba(0, 0, 0, .38)
}

.mat-slider-track-background {
    background-color: rgba(0, 0, 0, .26)
}

.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label,
.mat-primary .mat-slider-track-fill {
    background-color: #673ab7
}

.mat-primary .mat-slider-thumb-label-text {
    color: #fff
}

.mat-primary .mat-slider-focus-ring {
    background-color: rgba(103, 58, 183, .2)
}

.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label,
.mat-accent .mat-slider-track-fill {
    background-color: #ffd740
}

.mat-accent .mat-slider-thumb-label-text {
    color: rgba(0, 0, 0, .87)
}

.mat-accent .mat-slider-focus-ring {
    background-color: rgba(255, 215, 64, .2)
}

.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label,
.mat-warn .mat-slider-track-fill {
    background-color: #f44336
}

.mat-warn .mat-slider-thumb-label-text {
    color: #fff
}

.mat-warn .mat-slider-focus-ring {
    background-color: rgba(244, 67, 54, .2)
}

.cdk-focused .mat-slider-track-background,
.mat-slider:hover .mat-slider-track-background {
    background-color: rgba(0, 0, 0, .38)
}

.mat-slider-disabled .mat-slider-thumb,
.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled:hover .mat-slider-track-background {
    background-color: rgba(0, 0, 0, .26)
}

.mat-slider-min-value .mat-slider-focus-ring {
    background-color: rgba(0, 0, 0, .12)
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, .87)
}

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, .26)
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
    border-color: rgba(0, 0, 0, .26);
    background-color: transparent
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb {
    border-color: rgba(0, 0, 0, .38)
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb {
    border-color: rgba(0, 0, 0, .26)
}

.mat-slider-has-ticks .mat-slider-wrapper:after {
    border-color: rgba(0, 0, 0, .7)
}

.mat-slider-horizontal .mat-slider-ticks {
    background-image: repeating-linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7) 2px, transparent 0, transparent);
    background-image: -moz-repeating-linear-gradient(.0001deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7) 2px, transparent 0, transparent)
}

.mat-slider-vertical .mat-slider-ticks {
    background-image: repeating-linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7) 2px, transparent 0, transparent)
}

.mat-step-header.cdk-keyboard-focused,
.mat-step-header.cdk-program-focused,
.mat-step-header:hover {
    background-color: rgba(0, 0, 0, .04)
}

@media(hover: none) {
    .mat-step-header:hover {
        background: none
    }
}

.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
    color: rgba(0, 0, 0, .54)
}

.mat-step-header .mat-step-icon {
    background-color: rgba(0, 0, 0, .54);
    color: #fff
}

.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
    background-color: #673ab7;
    color: #fff
}

.mat-step-header .mat-step-icon-state-error {
    background-color: transparent;
    color: #f44336
}

.mat-step-header .mat-step-label.mat-step-label-active {
    color: rgba(0, 0, 0, .87)
}

.mat-step-header .mat-step-label.mat-step-label-error {
    color: #f44336
}

.mat-stepper-horizontal,
.mat-stepper-vertical {
    background-color: #fff
}

.mat-stepper-vertical-line:before {
    border-left-color: rgba(0, 0, 0, .12)
}

.mat-horizontal-stepper-header:after,
.mat-horizontal-stepper-header:before,
.mat-stepper-horizontal-line {
    border-top-color: rgba(0, 0, 0, .12)
}

.mat-horizontal-stepper-header {
    height: 72px
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
    padding: 24px
}

.mat-stepper-vertical-line:before {
    top: -16px;
    bottom: -16px
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after,
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before,
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
    top: 36px
}

.mat-sort-header-arrow {
    color: #757575
}

.mat-tab-header,
.mat-tab-nav-bar {
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.mat-tab-group-inverted-header .mat-tab-header,
.mat-tab-group-inverted-header .mat-tab-nav-bar {
    border-top: 1px solid rgba(0, 0, 0, .12);
    border-bottom: none
}

.mat-tab-label,
.mat-tab-link {
    color: rgba(0, 0, 0, .87)
}

    .mat-tab-label.mat-tab-disabled,
    .mat-tab-link.mat-tab-disabled {
        color: rgba(0, 0, 0, .38)
    }

.mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, .87)
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, .38)
}

.mat-tab-group[class*=mat-background-] .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
    border-bottom: none;
    border-top: none
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(209, 196, 233, .3)
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #673ab7
}

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
    background-color: #fff
}

.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 229, 127, .3)
}

.mat-tab-group.mat-accent .mat-ink-bar,
.mat-tab-nav-bar.mat-accent .mat-ink-bar {
    background-color: #ffd740
}

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,
.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
    background-color: rgba(0, 0, 0, .87)
}

.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 205, 210, .3)
}

.mat-tab-group.mat-warn .mat-ink-bar,
.mat-tab-nav-bar.mat-warn .mat-ink-bar {
    background-color: #f44336
}

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,
.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
    background-color: #fff
}

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(209, 196, 233, .3)
}

.mat-tab-group.mat-background-primary .mat-tab-header,
.mat-tab-group.mat-background-primary .mat-tab-header-pagination,
.mat-tab-group.mat-background-primary .mat-tab-links,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-primary .mat-tab-links {
    background-color: #673ab7
}

.mat-tab-group.mat-background-primary .mat-tab-label,
.mat-tab-group.mat-background-primary .mat-tab-link,
.mat-tab-nav-bar.mat-background-primary .mat-tab-label,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link {
    color: #fff
}

    .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,
    .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
        color: hsla(0, 0%, 100%, .4)
    }

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
    border-color: #fff
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: hsla(0, 0%, 100%, .4)
}

.mat-tab-group.mat-background-primary .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
    background-color: hsla(0, 0%, 100%, .12)
}

.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 229, 127, .3)
}

.mat-tab-group.mat-background-accent .mat-tab-header,
.mat-tab-group.mat-background-accent .mat-tab-header-pagination,
.mat-tab-group.mat-background-accent .mat-tab-links,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-accent .mat-tab-links {
    background-color: #ffd740
}

.mat-tab-group.mat-background-accent .mat-tab-label,
.mat-tab-group.mat-background-accent .mat-tab-link,
.mat-tab-nav-bar.mat-background-accent .mat-tab-label,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link {
    color: rgba(0, 0, 0, .87)
}

    .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,
    .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
        color: rgba(0, 0, 0, .4)
    }

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, .87)
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, .4)
}

.mat-tab-group.mat-background-accent .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
    background-color: rgba(0, 0, 0, .12)
}

.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 205, 210, .3)
}

.mat-tab-group.mat-background-warn .mat-tab-header,
.mat-tab-group.mat-background-warn .mat-tab-header-pagination,
.mat-tab-group.mat-background-warn .mat-tab-links,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-warn .mat-tab-links {
    background-color: #f44336
}

.mat-tab-group.mat-background-warn .mat-tab-label,
.mat-tab-group.mat-background-warn .mat-tab-link,
.mat-tab-nav-bar.mat-background-warn .mat-tab-label,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link {
    color: #fff
}

    .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,
    .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
        color: hsla(0, 0%, 100%, .4)
    }

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
    border-color: #fff
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: hsla(0, 0%, 100%, .4)
}

.mat-tab-group.mat-background-warn .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
    background-color: hsla(0, 0%, 100%, .12)
}

.mat-toolbar {
    background: #f5f5f5;
    color: rgba(0, 0, 0, .87)
}

    .mat-toolbar.mat-primary {
        background: #673ab7;
        color: #fff
    }

    .mat-toolbar.mat-accent {
        background: #ffd740;
        color: rgba(0, 0, 0, .87)
    }

    .mat-toolbar.mat-warn {
        background: #f44336;
        color: #fff
    }

    .mat-toolbar .mat-focused .mat-form-field-ripple,
    .mat-toolbar .mat-form-field-ripple,
    .mat-toolbar .mat-form-field-underline {
        background-color: currentColor
    }

    .mat-toolbar .mat-focused .mat-form-field-label,
    .mat-toolbar .mat-form-field-label,
    .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
    .mat-toolbar .mat-select-arrow,
    .mat-toolbar .mat-select-value {
        color: inherit
    }

    .mat-toolbar .mat-input-element {
        caret-color: currentColor
    }

.mat-toolbar-multiple-rows {
    min-height: 64px
}

.mat-toolbar-row,
.mat-toolbar-single-row {
    height: 64px
}

@media(max-width: 599px) {
    .mat-toolbar-multiple-rows {
        min-height: 56px
    }

    .mat-toolbar-row,
    .mat-toolbar-single-row {
        height: 56px
    }
}

.mat-tooltip {
    background: rgba(97, 97, 97, .9)
}

.mat-tree {
    background: #fff
}

.mat-nested-tree-node,
.mat-tree-node {
    color: rgba(0, 0, 0, .87)
}

.mat-tree-node {
    min-height: 48px
}

.mat-snack-bar-container {
    color: hsla(0, 0%, 100%, .7);
    background: #323232;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.mat-simple-snackbar-action {
    color: #ffd740
}

html {
    height: 100%
}

body {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    color: rgba(24, 35, 89, .85);
    font-size: .875rem;
    letter-spacing: 0;
    line-height: 1.8;
    background-color: #f2f6f8;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: inherit;
    cursor: pointer;
    outline: 0
}

    a,
    a:hover {
        text-decoration: none
    }

        a:hover {
            color: #0084ff;
            outline: 0 !important
        }

        a.text-muted:hover {
            opacity: 1 !important
        }

a,
button {
    transition: all .2s;
    -webkit-transition: all .2s
}

    a:focus,
    a:hover,
    button:focus,
    button:hover {
        text-decoration: none !important;
        outline: 0 !important
    }

* > .disabled,
* > [disabled] {
    opacity: .5;
    pointer-events: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;
    color: inherit
}

.small,
small {
    font-size: 85%
}

hr {
    border-color: #e1eaea
}

pre {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0
}

.text-muted {
    color: inherit !important;
    opacity: .6 !important
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.overflow-hidden {
    overflow: hidden !important
}

.img-thumbnail,
hr {
    border-color: #e1eaea
}

.mark,
mark {
    padding: .2em .5rem;
    background-color: #e5f2ff
}

.pl-15,
.pl-20,
.pl-25 {
    padding-left: 15px !important
}

.pr-15,
.pr-20 {
    padding-right: 15px !important
}

.pr-25 {
    padding-right: 25px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pt-5 {
    padding-top: 5px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-35 {
    padding-top: 35px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-45 {
    padding-top: 45px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-55 {
    padding-top: 55px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.mt-0 {
    margin-top: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-60 {
    margin-top: 60px !important
}

.font300 {
    font-weight: 300 !important
}

.font400 {
    font-weight: 400 !important
}

.font500,
.font600 {
    font-weight: 600 !important
}

.font700 {
    font-weight: 700 !important
}

.fs10 {
    font-size: 10px !important
}

.fs12 {
    font-size: 12px !important
}

.fs13 {
    font-size: 13px !important
}

.fs14 {
    font-size: 14px !important
}

.fs15 {
    font-size: 15px !important
}

.fs16 {
    font-size: 16px !important
}

.fs17 {
    font-size: 17px !important
}

.fs18 {
    font-size: 18px !important
}

.fs19 {
    font-size: 19px !important
}

.fs20 {
    font-size: 20px !important
}

.fs21 {
    font-size: 21px !important
}

.fs22 {
    font-size: 22px !important
}

.fs23 {
    font-size: 23px !important
}

.fs24 {
    font-size: 24px !important
}

.fs-1x {
    font-size: 1rem !important
}

.fs-1x,
.fs-2x {
    line-height: 1.25
}

.fs-2x {
    font-size: 2rem !important
}

.fs-3x {
    font-size: 3rem !important
}

.fs-3x,
.fs-4x {
    line-height: 1.25
}

.fs-4x {
    font-size: 4rem !important
}

.fs-5x {
    font-size: 5rem !important;
    line-height: 1.25
}

.v-m {
    vertical-align: middle
}

.lineH-1 {
    line-height: 1 !important
}

.pRelative {
    position: relative !important
}

.badge {
    letter-spacing: 0;
    padding: 0;
    width: 21px;
    height: 21px;
    line-height: 21px;
    border-radius: 100px;
    display: inline-block !important;
    text-align: center;
    font-size: .7rem;
    font-weight: 500;
    position: relative
}

    .badge.badge-text {
        width: auto !important;
        height: auto !important;
        padding: .25rem .35rem;
        font-size: .65rem;
        position: relative
    }

    .badge:empty {
        display: inline-flex !important;
        width: 8px !important;
        height: 8px !important;
        border-radius: 4px !important;
        padding: 0
    }

    .badge.anibadge:after,
    .badge.anibadge:before {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 100px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0
    }

    .badge.anibadge:after {
        z-index: 10;
        border: 5px solid rgba(242, 246, 248, .4);
        animation: not-blink 2s cubic-bezier(.65, .815, .735, .395) infinite
    }

    .badge.anibadge.badge-danger:after {
        border-color: rgba(250, 98, 94, .75)
    }

    .badge.anibadge.badge-success:after {
        border-color: rgba(148, 223, 74, .75)
    }

    .badge.anibadge.badge-warning:after {
        border-color: rgba(243, 215, 104, .75)
    }

    .badge.anibadge.badge-info:after {
        border-color: rgba(134, 212, 245, .75)
    }

    .badge.anibadge.badge-teal:after {
        border-color: rgba(44, 221, 190, .75)
    }

    .badge.anibadge.badge-purple:after {
        border-color: rgba(169, 94, 199, .75)
    }

    .badge.anibadge.badge-primary:after {
        border-color: rgba(0, 132, 255, .75)
    }

    .badge.anibadge.badge-dark:after {
        border-color: rgba(44, 45, 58, .75)
    }

    .badge.anibadge.badge-pink:after {
        border-color: rgba(247, 125, 194, .75)
    }

    .badge.anibadge.badge-light:after {
        border-color: #f3f8fa
    }

    .badge.badge.badge-text.anibadge:after,
    .badge.badge.badge-text.anibadge:before {
        border-radius: 2px
    }

.badge-white,
.bg-white {
    background-color: #fff !important
}

.badge-light,
.bg-light {
    background-color: #f3f8fa !important
}

.badge-secondary,
.bg-secondary {
    background-color: #a8adb9 !important
}

.badge-dark,
.bg-dark {
    background-color: #2c2d3a !important;
    color: #868aa8;
    border-color: rgba(134, 138, 168, .2) !important
}

    .badge-dark .b-b,
    .badge-dark .b-l,
    .badge-dark .b-r,
    .badge-dark .b-t,
    .bg-dark .b-b,
    .bg-dark .b-l,
    .bg-dark .b-r,
    .bg-dark .b-t {
        border-color: rgba(225, 234, 234, .2) !important
    }

    .badge-dark .text-dark,
    .bg-dark .text-dark {
        color: #868aa8 !important
    }

.badge-primary,
.bg-primary {
    background-color: #0084ff !important;
    color: #e5f2ff
}

    .badge-primary .b-b,
    .badge-primary .b-l,
    .badge-primary .b-r,
    .badge-primary .b-t,
    .bg-primary .b-b,
    .bg-primary .b-l,
    .bg-primary .b-r,
    .bg-primary .b-t {
        border-color: rgba(229, 242, 255, .2) !important
    }

.badge-danger,
.bg-danger {
    background-color: #fa625e !important;
    color: #fff;
    color: #fee5e4
}

    .badge-danger .b-b,
    .badge-danger .b-l,
    .badge-danger .b-r,
    .badge-danger .b-t,
    .bg-danger .b-b,
    .bg-danger .b-l,
    .bg-danger .b-r,
    .bg-danger .b-t {
        border-color: rgba(254, 229, 228, .2) !important
    }

.badge-success,
.bg-success {
    background-color: #94df4a !important;
    color: #e5fcd0
}

    .badge-success .b-b,
    .badge-success .b-l,
    .badge-success .b-r,
    .badge-success .b-t,
    .bg-success .b-b,
    .bg-success .b-l,
    .bg-success .b-r,
    .bg-success .b-t {
        border-color: rgba(229, 252, 208, .2) !important
    }

.badge-warning,
.bg-warning {
    background-color: #f3d768 !important;
    color: #fef8e2
}

    .badge-warning .b-b,
    .badge-warning .b-l,
    .badge-warning .b-r,
    .badge-warning .b-t,
    .bg-warning .b-b,
    .bg-warning .b-l,
    .bg-warning .b-r,
    .bg-warning .b-t {
        border-color: rgba(254, 248, 226, .2) !important
    }

.badge-info,
.bg-info {
    background-color: #86d4f5 !important;
    color: #e7f7fe
}

    .badge-info .b-b,
    .badge-info .b-l,
    .badge-info .b-r,
    .badge-info .b-t,
    .bg-info .b-b,
    .bg-info .b-l,
    .bg-info .b-r,
    .bg-info .b-t {
        border-color: rgba(231, 247, 254, .2) !important
    }

.badge-purple,
.bg-purple {
    background-color: #a95ec7 !important;
    color: #fff
}

.badge-teal,
.bg-teal {
    background-color: #2cddbe !important;
    color: #d9fff8;
    border-color: rgba(32, 199, 170, .2)
}

.badge-pink,
.bg-pink {
    background-color: #f77dc2 !important;
    color: #fde6f3;
    border-color: rgba(218, 85, 160, .2)
}

.badge-faded,
.bg-faded {
    background-color: #f2f6f8 !important
}

.bg-trans {
    background-color: transparent !important
}

.bg-primary-active {
    background-color: #1072ce !important
}

.bg-light-active {
    background-color: #f3f6fc !important
}

.bg-success-active {
    background-color: #7dc835 !important
}

.bg-info-active {
    background-color: #69c1e6 !important
}

.bg-warning-active {
    background-color: #dfc14a !important
}

.bg-dark-active {
    background-color: #262734 !important;
    color: #868aa8;
    border-color: hsla(0, 0%, 100%, .2) !important
}

    .bg-dark-active .b-b,
    .bg-dark-active .b-l,
    .bg-dark-active .b-r,
    .bg-dark-active .b-t {
        border-color: rgba(134, 138, 168, .2) !important
    }

    .bg-dark-active .text-dark {
        color: #bcbdc5 !important
    }

.bg-secondary-active {
    background-color: #828897 !important
}

.bg-teal-active {
    background-color: #20c7aa !important
}

.bg-danger-active {
    background-color: #e3423d !important
}

.bg-purple-active {
    background-color: #8f3faf !important
}

.bg-pink-active {
    background-color: #da55a0 !important
}

.bg-primary-light {
    background-color: #e5f2ff !important
}

.bg-success-light {
    background-color: #e5fcd0 !important
}

.bg-info-light {
    background-color: #e7f7fe !important
}

.bg-danger-light {
    background-color: #fee5e4 !important
}

.bg-warning-light {
    background-color: #fef8e2 !important
}

.bg-teal-light {
    background-color: #d9fff8 !important
}

.bg-purple-light {
    background-color: #f4daff !important
}

.bg-pink-light {
    background-color: #fde6f3 !important
}

.bg-secondary-light {
    background-color: #dfe0e3 !important
}

.bg-dark-light {
    background-color: #bcbdc5 !important
}

.bg-text-body {
    background-color: #9ba4ae
}

.bg-text-dark {
    background-color: #182359
}

.bg-tem-border {
    background-color: #e1eaea
}

.text-warning-active {
    color: #dfc14a !important
}

.text-success-active {
    color: #7dc835 !important
}

.text-primary-active {
    color: #1072ce !important
}

.text-teal-active {
    color: #20c7aa !important
}

.text-purple-active {
    color: #8f3faf !important
}

.text-dark-active {
    color: #262734 !important
}

.text-info-active {
    color: #69c1e6 !important
}

.text-danger-active {
    color: #e3423d !important
}

.text-pink-active {
    color: #da55a0 !important
}

.text-primary-light {
    color: #e5f2ff !important
}

.text-success-light {
    color: #e5fcd0 !important
}

.text-danger-light {
    color: #fee5e4 !important
}

.text-info-light {
    color: #e7f7fe !important
}

.text-teal-light {
    color: #d9fff8 !important
}

.text-warning-light {
    color: #fef8e2 !important
}

.text-purple-light {
    color: #f4daff !important
}

.text-pink-light {
    color: #fde6f3 !important
}

.text-dark-light {
    color: #bcbdc5 !important
}

.text-light {
    color: #868aa8 !important
}

.text-dark {
    color: #182359 !important
}

.text-faded {
    color: #f2f6f8 !important
}

.text-primary {
    color: #0084ff !important
}

.text-danger {
    color: #fa625e !important
}

.text-success {
    color: #94df4a !important
}

.text-warning {
    color: #f3d768 !important
}

.text-info {
    color: #86d4f5 !important
}

.text-teal {
    color: #2cddbe !important
}

.text-secondary {
    color: #a8adb9 !important
}

.text-purple {
    color: #a95ec7 !important
}

.text-white {
    color: #fff !important
}

.text-pink {
    color: #f77dc2 !important
}

.text-title {
    color: #182359 !important
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #1072ce !important
}

a.bg-teal:focus,
a.bg-teal:hover {
    background-color: #20c7aa !important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e3423d !important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #7dc835 !important
}

a.bg-purple:focus,
a.bg-purple:hover {
    background-color: #8f3faf !important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #69c1e6 !important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #dfc14a !important
}

a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #262734 !important
}

a.bg-pink:focus,
a.bg-pink:hover {
    background-color: #da55a0 !important
}

a.text-primary:hover {
    color: #1072ce !important
}

a.text-info:hover {
    color: #69c1e6 !important
}

a.text-success:hover {
    color: #7dc835 !important
}

a.text-warning:hover {
    color: #dfc14a !important
}

a.text-danger:hover {
    color: #e3423d !important
}

a.text-dark:hover {
    color: #262734 !important
}

a.text-teal:hover {
    color: #20c7aa !important
}

a.text-purple:hover {
    color: #8f3faf !important
}

a.text-pink:hover {
    color: #da55a0 !important
}

.bg-gradient-primary {
    background-color: #0084ff;
    background: linear-gradient(-90deg, #0084ff, #1072ce);
    background: -webkit-linear-gradient(-90deg, #0084ff, #1072ce)
}

.bg-gradient-light {
    background: #fff;
    background: linear-gradient(-90deg, #fee5e4, #e5f2ff);
    background: -webkit-linear-gradient(-90deg, #fee5e4, #e5f2ff)
}

.opacity1 {
    opacity: 1% !important
}

.avatar {
    position: relative;
    line-height: 1 !important;
    white-space: nowrap;
    font-weight: 400;
    border-radius: 0;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important
}

    .avatar img {
        border-radius: 0;
        width: 100%
    }

.avatar24 {
    width: 24px !important;
    height: 24px !important
}

    .avatar24,
    .avatar24 > * {
        font-size: .75rem !important
    }

.avatar32 {
    width: 32px !important;
    height: 32px !important;
    font-size: .85rem !important
}

    .avatar32 > * {
        font-size: 15px !important
    }

.avatar40 {
    width: 40px !important;
    height: 40px !important
}

    .avatar40 > * {
        font-size: 14px !important
    }

.avatar50 {
    width: 50px !important;
    height: 50px !important
}

    .avatar50,
    .avatar50 > * {
        font-size: 18px !important
    }

.avatar60 {
    width: 60px !important;
    height: 60px !important
}

    .avatar60,
    .avatar60 > * {
        font-size: 24px !important
    }

.avatar80 {
    width: 80px !important;
    height: 80px !important
}

    .avatar80,
    .avatar80 > * {
        font-size: 36px !important
    }

.avatar100 {
    width: 100px !important;
    height: 100px !important
}

.avatar100,
.avatar150 {
    font-size: 44px !important
}

.avatar150 {
    width: 150px !important;
    height: 150px !important
}

.avatar100 > * {
    font-size: 44px !important
}

.circle {
    border-radius: 1000px;
    -webkit-border-radius: 1000px
}

.list {
    padding-left: 0;
    padding-right: 0
}

    .list .list-item {
        display: flex;
        align-items: center;
        padding: .65rem .5rem;
        position: relative;
        transition: all .3s;
        -webkit-transition: all .3s
    }

        .list .list-item a.list-link {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            display: block;
            margin: 0;
            z-index: 2
        }

        .list .list-item .list-thumb {
            position: relative;
            line-height: 1;
            white-space: nowrap;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden
        }

        .list .list-item .list-body {
            flex: 1;
            position: relative
        }

            .list .list-item .list-body > :not(.btn) {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical
            }

            .list .list-item .list-body .list-title {
                font-weight: 500;
                text-transform: none;
                color: inherit
            }

            .list .list-item .list-body .list-content {
                line-height: 1.3;
                color: inherit;
                opacity: .6
            }

        .list .list-item > * {
            margin-left: .5rem;
            margin-right: .5rem
        }

        .list .list-item .list-meta {
            display: block;
            font-size: .7rem;
            line-height: 1.8;
            opacity: .47;
            color: inherit
        }

        .list .list-item:last-child .list-body:after {
            display: none
        }

        .list .list-item.unread {
            background-color: rgba(243, 248, 250, .7);
            border-bottom: 1px solid #f3f8fa;
            border-top: 1px solid #f2f6f8
        }

            .list .list-item.unread .list-body .list-title {
                opacity: 1
            }

            .list .list-item.unread:hover {
                background-color: #f3f6fc
            }

.list-alt {
    overflow: hidden
}

    .list-alt .list-item {
        width: 100%;
        display: flex;
        align-items: stretch;
        height: 80px
    }

        .list-alt .list-item .list-thumb {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 80px;
            flex-shrink: 0;
            background-color: rgba(0, 0, 0, .1);
            font-size: 1rem;
            height: 100%
        }

        .list-alt .list-item .list-body {
            width: 100%;
            display: flex;
            justify-content: center;
            flex-direction: column;
            height: 100%;
            padding-left: 1rem;
            padding-right: 1rem
        }

            .list-alt .list-item .list-body .list-title {
                font-size: 1.8rem;
                line-height: 1.1
            }

            .list-alt .list-item .list-body .list-content {
                opacity: .75;
                text-transform: none
            }

.thumbnails-group {
    position: relative
}

    .thumbnails-group > .translate-thumb {
        width: 32px;
        height: 32px;
        line-height: 32px;
        display: block;
        float: left;
        transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        overflow: hidden;
        text-align: center;
        background-color: #f3f8fa;
        box-shadow: 0 0 0 2px #fff;
        margin-right: 2px
    }

        .thumbnails-group > .translate-thumb > * {
            border-radius: 50%;
            -webkit-border-radius: 50%;
            margin-top: -1px
        }

        .thumbnails-group > .translate-thumb:nth-child(2) {
            transform: translateX(-15px)
        }

        .thumbnails-group > .translate-thumb:nth-child(3) {
            transform: translateX(-30px)
        }

        .thumbnails-group > .translate-thumb:nth-child(4) {
            transform: translateX(-45px)
        }

        .thumbnails-group > .translate-thumb:nth-child(5) {
            transform: translateX(-60px)
        }

        .thumbnails-group > .translate-thumb:nth-child(6) {
            transform: translateX(-75px)
        }

    .thumbnails-group:after {
        content: "";
        display: table;
        clear: both;
        width: 100%
    }

    .thumbnails-group:hover .translate-thumb:nth-child(2),
    .thumbnails-group:hover .translate-thumb:nth-child(3),
    .thumbnails-group:hover .translate-thumb:nth-child(4),
    .thumbnails-group:hover .translate-thumb:nth-child(5),
    .thumbnails-group:hover .translate-thumb:nth-child(6) {
        transform: translateX(0)
    }

.flex {
    flex: 1
}

.w100 {
    width: 100% !important
}

    .w100:after {
        content: "";
        display: table;
        clear: both
    }

.border0 {
    border: 0 !important
}

.shadow0 {
    box-shadow: none !important
}

    .shadow0:focus {
        box-shadow: none
    }

.border1 {
    border: 1px solid #e1eaea !important
}

.brd-danger {
    border-color: #fa625e !important
}

.brd-success {
    border-color: #94df4a !important
}

.brd-info {
    border-color: #86d4f5 !important
}

.brd-warning {
    border-color: #f3d768 !important
}

.brd-primary {
    border-color: #0084ff !important
}

.brd-teal {
    border-color: #2cddbe !important
}

.brd-dark {
    border-color: #2c2d3a !important
}

.brd-purple {
    border-color: #a95ec7 !important
}

.brd-pink {
    border-color: #f77dc2 !important
}

.brd-primary-active {
    border-color: rgba(16, 114, 206, .25) !important
}

.brd-success-active {
    border-color: rgba(125, 200, 53, .25) !important
}

.brd-warning-active {
    border-color: rgba(223, 193, 74, .25) !important
}

.brd-teal-active {
    border-color: rgba(32, 199, 170, .25) !important
}

.brd-info-active {
    border-color: rgba(105, 193, 230, .25) !important
}

.brd-purple-active {
    border-color: rgba(143, 63, 175, .25) !important
}

.brd-pink-active {
    border-color: rgba(218, 85, 160, .25) !important
}

.brd-danger-active {
    border-color: rgba(227, 66, 61, .25) !important
}

.brd-dark-active {
    border-color: rgba(38, 39, 52, .25) !important
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(44, 45, 58, .14)
}

label {
    font-weight: 400;
    color: inherit;
    text-transform: none
}

b,
strong {
    font-weight: 700
}

.title-sep {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    text-transform: none
}

    .title-sep:before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #e1eaea;
        left: 0;
        top: 50%;
        position: absolute
    }

    .title-sep span {
        display: inline-block;
        padding: .35rem 1rem;
        z-index: 1;
        position: relative;
        top: -.1rem;
        font-weight: 400
    }

    .title-sep.sep-light span {
        background: #f3f8fa
    }

    .title-sep.sep-body span {
        background: #f2f6f8
    }

    .title-sep.sep-white span {
        background: #fff
    }

    .title-sep.sep-primary span {
        background: #0084ff
    }

    .title-sep.sep-primary:before {
        background-color: rgba(229, 242, 255, .5)
    }

    .title-sep.sep-warning span {
        background: #f3d768
    }

    .title-sep.sep-warning:before {
        background-color: rgba(254, 248, 226, .5)
    }

    .title-sep.sep-info span {
        background: #86d4f5
    }

    .title-sep.sep-info:before {
        background-color: rgba(231, 247, 254, .5)
    }

    .title-sep.sep-success span {
        background: #94df4a
    }

    .title-sep.sep-success:before {
        background-color: rgba(229, 252, 208, .5)
    }

    .title-sep.sep-dark span {
        background: #2c2d3a
    }

    .title-sep.sep-dark:before {
        background-color: rgba(188, 189, 197, .5)
    }

    .title-sep.sep-teal span {
        background: #2cddbe
    }

    .title-sep.sep-teal:before {
        background-color: rgba(217, 255, 248, .5)
    }

    .title-sep.sep-purple span {
        background: #a95ec7
    }

    .title-sep.sep-purple:before {
        background-color: rgba(244, 218, 255, .5)
    }

    .title-sep.sep-pink span {
        background: #f77dc2
    }

    .title-sep.sep-pink:before {
        background-color: rgba(253, 230, 243, .5)
    }

    .title-sep.sep-danger span {
        background: #fa625e
    }

    .title-sep.sep-danger:before {
        background-color: rgba(254, 229, 228, .5)
    }

    .title-sep.sep-faded span {
        background: #f2f6f8
    }

    .title-sep.sep-faded:before {
        background-color: #e1eaea
    }

    .title-sep.text-left span {
        padding-left: 0
    }

    .title-sep.text-right span {
        padding-right: 0
    }

.fullscreen {
    height: 100%
}

.full-height {
    height: 100%;
    background-size: cover;
    width: 100%;
    background-position: 50%;
    background-attachment: scroll
}

@media (min-width: 992px) {
    .h-lg-up {
        display: none !important
    }
}

@media (min-width: 768px) {
    .h-md-up {
        display: none !important
    }
}

@media (min-width: 576px) {
    .h-sm-up {
        display: none !important
    }
}

@media (max-width: 991px) {
    .h-lg-down {
        display: none !important
    }
}

@media (max-width: 767px) {
    .h-md-down {
        display: none !important
    }
}

@media (max-width: 575px) {
    .h-sm-down {
        display: none !important
    }
}

.radius2 {
    border-radius: 2px !important
}

.radius4 {
    border-radius: 4px !important
}

.radius6 {
    border-radius: 6px !important
}

.radius100 {
    border-radius: 100px !important
}

.radius-round {
    border-radius: 50% !important
}

.b-t {
    border-top: 1px solid #e1eaea !important
}

.b-b {
    border-bottom: 1px solid #e1eaea !important
}

.b-l {
    border-left: 1px solid #e1eaea !important
}

.b-r {
    border-right: 1px solid #e1eaea !important
}

.bd-1 {
    border: 1px solid !important
}

.bd-light {
    border-color: #e1eaea !important
}

.position-relative,
.user-states {
    position: relative
}

.user-states {
    display: inline-block
}

    .user-states:before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        bottom: 2px;
        right: 2px;
        border-radius: 10px;
        box-shadow: 0 0 0 2px #fff
    }

    .user-states.states-online:before {
        background-color: #94df4a
    }

    .user-states.states-away:before {
        background-color: #fef8e2
    }

    .user-states.states-dnd:before {
        background-color: #fa625e
    }

    .user-states.states-offline:before {
        background-color: #a8adb9
    }

@keyframes not-blink {
    0% {
        transform: scale(1);
        -wekbit-transform: scale(1);
        opacity: 0
    }

    50% {
        transform: scale(1.5);
        -wekbit-transform: scale(1.5);
        opacity: .4
    }

    to {
        transform: scale(2);
        -wekbit-transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(2);
        -webkit-transform: scale(2)
    }
}

.demo-icon {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    border: 1px solid #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    overflow: hidden;
    border-radius: 8px
}

    .demo-icon .demo-icon__preview {
        font-size: 1.5rem;
        color: rgba(16, 114, 206, .8)
    }

    .demo-icon .demo-icon__class {
        color: rgba(44, 45, 58, .5);
        padding: .3rem;
        border-top: 1px solid #eee;
        font-size: 12px;
        font-weight: 600
    }

    .demo-icon:hover {
        background-color: #f2f6f8
    }

.demo-icon-line {
    border: 1px solid #eee;
    border-radius: 8px;
    transition: all .3s;
    -webkit-transition: all .3s;
    text-align: center
}

    .demo-icon-line > span {
        display: block;
        padding: 1.5rem 1rem;
        font-size: 2.8rem;
        color: rgba(16, 114, 206, .9)
    }

        .demo-icon-line > span.mls {
            font-weight: 600;
            font-size: 12px;
            padding: .5rem 1rem;
            color: rgba(44, 45, 58, .5);
            border-top: 1px solid #eee
        }

    .demo-icon-line:hover {
        background-color: #f2f6f8
    }

.bg-pattern {
    /*background-image: url(pattern-1.25fb242262cfea065897.png);*/
    background-repeat: repeat;
    background-position: 0
}

.cteal {
    color: #2cddbe
}

.cpactive {
    color: #1072ce
}

.cinfo {
    color: #86d4f5
}

.cdanger {
    color: #fa625e
}

.list-features li {
    border-top: 1px solid #f3f8fa;
    padding: 0 1rem;
    height: 44px;
    line-height: 44px
}

    .list-features li > i {
        font-size: 24px !important;
        line-height: 44px;
        display: block
    }

.btn-group-sm > .btn {
    padding: .35rem .75rem;
    font-size: .7rem;
    min-width: 1rem
}

.btn-group-lg > .btn {
    padding: .75rem 1.25rem;
    font-size: .9rem
}

.btn-group-xl > .btn {
    padding: .9rem 1.5rem;
    font-size: 1rem
}

.btn-group .btn.active:not(disabled):not(.disabled) {
    box-shadow: inset 0 0 2px 1px rgba(44, 45, 58, .05) !important
}

.btn {
    font-size: .875rem;
    font-weight: 400;
    padding: .5rem 1rem;
    text-transform: none;
    min-width: 5rem;
    text-align: center;
    overflow: hidden;
    position: relative;
    line-height: 1.25;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
}

    .btn.btn-sm {
        padding: .35rem .75rem;
        font-size: .8rem;
        min-width: 1.5rem
    }

        .btn.btn-sm.btn-subtitle .text-block {
            font-size: 10px
        }

    .btn.btn-lg {
        padding: .75rem 1.25rem;
        font-size: .9rem
    }

    .btn.btn-xl {
        padding: .9rem 1.5rem;
        font-size: 1rem
    }

    .btn.btn-rounded {
        border-radius: 100px !important;
        -webkit-border-radius: 100px !important
    }

    .btn.btn-square {
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important
    }

    .btn.btn-border0,
    .btn.btn-border0 > * {
        border: 0 !important
    }

    .btn.btn-subtitle {
        text-align: center
    }

        .btn.btn-subtitle span.text-block {
            opacity: .75;
            font-size: 12px;
            display: block;
            font-weight: 400
        }

        .btn.btn-subtitle.btn-icon {
            text-align: left
        }

    .btn.btn-icon {
        padding-left: 2.5rem
    }

        .btn.btn-icon > i {
            display: inline-flex !important;
            flex-direction: row !important;
            align-items: center !important;
            justify-content: center !important;
            position: absolute;
            left: 0;
            top: 1px;
            height: 100%;
            width: 2.5rem;
            line-height: 1;
            font-size: 14px;
            margin-right: 0
        }

            .btn.btn-icon > i[class*=" icon-"],
            .btn.btn-icon > i[class^=icon-] {
                font-size: 21px
            }

        .btn.btn-icon.btn-sm {
            padding-left: 2rem
        }

            .btn.btn-icon.btn-sm > i {
                width: 2rem;
                font-size: 12px
            }

                .btn.btn-icon.btn-sm > i[class*=" icon-"],
                .btn.btn-icon.btn-sm > i[class^=icon-] {
                    font-size: 16px
                }

        .btn.btn-icon.btn-lg {
            padding-left: 3.5rem
        }

            .btn.btn-icon.btn-lg > i {
                width: 3.5rem;
                font-size: 18px
            }

                .btn.btn-icon.btn-lg > i[class*=" icon-"],
                .btn.btn-icon.btn-lg > i[class^=icon-] {
                    font-size: 24px
                }

        .btn.btn-icon.btn-xl {
            padding-left: 4rem
        }

            .btn.btn-icon.btn-xl > i {
                width: 4rem;
                font-size: 28px
            }

                .btn.btn-icon.btn-xl > i[class*=" icon-"],
                .btn.btn-icon.btn-xl > i[class^=icon-] {
                    font-size: 32px
                }

        .btn.btn-icon.btn-icon-right {
            padding-right: 2.5rem;
            padding-left: 1rem;
            text-align: right
        }

            .btn.btn-icon.btn-icon-right > i {
                right: 0;
                left: auto
            }

            .btn.btn-icon.btn-icon-right .btn-subtitle-content {
                text-align: right
            }

            .btn.btn-icon.btn-icon-right.btn-sm {
                padding-right: 2rem;
                padding-left: .5rem
            }

            .btn.btn-icon.btn-icon-right.btn-lg {
                padding-right: 3.5rem;
                padding-left: 1.25rem
            }

            .btn.btn-icon.btn-icon-right.btn-xl {
                padding-right: 4rem;
                padding-left: 1.5rem
            }

    .btn.disabled,
    .btn:disabled {
        opacity: .5;
        pointer-events: none
    }

    .btn.btn-primary {
        color: #fff;
        background-color: #0084ff;
        border-color: rgba(16, 114, 206, .4)
    }

        .btn.btn-primary.active:not(.disabled):not([disabled]),
        .btn.btn-primary.focus:not(.disabled):not([disabled]),
        .btn.btn-primary:active:not(.disabled):not([disabled]),
        .btn.btn-primary:focus:not(.disabled):not([disabled]),
        .btn.btn-primary:hover {
            background-color: #1072ce;
            box-shadow: none;
            border-color: rgba(16, 114, 206, .5);
            color: #e5f2ff
        }

    .btn.btn-success {
        color: #fff;
        background-color: #94df4a;
        border-color: rgba(125, 200, 53, .7)
    }

        .btn.btn-success.active:not(.disabled):not([disabled]),
        .btn.btn-success.focus:not(.disabled):not([disabled]),
        .btn.btn-success:active:not(.disabled):not([disabled]),
        .btn.btn-success:focus:not(.disabled):not([disabled]),
        .btn.btn-success:hover {
            background-color: #7dc835;
            box-shadow: none;
            border-color: #7dc835;
            color: #e5fcd0
        }

        .btn.btn-success.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(148, 223, 74, .24) !important
        }

    .btn.btn-info {
        color: #fff;
        background-color: #86d4f5;
        border-color: rgba(105, 193, 230, .7)
    }

        .btn.btn-info.active:not(.disabled):not([disabled]),
        .btn.btn-info.focus:not(.disabled):not([disabled]),
        .btn.btn-info:active:not(.disabled):not([disabled]),
        .btn.btn-info:focus:not(.disabled):not([disabled]),
        .btn.btn-info:hover {
            background-color: #69c1e6;
            box-shadow: none;
            border-color: #69c1e6;
            color: #e7f7fe
        }

        .btn.btn-info.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(134, 212, 245, .24) !important
        }

    .btn.btn-danger {
        color: #fff;
        background-color: #fa625e;
        border-color: rgba(227, 66, 61, .7)
    }

        .btn.btn-danger.active:not(.disabled):not([disabled]),
        .btn.btn-danger.focus:not(.disabled):not([disabled]),
        .btn.btn-danger:active:not(.disabled):not([disabled]),
        .btn.btn-danger:focus:not(.disabled):not([disabled]),
        .btn.btn-danger:hover {
            background-color: #e3423d;
            box-shadow: none;
            border-color: #e3423d;
            color: #fee5e4
        }

        .btn.btn-danger.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(250, 98, 94, .24) !important
        }

    .btn.btn-warning {
        color: #fff;
        background-color: #f3d768;
        border-color: rgba(223, 193, 74, .7)
    }

        .btn.btn-warning.active:not(.disabled):not([disabled]),
        .btn.btn-warning.focus:not(.disabled):not([disabled]),
        .btn.btn-warning:active:not(.disabled):not([disabled]),
        .btn.btn-warning:focus:not(.disabled):not([disabled]),
        .btn.btn-warning:hover {
            background-color: #dfc14a;
            box-shadow: none;
            border-color: #dfc14a;
            color: #fff;
            color: #fef8e2
        }

        .btn.btn-warning.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(243, 215, 104, .24) !important
        }

    .btn.btn-secondary {
        color: #fff;
        background-color: #a8adb9;
        border-color: rgba(130, 136, 151, .1)
    }

        .btn.btn-secondary.active:not(.disabled):not([disabled]),
        .btn.btn-secondary.focus:not(.disabled):not([disabled]),
        .btn.btn-secondary:active:not(.disabled):not([disabled]),
        .btn.btn-secondary:focus:not(.disabled):not([disabled]),
        .btn.btn-secondary:hover {
            background-color: #828897;
            box-shadow: none;
            border-color: #828897;
            color: #dfe0e3
        }

        .btn.btn-secondary.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(168, 173, 185, .24) !important
        }

    .btn.btn-teal {
        color: #fff;
        background-color: #2cddbe;
        border-color: rgba(32, 199, 170, .7)
    }

        .btn.btn-teal.active:not(.disabled):not([disabled]),
        .btn.btn-teal.focus:not(.disabled):not([disabled]),
        .btn.btn-teal:active:not(.disabled):not([disabled]),
        .btn.btn-teal:focus:not(.disabled):not([disabled]),
        .btn.btn-teal:hover {
            background-color: #20c7aa;
            box-shadow: none;
            border-color: #20c7aa;
            color: #d9fff8
        }

        .btn.btn-teal.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(44, 221, 190, .24) !important
        }

    .btn.btn-purple {
        color: #fff;
        background-color: #a95ec7;
        border-color: rgba(143, 63, 175, .7)
    }

        .btn.btn-purple.active:not(.disabled):not([disabled]),
        .btn.btn-purple.focus:not(.disabled):not([disabled]),
        .btn.btn-purple:active:not(.disabled):not([disabled]),
        .btn.btn-purple:focus:not(.disabled):not([disabled]),
        .btn.btn-purple:hover {
            background-color: #8f3faf;
            box-shadow: none;
            border-color: #8f3faf;
            color: #f4daff
        }

        .btn.btn-purple.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(169, 94, 199, .24) !important
        }

    .btn.btn-dark {
        color: #fff;
        background-color: #2c2d3a;
        border-color: rgba(38, 39, 52, .7)
    }

        .btn.btn-dark.active:not(.disabled):not([disabled]),
        .btn.btn-dark.focus:not(.disabled):not([disabled]),
        .btn.btn-dark:active:not(.disabled):not([disabled]),
        .btn.btn-dark:focus:not(.disabled):not([disabled]),
        .btn.btn-dark:hover {
            background-color: #262734;
            box-shadow: none;
            color: #bcbdc5;
            border-color: #262734
        }

        .btn.btn-dark.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(44, 45, 58, .24) !important
        }

    .btn.btn-light {
        color: #182359;
        background-color: #f3f8fa;
        border-color: #f2f6f8
    }

        .btn.btn-light.active:not(.disabled):not([disabled]),
        .btn.btn-light.focus:not(.disabled):not([disabled]),
        .btn.btn-light:active:not(.disabled):not([disabled]),
        .btn.btn-light:focus:not(.disabled):not([disabled]),
        .btn.btn-light:hover {
            background-color: #f2f6f8;
            box-shadow: none;
            border-color: #e1eaea;
            color: #2c2d3a
        }

        .btn.btn-light.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(242, 246, 248, .99) !important;
            border-color: rgba(44, 45, 58, .1)
        }

    .btn.btn-pink {
        color: #fff;
        background-color: #f77dc2;
        border-color: rgba(218, 85, 160, .7)
    }

        .btn.btn-pink.active:not(.disabled):not([disabled]),
        .btn.btn-pink.focus:not(.disabled):not([disabled]),
        .btn.btn-pink:active:not(.disabled):not([disabled]),
        .btn.btn-pink:focus:not(.disabled):not([disabled]),
        .btn.btn-pink:hover {
            background-color: #da55a0;
            box-shadow: none;
            border-color: #da55a0;
            color: #fde6f3
        }

        .btn.btn-pink.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(247, 125, 194, .24) !important
        }

    .btn.btn-link {
        color: #0084ff !important;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: .25rem;
        border-radius: 0;
        border-bottom: 1px solid rgba(16, 114, 206, .2)
    }

    .btn.btn-light-primary {
        background-color: #e5f2ff;
        color: #0084ff;
        border-color: rgba(0, 132, 255, .2)
    }

        .btn.btn-light-primary.active:not(.disabled):not([disabled]),
        .btn.btn-light-primary.focus:not(.disabled):not([disabled]),
        .btn.btn-light-primary:active:not(.disabled):not([disabled]),
        .btn.btn-light-primary:focus:not(.disabled):not([disabled]),
        .btn.btn-light-primary:hover {
            background-color: #0084ff;
            box-shadow: none;
            border-color: rgba(16, 114, 206, .4);
            color: #e5f2ff
        }

        .btn.btn-light-primary.btn-shadow {
            box-shadow: 0 5px 10px 2px #e5f2ff !important
        }

    .btn.btn-light-info {
        background-color: #e7f7fe;
        color: #86d4f5;
        border-color: rgba(134, 212, 245, .2)
    }

        .btn.btn-light-info.active:not(.disabled):not([disabled]),
        .btn.btn-light-info.focus:not(.disabled):not([disabled]),
        .btn.btn-light-info:active:not(.disabled):not([disabled]),
        .btn.btn-light-info:focus:not(.disabled):not([disabled]),
        .btn.btn-light-info:hover {
            background-color: #86d4f5;
            box-shadow: none;
            border-color: rgba(105, 193, 230, .4);
            color: #e7f7fe
        }

        .btn.btn-light-info.btn-shadow {
            box-shadow: 0 5px 10px 2px #e7f7fe !important
        }

    .btn.btn-light-success {
        background-color: #e5fcd0;
        color: #94df4a;
        border-color: rgba(148, 223, 74, .2)
    }

        .btn.btn-light-success.active:not(.disabled):not([disabled]),
        .btn.btn-light-success.focus:not(.disabled):not([disabled]),
        .btn.btn-light-success:active:not(.disabled):not([disabled]),
        .btn.btn-light-success:focus:not(.disabled):not([disabled]),
        .btn.btn-light-success:hover {
            background-color: #94df4a;
            box-shadow: none;
            border-color: rgba(125, 200, 53, .4);
            color: #e5fcd0
        }

        .btn.btn-light-success.btn-shadow {
            box-shadow: 0 5px 10px 2px #e5fcd0 !important
        }

    .btn.btn-light-warning {
        background-color: #fef8e2;
        color: #f3d768;
        border-color: rgba(243, 215, 104, .2)
    }

        .btn.btn-light-warning.active:not(.disabled):not([disabled]),
        .btn.btn-light-warning.focus:not(.disabled):not([disabled]),
        .btn.btn-light-warning:active:not(.disabled):not([disabled]),
        .btn.btn-light-warning:focus:not(.disabled):not([disabled]),
        .btn.btn-light-warning:hover {
            background-color: #f3d768;
            box-shadow: none;
            border-color: rgba(223, 193, 74, .4);
            color: #fef8e2
        }

        .btn.btn-light-warning.btn-shadow {
            box-shadow: 0 5px 10px 2px #fef8e2 !important
        }

    .btn.btn-light-danger {
        background-color: #fee5e4;
        color: #fa625e;
        border-color: rgba(250, 98, 94, .2)
    }

        .btn.btn-light-danger.active:not(.disabled):not([disabled]),
        .btn.btn-light-danger.focus:not(.disabled):not([disabled]),
        .btn.btn-light-danger:active:not(.disabled):not([disabled]),
        .btn.btn-light-danger:focus:not(.disabled):not([disabled]),
        .btn.btn-light-danger:hover {
            background-color: #fa625e;
            box-shadow: none;
            border-color: rgba(227, 66, 61, .4);
            color: #fee5e4
        }

        .btn.btn-light-danger.btn-shadow {
            box-shadow: 0 5px 10px 2px #fee5e4 !important
        }

    .btn.btn-light-teal {
        background-color: #d9fff8;
        color: #2cddbe;
        border-color: rgba(44, 221, 190, .2)
    }

        .btn.btn-light-teal.active:not(.disabled):not([disabled]),
        .btn.btn-light-teal.focus:not(.disabled):not([disabled]),
        .btn.btn-light-teal:active:not(.disabled):not([disabled]),
        .btn.btn-light-teal:focus:not(.disabled):not([disabled]),
        .btn.btn-light-teal:hover {
            background-color: #2cddbe;
            box-shadow: none;
            border-color: rgba(32, 199, 170, .4);
            color: #d9fff8
        }

        .btn.btn-light-teal.btn-shadow {
            box-shadow: 0 5px 10px 2px #d9fff8 !important
        }

    .btn.btn-light-purple {
        background-color: #f4daff;
        color: #a95ec7;
        border-color: rgba(169, 94, 199, .2)
    }

        .btn.btn-light-purple.active:not(.disabled):not([disabled]),
        .btn.btn-light-purple.focus:not(.disabled):not([disabled]),
        .btn.btn-light-purple:active:not(.disabled):not([disabled]),
        .btn.btn-light-purple:focus:not(.disabled):not([disabled]),
        .btn.btn-light-purple:hover {
            background-color: #a95ec7;
            box-shadow: none;
            border-color: rgba(143, 63, 175, .4);
            color: #f4daff
        }

        .btn.btn-light-purple.btn-shadow {
            box-shadow: 0 5px 10px 2px #f4daff !important
        }

    .btn.btn-light-dark {
        background-color: #bcbdc5;
        color: #2c2d3a;
        border-color: rgba(44, 45, 58, .2)
    }

        .btn.btn-light-dark.active:not(.disabled):not([disabled]),
        .btn.btn-light-dark.focus:not(.disabled):not([disabled]),
        .btn.btn-light-dark:active:not(.disabled):not([disabled]),
        .btn.btn-light-dark:focus:not(.disabled):not([disabled]),
        .btn.btn-light-dark:hover {
            background-color: #2c2d3a;
            box-shadow: none;
            border-color: rgba(38, 39, 52, .4);
            color: #bcbdc5
        }

        .btn.btn-light-dark.btn-shadow {
            box-shadow: 0 5px 10px 2px #bcbdc5 !important
        }

    .btn.btn-light-pink {
        background-color: #fde6f3;
        color: #f77dc2;
        border-color: rgba(247, 125, 194, .2)
    }

        .btn.btn-light-pink.active:not(.disabled):not([disabled]),
        .btn.btn-light-pink.focus:not(.disabled):not([disabled]),
        .btn.btn-light-pink:active:not(.disabled):not([disabled]),
        .btn.btn-light-pink:focus:not(.disabled):not([disabled]),
        .btn.btn-light-pink:hover {
            background-color: #f77dc2;
            box-shadow: none;
            border-color: rgba(218, 85, 160, .4);
            color: #fde6f3
        }

        .btn.btn-light-pink.btn-shadow {
            box-shadow: 0 5px 10px 2px #fde6f3 !important
        }

    .btn.btn-outline-light-primary {
        background-color: transparent;
        color: #0084ff;
        border-color: #e5f2ff
    }

        .btn.btn-outline-light-primary.active:not(.disabled):not([disabled]),
        .btn.btn-outline-light-primary.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light-primary:active:not(.disabled):not([disabled]),
        .btn.btn-outline-light-primary:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light-primary:hover {
            background-color: #e5f2ff;
            box-shadow: none;
            border-color: rgba(0, 132, 255, .2);
            color: #0084ff
        }

        .btn.btn-outline-light-primary.btn-shadow {
            box-shadow: 0 5px 10px 2px #e5f2ff !important
        }

    .btn.btn-outline-light-success {
        background-color: transparent;
        color: #94df4a;
        border-color: #e5fcd0
    }

        .btn.btn-outline-light-success.active:not(.disabled):not([disabled]),
        .btn.btn-outline-light-success.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light-success:active:not(.disabled):not([disabled]),
        .btn.btn-outline-light-success:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light-success:hover {
            background-color: #e5fcd0;
            box-shadow: none;
            border-color: rgba(148, 223, 74, .2);
            color: #94df4a
        }

        .btn.btn-outline-light-success.btn-shadow {
            box-shadow: 0 5px 10px 2px #e5fcd0 !important
        }

    .btn.btn-outline-light-danger {
        background-color: transparent;
        color: #fa625e;
        border-color: #fee5e4
    }

        .btn.btn-outline-light-danger.active:not(.disabled):not([disabled]),
        .btn.btn-outline-light-danger.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light-danger:active:not(.disabled):not([disabled]),
        .btn.btn-outline-light-danger:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light-danger:hover {
            background-color: #fee5e4;
            box-shadow: none;
            border-color: rgba(250, 98, 94, .2);
            color: #fa625e
        }

        .btn.btn-outline-light-danger.btn-shadow {
            box-shadow: 0 5px 10px 2px #fee5e4 !important
        }

    .btn.btn-outline-light-warning {
        background-color: transparent;
        color: #f3d768;
        border-color: #fef8e2
    }

        .btn.btn-outline-light-warning.active:not(.disabled):not([disabled]),
        .btn.btn-outline-light-warning.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light-warning:active:not(.disabled):not([disabled]),
        .btn.btn-outline-light-warning:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light-warning:hover {
            background-color: #fef8e2;
            box-shadow: none;
            border-color: rgba(243, 215, 104, .2);
            color: #f3d768
        }

        .btn.btn-outline-light-warning.btn-shadow {
            box-shadow: 0 5px 10px 2px #fef8e2 !important
        }

    .btn.btn-outline-light-info {
        background-color: transparent;
        color: #86d4f5;
        border-color: #e7f7fe
    }

        .btn.btn-outline-light-info.active:not(.disabled):not([disabled]),
        .btn.btn-outline-light-info.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light-info:active:not(.disabled):not([disabled]),
        .btn.btn-outline-light-info:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light-info:hover {
            background-color: #e7f7fe;
            box-shadow: none;
            border-color: rgba(134, 212, 245, .2);
            color: #86d4f5
        }

        .btn.btn-outline-light-info.btn-shadow {
            box-shadow: 0 5px 10px 2px #e7f7fe !important
        }

    .btn.btn-outline-light-teal {
        background-color: transparent;
        color: #2cddbe;
        border-color: #d9fff8
    }

        .btn.btn-outline-light-teal.active:not(.disabled):not([disabled]),
        .btn.btn-outline-light-teal.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light-teal:active:not(.disabled):not([disabled]),
        .btn.btn-outline-light-teal:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light-teal:hover {
            background-color: #d9fff8;
            box-shadow: none;
            border-color: rgba(44, 221, 190, .2);
            color: #2cddbe
        }

        .btn.btn-outline-light-teal.btn-shadow {
            box-shadow: 0 5px 10px 2px #d9fff8 !important
        }

    .btn.btn-outline-light-purple {
        background-color: transparent;
        color: #a95ec7;
        border-color: #f4daff
    }

        .btn.btn-outline-light-purple.active:not(.disabled):not([disabled]),
        .btn.btn-outline-light-purple.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light-purple:active:not(.disabled):not([disabled]),
        .btn.btn-outline-light-purple:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light-purple:hover {
            background-color: #f4daff;
            box-shadow: none;
            border-color: rgba(169, 94, 199, .2);
            color: #a95ec7
        }

        .btn.btn-outline-light-purple.btn-shadow {
            box-shadow: 0 5px 10px 2px #f4daff !important
        }

    .btn.btn-outline-light-pink {
        background-color: transparent;
        color: #f77dc2;
        border-color: #fde6f3
    }

        .btn.btn-outline-light-pink.active:not(.disabled):not([disabled]),
        .btn.btn-outline-light-pink.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light-pink:active:not(.disabled):not([disabled]),
        .btn.btn-outline-light-pink:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light-pink:hover {
            background-color: #fde6f3;
            box-shadow: none;
            border-color: rgba(247, 125, 194, .2);
            color: #f77dc2
        }

        .btn.btn-outline-light-pink.btn-shadow {
            box-shadow: 0 5px 10px 2px #fde6f3 !important
        }

    .btn.btn-outline-light-dark {
        background-color: transparent;
        color: #2c2d3a;
        border-color: #bcbdc5
    }

        .btn.btn-outline-light-dark.active:not(.disabled):not([disabled]),
        .btn.btn-outline-light-dark.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light-dark:active:not(.disabled):not([disabled]),
        .btn.btn-outline-light-dark:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light-dark:hover {
            background-color: #bcbdc5;
            box-shadow: none;
            border-color: rgba(44, 45, 58, .2);
            color: #2c2d3a
        }

        .btn.btn-outline-light-dark.btn-shadow {
            box-shadow: 0 5px 10px 2px #bcbdc5 !important
        }

    .btn.btn-gradient {
        border: 1px solid
    }

        .btn.btn-gradient:not(.btn-gradient-light) {
            color: #fff
        }

    .btn.btn-gradient-primary {
        color: #fff;
        background-color: #0084ff;
        background: linear-gradient(-90deg, #0084ff, #1072ce);
        background: -webkit-linear-gradient(-90deg, #0084ff, #1072ce);
        border-color: #1072ce
    }

        .btn.btn-gradient-primary.active:not(.disabled):not([disabled]),
        .btn.btn-gradient-primary.focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-primary:active:not(.disabled):not([disabled]),
        .btn.btn-gradient-primary:focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-primary:hover {
            background-color: #0084ff;
            background: linear-gradient(-90deg, #1072ce, #1072ce);
            background: -webkit-linear-gradient(-90deg, #1072ce, #1072ce);
            border-color: #1072ce;
            box-shadow: none
        }

        .btn.btn-gradient-primary.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(0, 132, 255, .24) !important
        }

    .btn.btn-gradient-success {
        color: #fff;
        background-color: #94df4a;
        background: linear-gradient(-90deg, #94df4a, #7dc835);
        background: -webkit-linear-gradient(-90deg, #94df4a, #7dc835);
        border-color: #7dc835
    }

        .btn.btn-gradient-success.active:not(.disabled):not([disabled]),
        .btn.btn-gradient-success.focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-success:active:not(.disabled):not([disabled]),
        .btn.btn-gradient-success:focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-success:hover {
            background-color: #94df4a;
            background: linear-gradient(-90deg, #7dc835, #7dc835);
            background: -webkit-linear-gradient(-90deg, #7dc835, #7dc835);
            border-color: #7dc835;
            box-shadow: none
        }

        .btn.btn-gradient-success.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(148, 223, 74, .24) !important
        }

    .btn.btn-gradient-info {
        color: #fff;
        background-color: #86d4f5;
        background: linear-gradient(-90deg, #86d4f5, #69c1e6);
        background: -webkit-linear-gradient(-90deg, #86d4f5, #69c1e6);
        border-color: #69c1e6
    }

        .btn.btn-gradient-info.active:not(.disabled):not([disabled]),
        .btn.btn-gradient-info.focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-info:active:not(.disabled):not([disabled]),
        .btn.btn-gradient-info:focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-info:hover {
            background-color: #86d4f5;
            background: linear-gradient(-90deg, #69c1e6, #69c1e6);
            background: -webkit-linear-gradient(-90deg, #69c1e6, #69c1e6);
            border-color: #69c1e6;
            box-shadow: none
        }

        .btn.btn-gradient-info.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(134, 212, 245, .24) !important
        }

    .btn.btn-gradient-danger {
        color: #fff;
        background-color: #fa625e;
        background: linear-gradient(-90deg, #fa625e, #e3423d);
        background: -webkit-linear-gradient(-90deg, #fa625e, #e3423d);
        border-color: #e3423d
    }

        .btn.btn-gradient-danger.active:not(.disabled):not([disabled]),
        .btn.btn-gradient-danger.focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-danger:active:not(.disabled):not([disabled]),
        .btn.btn-gradient-danger:focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-danger:hover {
            background-color: #fa625e;
            background: linear-gradient(-90deg, #e3423d, #e3423d);
            background: -webkit-linear-gradient(-90deg, #e3423d, #e3423d);
            border-color: #e3423d;
            box-shadow: none
        }

        .btn.btn-gradient-danger.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(250, 98, 94, .24) !important
        }

    .btn.btn-gradient-warning {
        color: #fff;
        background-color: #f3d768;
        background: linear-gradient(-90deg, #f3d768, #dfc14a);
        background: -webkit-linear-gradient(-90deg, #f3d768, #dfc14a);
        border-color: #dfc14a
    }

        .btn.btn-gradient-warning.active:not(.disabled):not([disabled]),
        .btn.btn-gradient-warning.focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-warning:active:not(.disabled):not([disabled]),
        .btn.btn-gradient-warning:focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-warning:hover {
            background-color: #f3d768;
            background: linear-gradient(-90deg, #dfc14a, #dfc14a);
            background: -webkit-linear-gradient(-90deg, #dfc14a, #dfc14a);
            border-color: #dfc14a;
            box-shadow: none
        }

        .btn.btn-gradient-warning.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(243, 215, 104, .24) !important
        }

    .btn.btn-gradient-teal {
        color: #fff;
        background-color: #2cddbe;
        background: linear-gradient(-90deg, #2cddbe, #20c7aa);
        background: -webkit-linear-gradient(-90deg, #2cddbe, #20c7aa);
        border-color: #20c7aa
    }

        .btn.btn-gradient-teal.active:not(.disabled):not([disabled]),
        .btn.btn-gradient-teal.focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-teal:active:not(.disabled):not([disabled]),
        .btn.btn-gradient-teal:focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-teal:hover {
            background-color: #2cddbe;
            background: linear-gradient(-90deg, #20c7aa, #20c7aa);
            background: -webkit-linear-gradient(-90deg, #20c7aa, #20c7aa);
            border-color: #20c7aa;
            box-shadow: none
        }

        .btn.btn-gradient-teal.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(44, 221, 190, .24) !important
        }

    .btn.btn-gradient-purple {
        color: #fff;
        background-color: #a95ec7;
        background: linear-gradient(-90deg, #a95ec7, #8f3faf);
        background: -webkit-linear-gradient(-90deg, #a95ec7, #8f3faf);
        border-color: #8f3faf
    }

        .btn.btn-gradient-purple.active:not(.disabled):not([disabled]),
        .btn.btn-gradient-purple.focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-purple:active:not(.disabled):not([disabled]),
        .btn.btn-gradient-purple:focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-purple:hover {
            background-color: #a95ec7;
            background: linear-gradient(-90deg, #8f3faf, #8f3faf);
            background: -webkit-linear-gradient(-90deg, #8f3faf, #8f3faf);
            border-color: #8f3faf;
            box-shadow: none
        }

        .btn.btn-gradient-purple.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(169, 94, 199, .24) !important
        }

    .btn.btn-gradient-pink {
        color: #fff;
        background-color: #f77dc2;
        background: linear-gradient(-90deg, #f77dc2, #da55a0);
        background: -webkit-linear-gradient(-90deg, #f77dc2, #da55a0);
        border-color: #da55a0
    }

        .btn.btn-gradient-pink.active:not(.disabled):not([disabled]),
        .btn.btn-gradient-pink.focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-pink:active:not(.disabled):not([disabled]),
        .btn.btn-gradient-pink:focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-pink:hover {
            background-color: #f77dc2;
            background: linear-gradient(-90deg, #da55a0, #da55a0);
            background: -webkit-linear-gradient(-90deg, #da55a0, #da55a0);
            border-color: #da55a0;
            box-shadow: none
        }

        .btn.btn-gradient-pink.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(247, 125, 194, .24) !important
        }

    .btn.btn-gradient-dark {
        color: #fff;
        background-color: #2c2d3a;
        background: linear-gradient(-90deg, #2c2d3a, #262734);
        background: -webkit-linear-gradient(-90deg, #2c2d3a, #262734);
        border-color: #262734
    }

        .btn.btn-gradient-dark.active:not(.disabled):not([disabled]),
        .btn.btn-gradient-dark.focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-dark:active:not(.disabled):not([disabled]),
        .btn.btn-gradient-dark:focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-dark:hover {
            background-color: #2c2d3a;
            background: linear-gradient(-90deg, #262734, #262734);
            background: -webkit-linear-gradient(-90deg, #262734, #262734);
            border-color: #262734;
            box-shadow: none
        }

        .btn.btn-gradient-dark.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(44, 45, 58, .24) !important
        }

    .btn.btn-gradient-secondary {
        color: #fff;
        background-color: #a8adb9;
        background: linear-gradient(-90deg, #a8adb9, #828897);
        background: -webkit-linear-gradient(-90deg, #a8adb9, #828897);
        border-color: rgba(130, 136, 151, .75)
    }

        .btn.btn-gradient-secondary.active:not(.disabled):not([disabled]),
        .btn.btn-gradient-secondary.focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-secondary:active:not(.disabled):not([disabled]),
        .btn.btn-gradient-secondary:focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-secondary:hover {
            background-color: #a8adb9;
            background: linear-gradient(-90deg, #a8adb9, #a8adb9);
            background: -webkit-linear-gradient(-90deg, #a8adb9, #a8adb9);
            border-color: rgba(130, 136, 151, .7);
            box-shadow: none
        }

        .btn.btn-gradient-secondary.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(168, 173, 185, .24) !important
        }

    .btn.btn-gradient-light {
        background-color: #fff;
        background: linear-gradient(-90deg, #fff, #f3f8fa);
        background: -webkit-linear-gradient(-90deg, #fff, #f3f8fa);
        border-color: #f2f6f8
    }

        .btn.btn-gradient-light.active:not(.disabled):not([disabled]),
        .btn.btn-gradient-light.focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-light:active:not(.disabled):not([disabled]),
        .btn.btn-gradient-light:focus:not(.disabled):not([disabled]),
        .btn.btn-gradient-light:hover {
            background: linear-gradient(-90deg, #f3f8fa, #f3f8fa);
            background: -webkit-linear-gradient(-90deg, #f3f8fa, #f3f8fa);
            border-color: #e1eaea;
            color: #9ba4ae;
            box-shadow: none
        }

        .btn.btn-gradient-light.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(44, 45, 58, .1) !important;
            border-color: #e1eaea
        }

    .btn.btn-outline-primary {
        border-color: #0084ff;
        color: #0084ff;
        background-color: transparent
    }

        .btn.btn-outline-primary.active:not(.disabled):not([disabled]),
        .btn.btn-outline-primary.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-primary:active:not(.disabled):not([disabled]),
        .btn.btn-outline-primary:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-primary:hover {
            background-color: #0084ff;
            box-shadow: none;
            border-color: rgba(16, 114, 206, .5);
            color: #e5f2ff
        }

        .btn.btn-outline-primary.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(0, 132, 255, .24) !important
        }

    .btn.btn-outline-light {
        border-color: #f2f6f8;
        color: #f2f6f8;
        background-color: transparent
    }

        .btn.btn-outline-light.active:not(.disabled):not([disabled]),
        .btn.btn-outline-light.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light:active:not(.disabled):not([disabled]),
        .btn.btn-outline-light:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-light:hover {
            background-color: #f2f6f8;
            box-shadow: none;
            border-color: #e1eaea;
            color: #9ba4ae
        }

        .btn.btn-outline-light.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(44, 45, 58, .1) !important;
            border-color: rgba(44, 45, 58, .1)
        }

    .btn.btn-outline-success {
        border-color: #94df4a;
        color: #94df4a;
        background-color: transparent
    }

        .btn.btn-outline-success.active:not(.disabled):not([disabled]),
        .btn.btn-outline-success.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-success:active:not(.disabled):not([disabled]),
        .btn.btn-outline-success:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-success:hover {
            background-color: #94df4a;
            box-shadow: none;
            border-color: rgba(125, 200, 53, .5);
            color: #e5fcd0
        }

        .btn.btn-outline-success.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(148, 223, 74, .24) !important
        }

    .btn.btn-outline-info {
        border-color: #86d4f5;
        color: #86d4f5;
        background-color: transparent
    }

        .btn.btn-outline-info.active:not(.disabled):not([disabled]),
        .btn.btn-outline-info.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-info:active:not(.disabled):not([disabled]),
        .btn.btn-outline-info:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-info:hover {
            background-color: #86d4f5;
            box-shadow: none;
            border-color: rgba(105, 193, 230, .5);
            color: #e7f7fe
        }

        .btn.btn-outline-info.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(134, 212, 245, .24) !important
        }

    .btn.btn-outline-warning {
        border-color: #f3d768;
        color: #f3d768;
        background-color: transparent
    }

        .btn.btn-outline-warning.active:not(.disabled):not([disabled]),
        .btn.btn-outline-warning.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-warning:active:not(.disabled):not([disabled]),
        .btn.btn-outline-warning:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-warning:hover {
            background-color: #f3d768;
            box-shadow: none;
            border-color: rgba(223, 193, 74, .5);
            color: #fff;
            color: #fef8e2
        }

        .btn.btn-outline-warning.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(243, 215, 104, .24) !important
        }

    .btn.btn-outline-danger {
        border-color: #fa625e;
        color: #fa625e;
        background-color: transparent
    }

        .btn.btn-outline-danger.active:not(.disabled):not([disabled]),
        .btn.btn-outline-danger.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-danger:active:not(.disabled):not([disabled]),
        .btn.btn-outline-danger:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-danger:hover {
            background-color: #fa625e;
            box-shadow: none;
            border-color: rgba(227, 66, 61, .5);
            color: #fee5e4
        }

        .btn.btn-outline-danger.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(250, 98, 94, .24) !important
        }

    .btn.btn-outline-teal {
        border-color: #2cddbe;
        color: #2cddbe;
        background-color: transparent
    }

        .btn.btn-outline-teal.active:not(.disabled):not([disabled]),
        .btn.btn-outline-teal.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-teal:active:not(.disabled):not([disabled]),
        .btn.btn-outline-teal:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-teal:hover {
            background-color: #2cddbe;
            box-shadow: none;
            border-color: rgba(32, 199, 170, .5);
            color: #d9fff8
        }

        .btn.btn-outline-teal.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(44, 221, 190, .24) !important
        }

    .btn.btn-outline-purple {
        border-color: #a95ec7;
        color: #a95ec7;
        background-color: transparent
    }

        .btn.btn-outline-purple.active:not(.disabled):not([disabled]),
        .btn.btn-outline-purple.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-purple:active:not(.disabled):not([disabled]),
        .btn.btn-outline-purple:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-purple:hover {
            background-color: #a95ec7;
            box-shadow: none;
            border-color: rgba(143, 63, 175, .5);
            color: #f4daff
        }

        .btn.btn-outline-purple.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(169, 94, 199, .24) !important
        }

    .btn.btn-outline-pink {
        border-color: #f77dc2;
        color: #f77dc2;
        background-color: transparent
    }

        .btn.btn-outline-pink.active:not(.disabled):not([disabled]),
        .btn.btn-outline-pink.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-pink:active:not(.disabled):not([disabled]),
        .btn.btn-outline-pink:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-pink:hover {
            background-color: #f77dc2;
            box-shadow: none;
            border-color: rgba(218, 85, 160, .5);
            color: #fde6f3
        }

        .btn.btn-outline-pink.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(247, 125, 194, .24) !important
        }

    .btn.btn-outline-secondary {
        border-color: #a8adb9;
        color: #a8adb9;
        background-color: transparent
    }

        .btn.btn-outline-secondary.active:not(.disabled):not([disabled]),
        .btn.btn-outline-secondary.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-secondary:active:not(.disabled):not([disabled]),
        .btn.btn-outline-secondary:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-secondary:hover {
            background-color: #a8adb9;
            box-shadow: none;
            border-color: rgba(130, 136, 151, .5);
            color: #dfe0e3
        }

        .btn.btn-outline-secondary.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(168, 173, 185, .24) !important
        }

    .btn.btn-outline-dark {
        border-color: #2c2d3a;
        color: #2c2d3a;
        background-color: transparent
    }

        .btn.btn-outline-dark.active:not(.disabled):not([disabled]),
        .btn.btn-outline-dark.focus:not(.disabled):not([disabled]),
        .btn.btn-outline-dark:active:not(.disabled):not([disabled]),
        .btn.btn-outline-dark:focus:not(.disabled):not([disabled]),
        .btn.btn-outline-dark:hover {
            background-color: #2c2d3a;
            box-shadow: none;
            border-color: rgba(38, 39, 52, .5);
            color: #fff;
            color: #bcbdc5
        }

        .btn.btn-outline-dark.btn-shadow {
            box-shadow: 0 5px 10px 2px rgba(44, 45, 58, .24) !important
        }

.si-colored-facebook,
.si-facebook:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #3b5998 !important;
    color: #fff !important
}

.si-colored-twitter,
.si-twitter:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #00acee !important;
    color: #fff !important
}

.si-colored-g-plus,
.si-g-plus:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #dd4b39 !important;
    color: #fff !important
}

.si-colored-skype,
.si-skype:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #00aff0 !important;
    color: #fff !important
}

.si-colored-linkedin,
.si-linkedin:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #0e76a8 !important;
    color: #fff !important
}

.si-colored-pinterest,
.si-pin:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #c8232c !important;
    color: #fff !important
}

.si-colored-rss,
.si-rss:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #ee802f !important;
    color: #fff !important
}

.si-colored-pinterest,
.si-pinterest:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #c8232c !important;
    color: #fff !important
}

.si-colored-tumblr,
.si-tumblr:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #34526f !important;
    color: #fff !important
}

.si-colored-vimeo,
.si-vimeo:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #86c9ef !important;
    color: #fff !important
}

.si-colored-digg,
.si-digg:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #191919 !important;
    color: #fff !important
}

.si-colored-instagram,
.si-instagram:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #3f729b !important;
    color: #fff !important
}

.si-colored-flickr,
.si-flickr:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #ff0084 !important;
    color: #fff !important
}

.si-colored-paypal,
.si-paypal:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #00588b !important;
    color: #fff !important
}

.si-colored-yahoo,
.si-yahoo:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #720e9e !important;
    color: #fff !important
}

.si-android:hover,
.si-colored-andriod {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #a4c639 !important;
    color: #fff !important
}

.si-appstore:hover,
.si-colored-appstore {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #000 !important;
    color: #fff !important
}

.si-colored-dropbox,
.si-dropbox:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #3d9ae8 !important;
    color: #fff !important
}

.si-colored-dribbble,
.si-dribbble:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #ea4c89 !important;
    color: #fff !important
}

.si-colored-soundcloud,
.si-soundcloud:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #f70 !important;
    color: #fff !important
}

.si-colored-xing,
.si-xing:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #126567 !important;
    color: #fff !important
}

.si-colored-phone,
.si-phone:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #444 !important;
    color: #fff !important
}

.si-behance:hover,
.si-colored-behance {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #053eff !important;
    color: #fff !important
}

.si-colored-github,
.si-github:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #171515 !important;
    color: #fff !important
}

.si-colored-stumbleupon,
.si-stumbleupon:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #f74425 !important;
    color: #fff !important
}

.si-colored-email,
.si-email:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #6567a5 !important;
    color: #fff !important
}

.si-colored-wordpress,
.si-wordpress:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #1e8cbe !important;
    color: #fff !important
}

.si-adn:hover,
.si-colored-adn {
    background-color: #b94630 !important;
    color: #fff !important
}

.si-bitbucket:hover,
.si-colored-bitbucket {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #0f253c !important;
    color: #fff !important
}

.si-colored-window,
.si-window:hover {
    border-color: rgba(44, 45, 58, .15) !important;
    background-color: #0f4bac !important;
    color: #fff !important
}

.si-colored-reddit,
.si-reddit:hover {
    background-color: #bcddff !important;
    color: #2c2d3a !important;
    border-color: rgba(44, 45, 58, .1) !important
}

.btn-icon-o {
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center !important;
    align-items: center !important;
    font-weight: inherit;
    line-height: 1;
    font-size: 1rem;
    border-radius: 4px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 4px;
    min-width: auto
}

    .btn-icon-o.btn-border-o {
        border: 1px solid #e1eaea
    }

    .btn-icon-o.btn-icon-sm {
        width: 24px;
        height: 24px;
        font-size: .75rem;
        line-height: 24px
    }

    .btn-icon-o.btn-icon-lg {
        width: 44px;
        height: 44px;
        font-size: 1.25rem;
        line-height: 44px
    }

    .btn-icon-o.btn-icon-xl {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 1.5rem
    }

.btn.btn-social.btn-border-o {
    border: 1px solid #e1eaea
}

.tooltip {
    z-index: 9999
}

.form-control::-moz-placeholder {
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    color: rgba(155, 164, 174, .5);
    font-weight: 400;
    opacity: .95
}

.form-control::placeholder {
    transition: opacity .3s;
    color: rgba(155, 164, 174, .5);
    font-weight: 400;
    opacity: .95
}

.form-control.form-control-light::-moz-placeholder {
    color: rgba(243, 248, 250, .5)
}

.form-control.form-control-light::placeholder {
    color: rgba(243, 248, 250, .5)
}

.form-control:focus::-moz-placeholder {
    opacity: .5
}

.form-control:focus::placeholder {
    opacity: .5
}

.form-control,
select.form-control {
    border: 1px solid #e1eaea;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: .8rem;
    padding: .45rem .75rem;
    background-color: rgba(243, 248, 250, 0)
}

    .form-control.form-control-bBottom,
    select.form-control.form-control-bBottom {
        border: 1px solid #f3f8fa;
        border-radius: 0;
        padding-left: 1rem;
        border-left: 0;
        border-right: 0;
        border-top: 0
    }

        .form-control.form-control-bBottom:focus,
        select.form-control.form-control-bBottom:focus {
            box-shadow: none
        }

    .form-control:focus,
    select.form-control:focus {
        background-color: rgba(243, 248, 250, .55);
        border-color: rgba(0, 132, 255, .5);
        box-shadow: 0 0 6px 1px rgba(0, 132, 255, .1)
    }

    .form-control.disabled,
    .form-control[disabled],
    .form-control[readonly],
    select.form-control.disabled,
    select.form-control[disabled],
    select.form-control[readonly] {
        background-color: rgba(243, 248, 250, .15)
    }

    .form-control.error,
    select.form-control.error {
        border-color: #fa625e;
        background-color: rgba(250, 98, 94, .1);
        box-shadow: 0 0 5px 2px rgba(250, 98, 94, .15)
    }

    .form-control.valid,
    select.form-control.valid {
        border-color: #94df4a;
        background-color: rgba(148, 223, 74, .1);
        box-shadow: 0 0 5px 2px rgba(148, 223, 74, .15)
    }

    .form-control::-webkit-input-placeholder,
    select.form-control::-webkit-input-placeholder {
        color: rgba(44, 45, 58, .6)
    }

    .form-control::-moz-placeholder,
    select.form-control::-moz-placeholder {
        color: rgba(44, 45, 58, .6)
    }

    .form-control:-ms-input-placeholder,
    select.form-control:-ms-input-placeholder {
        color: rgba(44, 45, 58, .6)
    }

    .form-control:-moz-placeholder,
    select.form-control:-moz-placeholder {
        color: rgba(44, 45, 58, .6)
    }

.dropzone {
    border-color: #e1eaea
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: .75rem 1rem;
    font-size: 1rem
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text,
select.form-control-sm {
    padding: .15rem .5rem;
    font-size: .7rem
}

.input-group-text {
    border-color: #e1eaea
}

.search-form-o {
    position: relative
}

    .search-form-o button[type=button],
    .search-form-o button[type=submit],
    .search-form-o input[type=button],
    .search-form-o input[type=submit] {
        position: absolute;
        right: 10px;
        top: 2px;
        height: 100%;
        font-size: 16px;
        opacity: .6
    }

.form-control-light {
    background-color: rgba(16, 114, 206, .05);
    color: #fff;
    border-color: rgba(229, 242, 255, .15)
}

    .form-control-light:focus {
        background-color: rgba(229, 242, 255, .12);
        border-color: rgba(229, 242, 255, .75);
        color: #fff
    }

.form-control.form-control-light::-webkit-input-placeholder {
    color: rgba(243, 248, 250, .5)
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important
}

label.error,
label.valid {
    display: block;
    clear: both;
    width: 100%;
    padding-top: 10px
}

    label.error:after,
    label.error:before,
    label.valid:after,
    label.valid:before {
        content: "";
        display: table;
        clear: both;
        width: 100%
    }

.invalid-feedback,
label.error {
    color: #fa625e;
    font-size: 90%
}

.valid-feedback,
label.valid {
    color: #94df4a;
    font-size: 90%
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #fa625e
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #94df4a
}

    .custom-select.is-valid:focus,
    .form-control.is-valid:focus,
    .was-validated .custom-select:valid:focus,
    .was-validated .form-control:valid:focus {
        border-color: #94df4a;
        background-color: rgba(148, 223, 74, .1);
        box-shadow: 0 0 5px 2px rgba(148, 223, 74, .15)
    }

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #fa625e;
    background-color: rgba(250, 98, 94, .1);
    box-shadow: 0 0 5px 2px rgba(250, 98, 94, .15)
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #fa625e
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #94df4a
}

.custom-file-label,
.custom-file-label:after {
    padding: .6rem .75rem
}

.input-group-text {
    background-color: #f3f8fa;
    border-color: #f2f6f8;
    color: #9ba4ae;
    font-size: .8rem
}

.input-icon-group {
    margin-bottom: 1rem
}

    .input-icon-group:after {
        content: "";
        display: table;
        clear: both;
        width: 100%
    }

    .input-icon-group .input-icon-append {
        position: relative;
        display: block
    }

        .input-icon-group .input-icon-append i {
            position: relative;
            border: 1px solid #e1eaea;
            border-right: 0;
            width: 2.5rem;
            float: left;
            height: 35px;
            display: block;
            right: -1px;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: .85rem;
            line-height: 35px;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

            .input-icon-group .input-icon-append i[class*=" icon-"],
            .input-icon-group .input-icon-append i[class^=icon-] {
                font-size: 16px
            }

            .input-icon-group .input-icon-append i:after,
            .input-icon-group .input-icon-append i:before {
                opacity: .3
            }

        .input-icon-group .input-icon-append .form-control {
            float: right;
            width: calc(100% - 2.5rem);
            position: relative;
            height: 35px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            font-size: .8rem
        }

    .input-icon-group.input-icon-right .input-icon-append i {
        float: right;
        right: 1px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border: 1px solid #e1eaea;
        border-left: 0
    }

    .input-icon-group.input-icon-right .input-icon-append .form-control {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        float: left
    }

    .input-icon-group.input-icon-sm .input-icon-append .form-control {
        height: 28px;
        font-size: .7rem;
        width: calc(100% - 2rem)
    }

    .input-icon-group.input-icon-sm .input-icon-append i {
        font-size: .75rem;
        width: 2rem;
        height: 28px;
        line-height: 28px
    }

        .input-icon-group.input-icon-sm .input-icon-append i[class*=" icon-"],
        .input-icon-group.input-icon-sm .input-icon-append i[class^=icon-] {
            font-size: 16px
        }

    .input-icon-group.input-icon-lg .input-icon-append .form-control {
        height: 44px;
        font-size: 1rem;
        width: calc(100% - 3rem)
    }

    .input-icon-group.input-icon-lg .input-icon-append i {
        font-size: 18px;
        width: 3rem;
        height: 44px;
        line-height: 44px
    }

        .input-icon-group.input-icon-lg .input-icon-append i[class*=" icon-"],
        .input-icon-group.input-icon-lg .input-icon-append i[class^=icon-] {
            font-size: 24px
        }

    .input-icon-group.input-icon-dark .input-icon-append i {
        border-color: rgba(229, 242, 255, .15);
        color: #868aa8;
        background-color: rgba(16, 114, 206, .05)
    }

.customUi-checkbox,
.customUi-radio,
.customUi-switchToggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    display: inline-block;
    vertical-align: middle
}

    .customUi-checkbox label,
    .customUi-radio label,
    .customUi-switchToggle label {
        display: block !important;
        cursor: pointer
    }

        .customUi-checkbox label span.label-helper,
        .customUi-radio label span.label-helper,
        .customUi-switchToggle label span.label-helper {
            line-height: inherit;
            display: inline-block;
            margin-left: .5rem;
            vertical-align: middle
        }

    .customUi-checkbox input,
    .customUi-radio input,
    .customUi-switchToggle input {
        opacity: 0 !important;
        height: 20px !important;
        width: 20px !important;
        position: absolute !important
    }

.customUi-checkbox {
    padding: 0
}

    .customUi-checkbox label .label-checkbox {
        background: none;
        border: 2px solid #f2f6f8;
        text-align: center;
        position: relative;
        width: 20px;
        height: 20px;
        border-radius: 2px;
        background: #fff;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        transition: all .3s;
        -webkit-transition: all .3s
    }

        .customUi-checkbox label .label-checkbox:before {
            content: "";
            left: 0;
            border-radius: 2px;
            position: absolute;
            width: 100%;
            height: 100%;
            border: 1px solid #f3f8fa;
            opacity: 0;
            transition: .3s ease-in-out;
            -webkit-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out
        }

    .customUi-checkbox input:checked + label + label .label-checkbox:before,
    .customUi-checkbox input:checked + label .label-checkbox:before {
        animation: pulse .45s ease forwards;
        -webkit-animation: pulse .45s ease forwards
    }

    .customUi-checkbox input:checked + label + label .label-checkbox,
    .customUi-checkbox input:checked + label .label-checkbox {
        border-color: #f2f6f8;
        background: #f2f6f8
    }

        .customUi-checkbox input:checked + label + label .label-checkbox:after,
        .customUi-checkbox input:checked + label .label-checkbox:after {
            display: table;
            width: 6px;
            height: 10px;
            border: 2px solid;
            border-top: 0;
            border-left: 0;
            transform: rotate(45deg);
            color: #9ba4ae;
            position: absolute;
            left: 5px;
            top: 2px;
            content: "";
            text-align: center
        }

    .customUi-checkbox.checkboxUi-primary label .label-checkbox {
        border-color: #e5f2ff
    }

        .customUi-checkbox.checkboxUi-primary label .label-checkbox:before {
            border-color: #0084ff
        }

    .customUi-checkbox.checkboxUi-primary input:checked + label .label-checkbox {
        border-color: #0084ff;
        background: #0084ff
    }

        .customUi-checkbox.checkboxUi-primary input:checked + label .label-checkbox:after {
            color: #e5f2ff
        }

    .customUi-checkbox.checkboxUi-success label .label-checkbox {
        border-color: #e5fcd0
    }

        .customUi-checkbox.checkboxUi-success label .label-checkbox:before {
            border-color: #94df4a
        }

    .customUi-checkbox.checkboxUi-success input:checked + label .label-checkbox {
        border-color: #94df4a;
        background: #94df4a
    }

        .customUi-checkbox.checkboxUi-success input:checked + label .label-checkbox:after {
            color: #e5fcd0
        }

    .customUi-checkbox.checkboxUi-danger label .label-checkbox {
        border-color: #fee5e4
    }

        .customUi-checkbox.checkboxUi-danger label .label-checkbox:before {
            border-color: #fa625e
        }

    .customUi-checkbox.checkboxUi-danger input:checked + label .label-checkbox {
        border-color: #fa625e;
        background: #fa625e
    }

        .customUi-checkbox.checkboxUi-danger input:checked + label .label-checkbox:after {
            color: #fee5e4
        }

    .customUi-checkbox.checkboxUi-warning label .label-checkbox {
        border-color: #fef8e2
    }

        .customUi-checkbox.checkboxUi-warning label .label-checkbox:before {
            border-color: #f3d768
        }

    .customUi-checkbox.checkboxUi-warning input:checked + label .label-checkbox {
        border-color: #f3d768;
        background: #f3d768
    }

        .customUi-checkbox.checkboxUi-warning input:checked + label .label-checkbox:after {
            color: #fef8e2
        }

    .customUi-checkbox.checkboxUi-info label .label-checkbox {
        border-color: #e7f7fe
    }

        .customUi-checkbox.checkboxUi-info label .label-checkbox:before {
            border-color: #86d4f5
        }

    .customUi-checkbox.checkboxUi-info input:checked + label .label-checkbox {
        border-color: #86d4f5;
        background: #86d4f5
    }

        .customUi-checkbox.checkboxUi-info input:checked + label .label-checkbox:after {
            color: #e7f7fe
        }

    .customUi-checkbox.checkboxUi-purple label .label-checkbox {
        border-color: #f4daff
    }

        .customUi-checkbox.checkboxUi-purple label .label-checkbox:before {
            border-color: #a95ec7
        }

    .customUi-checkbox.checkboxUi-purple input:checked + label .label-checkbox {
        border-color: #a95ec7;
        background: #a95ec7
    }

        .customUi-checkbox.checkboxUi-purple input:checked + label .label-checkbox:after {
            color: #f4daff
        }

    .customUi-checkbox.checkboxUi-teal label .label-checkbox {
        border-color: #d9fff8
    }

        .customUi-checkbox.checkboxUi-teal label .label-checkbox:before {
            border-color: #2cddbe
        }

    .customUi-checkbox.checkboxUi-teal input:checked + label .label-checkbox {
        border-color: #2cddbe;
        background: #2cddbe
    }

        .customUi-checkbox.checkboxUi-teal input:checked + label .label-checkbox:after {
            color: #d9fff8
        }

    .customUi-checkbox.checkboxUi-dark label .label-checkbox {
        border-color: #bcbdc5
    }

        .customUi-checkbox.checkboxUi-dark label .label-checkbox:before {
            border-color: #2c2d3a
        }

    .customUi-checkbox.checkboxUi-dark input:checked + label .label-checkbox {
        border-color: #2c2d3a;
        background: #2c2d3a
    }

        .customUi-checkbox.checkboxUi-dark input:checked + label .label-checkbox:after {
            color: #bcbdc5
        }

    .customUi-checkbox.checkboxUi-pink label .label-checkbox {
        border-color: #fde6f3
    }

        .customUi-checkbox.checkboxUi-pink label .label-checkbox:before {
            border-color: #f77dc2
        }

    .customUi-checkbox.checkboxUi-pink input:checked + label .label-checkbox {
        border-color: #f77dc2;
        background: #f77dc2
    }

        .customUi-checkbox.checkboxUi-pink input:checked + label .label-checkbox:after {
            color: #fde6f3
        }

    .customUi-checkbox input:disabled + label {
        opacity: .6;
        pointer-events: none
    }

    .customUi-checkbox.checkbox-square label .label-checkbox,
    .customUi-checkbox.checkbox-square label .label-checkbox:before {
        border-radius: 0
    }

    .customUi-checkbox.checkbox-rounded label .label-checkbox,
    .customUi-checkbox.checkbox-rounded label .label-checkbox:before {
        border-radius: 100px
    }

.customUi-radio {
    border-radius: 100px;
    -webkit-border-radius: 100px
}

    .customUi-radio label .label-radio {
        background: none;
        border: 2px solid #f2f6f8;
        text-align: center;
        position: relative;
        width: 20px;
        height: 20px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        background: transparent;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        transition: all .3s;
        -webkit-transition: all .3s
    }

        .customUi-radio label .label-radio:before {
            content: "";
            left: 0;
            border-radius: 100px;
            -webkit-border-radius: 100px;
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            border: 1px solid #f2f6f8;
            transition: .3s ease-in-out;
            -webkit-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out
        }

    .customUi-radio input:checked + label .label-radio:after {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        text-align: center;
        top: 50%;
        left: 50%;
        margin-left: -4px;
        margin-top: -4px;
        font-size: 9px;
        position: absolute;
        background-color: #a8adb9
    }

    .customUi-radio input:checked + label .label-radio:before {
        animation: pulse .45s ease forwards;
        -webkit-animation: pulse .45s ease forwards
    }

    .customUi-radio.radio-square input:checked + label .label-radio:after,
    .customUi-radio.radio-square label .label-radio,
    .customUi-radio.radio-square label .label-radio:before {
        border-radius: 0;
        -webkit-border-radius: 0
    }

    .customUi-radio.radio-radius input:checked + label .label-radio:after,
    .customUi-radio.radio-radius label .label-radio,
    .customUi-radio.radio-radius label .label-radio:before {
        border-radius: 3px;
        -webkit-border-radius: 3px
    }

    .customUi-radio input:disabled + label {
        opacity: .5;
        pointer-events: none
    }

    .customUi-radio.radioUi-primary label .label-radio {
        border-color: #e5f2ff
    }

        .customUi-radio.radioUi-primary label .label-radio:after,
        .customUi-radio.radioUi-primary label .label-radio:before {
            border-color: #0084ff
        }

    .customUi-radio.radioUi-primary input:checked + label .label-radio:after {
        background-color: #0084ff
    }

    .customUi-radio.radioUi-info label .label-radio {
        border-color: #e7f7fe
    }

        .customUi-radio.radioUi-info label .label-radio:after,
        .customUi-radio.radioUi-info label .label-radio:before {
            border-color: #86d4f5
        }

    .customUi-radio.radioUi-info input:checked + label .label-radio:after {
        background-color: #86d4f5
    }

    .customUi-radio.radioUi-danger label .label-radio {
        border-color: #fee5e4
    }

        .customUi-radio.radioUi-danger label .label-radio:after,
        .customUi-radio.radioUi-danger label .label-radio:before {
            border-color: #fa625e
        }

    .customUi-radio.radioUi-danger input:checked + label .label-radio:after {
        background-color: #fa625e
    }

    .customUi-radio.radioUi-success label .label-radio {
        border-color: #e5fcd0
    }

        .customUi-radio.radioUi-success label .label-radio:after,
        .customUi-radio.radioUi-success label .label-radio:before {
            border-color: #94df4a
        }

    .customUi-radio.radioUi-success input:checked + label .label-radio:after {
        background-color: #94df4a
    }

    .customUi-radio.radioUi-warning label .label-radio {
        border-color: #fef8e2
    }

        .customUi-radio.radioUi-warning label .label-radio:after,
        .customUi-radio.radioUi-warning label .label-radio:before {
            border-color: #f3d768
        }

    .customUi-radio.radioUi-warning input:checked + label .label-radio:after {
        background-color: #f3d768
    }

    .customUi-radio.radioUi-teal label .label-radio {
        border-color: #d9fff8
    }

        .customUi-radio.radioUi-teal label .label-radio:after,
        .customUi-radio.radioUi-teal label .label-radio:before {
            border-color: #2cddbe
        }

    .customUi-radio.radioUi-teal input:checked + label .label-radio:after {
        background-color: #2cddbe
    }

    .customUi-radio.radioUi-purple label .label-radio {
        border-color: #f4daff
    }

        .customUi-radio.radioUi-purple label .label-radio:after,
        .customUi-radio.radioUi-purple label .label-radio:before {
            border-color: #a95ec7
        }

    .customUi-radio.radioUi-purple input:checked + label .label-radio:after {
        background-color: #a95ec7
    }

    .customUi-radio.radioUi-pink label .label-radio {
        border-color: #fde6f3
    }

        .customUi-radio.radioUi-pink label .label-radio:after,
        .customUi-radio.radioUi-pink label .label-radio:before {
            border-color: #f77dc2
        }

    .customUi-radio.radioUi-pink input:checked + label .label-radio:after {
        background-color: #f77dc2
    }

    .customUi-radio.radioUi-dark label .label-radio {
        border-color: #bcbdc5
    }

        .customUi-radio.radioUi-dark label .label-radio:after,
        .customUi-radio.radioUi-dark label .label-radio:before {
            border-color: #2c2d3a
        }

    .customUi-radio.radioUi-dark input:checked + label .label-radio:after {
        background-color: #2c2d3a
    }

.customUi-switchToggle label .label-switchToggle {
    width: 36px;
    height: 18px;
    border-radius: 100px;
    background-color: #f3f8fa;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s
}

    .customUi-switchToggle label .label-switchToggle:after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        left: 4px;
        top: 4px;
        background-color: #edf4f7;
        transition: all .3s;
        -webkit-transition: all .3s;
        border-radius: 100px
    }

.customUi-switchToggle input:checked + label .label-switchToggle {
    background-color: #a8adb9
}

    .customUi-switchToggle input:checked + label .label-switchToggle:after {
        transform: translateX(18px);
        -webkit-transform: translateX(18px);
        background-color: #fff
    }

.customUi-switchToggle.switchToggle-primary label .label-switchToggle {
    background-color: #e5f2ff
}

    .customUi-switchToggle.switchToggle-primary input:checked + label .label-switchToggle,
    .customUi-switchToggle.switchToggle-primary label .label-switchToggle:after {
        background-color: #0084ff
    }

        .customUi-switchToggle.switchToggle-primary input:checked + label .label-switchToggle:after {
            background-color: #fff
        }

.customUi-switchToggle.switchToggle-danger label .label-switchToggle {
    background-color: #fee5e4
}

    .customUi-switchToggle.switchToggle-danger input:checked + label .label-switchToggle,
    .customUi-switchToggle.switchToggle-danger label .label-switchToggle:after {
        background-color: #fa625e
    }

        .customUi-switchToggle.switchToggle-danger input:checked + label .label-switchToggle:after {
            background-color: #fff
        }

.customUi-switchToggle.switchToggle-success label .label-switchToggle {
    background-color: #e5fcd0
}

    .customUi-switchToggle.switchToggle-success input:checked + label .label-switchToggle,
    .customUi-switchToggle.switchToggle-success label .label-switchToggle:after {
        background-color: #94df4a
    }

        .customUi-switchToggle.switchToggle-success input:checked + label .label-switchToggle:after {
            background-color: #fff
        }

.customUi-switchToggle.switchToggle-info label .label-switchToggle {
    background-color: #e7f7fe
}

    .customUi-switchToggle.switchToggle-info input:checked + label .label-switchToggle,
    .customUi-switchToggle.switchToggle-info label .label-switchToggle:after {
        background-color: #86d4f5
    }

        .customUi-switchToggle.switchToggle-info input:checked + label .label-switchToggle:after {
            background-color: #fff
        }

.customUi-switchToggle.switchToggle-warning label .label-switchToggle {
    background-color: #fef8e2
}

    .customUi-switchToggle.switchToggle-warning input:checked + label .label-switchToggle,
    .customUi-switchToggle.switchToggle-warning label .label-switchToggle:after {
        background-color: #f3d768
    }

        .customUi-switchToggle.switchToggle-warning input:checked + label .label-switchToggle:after {
            background-color: #fff
        }

.customUi-switchToggle.switchToggle-teal label .label-switchToggle {
    background-color: #d9fff8
}

    .customUi-switchToggle.switchToggle-teal input:checked + label .label-switchToggle,
    .customUi-switchToggle.switchToggle-teal label .label-switchToggle:after {
        background-color: #2cddbe
    }

        .customUi-switchToggle.switchToggle-teal input:checked + label .label-switchToggle:after {
            background-color: #fff
        }

.customUi-switchToggle.switchToggle-purple label .label-switchToggle {
    background-color: #f4daff
}

    .customUi-switchToggle.switchToggle-purple input:checked + label .label-switchToggle,
    .customUi-switchToggle.switchToggle-purple label .label-switchToggle:after {
        background-color: #a95ec7
    }

        .customUi-switchToggle.switchToggle-purple input:checked + label .label-switchToggle:after {
            background-color: #fff
        }

.customUi-switchToggle.switchToggle-pink label .label-switchToggle {
    background-color: #fde6f3
}

    .customUi-switchToggle.switchToggle-pink input:checked + label .label-switchToggle,
    .customUi-switchToggle.switchToggle-pink label .label-switchToggle:after {
        background-color: #f77dc2
    }

        .customUi-switchToggle.switchToggle-pink input:checked + label .label-switchToggle:after {
            background-color: #fff
        }

.customUi-switchToggle.switchToggle-dark label .label-switchToggle {
    background-color: #bcbdc5
}

    .customUi-switchToggle.switchToggle-dark input:checked + label .label-switchToggle,
    .customUi-switchToggle.switchToggle-dark label .label-switchToggle:after {
        background-color: #2c2d3a
    }

        .customUi-switchToggle.switchToggle-dark input:checked + label .label-switchToggle:after {
            background-color: #fff
        }

.customUi-switchToggle input:disabled + label {
    opacity: .5;
    pointer-events: none
}

.customUi-switchToggle.switchToggle-square label .label-switchToggle,
.customUi-switchToggle.switchToggle-square label .label-switchToggle:after {
    border-radius: 0
}

.customUi-switchToggle.switchToggle-lg label .label-switchToggle {
    width: 50px;
    height: 24px
}

    .customUi-switchToggle.switchToggle-lg label .label-switchToggle:after {
        width: 12px;
        height: 12px;
        top: 6px;
        left: 6px
    }

.customUi-switchToggle.switchToggle-lg input:checked + label .label-switchToggle:after {
    transform: translateX(26px)
}

.customUi-switchToggle.switchToggle-air label .label-switchToggle {
    width: 42px;
    height: 14px
}

    .customUi-switchToggle.switchToggle-air label .label-switchToggle:after {
        width: 20px;
        height: 20px;
        left: 0;
        top: -3px;
        box-shadow: 0 0 2px 1px rgba(44, 45, 58, .15)
    }

.customUi-switchToggle.switchToggle-air input:checked + label .label-switchToggle:after {
    transform: translateX(22px)
}

.customUi-switchToggle.switchToggle-air.switchToggle-lg label .label-switchToggle {
    width: 52px;
    height: 24px
}

    .customUi-switchToggle.switchToggle-air.switchToggle-lg label .label-switchToggle:after {
        width: 28px;
        height: 28px;
        left: 0;
        top: -2px
    }

.customUi-switchToggle.switchToggle-air.switchToggle-lg input:checked + label .label-switchToggle:after {
    transform: translateX(26px)
}

.check-todo.customUi-checkbox {
    display: block;
    width: 100%;
    padding-left: 2.5rem;
    position: relative
}

    .check-todo.customUi-checkbox input {
        left: 0;
        top: 4px
    }

    .check-todo.customUi-checkbox label .label-helper {
        margin-left: 0
    }

    .check-todo.customUi-checkbox input:checked + label > * {
        text-decoration: line-through;
        opacity: .6
    }

    .check-todo.customUi-checkbox label .label-checkbox {
        position: absolute;
        width: 20px;
        left: 0;
        top: 4px
    }

.dz-default.dz-message span {
    opacity: .6
}

.page-wrapper {
    width: 100%;
    display: flex;
    flex: 1
}

.page-aside {
    flex-shrink: 0;
    position: relative;
    z-index: 750;
    opacity: 1;
    min-height: 100vh;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 240px
}

    .page-aside > * {
        width: inherit;
        margin: 0;
        height: 100%
    }

.sidenav {
    border: inherit;
    margin: 0;
    pointer-events: inherit;
    display: flex;
    flex-direction: column;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transform: translate(0);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -moz-transform: translate(0)
}

    .sidenav .flex {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    .sidenav .slimScrollBar {
        background: #e5f2ff !important;
        border-radius: 0 !important;
        width: 5px !important
    }

.content {
    flex: 1;
    display: flex !important;
    flex-direction: column;
    box-shadow: none;
    transition: all .3s;
    -webkit-transition: all .3s
}

.page-content {
    position: relative
}

.content-footer {
    margin-top: auto;
    min-height: 3.5rem
}

    .content-footer .p-3 {
        padding: 1rem !important
    }

.page-aside > * {
    box-shadow: inset -1px 0 0 0 #e1eaea;
    overflow: hidden;
    width: 240px
}

.collapse.in {
    display: block;
    height: auto !important
}

.aside-footer {
    flex-shrink: 0;
    padding: 0 0 0 1.5rem !important;
    height: 52px;
    line-height: 52px
}

.slimScrollBar {
    background: #edf4f7 !important;
    width: 5px !important;
    border-radius: 0 !important
}

.page-aside .app-logo {
    width: 240px;
    height: 3.5rem;
    max-height: 3.5rem;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    position: relative;
    background-color: #0084ff;
    transition: all .3s;
    -webkit-transition: all .3s
}

    .page-aside .app-logo > i {
        background-color: #0084ff;
        background: linear-gradient(-90deg, #86d4f5, #0084ff);
        background: -webkit-linear-gradient(-90deg, #86d4f5, #0084ff)
    }

    .page-aside .app-logo .logo-text {
        color: #fff;
        font-size: 1rem;
        font-weight: 400;
        text-transform: none;
        margin-left: 8px;
        position: relative;
        letter-spacing: .5px
    }

.hidden-scroll {
    flex: 1;
    width: auto;
    margin-right: -17px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.page-aside.aside-fixed > * {
    position: fixed
}

.page-aside.aside-fixed .hidden-scroll {
    margin-right: -17px
}

.content-footer {
    border-top: 1px solid #e1eaea;
    border-color: #e1eaea !important
}

.navbar {
    min-height: 3.5rem;
    max-height: 3.5rem;
    position: relative
}

    .navbar form button {
        position: absolute;
        right: 1rem;
        top: 1.2rem
    }

    .navbar form .form-control {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding-left: 1rem;
        border-radius: 0
    }

.offcanvas-wrapper {
    z-index: 900;
    transition: transform .35s ease-in-out;
    opacity: 0;
    transition: opacity .15s linear;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0
}

    .offcanvas-wrapper .offcanvas-collapse.offcanvas-menu {
        position: relative;
        z-index: 1000;
        opacity: 1;
        height: auto;
        min-height: 100vh;
        transition: all .3s;
        -webkit-transition: all .3s;
        width: 450px;
        position: absolute;
        right: 0;
        background-color: #fff;
        overflow: hidden;
        bottom: 0;
        top: 0;
        box-shadow: -4px 4px 10px rgba(44, 45, 58, .19);
        transform: translate3d(100%, 0, 0);
        transition: transform .3s cubic-bezier(.25, .8, .25, 1)
    }

        .offcanvas-wrapper .offcanvas-collapse.offcanvas-menu .close {
            opacity: 1;
            line-height: 1;
            color: inherit;
            top: .85rem !important;
            right: 1rem !important
        }

        .offcanvas-wrapper .offcanvas-collapse.offcanvas-menu .flex {
            overflow-y: auto;
            height: 100%;
            -webkit-overflow-scrolling: touch
        }

        .offcanvas-wrapper .offcanvas-collapse.offcanvas-menu .offcanvas-content {
            border: inherit;
            pointer-events: inherit;
            display: flex;
            flex-direction: column;
            width: inherit;
            margin: 0;
            overflow: hidden;
            height: 100%;
            position: fixed;
            width: 100%
        }

    .offcanvas-wrapper .offcanvas-footer {
        flex-shrink: 0
    }

    .offcanvas-wrapper .offcanvas-overlay {
        width: 100%;
        z-index: 999;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #2c2d3a;
        transition: opacity .15s linear;
        opacity: 0
    }

    .offcanvas-wrapper.show {
        opacity: 1;
        visibility: visible
    }

        .offcanvas-wrapper.show .offcanvas-collapse.offcanvas-menu {
            transform: translateZ(0)
        }

        .offcanvas-wrapper.show .offcanvas-overlay {
            opacity: .6
        }

@media (min-width: 1200px) {
    body.layout-boxed {
        padding: 2rem 0;
        background-color: #0084ff;
        background: linear-gradient(-180deg, #e5f2ff, #f4daff);
        background: -webkit-linear-gradient(-180deg, #e5f2ff, #f4daff);
        max-width: 1140px;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

        body.layout-boxed .page-wrapper {
            background-color: #f3f8fa;
            border-radius: 0;
            box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
            overflow-x: hidden
        }
}

body.layout-fixed {
    height: 100%
}

    body.layout-fixed .page-wrapper {
        max-height: 100%;
        height: 100vh;
        flex: 1
    }

    body.layout-fixed .page-content {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    body.layout-fixed .aside-footer,
    body.layout-fixed .content-footer {
        display: none
    }

@media (min-width: 992px) {

    .page-content,
    .page-subheader {
        padding-left: 15px;
        padding-right: 15px
    }

    .page-aside {
        display: block !important
    }

        .page-aside .hidden-scroll {
            flex: 1;
            width: auto;
            margin-right: -17px;
            overflow-x: hidden;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch
        }

        .page-aside.aside-folded {
            width: 60px
        }

            .page-aside.aside-folded .app-logo {
                width: 63px;
                padding-left: 0;
                text-align: center;
                transform: translate(177px);
                -webkit-transform: translate(177px)
            }

                .page-aside.aside-folded .app-logo .logo-text {
                    display: none !important
                }

            .page-aside.aside-folded .sidenav {
                transform: translate(-177px);
                -webkit-transform: translate(-177px);
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s
            }

            .page-aside.aside-folded.active .sidenav,
            .page-aside.aside-folded:focus .sidenav,
            .page-aside.aside-folded:hover .sidenav {
                transform: translate(0);
                -webkit-transform: translate(0);
                -ms-transform: translate(0);
                -moz-transform: translate(0)
            }

            .page-aside.aside-folded.active .app-logo,
            .page-aside.aside-folded:focus .app-logo,
            .page-aside.aside-folded:hover .app-logo {
                width: 240px;
                transform: translate(0);
                -webkit-transform: translate(0)
            }

                .page-aside.aside-folded.active .app-logo .logo-text,
                .page-aside.aside-folded:focus .app-logo .logo-text,
                .page-aside.aside-folded:hover .app-logo .logo-text {
                    display: flex !important
                }

    .page-header.navbar.navbar-expand-lg {
        padding-top: 0;
        padding-bottom: 0
    }

    .offcanvas-collapse.offcanvas-menu {
        width: 568px
    }
}

.sidenav .has-arrow:after,
.sidenav .metisMenu > li ul > li > a,
.sidenav .nav-text,
.sidenav .nav-thumbnail {
    transition: all .3s;
    -webkit-transition: all .3s
}

.sidenav .nav-text,
.sidenav a.has-arrow:after {
    opacity: .75
}

.sidenav .nav-thumbnail {
    opacity: 1;
    color: inherit
}

.sidenav a:hover {
    color: inherit
}

.sidenav .aside-footer,
.sidenav .nav-title {
    opacity: .75
}

.sidenav .aside-footer {
    border-top: 1px solid rgba(225, 234, 234, .19);
    height: 3.5rem
}

.sidenav .metisMenu > li.active .nav-text,
.sidenav .metisMenu > li.active > .nav-thumbnail,
.sidenav .metisMenu > li.active a.has-arrow:after,
.sidenav .metisMenu > li:hover:not(.nav-title) .nav-text,
.sidenav .metisMenu > li:hover:not(.nav-title) > .nav-thumbnail,
.sidenav .metisMenu > li:hover:not(.nav-title) a.has-arrow:after {
    opacity: 1
}

.sidenav .metisMenu > li > ul li > .nav-thumbnail,
.sidenav .metisMenu > li > ul li > a {
    opacity: .6
}

.sidenav .metisMenu > li ul > li.active > .nav-thumbnail,
.sidenav .metisMenu > li ul > li.active > a,
.sidenav .metisMenu > li ul > li:hover > .nav-thumbnail,
.sidenav .metisMenu > li ul > li:hover > a {
    opacity: 1
}

.sidenav .metisMenu > li > ul > li,
.sidenav .metisMenu li > ul > li > ul {
    background-color: transparent !important
}

.darkNav {
    background: #262734;
    color: #868aa8;
    box-shadow: 2px 2px 15px rgba(188, 189, 197, .1) !important;
    border-color: rgba(188, 189, 197, .5) !important
}

    .darkNav .metisMenu li.active .nav-text,
    .darkNav .metisMenu li.active > .nav-thumbnail,
    .darkNav .metisMenu li.active > a.has-arrow:after,
    .darkNav .metisMenu li:hover:not(.nav-title) .nav-text,
    .darkNav .metisMenu li:hover:not(.nav-title) > .nav-thumbnail,
    .darkNav .metisMenu li:hover:not(.nav-title) > a.has-arrow:after {
        color: #fff
    }

    .darkNav .metisMenu li .aside-footer,
    .darkNav .metisMenu li.nav-title {
        color: #868aa8
    }

        .darkNav .metisMenu li .nav-title > .nav-thumbnail {
            background-color: #2c2d3a
        }

    .darkNav .metisMenu li > a:after {
        opacity: .75
    }

    .darkNav .metisMenu > li.active > .nav-thumbnail {
        background-color: #0084ff;
        background: linear-gradient(-90deg, #0084ff, #1072ce);
        background: -webkit-linear-gradient(-90deg, #0084ff, #1072ce)
    }

    .darkNav .metisMenu > li ul > li.active > .nav-thumbnail,
    .darkNav .metisMenu > li ul > li.active > a,
    .darkNav .metisMenu > li ul > li:hover > .nav-thumbnail,
    .darkNav .metisMenu > li ul > li:hover > a {
        color: #fff
    }

    .darkNav .app-logo {
        background-color: rgba(16, 114, 206, .1);
        color: #fff
    }

        .darkNav .app-logo .logo-text,
        .darkNav .app-logo > i {
            color: #fff
        }

.whiteNav {
    background-color: #fff;
    color: #868aa8
}

    .whiteNav .metisMenu li.active > a,
    .whiteNav .metisMenu li.active > a.has-arrow:after,
    .whiteNav .metisMenu li:hover:not(.nav-title) > a,
    .whiteNav .metisMenu li:hover:not(.nav-title) > a.has-arrow:after {
        color: #0084ff
    }

    .whiteNav .metisMenu li.active > .nav-thumbnail {
        background-color: #0084ff;
        background: linear-gradient(-90deg, #0084ff, #1072ce);
        background: -webkit-linear-gradient(-90deg, #0084ff, #1072ce);
        color: #fff
    }

    .whiteNav .metisMenu li > a:after {
        opacity: .5
    }

    .whiteNav .metisMenu > li ul > li.active > a,
    .whiteNav .metisMenu > li ul > li:hover > a {
        color: #0084ff
    }

    .whiteNav .app-logo {
        background-color: transparent;
        border-bottom: 1px solid #f3f8fa
    }

        .whiteNav .app-logo .logo-text {
            color: inherit
        }

        .whiteNav .app-logo > i {
            color: #fff
        }

    .whiteNav .aside-footer {
        border-top: 1px solid #e1eaea
    }

.layout-horizontal header.page-header .dropdown-menu {
    margin-top: 0
}

.navbar.navbar-horizontal {
    min-height: auto;
    height: auto;
    max-height: 100%;
    padding: 0 1rem;
    position: relative;
    z-index: 400;
    box-shadow: 0 2px 10px rgba(44, 45, 58, .1)
}

    .navbar.navbar-horizontal .container {
        position: relative
    }

    .navbar.navbar-horizontal .dropdown-menu {
        margin-top: 0
    }

    .navbar.navbar-horizontal .navbar-nav > li {
        padding: .5rem .15rem
    }

        .navbar.navbar-horizontal .navbar-nav > li > .nav-link {
            border-radius: 4px;
            padding: .5rem 1rem;
            font-size: .85rem;
            font-weight: 400;
            color: #868aa8
        }

            .navbar.navbar-horizontal .navbar-nav > li > .nav-link > i {
                font-size: 13px;
                text-align: center;
                display: inline-block;
                margin-right: .5rem;
                position: relative;
                vertical-align: middle;
                line-height: inherit
            }

.layout-horizontal .dropdown-menu {
    min-width: 200px;
    padding: 10px 0
}

    .layout-horizontal .dropdown-menu .dropdown-item {
        border-radius: 0;
        padding: .5rem 1rem
    }

    .layout-horizontal .dropdown-menu.dropdown-menu-right .dropdown-submenu .dropdown-menu {
        left: auto;
        top: 0;
        right: 100%;
        margin: 0;
        border-radius: 4px
    }

.layout-horizontal .dropdown-submenu {
    position: relative
}

    .layout-horizontal .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%
    }

    .layout-horizontal .dropdown-submenu .dropdown-toggle {
        position: relative
    }

        .layout-horizontal .dropdown-submenu .dropdown-toggle:after {
            content: "\f0d7";
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
            transform: rotate(-90deg) !important;
            -webkit-transform: rotate(-90deg) !important;
            position: absolute;
            right: .5rem;
            top: 50%;
            width: 20px;
            height: 20px;
            line-height: 20px;
            margin-top: -10px;
            text-align: center
        }

.layout-horizontal .dropdown-menu-right .dropdown-submenu .dropdown-toggle:after {
    transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important
}

.layout-horizontal .navbar-light .search-horizontal {
    width: 220px;
    right: 30px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    position: absolute
}

.layout-horizontal .navbar-light form .form-control {
    width: 220px;
    height: 100%;
    position: relative
}

    .layout-horizontal .navbar-light form .form-control:focus {
        background-color: transparent;
        box-shadow: none
    }

.layout-horizontal .navbar-light form button {
    position: absolute;
    right: 0;
    height: 100%;
    top: .15rem
}

.layout-horizontal .navbar-brand {
    margin-left: 1rem
}

@media (min-width: 992px) {

    .navbar-light.navbar-horizontal .navbar-nav .active > .nav-link,
    .navbar-light.navbar-horizontal .navbar-nav .nav-link.active,
    .navbar-light.navbar-horizontal .navbar-nav .nav-link.show,
    .navbar-light.navbar-horizontal .navbar-nav .show > .nav-link {
        background-color: #0084ff;
        color: #fff
    }
}

.aside-icon-o {
    width: 4.5rem;
    min-height: 100vh;
    flex-shrink: 0;
    z-index: 600;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

    .aside-icon-o .sidenav-mini {
        width: 4.5rem;
        border: inherit;
        margin: 0;
        pointer-events: inherit;
        display: flex;
        flex-direction: column;
        height: 100%
    }

    .aside-icon-o .app-logo {
        width: 100%;
        overflow: hidden;
        position: relative;
        min-height: 3.5rem;
        background-color: #fef8e2;
        border-bottom: 1px solid rgba(16, 114, 206, .05)
    }

        .aside-icon-o .app-logo > i {
            font-size: 1.25rem;
            color: #0084ff
        }

.aside-mini-content {
    padding: 1.5rem 0
}

    .aside-mini-content .nav .nav-item {
        display: block;
        width: 100%;
        position: relative
    }

        .aside-mini-content .nav .nav-item .nav-link {
            display: block;
            flex-direction: row;
            width: 100%;
            padding: .5rem 1.25rem;
            color: inherit
        }

            .aside-mini-content .nav .nav-item .nav-link .badge {
                position: absolute;
                right: .5rem;
                top: .5rem;
                width: 16px;
                height: 16px;
                line-height: 16px;
                font-size: .6rem;
                font-weight: 600
            }

            .aside-mini-content .nav .nav-item .nav-link:after {
                display: table;
                content: "";
                clear: both
            }

            .aside-mini-content .nav .nav-item .nav-link > i {
                text-align: center;
                padding: 0;
                display: flex;
                width: 2rem;
                height: 2rem;
                line-height: 1;
                font-size: 14px;
                align-items: center !important;
                justify-content: center !important;
                border-radius: 10rem;
                transition: all .2s;
                -webkit-transition: all .2s
            }

            .aside-mini-content .nav .nav-item .nav-link .nav-text {
                display: block;
                float: right;
                line-height: 2rem
            }

    .aside-mini-content .nav .dropdown-menu {
        width: 250px;
        border: 0;
        top: calc(100% - 3.5rem) !important;
        left: 100% !important;
        margin-left: .75rem;
        box-shadow: 0 0 10px rgba(0, 132, 255, .12);
        -webkit-box-shadow: 0 0 50px rgba(0, 132, 255, .12)
    }

        .aside-mini-content .nav .dropdown-menu:after,
        .aside-mini-content .nav .dropdown-menu:before {
            right: 100%;
            top: 2rem;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none
        }

        .aside-mini-content .nav .dropdown-menu:after {
            border-color: rgba(136, 183, 213, 0) #fff rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
            border-width: 10px;
            margin-top: -10px
        }

        .aside-mini-content .nav .dropdown-menu:before {
            border-color: rgba(194, 225, 245, 0) #fff rgba(194, 225, 245, 0) rgba(194, 225, 245, 0);
            border-width: 11px;
            margin-top: -11px
        }

    .aside-mini-content .nav .dropup .dropdown-menu {
        top: auto !important;
        bottom: calc(100% - 4rem) !important
    }

        .aside-mini-content .nav .dropup .dropdown-menu:after,
        .aside-mini-content .nav .dropup .dropdown-menu:before {
            bottom: 1.5rem;
            top: auto
        }

    .aside-mini-content .nav .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transform: translateY(10px) !important;
        -webkit-transform-style: preserve-3d
    }

    .aside-mini-content .nav .show.dropdown-menu {
        transform: translateY(0) !important;
        opacity: 1;
        visibility: visible
    }

    .aside-mini-content .dropup.dropdown-submenu .dropdown-menu {
        display: none
    }

        .aside-mini-content .dropup.dropdown-submenu .dropdown-menu:after,
        .aside-mini-content .dropup.dropdown-submenu .dropdown-menu:before {
            bottom: 2rem
        }

.aside-icon-o.aside-light {
    background-color: #fff;
    box-shadow: 1px -10px 10px rgba(44, 45, 58, .12);
    -webkit-box-shadow: 1px -10px 10px rgba(44, 45, 58, .12)
}

    .aside-icon-o.aside-light .aside-mini-content .nav .nav-item .nav-link > i {
        background-color: rgba(229, 242, 255, .2);
        color: rgba(0, 132, 255, .55)
    }

    .aside-icon-o.aside-light .aside-mini-content .nav .nav-item.active a.nav-link > i,
    .aside-icon-o.aside-light .aside-mini-content .nav .nav-item.show a.nav-link > i,
    .aside-icon-o.aside-light .aside-mini-content .nav .nav-item:hover a.nav-link > i {
        background: linear-gradient(180deg, #86d4f5, #0084ff);
        background: -webkit-linear-gradient(180deg, #86d4f5, #0084ff);
        color: #fff
    }

.aside-icon-o.aside-dark {
    background-color: #1072ce;
    box-shadow: 1px -10px 10px rgba(44, 45, 58, .12);
    -webkit-box-shadow: 1px -10px 10px rgba(44, 45, 58, .12);
    color: #fff
}

    .aside-icon-o.aside-dark .aside-mini-content .nav .nav-item {
        color: rgba(243, 248, 250, .5)
    }

        .aside-icon-o.aside-dark .aside-mini-content .nav .nav-item .nav-link > i {
            background-color: rgba(0, 132, 255, .52);
            color: hsla(0, 0%, 100%, .75)
        }

        .aside-icon-o.aside-dark .aside-mini-content .nav .nav-item.active a.nav-link > i,
        .aside-icon-o.aside-dark .aside-mini-content .nav .nav-item.show a.nav-link > i,
        .aside-icon-o.aside-dark .aside-mini-content .nav .nav-item:hover a.nav-link > i {
            background-color: #0084ff;
            color: #fff
        }

    .aside-icon-o.aside-dark .app-logo {
        background-color: #0084ff
    }

        .aside-icon-o.aside-dark .app-logo > i {
            color: #fff
        }

@media (min-width: 768px) {
    .aside-icon-o .aside-mini-content .nav .nav-item .nav-link .nav-text {
        display: none
    }
}

@media (max-width: 991px) {
    .layout-aside-mini .page-wrapper {
        flex-flow: row !important;
        align-content: start !important
    }
}

@media (max-width: 767px) {
    .aside-icon-o {
        width: 13rem;
        position: fixed;
        padding-top: 3.5rem;
        left: 0;
        top: 0;
        height: 100%;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out
    }

        .aside-icon-o .sidenav-mini {
            width: 13rem;
            height: calc(100% -3.5rem);
            overflow-y: auto
        }

            .aside-icon-o .sidenav-mini .app-logo {
                position: fixed;
                left: 0;
                top: 0;
                justify-content: start !important;
                padding-left: 1.5rem
            }

        .aside-icon-o .aside-mini-content .nav .dropdown-menu {
            opacity: 1;
            display: none;
            visibility: visible;
            position: static !important;
            left: 0 !important;
            margin: 0;
            border-radius: 0;
            border: 0;
            width: 100% !important
        }

            .aside-icon-o .aside-mini-content .nav .dropdown-menu:after,
            .aside-icon-o .aside-mini-content .nav .dropdown-menu:before {
                display: none
            }

        .aside-icon-o .aside-close {
            position: absolute;
            right: 1.5rem;
            top: 1rem;
            z-index: 99
        }

            .aside-icon-o .aside-close > i {
                font-size: 24px
            }

        .aside-icon-o .badge {
            display: none !important
        }

        .aside-icon-o .aside-mini-content .nav .show .dropdown-menu {
            display: block
        }

        .aside-icon-o.show {
            transform: translateX(0);
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0)
        }
}

.metisMenu {
    list-style: none;
    margin: 0;
    padding: 1rem 0
}

    .metisMenu li {
        background: none;
        display: block;
        line-height: 1;
        position: relative;
        clear: right
    }

        .metisMenu li:after {
            content: "";
            display: table;
            clear: both;
            width: 100%
        }

        .metisMenu li > a {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 70%;
            display: inline-block;
            font-weight: 400;
            position: relative;
            text-transform: none;
            padding-left: 21px;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
            clear: both
        }

            .metisMenu li > a > .nav-label {
                font-size: 12px;
                opacity: .4;
                display: block;
                clear: both;
                line-height: 20px
            }

            .metisMenu li > a > .nav-text {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                width: 100%;
                line-height: 20px
            }

        .metisMenu li .nav-thumbnail {
            float: right;
            position: relative;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            text-transform: none
        }

    .metisMenu > li {
        line-height: 1;
        padding-top: .25rem;
        padding-bottom: .15rem
    }

        .metisMenu > li ul {
            margin: 0;
            padding: 0;
            list-style: none;
            clear: both
        }

            .metisMenu > li ul > li {
                position: relative
            }

        .metisMenu > li a.has-arrow:after {
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
            content: "\f054";
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -4px;
            display: block;
            width: 10px;
            height: 10px;
            line-height: 10px;
            font-size: 10px;
            text-align: center
        }

        .metisMenu > li > .nav-thumbnail {
            width: 36px;
            height: 36px;
            line-height: 36px;
            z-index: 2;
            right: 14px;
            top: 0;
            font-size: 18px;
            text-align: center
        }

        .metisMenu > li > a {
            font-size: .95rem;
            font-weight: 400;
            line-height: 36px
        }

    .metisMenu li.active > a.has-arrow:after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }

    .metisMenu > li > ul > li {
        min-height: 30px;
        line-height: 20px
    }

        .metisMenu > li > ul > li .nav-thumbnail {
            width: 30px;
            height: 30px;
            line-height: 30px;
            top: 0;
            right: 17px;
            font-size: .7rem;
            font-weight: 600;
            text-align: center
        }

        .metisMenu > li > ul > li > a {
            min-height: 30px;
            line-height: 29px;
            font-weight: 400;
            font-size: .85rem;
            padding-left: 2rem
        }

        .metisMenu > li > ul > li > ul > li {
            min-height: 24px;
            line-height: 20px
        }

            .metisMenu > li > ul > li > ul > li .nav-thumbnail {
                width: 24px;
                height: 24px;
                line-height: 24px;
                font-size: .65rem;
                font-weight: 600;
                right: 20px;
                top: 0
            }

            .metisMenu > li > ul > li > ul > li > a {
                min-height: 24px;
                line-height: 24px;
                font-weight: 400;
                font-size: .8rem;
                padding-left: 2.25rem
            }

    .metisMenu > li ul > li:first-child {
        padding-top: 7px
    }

    .metisMenu > li ul > li:last-child {
        padding-bottom: 7px
    }

    .metisMenu li > a {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }

    .metisMenu li.nav-title {
        clear: both;
        line-height: 36px;
        height: 36px;
        padding-left: 21px;
        padding-top: 0;
        margin: 10px 0;
        font-size: .6rem;
        text-transform: uppercase;
        font-weight: 600;
        color: inherit
    }

        .metisMenu li.nav-title > .nav-thumbnail {
            font-size: .62rem;
            text-transform: uppercase;
            font-weight: 700
        }

header.page-header {
    position: relative;
    width: 100%;
    z-index: 500;
    padding-top: 0;
    padding-bottom: 0
}

    header.page-header .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

        header.page-header .dropdown-menu.dropdown-menu-right {
            right: 0 !important;
            left: auto !important
        }

    header.page-header .nav {
        align-items: center
    }

        header.page-header .nav li:not(.list-item) {
            min-height: 3.5rem;
            align-items: center !important;
            justify-content: center !important
        }

            header.page-header .nav li:not(.list-item) > a {
                align-items: center !important;
                justify-content: center !important;
                display: flex;
                line-height: 1
            }

        header.page-header .nav .user-dropdown a .img-fluid {
            width: 35px
        }

        header.page-header .nav .user-dropdown a.nav-link {
            position: relative
        }

    header.page-header .nav-link {
        position: relative;
        font-weight: 700;
        text-transform: none;
        font-size: .85rem;
        color: inherit
    }

        header.page-header .nav-link:hover {
            opacity: 1
        }

        header.page-header .nav-link > i {
            font-size: 24px
        }

        header.page-header .nav-link .badge {
            position: absolute;
            right: 5px;
            top: 5px;
            width: 18px;
            height: 18px;
            display: inline-flex !important;
            line-height: 1;
            align-items: center !important;
            justify-content: center !important;
            font-size: .65rem
        }

            header.page-header .nav-link .badge:empty {
                width: 8px;
                height: 8px;
                top: 9px;
                right: 13px
            }

            header.page-header .nav-link .badge.anibadge:after {
                border-radius: 50%
            }

    header.page-header li.nav-item {
        display: flex;
        align-items: center !important
    }

    header.page-header .form-inline {
        width: 210px;
        border: 0;
        border-radius: 0;
        position: relative;
        overflow: hidden;
        background-color: transparent
    }

        header.page-header .form-inline .form-control {
            width: 100%;
            border-radius: 0;
            font-size: 14px;
            height: 40px;
            padding-left: 30px;
            background-color: transparent;
            position: relative
        }

        header.page-header .form-inline button {
            text-align: left;
            position: absolute;
            left: 0;
            top: 12px;
            line-height: 1;
            border: 0 !important;
            font-size: 1rem
        }

    header.page-header .sidenav-btn {
        position: relative;
        display: inline-block;
        width: 32px;
        height: 18px;
        margin-left: .5rem
    }

        header.page-header .sidenav-btn .navbar-toggler-icon {
            position: absolute;
            width: 20px;
            height: 2px;
            transition-timing-function: ease;
            transition-duration: .15s;
            transition-property: transform;
            border-radius: 4px;
            background-color: #9ba4ae;
            top: 50%;
            display: block;
            margin-top: -1px
        }

            header.page-header .sidenav-btn .navbar-toggler-icon:after {
                bottom: -6px
            }

            header.page-header .sidenav-btn .navbar-toggler-icon:before {
                top: -6px
            }

            header.page-header .sidenav-btn .navbar-toggler-icon:after,
            header.page-header .sidenav-btn .navbar-toggler-icon:before {
                display: block;
                content: "";
                position: absolute;
                width: 12px;
                height: 2px;
                transition-timing-function: ease;
                transition-duration: .15s;
                transition-property: transform;
                border-radius: 4px;
                background-color: #9ba4ae
            }

        header.page-header .sidenav-btn.toggler-folded .navbar-toggler-icon:after,
        header.page-header .sidenav-btn.toggler-folded .navbar-toggler-icon:before {
            transform: translate3d(8px, 0, 0)
        }

.page-header.darkHeader {
    background-color: #2c2d3a
}

    .page-header.darkHeader .nav-link,
    .page-header.darkHeader .nav-link:hover,
    .page-header.darkHeader button,
    .page-header.darkHeader button:hover {
        color: #868aa8
    }

    .page-header.darkHeader .search-collapse .form-inline {
        background-color: transparent
    }

        .page-header.darkHeader .search-collapse .form-inline .form-control {
            background-color: transparent;
            color: hsla(0, 0%, 100%, .75);
            border-color: rgba(229, 242, 255, .5)
        }

    .page-header.darkHeader input::-webkit-input-placeholder {
        color: rgba(243, 248, 250, .85)
    }

    .page-header.darkHeader input::-moz-placeholder {
        color: rgba(243, 248, 250, .85)
    }

    .page-header.darkHeader input:-ms-input-placeholder {
        color: rgba(243, 248, 250, .85)
    }

    .page-header.darkHeader input:-moz-placeholder {
        color: rgba(243, 248, 250, .85)
    }

    .page-header.darkHeader .nav-icons > .nav-item:not(.user-dropdown) > .nav-link > i {
        font-size: 22px;
        position: relative;
        top: 1px
    }

    .page-header.darkHeader.page-header .sidenav-btn .navbar-toggler-icon,
    .page-header.darkHeader.page-header .sidenav-btn .navbar-toggler-icon:after,
    .page-header.darkHeader.page-header .sidenav-btn .navbar-toggler-icon:before {
        background-color: #868aa8
    }

.page-header.whiteHeader {
    border-bottom: 1px solid #e1eaea;
    background-color: #fff
}

    .page-header.whiteHeader .search-collapse .form-inline .form-control {
        color: inherit
    }

    .page-header.whiteHeader .search-collapse .form-inline button {
        background-color: transparent
    }

    .page-header.whiteHeader .nav-link,
    .page-header.whiteHeader button {
        color: inherit;
        opacity: .75
    }

    .page-header.whiteHeader.page-header .sidenav-btn .navbar-toggler-icon,
    .page-header.whiteHeader.page-header .sidenav-btn .navbar-toggler-icon:after,
    .page-header.whiteHeader.page-header .sidenav-btn .navbar-toggler-icon:before {
        background-color: rgba(24, 35, 89, .85)
    }

    .page-header.whiteHeader .navbar-collapse.search-collapse {
        background-color: transparent
    }

    .page-header.whiteHeader input::-webkit-input-placeholder {
        color: rgba(155, 164, 174, .57)
    }

    .page-header.whiteHeader input::-moz-placeholder {
        color: rgba(155, 164, 174, .57)
    }

    .page-header.whiteHeader input:-ms-input-placeholder {
        color: rgba(155, 164, 174, .57)
    }

    .page-header.whiteHeader input:-moz-placeholder {
        color: rgba(155, 164, 174, .57)
    }

.navbar-search {
    position: relative;
    width: 220px;
    height: 3.5rem
}

    .navbar-search .form-control:focus {
        background-color: transparent
    }

@media (min-width: 992px) {
    .collapse.search-collapse {
        margin-left: 1rem
    }
}

.blockquote {
    padding-left: .75rem;
    border-left: 3px solid #e5f2ff
}

    .blockquote.blockquote-right {
        padding-left: 0;
        padding-right: .75rem;
        border-left: 0;
        border-right: 3px solid #e5f2ff;
        text-align: right
    }

    .blockquote.blockquote-center {
        text-align: center;
        padding-left: 0;
        border-left: 0
    }

    .blockquote .blockquote-footer {
        color: inherit;
        opacity: .6;
        font-size: .857rem
    }

    .blockquote.blockquote-dark {
        color: #fff;
        padding: .75rem 1rem
    }

.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 5000 !important;
    right: 0 !important;
    top: 100% !important;
    left: auto !important
}

.dropdown-menu.dropdown-menu-lg {
    width: 330px
}

.dropdown-menu.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu {
    min-width: 160px;
    padding: .8rem;
    font-size: .85rem;
    color: inherit;
    border: 0;
    box-shadow: 0 0 5px 1px rgba(16, 114, 206, .13);
    margin-top: 1px;
    border-radius: 5px;
    z-index: 1500;
    color: rgba(24, 35, 89, .85)
}

    .dropdown-menu .dropdown-divider {
        border-color: #e1eaea;
        margin: 5px 0
    }

    .dropdown-menu .dropdown-item {
        font-size: inherit;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        text-transform: none;
        display: block;
        padding: .45rem .9375rem;
        color: #868aa8
    }

        .dropdown-menu .dropdown-item > i {
            width: auto;
            font-size: 10px;
            line-height: 1.5;
            margin-right: .5rem;
            display: inline-block;
            text-align: left;
            vertical-align: middle;
            position: relative;
            transition: all .3s;
            -webkit-transition: all .3s;
            margin-top: -2px
        }

            .dropdown-menu .dropdown-item > i[class*=" icon-"],
            .dropdown-menu .dropdown-item > i[class^=icon-] {
                font-size: 16px;
                line-height: 16px
            }

        .dropdown-menu .dropdown-item:focus,
        .dropdown-menu .dropdown-item:hover {
            color: #0084ff
        }

    .dropdown-menu .slimScrollBar {
        background-color: #f2f6f8 !important;
        border-radius: 0 !important
    }

    .dropdown-menu .list .list-item:hover {
        background-color: #f3f8fa
    }

    .dropdown-menu .list .list-item .list-body:after {
        background-color: transparent
    }

    .dropdown-menu .list .list-item .list-thumb {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        overflow: hidden
    }

    .dropdown-menu.emoji-dropdown {
        width: 300px;
        height: 300px
    }

        .dropdown-menu.emoji-dropdown table.table-light {
            background-color: #fff
        }

            .dropdown-menu.emoji-dropdown table.table-light td {
                text-align: center;
                border-top: 0;
                vertical-align: middle
            }

.dropdown-header-top {
    padding: .75rem .9rem;
    background-color: transparent
}

.dropdown-footer {
    display: block;
    text-align: center;
    padding: .75rem .9rem;
    background-color: #f3f8fa;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid rgba(225, 234, 234, .5)
}

    .dropdown-footer:hover {
        background-color: #f3f6fc
    }

    .dropdown-footer > i {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -1px
    }

.dropdown-title {
    font-weight: 600
}

.tool-item {
    display: block;
    line-height: 1
}

    .tool-item > i {
        line-height: 1.2;
        color: #182359;
        font-size: 24px
    }

    .tool-item .tool-heading {
        color: inherit;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 1.5;
        padding-top: 5px;
        opacity: .6;
        font-size: .8rem
    }

.dropdown-toggle:after {
    position: relative;
    transition: all .3s;
    line-height: 10px;
    width: 10px;
    font-size: 12px;
    height: 10px;
    top: 3px;
    border: 0;
    content: "\f0d7";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    text-align: center
}

li.show .dropdown-toggle:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.dropdown-menu-dark {
    background-color: #2c2d3a;
    border-color: #262734;
    color: #868aa8
}

.dropup .dropdown-toggle:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: relative;
    transition: all .3s;
    line-height: 10px;
    width: 10px;
    font-size: 12px;
    height: 10px;
    top: 3px;
    border: 0;
    content: "\f0d7";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    text-align: center
}

.show.dropup .dropdown-toggle:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transform: translateY(10px);
        -webkit-transform-style: preserve-3d
    }

    .show.dropdown-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }

    .navbar-light .dropdown-menu.dropdown-menu-lg {
        width: 568px
    }
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #0084ff;
    color: #fff
}

.profile-tabs .nav-link {
    background-color: #fff;
    margin-right: .5rem;
    color: #0084ff
}

.table thead th {
    border-color: #e1eaea;
    border-bottom-width: 1px
}

.table .customUi-checkbox {
    position: relative;
    height: 20px
}

    .table .customUi-checkbox input {
        width: 20px !important;
        height: 20px !important;
        z-index: 1 !important;
        cursor: pointer
    }

.table td:hover a.text-muted,
.table td:hover a .text-muted,
.table th:hover a.text-muted,
.table th:hover a .text-muted {
    opacity: .85 !important
}

.table td,
.table th {
    border-color: #e1eaea
}

.table.table-primary.table,
.table.table-primary > td,
.table.table-primary > th {
    background-color: rgba(229, 242, 255, .5)
}

    .table.table-primary.table th,
    .table.table-primary.table thead,
    .table.table-primary > td th,
    .table.table-primary > td thead,
    .table.table-primary > th th,
    .table.table-primary > th thead {
        border-color: rgba(16, 114, 206, .05)
    }

.table.table-primary tbody tr:hover {
    background-color: rgba(0, 132, 255, .05)
}

.table-hover tbody tr:hover,
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f3f8fa
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-dark {
    background-color: #2c2d3a;
    color: #bcbdc5
}

    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: rgba(188, 189, 197, .25)
    }

.table-active,
.table-active > td,
.table-active > th {
    background-color: #e5f2ff
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #e5fcd0
}

.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #fef8e2
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #e7f7fe
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #fee5e4
}

.table-teal,
.table-teal > td,
.table-teal > th {
    background-color: #d9fff8
}

.table-purple,
.table-purple > td,
.table-purple > th {
    background-color: #f4daff
}

.table-pink,
.table-pink > td,
.table-pink > th {
    background-color: #fde6f3
}

.table-bordered {
    border-color: #e1eaea
}

table.table-data.dataTable {
    border-collapse: collapse !important
}

    table.table-data.dataTable tr {
        border-collapse: collapse
    }

    table.table-data.dataTable thead th {
        border-bottom: 0
    }

table.dataTable {
    border-collapse: collapse !important
}

.dataTables_wrapper select.form-control {
    margin: 0 .5rem
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
    background-color: #0084ff;
    box-shadow: none;
    width: 16px;
    height: 16px;
    display: block;
    border: 0;
    border-radius: 2px;
    line-height: 19px
}

.table-contacts tr td,
.table-contacts tr th {
    vertical-align: middle;
    text-align: left
}

.modal-dialog .modal-content,
.modal-dialog .modal-header {
    border-color: #e1eaea
}

    .modal-dialog .modal-header .modal-title {
        font-size: 1rem;
        color: #2c2d3a
    }

.note-dialog .modal-dialog {
    z-index: 1050
}

.progress-thumb {
    position: relative;
    display: inline-block
}

    .progress-thumb img {
        border-radius: 100%;
        position: absolute;
        left: 5px;
        top: 5px;
        width: 110px
    }

.states {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 10px;
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
    border-radius: 100px
}

.on {
    background-color: #94df4a
}

.away {
    background-color: #f3d768
}

.dnd {
    background-color: #fa625e
}

.offline {
    background-color: #f3f8fa
}

.progress {
    border-radius: 100px;
    -webkit-border-radius: 100px
}

.portlet-box {
    display: block;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #e1eaea;
    width: 100%;
    background-color: #fff
}

    .portlet-box .portlet-header {
        width: 100%;
        position: relative;
        padding: .5rem 1rem;
        min-height: 50px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-color: inherit
    }

        .portlet-box .portlet-header h3 {
            font-size: 1rem;
            text-transform: none;
            margin: 0;
            display: block;
            font-weight: 600;
            color: inherit
        }

        .portlet-box .portlet-header .portlet-subtitle {
            font-size: .8rem;
            line-height: 1.5;
            opacity: .6;
            padding-top: 0 !important
        }

    .portlet-box .portlet-body {
        width: 100%;
        padding: 1rem;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }

    .portlet-box .portlet-tools {
        position: relative
    }

        .portlet-box .portlet-tools .nav .nav-link {
            padding: .2rem .3rem;
            color: inherit
        }

            .portlet-box .portlet-tools .nav .nav-link > i {
                line-height: inherit;
                font-size: 13px
            }

                .portlet-box .portlet-tools .nav .nav-link > i[class*=" icon-"],
                .portlet-box .portlet-tools .nav .nav-link > i[class^=icon-] {
                    font-size: 24px
                }

        .portlet-box .portlet-tools .nav > * {
            margin-left: .5rem
        }

    .portlet-box.portlet-primary {
        border-color: #0084ff
    }

        .portlet-box.portlet-primary .portlet-header {
            background-color: #0084ff;
            border-bottom-color: #0084ff !important
        }

    .portlet-box.portlet-info {
        border-color: #86d4f5
    }

        .portlet-box.portlet-info .portlet-header {
            background-color: #86d4f5;
            border-bottom-color: #86d4f5 !important
        }

    .portlet-box.portlet-success {
        border-color: #94df4a
    }

        .portlet-box.portlet-success .portlet-header {
            background-color: #94df4a;
            border-bottom-color: #94df4a !important
        }

    .portlet-box.portlet-danger {
        border-color: #fa625e
    }

        .portlet-box.portlet-danger .portlet-header {
            background-color: #fa625e;
            border-bottom-color: #fa625e !important
        }

    .portlet-box.portlet-warning {
        border-color: #f3d768
    }

        .portlet-box.portlet-warning .portlet-header {
            background-color: #f3d768;
            border-bottom-color: #f3d768 !important
        }

    .portlet-box.portlet-teal {
        border-color: #2cddbe
    }

        .portlet-box.portlet-teal .portlet-header {
            background-color: #2cddbe;
            border-bottom-color: #2cddbe !important
        }

    .portlet-box.portlet-purple {
        border-color: #a95ec7
    }

        .portlet-box.portlet-purple .portlet-header {
            background-color: #a95ec7;
            border-bottom-color: #a95ec7 !important
        }

    .portlet-box.portlet-pink {
        border-color: #f77dc2
    }

        .portlet-box.portlet-pink .portlet-header {
            background-color: #f77dc2;
            border-bottom-color: #f77dc2 !important
        }

    .portlet-box.portlet-dark {
        border-color: #2c2d3a
    }

        .portlet-box.portlet-dark .portlet-header {
            background-color: #2c2d3a;
            border-bottom-color: #2c2d3a !important
        }

    .portlet-box.portlet-secondary {
        border-color: #a8adb9
    }

        .portlet-box.portlet-secondary .portlet-header {
            background-color: #a8adb9;
            border-bottom-color: #a8adb9 !important
        }

    .portlet-box.portlet-light {
        border-color: #e1eaea
    }

        .portlet-box.portlet-light .portlet-header {
            background-color: #f3f8fa
        }

    .portlet-box.portlet-square {
        border-radius: 0
    }

        .portlet-box.portlet-square > * {
            border-radius: 0 !important
        }

    .portlet-box.portlet-shadow-sm {
        box-shadow: 0 0 1px #e1eaea;
        border: 0
    }

    .portlet-box.portlet-shadow {
        box-shadow: 0 2px 10px rgba(44, 45, 58, .1), 0 -2px 0 #e1eaea;
        border: 0
    }

    .portlet-box.portlet-shadow-lg {
        box-shadow: 0 5px 40px 12px #e1eaea;
        border: 0
    }

    .portlet-box.skin-dark .portlet-header a.nav-link,
    .portlet-box.skin-dark .portlet-header a:not(.dropdown-item):not(.btn),
    .portlet-box.skin-dark .portlet-header h3,
    .portlet-box.skinFull-dark {
        color: #fff
    }

        .portlet-box.skinFull-dark.portlet-primary {
            background-color: #0084ff;
            border-color: rgba(16, 114, 206, .5) !important
        }

            .portlet-box.skinFull-dark.portlet-primary .portlet-body,
            .portlet-box.skinFull-dark.portlet-primary .portlet-header {
                background-color: #0084ff
            }

            .portlet-box.skinFull-dark.portlet-primary .portlet-header {
                border-bottom-color: rgba(229, 242, 255, .25) !important
            }

        .portlet-box.skinFull-dark.portlet-pink {
            background-color: #f77dc2;
            border-color: rgba(218, 85, 160, .5) !important
        }

            .portlet-box.skinFull-dark.portlet-pink .portlet-body,
            .portlet-box.skinFull-dark.portlet-pink .portlet-header {
                background-color: #f77dc2
            }

            .portlet-box.skinFull-dark.portlet-pink .portlet-header {
                border-bottom-color: rgba(253, 230, 243, .25) !important
            }

        .portlet-box.skinFull-dark.portlet-dark {
            background-color: #2c2d3a;
            border-color: rgba(38, 39, 52, .5) !important
        }

            .portlet-box.skinFull-dark.portlet-dark .portlet-body,
            .portlet-box.skinFull-dark.portlet-dark .portlet-header {
                background-color: #2c2d3a
            }

            .portlet-box.skinFull-dark.portlet-dark .portlet-header {
                border-bottom-color: rgba(188, 189, 197, .25) !important
            }

        .portlet-box.skinFull-dark.portlet-teal {
            background-color: #2cddbe;
            border-color: rgba(32, 199, 170, .5) !important
        }

            .portlet-box.skinFull-dark.portlet-teal .portlet-body,
            .portlet-box.skinFull-dark.portlet-teal .portlet-header {
                background-color: #2cddbe
            }

            .portlet-box.skinFull-dark.portlet-teal .portlet-header {
                border-bottom-color: rgba(217, 255, 248, .25) !important
            }

        .portlet-box.skinFull-dark.portlet-info {
            background-color: #86d4f5;
            border-color: rgba(105, 193, 230, .5) !important
        }

            .portlet-box.skinFull-dark.portlet-info .portlet-body,
            .portlet-box.skinFull-dark.portlet-info .portlet-header {
                background-color: #86d4f5
            }

            .portlet-box.skinFull-dark.portlet-info .portlet-header {
                border-bottom-color: rgba(231, 247, 254, .25) !important
            }

        .portlet-box.skinFull-dark.portlet-success {
            background-color: #94df4a;
            border-color: rgba(125, 200, 53, .5) !important
        }

            .portlet-box.skinFull-dark.portlet-success .portlet-body,
            .portlet-box.skinFull-dark.portlet-success .portlet-header {
                background-color: #94df4a
            }

            .portlet-box.skinFull-dark.portlet-success .portlet-header {
                border-bottom-color: rgba(229, 252, 208, .25) !important
            }

        .portlet-box.skinFull-dark.portlet-danger {
            background-color: #fa625e;
            border-color: rgba(227, 66, 61, .5) !important
        }

            .portlet-box.skinFull-dark.portlet-danger .portlet-body,
            .portlet-box.skinFull-dark.portlet-danger .portlet-header {
                background-color: #fa625e
            }

            .portlet-box.skinFull-dark.portlet-danger .portlet-header {
                border-bottom-color: rgba(254, 229, 228, .25) !important
            }

        .portlet-box.skinFull-dark.portlet-warning {
            background-color: #f3d768;
            border-color: rgba(223, 193, 74, .5) !important
        }

            .portlet-box.skinFull-dark.portlet-warning .portlet-body,
            .portlet-box.skinFull-dark.portlet-warning .portlet-header {
                background-color: #f3d768
            }

            .portlet-box.skinFull-dark.portlet-warning .portlet-header {
                border-bottom-color: rgba(254, 248, 226, .25) !important
            }

        .portlet-box.skinFull-dark.portlet-purple {
            background-color: #a95ec7;
            border-color: rgba(143, 63, 175, .5) !important
        }

            .portlet-box.skinFull-dark.portlet-purple .portlet-body,
            .portlet-box.skinFull-dark.portlet-purple .portlet-header {
                background-color: #a95ec7
            }

            .portlet-box.skinFull-dark.portlet-purple .portlet-header {
                border-bottom-color: rgba(244, 218, 255, .25) !important
            }

        .portlet-box.skinFull-dark.portlet-secondary {
            background-color: #a8adb9;
            border-color: rgba(130, 136, 151, .5) !important
        }

            .portlet-box.skinFull-dark.portlet-secondary .portlet-body,
            .portlet-box.skinFull-dark.portlet-secondary .portlet-header {
                background-color: #a8adb9
            }

            .portlet-box.skinFull-dark.portlet-secondary .portlet-header {
                border-bottom-color: rgba(223, 224, 227, .25) !important
            }

    .portlet-box .portlet-header .portlet-tools .nav-link {
        padding: .25rem .5rem
    }

        .portlet-box .portlet-header .portlet-tools .nav-link.active {
            background-color: #0084ff;
            color: #fff
        }

    .portlet-box.portlet-fullHeight {
        height: calc(100% - 30px)
    }

.card-header {
    border-color: #e1eaea;
    background-color: #f3f8fa
}

.note-editor.note-frame.card .modal-dialog {
    margin: .5rem !important
}

.card-header.note-toolbar,
.note-popover .popover-content {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.note-editor.note-frame {
    border-color: #e1eaea
}

    .note-editor.note-frame .dropdown-menu {
        padding: 2px
    }

.note-editable.card-block p {
    margin-bottom: 0
}

.jvectormap-zoomin {
    top: 0
}

.jvectormap-zoomout {
    top: 30px
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 14px;
    height: 14px;
    line-height: 14px
}

.profile-content {
    position: relative;
    padding-top: 5rem !important
}

    .profile-content .profile-cover {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        background-color: #fff
    }

        .profile-content .profile-cover > * {
            opacity: .25
        }

.card {
    border-color: #e1eaea
}

.card-header {
    padding: .5rem 1rem;
    background-color: #fff
}

.note-editor.note-frame.card {
    position: relative;
    display: block !important;
    flex: inherit !important
}

.close {
    position: absolute;
    padding: .65rem 1.25rem;
    text-shadow: none;
    color: inherit;
    right: 5px !important;
    top: 0 !important
}

    .close:hover {
        color: inherit;
        opacity: 1
    }

.alert {
    position: relative;
    border-color: inherit
}

    .alert .alert-link {
        color: inherit !important;
        font-weight: 600;
        border-bottom: 1px solid rgba(44, 45, 58, .1)
    }

    .alert.animated {
        animation-duration: 1s !important;
        animation-fill-mode: both !important
    }

    .alert a {
        color: inherit;
        font-weight: 700
    }

        .alert a:hover {
            color: inherit;
            text-decoration: underline
        }

    .alert.alert-primary {
        background-color: #e5f2ff;
        color: #1072ce;
        border-color: rgba(0, 132, 255, .15)
    }

        .alert.alert-primary hr {
            border-top-color: rgba(0, 132, 255, .15)
        }

    .alert.alert-warning {
        background-color: #fef8e2;
        color: #dfc14a;
        border-color: rgba(243, 215, 104, .15)
    }

        .alert.alert-warning hr {
            border-top-color: rgba(243, 215, 104, .15)
        }

    .alert.alert-success {
        background-color: #e5fcd0;
        color: #7dc835;
        border-color: rgba(148, 223, 74, .15)
    }

        .alert.alert-success hr {
            border-top-color: rgba(148, 223, 74, .15)
        }

    .alert.alert-danger {
        background-color: #fee5e4;
        color: #e3423d;
        border-color: rgba(250, 98, 94, .15)
    }

        .alert.alert-danger hr {
            border-top-color: rgba(250, 98, 94, .15)
        }

    .alert.alert-info {
        background-color: #e7f7fe;
        color: #69c1e6;
        border-color: rgba(134, 212, 245, .15)
    }

        .alert.alert-info hr {
            border-top-color: rgba(134, 212, 245, .15)
        }

    .alert.alert-teal {
        background-color: #d9fff8;
        color: #20c7aa;
        border-color: rgba(44, 221, 190, .15)
    }

        .alert.alert-teal hr {
            border-top-color: rgba(44, 221, 190, .15)
        }

    .alert.alert-secondary {
        background-color: #dfe0e3;
        color: #828897;
        border-color: rgba(168, 173, 185, .15)
    }

        .alert.alert-secondary hr {
            border-top-color: rgba(168, 173, 185, .15)
        }

    .alert.alert-light {
        background-color: #fff;
        color: #9ba4ae;
        border-color: #e1eaea
    }

    .alert.alert-dark {
        background-color: #f2f6f8;
        color: #262734;
        border-color: rgba(44, 45, 58, .15)
    }

        .alert.alert-dark hr {
            border-top-color: rgba(44, 45, 58, .15)
        }

    .alert.alert-purple {
        background-color: #f4daff;
        color: #8f3faf;
        border-color: rgba(169, 94, 199, .15)
    }

        .alert.alert-purple hr {
            border-top-color: rgba(169, 94, 199, .15)
        }

    .alert.alert-pink {
        background-color: #fde6f3;
        color: #da55a0;
        border-color: rgba(247, 125, 194, .15)
    }

        .alert.alert-pink hr {
            border-top-color: rgba(247, 125, 194, .15)
        }

    .alert .progress {
        position: absolute;
        width: calc(100% - 2px);
        left: 0;
        right: 0;
        bottom: -1px;
        height: 2px;
        border-radius: 0;
        -webkit-border-radius: 0;
        background-color: transparent
    }

        .alert .progress > .progress-bar {
            background-color: #0084ff;
            border-radius: 0;
            height: 2px;
            line-height: 2px;
            border-bottom-left-radius: .25rem;
            -webkit-border-bottom-right-radius: .25rem
        }

    .alert.alert-info .progress > .progress-bar {
        background-color: #86d4f5
    }

    .alert.alert-success .progress > .progress-bar {
        background-color: #94df4a
    }

    .alert.alert-warning .progress > .progress-bar {
        background-color: #f3d768
    }

    .alert.alert-danger .progress > .progress-bar {
        background-color: #fa625e
    }

    .alert.alert-light .progress > .progress-bar {
        background-color: #e1eaea
    }

    .alert.alert-primary .progress > .progress-bar {
        background-color: #0084ff
    }

    .alert.alert-teal .progress > .progress-bar {
        background-color: #2cddbe
    }

    .alert.alert-purple .progress > .progress-bar {
        background-color: #a95ec7
    }

    .alert.alert-dark .progress > .progress-bar {
        background-color: #2c2d3a
    }

    .alert.alert-pink .progress > .progress-bar {
        background-color: #f77dc2
    }

.table-demo-ui tbody,
.table-demo-ui td,
.table-demo-ui th,
.table-demo-ui thead,
.table-demo-ui tr {
    vertical-align: middle
}

[data-notify=title] {
    font-weight: 500 !important
}

[data-notify=message],
[data-notify=title] {
    display: block;
    width: 100%
}

.alert-thumb [data-notify=icon],
[data-notify=icon].alert-thumb {
    float: left;
    display: inline-flex !important;
    margin-right: 0;
    text-align: center;
    width: 2.5rem;
    height: 100%;
    line-height: 1;
    position: absolute;
    left: .5rem;
    top: -1px;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden;
    font-size: 16px
}

    .alert-thumb [data-notify=icon] img,
    [data-notify=icon].alert-thumb img {
        width: 90%;
        display: block;
        height: auto;
        position: relative;
        top: 1px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        -webkit-border-radius: 50%
    }

    .alert-thumb [data-notify=icon] + *,
    .alert-thumb [data-notify=icon] + * + *,
    [data-notify=icon].alert-thumb + *,
    [data-notify=icon].alert-thumb + * + * {
        padding-left: 2rem
    }

.card-accordions .card,
.card-accordions .card-header {
    border: 0;
    border-radius: 5px
}

    .card-accordions .card .card-body {
        border-left: 1px solid #e5f2ff;
        border-right: 1px solid #e5f2ff;
        border-bottom: 1px solid #e5f2ff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }

    .card-accordions .card .card-header {
        position: relative;
        padding: 0
    }

        .card-accordions .card .card-header > .collapse-title {
            padding: .55rem 1.25rem;
            display: block;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            position: relative;
            background-color: #0084ff;
            font-weight: 500;
            font-size: .85rem;
            color: #fff
        }

            .card-accordions .card .card-header > .collapse-title.collapsed {
                border-radius: 5px;
                background-color: #f3f8fa;
                color: inherit
            }

.card-accordions-flat .card,
.card-accordions-flat .card .card-header {
    border-radius: 0;
    border: 0
}

    .card-accordions-flat .card .card-body {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

.card-accordions-flat .card-header {
    position: relative;
    padding: 0
}

    .card-accordions-flat .card-header > .collapse-title {
        padding: .5rem 1.25rem;
        display: block;
        position: relative;
        background-color: #fff;
        font-weight: 500;
        font-size: .85rem;
        color: #0084ff
    }

        .card-accordions-flat .card-header > .collapse-title.collapsed {
            background-color: #fff;
            color: #182359
        }

            .card-accordions-flat .card-header > .collapse-title.collapsed:hover,
            .card-accordions-flat .card-header > .collapse-title:hover {
                color: #0084ff
            }

.collapse-title:before {
    position: absolute;
    display: inline-block;
    transition: all .2s;
    -webkit-transition: all .2s;
    right: 1.25rem;
    top: 50%;
    height: 12px;
    width: 12px;
    text-align: center;
    line-height: 12px;
    margin-top: -4px;
    font-size: 16px;
    content: "\f107";
    font-family: Font Awesome\ 5 Free;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    font-weight: 900
}

.collapse-title.collapsed:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg)
}

.page-subheader {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    background-color: #f3f8fa;
    border-bottom: 1px solid #e1eaea
}

    .page-subheader h3 {
        font-weight: 400;
        margin-bottom: 0;
        font-size: 1.25rem;
        line-height: 1.5
    }

    .page-subheader .breadcrumb .breadcrumb-item {
        color: inherit
    }

        .page-subheader .breadcrumb .breadcrumb-item i.mr-2 {
            margin-right: 0 !important
        }

        .page-subheader .breadcrumb .breadcrumb-item.active {
            opacity: .6
        }

    .page-subheader .list-item {
        padding: 0
    }

    .page-subheader .list-body {
        padding: 5px 0
    }

    .page-subheader .list-thumb {
        line-height: 1.2;
        margin-left: 0;
        width: auto !important;
        padding: .15rem .15rem .15rem 0;
        height: auto !important;
        overflow: visible
    }

        .page-subheader .list-thumb > i {
            font-size: 24px !important
        }

.page-header-space {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative
}

    .page-header-space h4 {
        margin-bottom: 0
    }

.page-header-img {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0084ff;
    width: 100%
}

    .page-header-img img {
        opacity: .15;
        left: 0;
        width: 100%;
        top: 0
    }

.timeline-sm {
    position: relative
}

    .timeline-sm:before {
        content: "";
        position: absolute;
        left: 10px;
        top: 1rem;
        width: 1px;
        height: 100%;
        background-color: #f3f8fa
    }

    .timeline-sm > li {
        padding-bottom: 1rem;
        padding-left: 2.5rem
    }

        .timeline-sm > li:last-child {
            padding-bottom: 0
        }

.timeline-alt,
.timeline-alt > li {
    position: relative
}

    .timeline-alt > li {
        padding-bottom: 1rem;
        padding-left: 2.5rem
    }

        .timeline-alt > li:last-child {
            padding-bottom: 0
        }

    .timeline-alt:before {
        content: "";
        position: absolute;
        left: 10px;
        margin-left: 1px;
        top: 1rem;
        width: 2px;
        height: 100%;
        background-color: #f3f8fa;
        z-index: 0
    }

    .timeline-alt .tl-thumb {
        z-index: 2;
        position: absolute;
        top: 5px;
        left: 0;
        display: inline-flex;
        width: 24px;
        height: 24px;
        border-radius: 100px;
        align-items: center !important;
        justify-content: center !important
    }

    .timeline-alt .tl-content {
        display: flex;
        flex-direction: column;
        width: 100%
    }

        .timeline-alt .tl-content p {
            opacity: .6
        }

    .timeline-alt > li:nth-child(2n) .tl-content {
        border-radius: 5px;
        background-color: #f3f8fa;
        padding: 1rem;
        border-bottom: 0
    }

.page-link {
    border-color: #e1eaea
}

    .page-item.active .page-link,
    .page-link:focus,
    .page-link:hover {
        background-color: #0084ff;
        border-color: #0084ff
    }

    .page-link:focus {
        box-shadow: none;
        background-color: #1072ce
    }

.carousel-item .carousel-cpation {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-50%)
}

.tooltip-inner {
    background-color: #2c2d3a;
    transition: all .3s;
    -webkit-transition: all .3s
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    border-top-color: #2c2d3a
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    border-left-color: #2c2d3a
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #2c2d3a
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    border-right-color: #2c2d3a
}

.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:before {
    border-left-color: #e1eaea
}

.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:before {
    border-top-color: #e1eaea
}

.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:before {
    border-right-color: #e1eaea
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:before {
    border-bottom-color: #e1eaea
}

.popover {
    border-color: #e1eaea
}

.popover-header {
    background-color: #f3f8fa;
    border-bottom-color: #e1eaea;
    font-weight: 400
}

.dialogue-card-btn {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1040;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    line-height: 1;
    font-size: 1rem
}

    .dialogue-card-btn > i {
        font-size: 1.5rem;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .dialogue-card-btn.active > i:before {
        content: "\e773"
    }

.dialogue-card {
    position: fixed;
    z-index: 1039;
    right: 1rem;
    bottom: 7rem;
    width: 350px;
    transform: translateY(20px);
    transition: all .3s;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 21px 35px 0 rgba(0, 132, 255, .15);
    opacity: 0;
    visibility: hidden;
    padding: 0;
    display: flex;
    max-width: 350px;
    flex: 1;
    flex-direction: column
}

    .dialogue-card.is-show {
        opacity: 1;
        visibility: visible;
        transform: translateX(0)
    }

    .dialogue-card .dialogue-header {
        background-color: #0084ff;
        border-radius: 4px;
        height: 60px;
        color: #fff;
        box-shadow: 0 2px 16px rgba(44, 45, 58, .15);
        display: flex;
        flex-direction: row;
        align-items: center
    }

        .dialogue-card .dialogue-header .dialogue-title {
            color: #fff;
            font-size: 1rem;
            line-height: 1;
            padding-left: 1rem;
            padding-right: 1rem
        }

        .dialogue-card .dialogue-header > * {
            height: 100%;
            align-items: center;
            display: flex
        }

            .dialogue-card .dialogue-header > * ul {
                display: flex;
                height: 100%;
                margin: 0 0 0 auto;
                padding: 0 1rem 0 0
            }

                .dialogue-card .dialogue-header > * ul > li {
                    display: flex;
                    height: 100%;
                    align-items: center
                }

    .dialogue-card .dialogue-content {
        height: 300px
    }

        .dialogue-card .dialogue-content .slimScrollBar {
            width: 5px;
            background: #f2f6f8 !important
        }

    .dialogue-card .dialogue-card-footer {
        flex-shrink: 0;
        padding: .5rem 1rem;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }

.sidebar {
    display: flex !important;
    position: relative;
    z-index: 500;
    overflow: hidden;
    width: 280px
}

    .sidebar.show {
        transform: translateZ(0)
    }

    .sidebar-body .flex-column,
    .sidebar .flex-column {
        height: 100vh;
        overflow: hidden
    }

.sidebar-body-footer,
.sidebar-footer {
    min-height: 3.5rem;
    line-height: 1;
    position: relative
}

.list.chat-list .chat-user {
    position: relative
}

    .list.chat-list .chat-user:after {
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        right: 15px;
        top: 18px;
        background-color: #e1eaea;
        border-radius: 50%;
        display: block
    }

    .list.chat-list .chat-user.user-online:after {
        background-color: #94df4a
    }

    .list.chat-list .chat-user.user-away:after {
        background-color: #f3d768
    }

    .list.chat-list .chat-user.user-dnd:after {
        background-color: #fa625e
    }

.sidebar .chat-list .list-item {
    transition: all .3s;
    -webkit-transition: all .3s;
    border-left: 3px solid transparent
}

    .sidebar .chat-list .list-item:hover {
        background-color: rgba(243, 248, 250, .7);
        border-left-color: #0084ff
    }

    .sidebar .chat-list .list-item.active {
        background-color: #f3f8fa;
        border-left-color: #0084ff
    }

.sidebar-body .flex-column,
.sidebar .flex-column {
    width: 100%
}

.sidebar .nav .nav-item {
    display: block;
    width: 100%
}

    .sidebar .nav .nav-item .nav-link {
        display: block;
        opacity: .75;
        font-weight: 500
    }

        .sidebar .nav .nav-item .nav-link > i {
            opacity: .35
        }

        .sidebar .nav .nav-item .nav-link:hover {
            box-shadow: inset 3px 0 0 0 #0084ff;
            opacity: 1
        }

            .sidebar .nav .nav-item .nav-link:hover > i {
                opacity: 1
            }

        .sidebar .nav .nav-item .nav-link.active {
            box-shadow: inset 3px 0 0 0 #0084ff;
            color: #0084ff;
            opacity: 1
        }

            .sidebar .nav .nav-item .nav-link.active > i {
                opacity: 1
            }

.sidebar .nav .nav-divider {
    color: #2c2d3a;
    border-top: 1px solid #e1eaea
}

@media (min-width: 992px) {

    .sidebar-body .flex-column,
    .sidebar .flex-column {
        height: calc(100vh - 0px);
        overflow-x: hidden
    }
}

@media (max-width: 767px) {
    .sidebar-sm.sidebar {
        border-right: 1px solid #e1eaea;
        display: block !important;
        background: inherit !important;
        position: fixed !important;
        top: 0;
        opacity: 1 !important;
        left: 0;
        transform: translate3d(-100%, 0, 0);
        transition: all .3s;
        -webkit-transition: all .3s
    }

        .sidebar-sm.sidebar.show {
            transform: translateZ(0)
        }
}

.media-chat {
    padding-right: 60px;
    padding-bottom: 25px
}

    .media-chat .chat-avatar {
        width: 36px;
        position: relative;
        top: -15px
    }

    .media-chat p.chat-time {
        background-color: transparent;
        opacity: .5;
        padding: 0;
        margin-top: 3px;
        color: #2c2d3a
    }

    .media-chat p {
        position: relative;
        padding: 7px 18px;
        margin: 4px 0;
        background-color: #f3f8fa;
        border-radius: 3px;
        float: left;
        clear: left;
        max-width: 55%;
        word-wrap: break-word;
        border-radius: 10px
    }

    .media-chat.media-chat-self {
        padding-right: 0;
        padding-left: 64px
    }

        .media-chat.media-chat-self p {
            background-color: #0084ff;
            color: #fff;
            float: right;
            clear: right
        }

            .media-chat.media-chat-self p a {
                color: #fff;
                text-decoration: underline
            }

            .media-chat.media-chat-self p.chat-time {
                background-color: transparent;
                padding-left: 0;
                padding-right: 0;
                opacity: .5;
                color: #2c2d3a
            }

.chat-new {
    right: 0;
    top: 0
}

    .chat-new,
    .chat-new .form-control {
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%
    }

        .chat-new .form-control {
            border: 0;
            padding-left: 1rem
        }

        .chat-new .chat-actions {
            position: absolute;
            right: .5rem;
            top: 0;
            height: 100%
        }

            .chat-new .chat-actions button {
                cursor: pointer;
                opacity: .6;
                color: #9ba4ae
            }

                .chat-new .chat-actions button:hover {
                    opacity: 1
                }

            .chat-new .chat-actions .chat-item {
                display: inline-flex;
                height: 100%;
                flex-direction: row;
                font-size: 16px;
                cursor: pointer;
                padding: 0 .5rem
            }

        .chat-new .em,
        .chat-new .em-svg {
            height: 1rem;
            width: 1rem
        }

.contacts-list .list-item {
    border-bottom: 1px solid #f2f6f8
}

    .contacts-list .list-item:last-child {
        border-bottom: 0
    }

    .contacts-list .list-item:hover {
        background-color: #f3f8fa
    }

.contacts-list .list-thumb {
    overflow: visible !important
}

    .contacts-list .list-thumb .states {
        bottom: 0;
        right: 0;
        top: auto
    }

.table.table-mails td,
.table.table-mails th {
    vertical-align: middle
}

.table.table-mails button[data-toggle=button].btn {
    width: auto;
    min-width: 1px
}

    .table.table-mails button[data-toggle=button].btn .active,
    .table.table-mails button[data-toggle=button].btn .focus,
    .table.table-mails button[data-toggle=button].btn:active,
    .table.table-mails button[data-toggle=button].btn:focus {
        outline: 0 !important;
        box-shadow: none !important
    }

    .table.table-mails button[data-toggle=button].btn.active {
        outline: 0 !important
    }

        .table.table-mails button[data-toggle=button].btn.active > i:before {
            font-weight: 900
        }

.table.table-mails td,
.table.table-mails th {
    padding: 1rem
}

.table.table-mails tbody > tr {
    opacity: 1
}

    .table.table-mails tbody > tr:hover {
        background-color: #f3f8fa
    }

        .table.table-mails tbody > tr:hover,
        .table.table-mails tbody > tr:hover .mail-author-title,
        .table.table-mails tbody > tr:hover .mail-content,
        .table.table-mails tbody > tr:hover .mail-title,
        .table.table-mails tr.mail-new,
        .table.table-mails tr.mail-new .mail-author-title,
        .table.table-mails tr.mail-new .mail-content,
        .table.table-mails tr.mail-new .mail-title {
            opacity: 1
        }

            .table.table-mails tr.mail-new:hover {
                background-color: #f3f8fa
            }

.table.table-mails tbody tr td,
.table.table-mails thead tr th {
    border-color: #f3f8fa
}

.mail-title {
    display: block;
    font-weight: 500;
    color: #2c2d3a;
    opacity: .85;
    text-transform: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 10px
}

.mail-author-title {
    font-size: .8rem;
    color: #0084ff;
    opacity: .75
}

.mail-content {
    color: #9ba4ae;
    opacity: .6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.table.table-mails tr:first-child td,
.table.table-mails tr:first-child th {
    border-top: 0
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: .5rem
}

    .fc-toolbar.fc-header-toolbar h2 {
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 1.5
    }

.fc-button.fc-state-default {
    background-image: none !important;
    background-color: transparent;
    border: 1px solid #e1eaea;
    box-shadow: none;
    text-transform: none
}

    .fc-button.fc-state-default.fc-state-hover {
        background-color: #f3f8fa
    }

    .fc-button.fc-state-default.fc-state-active {
        background-color: #f3f8fa;
        box-shadow: inset 0 0 3px 0 rgba(44, 45, 58, .05)
    }

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #e1eaea
}

.fc-event {
    background-color: #0084ff;
    border-color: rgba(16, 114, 206, .5);
    border-radius: 0;
    color: #e5f2ff !important;
    height: auto;
    padding: .5rem;
    font-weight: 500
}

@media (max-width: 476px) {
    .fc-toolbar.fc-header-toolbar h2 {
        padding-top: 1rem
    }
}

.gmap-marker {
    background-color: #0084ff;
    position: relative;
    padding: .5rem 1rem;
    text-align: center;
    min-width: 5rem;
    border-radius: 5px;
    box-shadow: 4px 0 10px 1px rgba(0, 132, 255, .2);
    font-size: .875rem;
    color: #e5f2ff
}

    .gmap-marker:after,
    .gmap-marker:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .gmap-marker:before {
        border-color: #0084ff rgba(194, 225, 245, 0) rgba(194, 225, 245, 0);
        border-width: 11px;
        margin-left: -11px
    }

    .gmap-marker:after {
        border-color: #0084ff rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
        border-width: 5px;
        margin-left: -5px
    }

@media (max-width: 991px) {
    .dropdown-menu {
        box-shadow: none
    }

    .layout-horizontal .navbar-light .dropdown-menu {
        box-shadow: none;
        padding: 0;
        border: 0
    }

    .layout-horizontal .navbar-light .row.p-3 {
        padding: 0 !important
    }

    .layout-horizontal .navbar-light .navbar-nav {
        padding-top: 1rem
    }

        .layout-horizontal .navbar-light .navbar-nav > li {
            padding: 0
        }

    .layout-horizontal .navbar-light .dropdown-submenu .dropdown-menu {
        padding-left: .75rem
    }

    .layout-horizontal .navbar-light .dropdown-menu.dropdown-menu-lg {
        width: auto
    }

    .layout-horizontal .navbar-light .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .layout-horizontal .navbar-light.navbar.navbar-horizontal {
        padding: .5rem 1rem
    }

    .layout-horizontal .navbar-light.navbar-light .navbar-toggler {
        border: 0;
        padding: 0
    }

    .layout-horizontal .navbar-light.navbar.navbar-horizontal.navbar-expand-lg .navbar-nav > li > .nav-link {
        text-align: left;
        padding: .5rem 1rem .5rem 0
    }

        .layout-horizontal .navbar-light.navbar.navbar-horizontal.navbar-expand-lg .navbar-nav > li > .nav-link > i {
            text-align: left;
            display: inline-block;
            margin-right: .5rem
        }

    .layout-horizontal .navbar-light .search-horizontal {
        top: 0;
        right: 15px;
        margin-top: 0
    }

        .layout-horizontal .navbar-light .search-horizontal .form-control {
            position: static
        }

        .layout-horizontal .navbar-light .search-horizontal button {
            right: 0
        }

    .page-wrapper {
        flex-flow: column;
        align-content: flex-start
    }

    .media-chat {
        padding-right: 0
    }

    .page-aside {
        width: 100%;
        top: 0;
        z-index: 1050;
        background: 0 0 !important;
        position: fixed;
        height: 100%;
        background-color: inherit;
        transition: transform .4s cubic-bezier(.25, .8, .25, 1);
        transform: translate3d(-100%, 0, 0);
        width: 240px
    }

        .page-aside.show {
            transform: translateZ(0)
        }

    .aside-footer {
        display: none
    }

    .page-header .form-control {
        width: 200px
    }

    header.page-header {
        padding-left: 0;
        padding-right: 0
    }

        header.page-header .navbar-collapse {
            background-color: #fff
        }

            header.page-header .navbar-collapse .form-inline {
                background: #fff;
                max-width: 100%;
                width: 100%;
                border: 0;
                margin: 0 !important;
                height: 3.45rem
            }

                header.page-header .navbar-collapse .form-inline .form-control {
                    padding-left: 1rem
                }

        header.page-header.darkHeader .navbar-collapse {
            border-top: 0;
            border-bottom: 0;
            background-color: #0084ff
        }

    .page-header a.nav-link {
        padding: .5rem 1rem
    }

        .page-header a.nav-link i.icon-Magnifi-Glass2:before {
            content: "\e772";
            width: 25px
        }

        .page-header a.nav-link.collapsed i.icon-Magnifi-Glass2:before {
            content: "\ea6f"
        }

    header.page-header .form-inline button {
        text-align: left;
        position: absolute;
        left: calc(100% - 2rem);
        top: 19px;
        line-height: 1
    }

    header.page-header .form-inline .form-control {
        height: 100%
    }

    .offcanvas-wrapper .offcanvas-collapse.offcanvas-menu {
        width: 96%;
        right: 2%
    }

    .sidebar-body .flex-column {
        height: calc(100vh - 3.5rem)
    }
}

@media (max-width: 767px) {
    header.page-header .dropdown {
        position: static
    }

    header.page-header .dropdown-menu,
    header.page-header .dropdown-menu.dropdown-menu-right {
        min-width: 96% !important;
        width: 96% !important;
        left: 2% !important;
        right: auto !important;
        transform: none !important
    }

    .media-chat p {
        max-width: 100%
    }

    .media-chat.media-chat-self {
        padding-right: 0;
        padding-left: 0
    }

    .page-subheader .col-md-5 {
        display: none !important
    }
}

@media (max-width: 576px) {
    .layout-horizontal .navbar-light .container {
        padding-left: 0;
        padding-right: 0
    }

    .layout-horizontal .navbar-light .search-horizontal button {
        right: -15px
    }
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 3px;
    background: transparent
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background-color: #e7f7fe;
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05)
}

.pace .pace-activity {
    position: fixed;
    top: 0;
    left: 0;
    right: -28px;
    bottom: 0;
    animation: pace-theme-mac-osx-motion .5s linear infinite
}

@keyframes pace-theme-mac-osx-motion {
    0% {
        transform: none
    }

    to {
        transform: translate(-28px)
    }
}

@media (min-width: 992px) {

    .page-content,
    .page-subheader {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.label-itens-pagina {
    margin-top: 5px;
    margin-right: 10px
}

.label-ir-pagina {
    margin-top: 3px;
    margin-left: 10px
}

.select-ir-pagina {
    width: auto;
    margin-left: 7px
}

.col-header {
    cursor: pointer
}

.page-subheader {
    padding-top: .3rem !important;
    padding-bottom: .3rem !important
}

.h2,
h2 {
    font-size: 1.7rem !important
}

.metisMenu {
    padding-top: .4rem !important
}

.darkNav {
    background: #004b64 !important;
    color: #fff !important
}

    .darkNav .app-logo {
        background-color: inherit !important;
        border-bottom: 1px solid rgba(225, 234, 234, .19);
        left: 25PX
    }

.page-aside .app-logo > i {
    font-size: 18px !important;
    line-height: 40px;
    width: 40px;
    height: 40px;
    background: linear-gradient(-90deg, #86d4f5, #0084ff) !important;
    background: -webkit-linear-gradient(-90deg, #86d4f5, #007d9a) !important;
    left: 20px
}

.badge-warning,
.bg-warning {
    background-color: #ff9800 !important;
    color: #fff !important;
    box-shadow: 0 2px 2px 0 rgba(255, 152, 0, .14), 0 3px 1px -2px rgba(255, 152, 0, .2), 0 1px 5px 0 rgba(255, 152, 0, .12) !important
}

.text-warning {
    color: #ff9800 !important
}

.badge-info,
.bg-info {
    background-color: #00bcd4 !important;
    color: #fff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 188, 212, .14), 0 3px 1px -2px rgba(0, 188, 212, .2), 0 1px 5px 0 rgba(0, 188, 212, .12) !important
}

.text-info {
    color: #00bcd4 !important
}

.text-info-darker {
    color: #108fa1 !important
}

.badge-success,
.bg-success {
    background-color: #4caf50 !important;
    color: #fff !important;
    border-color: rgba(32, 199, 170, .2);
    box-shadow: 0 2px 2px 0 rgba(76, 175, 80, .14), 0 3px 1px -2px rgba(76, 175, 80, .2), 0 1px 5px 0 rgba(76, 175, 80, .12) !important
}

.text-success {
    color: #4caf50 !important
}

.badge-danger,
.bg-danger {
    background-color: #f44 !important;
    color: #fff !important;
    box-shadow: 0 2px 2px 0 rgba(244, 67, 54, .14), 0 3px 1px -2px rgba(244, 67, 54, .2), 0 1px 5px 0 rgba(244, 67, 54, .12) !important
}

.text-danger {
    color: #f44 !important
}

.metisMenu li:hover {
    background-color: #26486e !important
}

.darkNav .metisMenu > li.active > .nav-thumbnail {
    background-color: inherit !important;
    background: inherit !important
}

.darkNav .metisMenu > li.active {
    background-color: #1759a5 !important
}

.sidenav .nav-thumbnail {
    opacity: .75 !important
}

label {
    font-weight: 500 !important
}

.sidenav .aside-footer {
    height: 4rem !important
}

.aside-footer {
    line-height: 70px !important
}

.bg-danger-active,
.bg-teal-active {
    border-radius: .2rem
}

.table .thead-blue th {
    color: #fff;
    background-color: #2b578b;
    box-shadow: 0 2px 2px 0 rgba(0, 188, 212, .14), 0 3px 1px -2px rgba(0, 188, 212, .2), 0 1px 5px 0 rgba(0, 188, 212, .12)
}

.page-item.active .page-link,
.page-link:focus,
.page-link:hover {
    background-color: #03aac0;
    border-color: #03aac0;
    color: #fff
}

.badge.badge-text {
    line-height: 1 !important;
    padding: .35rem .45rem !important;
    border-radius: 4px
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #03aac0 !important
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    background-color: #f3f8fa;
    color: #fff !important
}

.mat-sort-header-stem {
    background: #fff !important;
    height: 10px;
    width: 2px;
    margin: auto;
    display: flex;
    align-items: center
}

.mat-sort-header-pointer-middle {
    margin: auto;
    height: 2px;
    width: 2px;
    background: #fff !important;
    transform: rotate(45deg)
}

.mat-sort-header-pointer-left,
.mat-sort-header-pointer-right {
    background: #fff !important;
    width: 6px;
    height: 2px;
    position: absolute;
    top: 0
}

.cdk-overlay-container,
.cdk-overlay-pane {
    z-index: 9999 !important
}

.swal2-modal .swal2-title {
    font-size: 1.5rem
}

.swal2-modal .swal2-content,
.swal2-modal .swal2-title {
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
}

.swal2-modal .swal2-content {
    font-size: .85rem;
    opacity: .6
}

.swal2-modal.swal2-styled,
.swal2-modal .swal2-styled {
    padding: .5rem 1rem;
    font-weight: 400;
    line-height: 1;
    border: 1px solid rgba(44, 45, 58, .1);
    font-size: .85rem;
    box-shadow: none
}

    .swal2-modal.swal2-styled:focus,
    .swal2-modal .swal2-styled:focus {
        box-shadow: none;
        background-color: #1072ce !important
    }

.btn-secondary.swal2-cancel {
    background-color: #a8adb9 !important;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
}

    .btn-secondary.swal2-cancel:focus,
    .btn-secondary.swal2-cancel:hover {
        box-shadow: none;
        background-color: #828897 !important
    }

.swal2-styled.btn-confirm {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
    background-color: #0084ff !important
}

    .swal2-styled.btn-confirm:focus,
    .swal2-styled.btn-confirm:hover {
        box-shadow: none;
        color: #e5f2ff !important;
        background-color: #1072ce !important
    }

.swal2-icon.swal2-warning {
    color: #f3d768;
    border-color: #f3d768
}

.swal2-icon.swal2-info {
    color: #86d4f5;
    border-color: #86d4f5
}

.swal2-input {
    padding: .45rem 6rem;
    border-color: #e1eaea
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #94df4a
}

.swal2-icon .swal2-success-ring {
    border: 2px solid #f3f8fa
}

.swal2-icon.swal2-question {
    color: #86d4f5
}

.swal2-icon.swal2-question,
.swal2-icon.swal2-success .swal2-success-ring,
.swal2-icon.swal2-warning {
    border: 2px solid #f3f8fa
}

.swal2-popup.swal2-toast {
    flex-direction: column;
    align-items: stretch;
    width: auto;
    padding: 1.25em;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 .625em #d9d9d9
}

    .swal2-popup.swal2-toast .swal2-header {
        flex-direction: row;
        padding: 0
    }

    .swal2-popup.swal2-toast .swal2-title {
        flex-grow: 1;
        justify-content: flex-start;
        margin: 0 .625em;
        font-size: 1em
    }

    .swal2-popup.swal2-toast .swal2-loading {
        justify-content: center
    }

    .swal2-popup.swal2-toast .swal2-input {
        height: 2em;
        margin: .3125em auto;
        font-size: 1em
    }

    .swal2-popup.swal2-toast .swal2-validation-message {
        font-size: 1em
    }

    .swal2-popup.swal2-toast .swal2-footer {
        margin: .5em 0 0;
        padding: .5em 0 0;
        font-size: .8em
    }

    .swal2-popup.swal2-toast .swal2-close {
        position: static;
        width: .8em;
        height: .8em;
        line-height: .8
    }

    .swal2-popup.swal2-toast .swal2-content {
        justify-content: flex-start;
        margin: 0 .625em;
        padding: 0;
        font-size: 1em;
        text-align: initial
    }

    .swal2-popup.swal2-toast .swal2-html-container {
        padding: .625em 0 0
    }

        .swal2-popup.swal2-toast .swal2-html-container:empty {
            padding: 0
        }

    .swal2-popup.swal2-toast .swal2-icon {
        width: 2em;
        min-width: 2em;
        height: 2em;
        margin: 0 .5em 0 0
    }

        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
            display: flex;
            align-items: center;
            font-size: 1.8em;
            font-weight: 700
        }

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        font-size: .25em
    }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .875em;
    width: 1.375em
}

    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
        left: .3125em
    }

    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
        right: .3125em
    }

.swal2-popup.swal2-toast .swal2-actions {
    flex: 1;
    flex-basis: auto !important;
    align-self: stretch;
    width: auto;
    height: 2.2em;
    height: auto;
    margin: .3125em .3125em 0;
    padding: 0
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: .125em .3125em;
    padding: .3125em .625em;
    font-size: 1em
}

    .swal2-popup.swal2-toast .swal2-styled:focus {
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(100, 150, 200, .5)
    }

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86
}

    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
        position: absolute;
        width: 1.6em;
        height: 3em;
        transform: rotate(45deg);
        border-radius: 50%
    }

        .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
            top: -.8em;
            left: -.5em;
            transform: rotate(-45deg);
            transform-origin: 2em 2em;
            border-radius: 4em 0 0 4em
        }

        .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
            top: -.25em;
            left: .9375em;
            transform-origin: 0 1.5em;
            border-radius: 0 4em 4em 0
        }

    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em
    }

    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
        top: 0;
        left: .4375em;
        width: .4375em;
        height: 2.6875em
    }

    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
        height: .3125em
    }

        .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
            top: 1.125em;
            left: .1875em;
            width: .75em
        }

        .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
            top: .9375em;
            right: .1875em;
            width: 1.375em
        }

    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-toast-animate-success-line-tip .75s
    }

    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-toast-animate-success-line-long .75s
    }

.swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show .5s
}

.swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide .1s forwards
}

.swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch
}

    .swal2-container.swal2-backdrop-show,
    .swal2-container.swal2-noanimation {
        background: rgba(0, 0, 0, .4)
    }

    .swal2-container.swal2-backdrop-hide {
        background: transparent !important
    }

    .swal2-container.swal2-top {
        align-items: flex-start
    }

    .swal2-container.swal2-top-left,
    .swal2-container.swal2-top-start {
        align-items: flex-start;
        justify-content: flex-start
    }

    .swal2-container.swal2-top-end,
    .swal2-container.swal2-top-right {
        align-items: flex-start;
        justify-content: flex-end
    }

    .swal2-container.swal2-center {
        align-items: center
    }

    .swal2-container.swal2-center-left,
    .swal2-container.swal2-center-start {
        align-items: center;
        justify-content: flex-start
    }

    .swal2-container.swal2-center-end,
    .swal2-container.swal2-center-right {
        align-items: center;
        justify-content: flex-end
    }

    .swal2-container.swal2-bottom {
        align-items: flex-end
    }

    .swal2-container.swal2-bottom-left,
    .swal2-container.swal2-bottom-start {
        align-items: flex-end;
        justify-content: flex-start
    }

    .swal2-container.swal2-bottom-end,
    .swal2-container.swal2-bottom-right {
        align-items: flex-end;
        justify-content: flex-end
    }

        .swal2-container.swal2-bottom-end > :first-child,
        .swal2-container.swal2-bottom-left > :first-child,
        .swal2-container.swal2-bottom-right > :first-child,
        .swal2-container.swal2-bottom-start > :first-child,
        .swal2-container.swal2-bottom > :first-child {
            margin-top: auto
        }

    .swal2-container.swal2-grow-fullscreen > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-self: stretch;
        justify-content: center
    }

    .swal2-container.swal2-grow-row > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center
    }

    .swal2-container.swal2-grow-column {
        flex: 1;
        flex-direction: column
    }

        .swal2-container.swal2-grow-column.swal2-bottom,
        .swal2-container.swal2-grow-column.swal2-center,
        .swal2-container.swal2-grow-column.swal2-top {
            align-items: center
        }

        .swal2-container.swal2-grow-column.swal2-bottom-left,
        .swal2-container.swal2-grow-column.swal2-bottom-start,
        .swal2-container.swal2-grow-column.swal2-center-left,
        .swal2-container.swal2-grow-column.swal2-center-start,
        .swal2-container.swal2-grow-column.swal2-top-left,
        .swal2-container.swal2-grow-column.swal2-top-start {
            align-items: flex-start
        }

        .swal2-container.swal2-grow-column.swal2-bottom-end,
        .swal2-container.swal2-grow-column.swal2-bottom-right,
        .swal2-container.swal2-grow-column.swal2-center-end,
        .swal2-container.swal2-grow-column.swal2-center-right,
        .swal2-container.swal2-grow-column.swal2-top-end,
        .swal2-container.swal2-grow-column.swal2-top-right {
            align-items: flex-end
        }

        .swal2-container.swal2-grow-column > .swal2-modal {
            display: flex !important;
            flex: 1;
            align-content: center;
            justify-content: center
        }

    .swal2-container.swal2-no-transition {
        transition: none !important
    }

    .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
        margin: auto
    }

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .swal2-container .swal2-modal {
        margin: 0 !important
    }
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    font-family: inherit;
    font-size: 1rem
}

    .swal2-popup:focus {
        outline: none
    }

    .swal2-popup.swal2-loading {
        overflow-y: hidden
    }

.swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word
}

.swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
    padding: 0
}

    .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
        opacity: .4
    }

    .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
        background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
    }

    .swal2-actions:not(.swal2-loading) .swal2-styled:active {
        background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
    }

.swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-radius: 100%;
    border-color: #2778c4 transparent;
    border-style: solid;
    border-width: .25em
}

.swal2-styled {
    margin: .3125em;
    padding: .625em 1.1em;
    box-shadow: none;
    font-weight: 500
}

    .swal2-styled:not([disabled]) {
        cursor: pointer
    }

    .swal2-styled.swal2-confirm {
        background: initial;
        background-color: #2778c4
    }

    .swal2-styled.swal2-confirm,
    .swal2-styled.swal2-deny {
        border: 0;
        border-radius: .25em;
        color: #fff;
        font-size: 1em
    }

    .swal2-styled.swal2-deny {
        background: initial;
        background-color: #d14529
    }

    .swal2-styled.swal2-cancel {
        border: 0;
        border-radius: .25em;
        background: initial;
        background-color: #757575;
        color: #fff;
        font-size: 1em
    }

    .swal2-styled:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(100, 150, 200, .5)
    }

    .swal2-styled::-moz-focus-inner {
        border: 0
    }

.swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em
}

.swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: .25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.swal2-timer-progress-bar {
    width: 100%;
    height: .25em;
    background: rgba(0, 0, 0, .2)
}

.swal2-image {
    max-width: 100%;
    margin: 1.25em auto
}

.swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color .1s ease-out;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #ccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer
}

    .swal2-close:hover {
        transform: none;
        background: transparent;
        color: #f27474
    }

    .swal2-close:focus {
        outline: none;
        box-shadow: inset 0 0 0 3px rgba(100, 150, 200, .5)
    }

    .swal2-close::-moz-focus-inner {
        border: 0
    }

.swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #545454;
    font-size: 1.125em;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word
}

.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
    margin: 1em auto
}

.swal2-file,
.swal2-input,
.swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color .3s, box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    background: inherit;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
    color: inherit;
    font-size: 1.125em
}

    .swal2-file.swal2-inputerror,
    .swal2-input.swal2-inputerror,
    .swal2-textarea.swal2-inputerror {
        border-color: #f27474 !important;
        box-shadow: 0 0 2px #f27474 !important
    }

    .swal2-file:focus,
    .swal2-input:focus,
    .swal2-textarea:focus {
        border: 1px solid #b4dbed;
        outline: none;
        box-shadow: 0 0 0 3px rgba(100, 150, 200, .5)
    }

    .swal2-file::-moz-placeholder,
    .swal2-input::-moz-placeholder,
    .swal2-textarea::-moz-placeholder {
        color: #ccc
    }

    .swal2-file::placeholder,
    .swal2-input::placeholder,
    .swal2-textarea::placeholder {
        color: #ccc
    }

.swal2-range {
    margin: 1em auto;
    background: #fff
}

    .swal2-range input {
        width: 80%
    }

    .swal2-range output {
        width: 20%;
        color: inherit;
        font-weight: 600;
        text-align: center
    }

    .swal2-range input,
    .swal2-range output {
        height: 2.625em;
        padding: 0;
        font-size: 1.125em;
        line-height: 2.625em
    }

.swal2-input {
    height: 2.625em;
    padding: 0 .75em
}

    .swal2-input[type=number] {
        max-width: 10em
    }

.swal2-file {
    background: inherit;
    font-size: 1.125em
}

.swal2-textarea {
    height: 6.75em;
    padding: .75em
}

.swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: inherit;
    color: inherit;
    font-size: 1.125em
}

.swal2-checkbox,
.swal2-radio {
    align-items: center;
    justify-content: center;
    background: #fff;
    color: inherit
}

    .swal2-checkbox label,
    .swal2-radio label {
        margin: 0 .6em;
        font-size: 1.125em
    }

    .swal2-checkbox input,
    .swal2-radio input {
        flex-shrink: 0;
        margin: 0 .4em
    }

.swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto
}

.swal2-validation-message {
    align-items: center;
    justify-content: center;
    margin: 0 -2.7em;
    padding: .625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300
}

    .swal2-validation-message:before {
        content: "!";
        display: inline-block;
        width: 1.5em;
        min-width: 1.5em;
        height: 1.5em;
        margin: 0 .625em;
        border-radius: 50%;
        background-color: #f27474;
        color: #fff;
        font-weight: 600;
        line-height: 1.5em;
        text-align: center
    }

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border-radius: 50%;
    border: .25em solid #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

    .swal2-icon .swal2-icon-content {
        display: flex;
        align-items: center;
        font-size: 3.75em
    }

    .swal2-icon.swal2-error {
        border-color: #f27474;
        color: #f27474
    }

        .swal2-icon.swal2-error .swal2-x-mark {
            position: relative;
            flex-grow: 1
        }

        .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
            display: block;
            position: absolute;
            top: 2.3125em;
            width: 2.9375em;
            height: .3125em;
            border-radius: .125em;
            background-color: #f27474
        }

            .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
                left: 1.0625em;
                transform: rotate(45deg)
            }

            .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
                right: 1em;
                transform: rotate(-45deg)
            }

        .swal2-icon.swal2-error.swal2-icon-show {
            animation: swal2-animate-error-icon .5s
        }

            .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
                animation: swal2-animate-error-x-mark .5s
            }

    .swal2-icon.swal2-warning {
        border-color: #facea8;
        color: #f8bb86
    }

    .swal2-icon.swal2-info {
        border-color: #9de0f6;
        color: #3fc3ee
    }

    .swal2-icon.swal2-question {
        border-color: #c9dae1;
        color: #87adbd
    }

    .swal2-icon.swal2-success {
        border-color: #a5dc86;
        color: #a5dc86
    }

        .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
            position: absolute;
            width: 3.75em;
            height: 7.5em;
            transform: rotate(45deg);
            border-radius: 50%
        }

            .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
                top: -.4375em;
                left: -2.0635em;
                transform: rotate(-45deg);
                transform-origin: 3.75em 3.75em;
                border-radius: 7.5em 0 0 7.5em
            }

            .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
                top: -.6875em;
                left: 1.875em;
                transform: rotate(-45deg);
                transform-origin: 0 3.75em;
                border-radius: 0 7.5em 7.5em 0
            }

        .swal2-icon.swal2-success .swal2-success-ring {
            position: absolute;
            z-index: 2;
            top: -.25em;
            left: -.25em;
            box-sizing: content-box;
            width: 100%;
            height: 100%;
            border: .25em solid rgba(165, 220, 134, .3);
            border-radius: 50%
        }

        .swal2-icon.swal2-success .swal2-success-fix {
            position: absolute;
            z-index: 1;
            top: .5em;
            left: 1.625em;
            width: .4375em;
            height: 5.625em;
            transform: rotate(-45deg)
        }

        .swal2-icon.swal2-success [class^=swal2-success-line] {
            display: block;
            position: absolute;
            z-index: 2;
            height: .3125em;
            border-radius: .125em;
            background-color: #a5dc86
        }

            .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
                top: 2.875em;
                left: .8125em;
                width: 1.5625em;
                transform: rotate(45deg)
            }

            .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
                top: 2.375em;
                right: .5em;
                width: 2.9375em;
                transform: rotate(-45deg)
            }

        .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
            animation: swal2-animate-success-line-tip .75s
        }

        .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
            animation: swal2-animate-success-line-long .75s
        }

        .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
            animation: swal2-rotate-success-circular-line 4.25s ease-in
        }

.swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600
}

    .swal2-progress-steps li {
        display: inline-block;
        position: relative
    }

    .swal2-progress-steps .swal2-progress-step {
        z-index: 20;
        flex-shrink: 0;
        width: 2em;
        height: 2em;
        border-radius: 2em;
        background: #2778c4;
        color: #fff;
        line-height: 2em;
        text-align: center
    }

        .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
            background: #2778c4
        }

            .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
                background: #add8e6;
                color: #fff
            }

            .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
                background: #add8e6
            }

    .swal2-progress-steps .swal2-progress-step-line {
        z-index: 10;
        flex-shrink: 0;
        width: 2.5em;
        height: .4em;
        margin: 0 -1px;
        background: #2778c4
    }

[class^=swal2] {
    -webkit-tap-highlight-color: transparent
}

.swal2-show {
    animation: swal2-show .3s
}

.swal2-hide {
    animation: swal2-hide .15s forwards
}

.swal2-noanimation {
    transition: none
}

.swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.swal2-rtl .swal2-close {
    right: auto;
    left: 0
}

.swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto
}

@supports (-ms-accelerator:true) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@keyframes swal2-toast-show {
    0% {
        transform: translateY(-.625em) rotate(2deg)
    }

    33% {
        transform: translateY(0) rotate(-2deg)
    }

    66% {
        transform: translateY(.3125em) rotate(2deg)
    }

    to {
        transform: translateY(0) rotate(0deg)
    }
}

@keyframes swal2-toast-hide {
    to {
        transform: rotate(1deg);
        opacity: 0
    }
}

@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    to {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    to {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

@keyframes swal2-show {
    0% {
        transform: scale(.7)
    }

    45% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(.95)
    }

    to {
        transform: scale(1)
    }
}

@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    to {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    to {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg)
    }

    to {
        transform: rotate(-405deg)
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        transform: scale(1.15)
    }

    to {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }

    to {
        transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden
}

body.swal2-height-auto {
    height: auto !important
}

body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - .625em * 2);
    background-color: transparent !important
}

    body.swal2-no-backdrop .swal2-container > .swal2-modal {
        box-shadow: 0 0 10px rgba(0, 0, 0, .4)
    }

    body.swal2-no-backdrop .swal2-container.swal2-top {
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    body.swal2-no-backdrop .swal2-container.swal2-top-left,
    body.swal2-no-backdrop .swal2-container.swal2-top-start {
        top: 0;
        left: 0
    }

    body.swal2-no-backdrop .swal2-container.swal2-top-end,
    body.swal2-no-backdrop .swal2-container.swal2-top-right {
        top: 0;
        right: 0
    }

    body.swal2-no-backdrop .swal2-container.swal2-center {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    body.swal2-no-backdrop .swal2-container.swal2-center-left,
    body.swal2-no-backdrop .swal2-container.swal2-center-start {
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    body.swal2-no-backdrop .swal2-container.swal2-center-end,
    body.swal2-no-backdrop .swal2-container.swal2-center-right {
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

    body.swal2-no-backdrop .swal2-container.swal2-bottom {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    body.swal2-no-backdrop .swal2-container.swal2-bottom-left,
    body.swal2-no-backdrop .swal2-container.swal2-bottom-start {
        bottom: 0;
        left: 0
    }

    body.swal2-no-backdrop .swal2-container.swal2-bottom-end,
    body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
        right: 0;
        bottom: 0
    }

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important
    }

        body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
            display: none
        }

        body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
            position: static !important
        }
}

body.swal2-toast-shown .swal2-container {
    background-color: transparent
}

    body.swal2-toast-shown .swal2-container.swal2-top {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%)
    }

    body.swal2-toast-shown .swal2-container.swal2-top-end,
    body.swal2-toast-shown .swal2-container.swal2-top-right {
        top: 0;
        right: 0;
        bottom: auto;
        left: auto
    }

    body.swal2-toast-shown .swal2-container.swal2-top-left,
    body.swal2-toast-shown .swal2-container.swal2-top-start {
        top: 0;
        right: auto;
        bottom: auto;
        left: 0
    }

    body.swal2-toast-shown .swal2-container.swal2-center-left,
    body.swal2-toast-shown .swal2-container.swal2-center-start {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 0;
        transform: translateY(-50%)
    }

    body.swal2-toast-shown .swal2-container.swal2-center {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    body.swal2-toast-shown .swal2-container.swal2-center-end,
    body.swal2-toast-shown .swal2-container.swal2-center-right {
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        transform: translateY(-50%)
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom-left,
    body.swal2-toast-shown .swal2-container.swal2-bottom-start {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom-end,
    body.swal2-toast-shown .swal2-container.swal2-bottom-right {
        top: auto;
        right: 0;
        bottom: 0;
        left: auto
    }

.ng-select.ng-select-opened > .ng-select-container {
    background: #fff;
    border-color: #b3b3b3 #ccc #d9d9d9
}

    .ng-select.ng-select-opened > .ng-select-container:hover {
        box-shadow: none
    }

    .ng-select.ng-select-opened > .ng-select-container .ng-arrow {
        top: -2px;
        border-color: transparent transparent #999;
        border-width: 0 5px 5px
    }

        .ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
            border-color: transparent transparent #333
        }

.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
    border-color: #007eff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1)
}

.ng-select.ng-select-disabled > .ng-select-container {
    background-color: #f9f9f9
}

.ng-select .ng-has-value .ng-placeholder {
    display: none
}

.ng-select .ng-select-container {
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    min-height: 36px;
    align-items: center
}

    .ng-select .ng-select-container:hover {
        box-shadow: 0 1px 0 rgba(0, 0, 0, .06)
    }

    .ng-select .ng-select-container .ng-value-container {
        align-items: center;
        padding-left: 10px
    }

[dir=rtl] .ng-select .ng-select-container .ng-value-container {
    padding-right: 10px;
    padding-left: 0
}

.ng-select .ng-select-container .ng-value-container .ng-placeholder {
    color: #999
}

.ng-select.ng-select-single .ng-select-container {
    height: 36px
}

    .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
        top: 5px;
        left: 0;
        padding-left: 10px;
        padding-right: 50px
    }

[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    padding-right: 10px;
    padding-left: 50px
}

.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6
}

    .ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
        padding: 0 5px
    }

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
    padding-top: 5px;
    padding-left: 7px
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
    padding-right: 7px;
    padding-left: 0
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
    font-size: .9em;
    margin-bottom: 5px;
    background-color: #ebf5ff;
    border-radius: 2px;
    margin-right: 5px
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
    margin-right: 0;
    margin-left: 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
    background-color: #f9f9f9
}

    .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
        padding-left: 5px
    }

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
    padding-left: 0;
    padding-right: 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon,
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
    display: inline-block;
    padding: 1px 5px
}

    .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
        background-color: #d1e8ff
    }

    .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
        border-right: 1px solid #b8dbff
    }

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
    border-left: 1px solid #b8dbff;
    border-right: none
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
    border-left: 1px solid #b8dbff
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
    border-left: 0;
    border-right: 1px solid #b8dbff
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
    padding: 0 0 3px 3px
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
    padding: 0 3px 3px 0
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
    top: 5px;
    padding-bottom: 5px;
    padding-left: 3px
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
    padding-right: 3px;
    padding-left: 0
}

.ng-select .ng-clear-wrapper {
    color: #999
}

    .ng-select .ng-clear-wrapper:hover .ng-clear {
        color: #d0021b
    }

.ng-select .ng-spinner-zone {
    padding: 5px 5px 0 0
}

[dir=rtl] .ng-select .ng-spinner-zone {
    padding: 5px 0 0 5px
}

.ng-select .ng-arrow-wrapper {
    width: 25px;
    padding-right: 5px
}

[dir=rtl] .ng-select .ng-arrow-wrapper {
    padding-left: 5px;
    padding-right: 0
}

.ng-select .ng-arrow-wrapper:hover .ng-arrow {
    border-top-color: #666
}

.ng-select .ng-arrow-wrapper .ng-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px
}

.ng-dropdown-panel {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    left: 0
}

    .ng-dropdown-panel.ng-select-bottom {
        top: 100%;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-color: #e6e6e6;
        margin-top: -1px
    }

        .ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px
        }

    .ng-dropdown-panel.ng-select-top {
        bottom: 100%;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-color: #e6e6e6;
        margin-bottom: -1px
    }

        .ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
            border-top-right-radius: 4px;
            border-top-left-radius: 4px
        }

    .ng-dropdown-panel .ng-dropdown-header {
        border-bottom: 1px solid #ccc;
        padding: 5px 7px
    }

    .ng-dropdown-panel .ng-dropdown-footer {
        border-top: 1px solid #ccc;
        padding: 5px 7px
    }

    .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        padding: 8px 10px;
        font-weight: 500;
        color: rgba(0, 0, 0, .54);
        cursor: pointer
    }

        .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
            cursor: default
        }

        .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
            background-color: #f5faff
        }

        .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
        .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
            background-color: #ebf5ff;
            font-weight: 600
        }

    .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
        background-color: #fff;
        color: rgba(0, 0, 0, .87);
        padding: 8px 10px
    }

        .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
        .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
            color: #333;
            background-color: #ebf5ff
        }

            .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
            .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
                font-weight: 600
            }

        .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
            background-color: #f5faff;
            color: #333
        }

        .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
            color: #ccc
        }

        .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
            padding-left: 22px
        }

[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
    padding-right: 22px;
    padding-left: 0
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
    font-size: 80%;
    font-weight: 400;
    padding-right: 5px
}

[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
    padding-left: 5px;
    padding-right: 0
}

[dir=rtl] .ng-dropdown-panel {
    direction: rtl;
    text-align: right
}

.height-page {
    min-height: 100vh;
}

.validation-summary-errors  {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.validation-summary-errors ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.text-dark-danger {
    color: #842029;
}

.support-whatsapp-link {
    white-space: nowrap;
    text-decoration: underline;
}

.list-style-none {
    list-style: none;
    margin: 0;
    padding: 0;
}