.notifications {
    display: block;
    position: fixed;
    z-index: 5000
}

.notification-wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0
}

.notification-title {
    font-weight: 600
}

.vue-notification-template {
    background: #fff
}

.vue-notification, .vue-notification-template {
    display: block;
    box-sizing: border-box;
    text-align: left
}

.vue-notification {
    font-size: 12px;
    padding: 10px;
    margin: 0 5px 5px;
    color: #fff;
    background: #44a4fc;
    border-left: 5px solid #187fe7
}

.vue-notification.warn {
    background: #ffb648;
    border-left-color: #f48a06
}

.vue-notification.error {
    background: #e54d42;
    border-left-color: #b82e24
}

.vue-notification.success {
    background: #68cd86;
    border-left-color: #42a85f
}

.vn-fade-enter-active, .vn-fade-leave-active, .vn-fade-move {
    transition: all .5s
}

.vn-fade-enter, .vn-fade-leave-to {
    opacity: 0
}

.resize-observer[data-v-b329ee4c] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    pointer-events: none;
    display: block;
    overflow: hidden;
    opacity: 0
}

.resize-observer[data-v-b329ee4c] object {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2 !important;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40 !important;
    --primary: #007bff;
    --primary: #924d83 !important;
    --primary-hover: #A37FA6 !important;
    --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, "Noto Sans", "Liberation Sans", 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%;
    -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, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    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;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

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
}

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: var(--primary);
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: var(--indigo);
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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
}

[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=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
}

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-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 {
    margin-bottom: .5rem;
    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;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

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-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    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\A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.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-wrap: 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, .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 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 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;
    color: #212529
}

.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-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.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 {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary>td, .table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.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-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.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-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.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-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.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-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.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-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.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-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.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-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active, .table-active>td, .table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.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: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@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
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    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 (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.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::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

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: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: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    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.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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, .form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    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%;
    left: 0;
    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
}

.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);
    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 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);
    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)
}

.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 {
    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;
    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 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.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:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    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%;
    left: 0;
    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
}

.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);
    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 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);
    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)
}

.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 {
    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;
    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 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.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:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .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: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    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 (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    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: var(--primary);
    border-color: var(--primary)
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary)
}

.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(38, 143, 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 {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .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(130, 138, 145, .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 {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .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(72, 180, 97, .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 {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .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(58, 176, 195, .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 {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .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(222, 170, 12, .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 {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .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(225, 83, 97, .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 {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .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(216, 217, 219, .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 {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .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(82, 88, 93, .5)
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary)
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary)
}

.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: var(--primary);
    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: var(--primary);
    border-color: var(--primary)
}

.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;
    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;
    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;
    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;
    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;
    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;
    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;
    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: var(--primary);
    text-decoration: none
}

.btn-link:hover {
    color: var(--indigo);
    text-decoration: underline
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline
}

.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 (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 (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    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-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@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
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    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;
    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;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    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: #e9ecef
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary)
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    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: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.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 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.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
}

.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 input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    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>.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(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:first-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.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.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) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
    z-index: 3
}

.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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    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>.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
}

.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;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary)
}

.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 {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.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: var(--primary);
    background-color: var(--primary)
}

.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-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::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-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.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: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .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;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .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(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    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;
    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(0, 123, 255, .25)
}

.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 {
    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 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    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:disabled~.custom-file-label, .custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 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: var(--primary);
    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 (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: var(--primary);
    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 (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: var(--primary);
    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 (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 {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.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
}

.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 (prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    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 {
    color: #fff;
    background-color: var(--primary)
}

.nav-fill .nav-item, .nav-fill>.nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item, .nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    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-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.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
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    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, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.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,%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-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .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: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.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")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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 {
    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 {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.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-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-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    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)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        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
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.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 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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 {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    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: var(--primary);
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: var(--indigo);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.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: 3;
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary)
}

.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;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    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 (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.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: var(--primary)
}

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)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

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)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

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)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

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)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

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)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

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)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

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)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

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)
}

.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 {
    position: relative;
    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;
    z-index: 2;
    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
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: var(--primary);
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    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;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.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 {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary)
}

.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 {
    -ms-flex-direction: row;
    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 {
        -ms-flex-direction: row;
        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 {
        -ms-flex-direction: row;
        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 {
        -ms-flex-direction: row;
        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 {
        -ms-flex-direction: row;
        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
}

.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:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .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-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    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 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    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-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    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
}

.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-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: -webkit-min-content;
        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
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    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";
    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 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    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";
    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 .arrow {
    position: absolute;
    display: block;
    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)
}

.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], .bs-popover-right {
    margin-left: .5rem
}

.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], .bs-popover-bottom {
    margin-top: .5rem
}

.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 .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 .5rem;
    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);
    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
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    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.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    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;
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 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 {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.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: 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 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    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
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border, .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.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: var(--primary) !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: var(--primary) !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-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !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: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        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
    }
}

.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;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    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
}

.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-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-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
}

.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-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: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !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-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: var(--primary) !important
}

a.text-primary:focus, a.text-primary:hover {
    color: var(--indigo) !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !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: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.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
    }

    body {
        min-width: 992px !important
    }

    .container {
        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
    }
}

/*!
 * BootstrapVue Custom CSS (https://bootstrap-vue.js.org)
 */
.alert.alert.fade-leave-active, .alert.fade-enter-active {
    transition: opacity .15s linear
}

.alert.fade-enter, .alert.fade-leave-to {
    opacity: 0
}

.card-img-left {
    border-top-left-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-img-right {
    border-top-right-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.dropdown-toggle.dropdown-toggle-no-caret:after {
    display: none !important
}

.b-dropdown-form {
    display: inline-block;
    padding: .25rem 1.5rem;
    width: 100%;
    clear: both;
    font-weight: 400
}

.b-dropdown-form:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.b-dropdown-form:last-child {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.b-dropdown-text {
    display: inline-block;
    padding: .25rem 1.5rem;
    margin-bottom: 0;
    width: 100%;
    clear: both;
    font-weight: lighter
}

.b-dropdown-text:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.b-dropdown-text:last-child {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.input-group>.input-group-append:last-child>.btn-group:not(:last-child):not(.dropdown-toggle)>.btn, .input-group>.input-group-append:not(:last-child)>.btn-group>.btn, .input-group>.input-group-prepend>.btn-group>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn-group>.btn, .input-group>.input-group-prepend:first-child>.btn-group:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.btn-group>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-control.is-invalid, .form-control.is-valid, .was-validated .form-control:invalid, .was-validated .form-control:valid {
    background-position: right calc(.375em + .1875rem) center
}

input[type=color].form-control {
    height: calc(1.5em + .75rem + 2px);
    padding: .125rem .25rem
}

.input-group-sm input[type=color].form-control, input[type=color].form-control.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .125rem .25rem
}

.input-group-lg input[type=color].form-control, input[type=color].form-control.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .125rem .25rem
}

input[type=color].form-control:disabled {
    background-color: #adb5bd;
    opacity: .65
}

.input-group>.custom-range {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-range+.custom-file, .input-group>.custom-range+.custom-range, .input-group>.custom-range+.custom-select, .input-group>.custom-range+.form-control, .input-group>.custom-range+.form-control-plaintext {
    margin-left: -1px
}

.input-group>.custom-file+.custom-range, .input-group>.custom-range+.custom-range, .input-group>.custom-select+.custom-range, .input-group>.form-control+.custom-range, .input-group>.form-control-plaintext+.custom-range {
    margin-left: -1px
}

.input-group>.custom-range:focus {
    z-index: 3
}

.input-group>.custom-range:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-range:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-range {
    height: calc(1.5em + .75rem + 2px);
    padding: 0 .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height: calc(1.5em + .75rem + 2px);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .input-group>.custom-range {
        transition: none
    }
}

.input-group>.custom-range:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.input-group>.custom-range:disabled, .input-group>.custom-range[readonly] {
    background-color: #e9ecef
}

.input-group-lg>.custom-range {
    height: calc(1.5em + 1rem + 2px);
    padding: 0 1rem;
    border-radius: .3rem
}

.input-group-sm>.custom-range {
    height: calc(1.5em + .5rem + 2px);
    padding: 0 .5rem;
    border-radius: .2rem
}

.input-group .custom-range.is-valid, .was-validated .input-group .custom-range:valid {
    border-color: #28a745
}

.input-group .custom-range.is-valid:focus, .was-validated .input-group .custom-range:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-range.is-valid:focus::-webkit-slider-thumb, .was-validated .custom-range:valid:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #9be7ac
}

.custom-range.is-valid:focus::-moz-range-thumb, .was-validated .custom-range:valid:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #9be7ac
}

.custom-range.is-valid:focus::-ms-thumb, .was-validated .custom-range:valid:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #9be7ac
}

.custom-range.is-valid::-webkit-slider-thumb, .was-validated .custom-range:valid::-webkit-slider-thumb {
    background-color: #28a745;
    background-image: none
}

.custom-range.is-valid::-webkit-slider-thumb:active, .was-validated .custom-range:valid::-webkit-slider-thumb:active {
    background-color: #9be7ac;
    background-image: none
}

.custom-range.is-valid::-webkit-slider-runnable-track, .was-validated .custom-range:valid::-webkit-slider-runnable-track {
    background-color: rgba(40, 167, 69, .35)
}

.custom-range.is-valid::-moz-range-thumb, .was-validated .custom-range:valid::-moz-range-thumb {
    background-color: #28a745;
    background-image: none
}

.custom-range.is-valid::-moz-range-thumb:active, .was-validated .custom-range:valid::-moz-range-thumb:active {
    background-color: #9be7ac;
    background-image: none
}

.custom-range.is-valid::-moz-range-track, .was-validated .custom-range:valid::-moz-range-track {
    background: rgba(40, 167, 69, .35)
}

.custom-range.is-valid~.valid-feedback, .custom-range.is-valid~.valid-tooltip, .was-validated .custom-range:valid~.valid-feedback, .was-validated .custom-range:valid~.valid-tooltip {
    display: block
}

.custom-range.is-valid::-ms-thumb, .was-validated .custom-range:valid::-ms-thumb {
    background-color: #28a745;
    background-image: none
}

.custom-range.is-valid::-ms-thumb:active, .was-validated .custom-range:valid::-ms-thumb:active {
    background-color: #9be7ac;
    background-image: none
}

.custom-range.is-valid::-ms-track-lower, .was-validated .custom-range:valid::-ms-track-lower {
    background: rgba(40, 167, 69, .35)
}

.custom-range.is-valid::-ms-track-upper, .was-validated .custom-range:valid::-ms-track-upper {
    background: rgba(40, 167, 69, .35)
}

.input-group .custom-range.is-invalid, .was-validated .input-group .custom-range:invalid {
    border-color: #dc3545
}

.input-group .custom-range.is-invalid:focus, .was-validated .input-group .custom-range:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-range.is-invalid:focus::-webkit-slider-thumb, .was-validated .custom-range:invalid:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #f6cdd1
}

.custom-range.is-invalid:focus::-moz-range-thumb, .was-validated .custom-range:invalid:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #f6cdd1
}

.custom-range.is-invalid:focus::-ms-thumb, .was-validated .custom-range:invalid:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #f6cdd1
}

.custom-range.is-invalid::-webkit-slider-thumb, .was-validated .custom-range:invalid::-webkit-slider-thumb {
    background-color: #dc3545;
    background-image: none
}

.custom-range.is-invalid::-webkit-slider-thumb:active, .was-validated .custom-range:invalid::-webkit-slider-thumb:active {
    background-color: #f6cdd1;
    background-image: none
}

.custom-range.is-invalid::-webkit-slider-runnable-track, .was-validated .custom-range:invalid::-webkit-slider-runnable-track {
    background-color: rgba(220, 53, 69, .35)
}

.custom-range.is-invalid::-moz-range-thumb, .was-validated .custom-range:invalid::-moz-range-thumb {
    background-color: #dc3545;
    background-image: none
}

.custom-range.is-invalid::-moz-range-thumb:active, .was-validated .custom-range:invalid::-moz-range-thumb:active {
    background-color: #f6cdd1;
    background-image: none
}

.custom-range.is-invalid::-moz-range-track, .was-validated .custom-range:invalid::-moz-range-track {
    background: rgba(220, 53, 69, .35)
}

.custom-range.is-invalid~.invalid-feedback, .custom-range.is-invalid~.invalid-tooltip, .was-validated .custom-range:invalid~.invalid-feedback, .was-validated .custom-range:invalid~.invalid-tooltip {
    display: block
}

.custom-range.is-invalid::-ms-thumb, .was-validated .custom-range:invalid::-ms-thumb {
    background-color: #dc3545;
    background-image: none
}

.custom-range.is-invalid::-ms-thumb:active, .was-validated .custom-range:invalid::-ms-thumb:active {
    background-color: #f6cdd1;
    background-image: none
}

.custom-range.is-invalid::-ms-track-lower, .was-validated .custom-range:invalid::-ms-track-lower {
    background: rgba(220, 53, 69, .35)
}

.custom-range.is-invalid::-ms-track-upper, .was-validated .custom-range:invalid::-ms-track-upper {
    background: rgba(220, 53, 69, .35)
}

.b-table.table.b-table-fixed {
    table-layout: fixed
}

.b-table.table[aria-busy=true] {
    opacity: .55
}

.b-table.table>tbody>tr.b-table-details>td {
    border-top: none !important
}

.b-table.table>caption {
    caption-side: bottom
}

.b-table.table>caption.b-table-caption-top {
    caption-side: top !important
}

.b-table.table>tfoot>tr>td, .b-table.table>tfoot>tr>th, .b-table.table>thead>tr>td, .b-table.table>thead>tr>th {
    position: relative
}

.b-table.table>tfoot>tr>th[aria-sort], .b-table.table>thead>tr>th[aria-sort] {
    position: relative;
    padding-right: 1.125em;
    cursor: pointer
}

.b-table.table>tfoot>tr>th[aria-sort]::after, .b-table.table>thead>tr>th[aria-sort]::after {
    position: absolute;
    display: block;
    bottom: 0;
    right: .35em;
    padding-bottom: inherit;
    font-size: inherit;
    line-height: inherit;
    opacity: .4;
    content: "\2195";
    speak: none
}

.b-table.table>tfoot>tr>th[aria-sort][aria-sort=ascending]::after, .b-table.table>thead>tr>th[aria-sort][aria-sort=ascending]::after {
    opacity: 1;
    content: "\2193"
}

.b-table.table>tfoot>tr>th[aria-sort][aria-sort=descending]::after, .b-table.table>thead>tr>th[aria-sort][aria-sort=descending]::after {
    opacity: 1;
    content: "\2191"
}

@media (max-width:575.98px) {
    .b-table.table.b-table-stacked-sm {
        display: block;
        width: 100%
    }

    .b-table.table.b-table-stacked-sm>caption, .b-table.table.b-table-stacked-sm>tbody, .b-table.table.b-table-stacked-sm>tbody>tr, .b-table.table.b-table-stacked-sm>tbody>tr>td {
        display: block
    }

    .b-table.table.b-table-stacked-sm>tfoot, .b-table.table.b-table-stacked-sm>thead {
        display: none
    }

    .b-table.table.b-table-stacked-sm>tfoot>tr.b-table-bottom-row, .b-table.table.b-table-stacked-sm>tfoot>tr.b-table-top-row, .b-table.table.b-table-stacked-sm>thead>tr.b-table-bottom-row, .b-table.table.b-table-stacked-sm>thead>tr.b-table-top-row {
        display: none
    }

    .b-table.table.b-table-stacked-sm>caption {
        caption-side: top !important
    }

    .b-table.table.b-table-stacked-sm>tbody>tr>[data-label] {
        display: grid;
        grid-template-columns: 40% auto;
        grid-gap: .25rem 1rem
    }

    .b-table.table.b-table-stacked-sm>tbody>tr>[data-label]::before {
        content: attr(data-label);
        display: inline;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: 700;
        font-style: normal
    }

    .b-table.table.b-table-stacked-sm>tbody>tr.bottom-row, .b-table.table.b-table-stacked-sm>tbody>tr.top-row {
        display: none
    }

    .b-table.table.b-table-stacked-sm>tbody>tr>:first-child {
        border-top-width: 3px
    }
}

@media (max-width:767.98px) {
    .b-table.table.b-table-stacked-md {
        display: block;
        width: 100%
    }

    .b-table.table.b-table-stacked-md>caption, .b-table.table.b-table-stacked-md>tbody, .b-table.table.b-table-stacked-md>tbody>tr, .b-table.table.b-table-stacked-md>tbody>tr>td {
        display: block
    }

    .b-table.table.b-table-stacked-md>tfoot, .b-table.table.b-table-stacked-md>thead {
        display: none
    }

    .b-table.table.b-table-stacked-md>tfoot>tr.b-table-bottom-row, .b-table.table.b-table-stacked-md>tfoot>tr.b-table-top-row, .b-table.table.b-table-stacked-md>thead>tr.b-table-bottom-row, .b-table.table.b-table-stacked-md>thead>tr.b-table-top-row {
        display: none
    }

    .b-table.table.b-table-stacked-md>caption {
        caption-side: top !important
    }

    .b-table.table.b-table-stacked-md>tbody>tr>[data-label] {
        display: grid;
        grid-template-columns: 40% auto;
        grid-gap: .25rem 1rem
    }

    .b-table.table.b-table-stacked-md>tbody>tr>[data-label]::before {
        content: attr(data-label);
        display: inline;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: 700;
        font-style: normal
    }

    .b-table.table.b-table-stacked-md>tbody>tr.bottom-row, .b-table.table.b-table-stacked-md>tbody>tr.top-row {
        display: none
    }

    .b-table.table.b-table-stacked-md>tbody>tr>:first-child {
        border-top-width: 3px
    }
}

@media (max-width:991.98px) {
    .b-table.table.b-table-stacked-lg {
        display: block;
        width: 100%
    }

    .b-table.table.b-table-stacked-lg>caption, .b-table.table.b-table-stacked-lg>tbody, .b-table.table.b-table-stacked-lg>tbody>tr, .b-table.table.b-table-stacked-lg>tbody>tr>td {
        display: block
    }

    .b-table.table.b-table-stacked-lg>tfoot, .b-table.table.b-table-stacked-lg>thead {
        display: none
    }

    .b-table.table.b-table-stacked-lg>tfoot>tr.b-table-bottom-row, .b-table.table.b-table-stacked-lg>tfoot>tr.b-table-top-row, .b-table.table.b-table-stacked-lg>thead>tr.b-table-bottom-row, .b-table.table.b-table-stacked-lg>thead>tr.b-table-top-row {
        display: none
    }

    .b-table.table.b-table-stacked-lg>caption {
        caption-side: top !important
    }

    .b-table.table.b-table-stacked-lg>tbody>tr>[data-label] {
        display: grid;
        grid-template-columns: 40% auto;
        grid-gap: .25rem 1rem
    }

    .b-table.table.b-table-stacked-lg>tbody>tr>[data-label]::before {
        content: attr(data-label);
        display: inline;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: 700;
        font-style: normal
    }

    .b-table.table.b-table-stacked-lg>tbody>tr.bottom-row, .b-table.table.b-table-stacked-lg>tbody>tr.top-row {
        display: none
    }

    .b-table.table.b-table-stacked-lg>tbody>tr>:first-child {
        border-top-width: 3px
    }
}

@media (max-width:1199.98px) {
    .b-table.table.b-table-stacked-xl {
        display: block;
        width: 100%
    }

    .b-table.table.b-table-stacked-xl>caption, .b-table.table.b-table-stacked-xl>tbody, .b-table.table.b-table-stacked-xl>tbody>tr, .b-table.table.b-table-stacked-xl>tbody>tr>td {
        display: block
    }

    .b-table.table.b-table-stacked-xl>tfoot, .b-table.table.b-table-stacked-xl>thead {
        display: none
    }

    .b-table.table.b-table-stacked-xl>tfoot>tr.b-table-bottom-row, .b-table.table.b-table-stacked-xl>tfoot>tr.b-table-top-row, .b-table.table.b-table-stacked-xl>thead>tr.b-table-bottom-row, .b-table.table.b-table-stacked-xl>thead>tr.b-table-top-row {
        display: none
    }

    .b-table.table.b-table-stacked-xl>caption {
        caption-side: top !important
    }

    .b-table.table.b-table-stacked-xl>tbody>tr>[data-label] {
        display: grid;
        grid-template-columns: 40% auto;
        grid-gap: .25rem 1rem
    }

    .b-table.table.b-table-stacked-xl>tbody>tr>[data-label]::before {
        content: attr(data-label);
        display: inline;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: 700;
        font-style: normal
    }

    .b-table.table.b-table-stacked-xl>tbody>tr.bottom-row, .b-table.table.b-table-stacked-xl>tbody>tr.top-row {
        display: none
    }

    .b-table.table.b-table-stacked-xl>tbody>tr>:first-child {
        border-top-width: 3px
    }
}

.b-table.table.b-table-stacked {
    display: block;
    width: 100%
}

.b-table.table.b-table-stacked>caption, .b-table.table.b-table-stacked>tbody, .b-table.table.b-table-stacked>tbody>tr, .b-table.table.b-table-stacked>tbody>tr>td {
    display: block
}

.b-table.table.b-table-stacked>tfoot, .b-table.table.b-table-stacked>thead {
    display: none
}

.b-table.table.b-table-stacked>tfoot>tr.b-table-bottom-row, .b-table.table.b-table-stacked>tfoot>tr.b-table-top-row, .b-table.table.b-table-stacked>thead>tr.b-table-bottom-row, .b-table.table.b-table-stacked>thead>tr.b-table-top-row {
    display: none
}

.b-table.table.b-table-stacked>caption {
    caption-side: top !important
}

.b-table.table.b-table-stacked>tbody>tr>[data-label] {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: .25rem 1rem
}

.b-table.table.b-table-stacked>tbody>tr>[data-label]::before {
    content: attr(data-label);
    display: inline;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: 700;
    font-style: normal
}

.b-table.table.b-table-stacked>tbody>tr.bottom-row, .b-table.table.b-table-stacked>tbody>tr.top-row {
    display: none
}

.b-table.table.b-table-stacked>tbody>tr>:first-child {
    border-top-width: 3px
}

table.b-table.b-table-selectable>tbody>tr {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fadeTr-enter-active {
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.fadeTr-leave-active {
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}

.fadeTr-enter, .fadeTr-leave-to {
    opacity: 0;
}

.slide-enter-active,
.slide-leave-active {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.slide-enter,
.slide-leave-to {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}

.dg-backdrop-enter-active {
    -webkit-animation: dg-fadeIn .3s;
    animation: dg-fadeIn .3s;
}

.dg-backdrop-leave-active {
    -webkit-animation: dg-fadeOut .5s;
    animation: dg-fadeOut .5s;
}

.dg-fade-enter-active {
    -webkit-animation: dg-fadeIn 0.6s cubic-bezier(0, 0, 0.58, 1);
    animation: dg-fadeIn 0.6s cubic-bezier(0, 0, 0.58, 1);
}

.dg-fade-leave-active {
    -webkit-animation: dg-fadeOut 0.6s cubic-bezier(0, 0, 0.58, 1);
    animation: dg-fadeOut 0.6s cubic-bezier(0, 0, 0.58, 1);
}

@-webkit-keyframes dg-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes dg-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes dg-fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes dg-fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.dg-zoom-enter-active {
    -webkit-animation: dg-zoomIn 0.3s cubic-bezier(0, 0, 0.58, 1);
    animation: dg-zoomIn 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.dg-zoom-leave-active {
    -webkit-animation: dg-zoomOut 0.4s cubic-bezier(0, 0, 0.58, 1);
    animation: dg-zoomOut 0.4s cubic-bezier(0, 0, 0.58, 1);
}

@-webkit-keyframes dg-zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes dg-zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes dg-zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes dg-zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

.dg-bounce-enter-active {
    -webkit-animation: dg-bounceIn .6s;
    animation: dg-bounceIn .6s;
}

.dg-bounce-leave-active {
    -webkit-animation: dg-zoomOut .6s;
    animation: dg-zoomOut .6s;
}

@-webkit-keyframes dg-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }

    60% {
        -webkit-transform: scale(0.92);
        transform: scale(0.92);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes dg-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }

    60% {
        -webkit-transform: scale(0.92);
        transform: scale(0.92);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes dg-bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
}

@keyframes dg-bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
}

.dg-btn-loader {
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
}

.dg-btn-loader .dg-circles {
    width: 100%;
    display: block;
    text-align: center;
}

.dg-btn-loader .dg-circle {
    width: .9em;
    height: .9em;
    opacity: 0;
    background-color: #09a2e3;
    display: inline-block;
    border-radius: 50%;
    -webkit-animation-name: dg-circle-oscillation;
    animation-name: dg-circle-oscillation;
    -webkit-animation-duration: 0.5875s;
    animation-duration: 0.5875s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

.dg-btn-loader .dg-circle:not(:last-child) {
    margin-right: 8px;
}

.dg-btn-loader .dg-circle:nth-child(1) {
    -webkit-animation-delay: 0.1195s;
    animation-delay: 0.1195s;
}

.dg-btn-loader .dg-circle:nth-child(2) {
    -webkit-animation-delay: 0.2755s;
    animation-delay: 0.2755s;
}

.dg-btn-loader .dg-circle:nth-child(3) {
    -webkit-animation-delay: 0.3485s;
    animation-delay: 0.3485s;
}

@-webkit-keyframes dg-circle-oscillation {
    0% {}

    50% {
        opacity: 1;
    }

    100% {}
}

@keyframes dg-circle-oscillation {
    0% {}

    50% {
        opacity: 1;
    }

    100% {}
}

body.dg-open {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dg-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dg-container [disabled] {
    cursor: not-allowed;
    opacity: .3;
}

.dg-backdrop {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
}

.dg-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
}

.dg-content-cont {
    width: 100%;
    font-family: inherit;
}

.dg-main-content {
    width: 98%;
    /*width: calc(98% - 30px);*/
    max-width: 400px;
    padding: 15px;
    border-radius: 5px;
    margin: 25px auto;
    background-color: #ffffff;
}

.dg-content {
    font-size: 16px;
    line-height: 1.3em;
}

.dg-title {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 18px;
}

.dg-content-body {
    border-bottom: 2px solid #E1E6EA;
    padding-bottom: 15px;
}

.dg-content-footer {
    position: relative;
    padding: 15px 0 0;
}

.dg-form {
    background-color: ghostwhite;
    padding: 10px;
    margin-bottom: -15px;
}

.dg-content-cont--floating {
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    margin-top: 0;
}

@media all and (max-height: 700px) {
    .dg-content-cont--floating {
        position: relative;
        top: 10%;
        -webkit-transform: none;
        transform: none;
        margin-top: 0;
    }
}

.dg-btn {
    display: inline-block;
    position: relative;
    min-width: 80px;
    padding: 6px 20px;
    border-radius: 4px;
    outline: 0;
    border: 2px solid transparent;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-weight: 700;
}

.dg-btn:focus,
.dg-btn:active,
.dg-btn:link {
    outline: none;
}

.dg-btn::-moz-focus-inner {
    border: 0;
}

.dg-btn--cancel {
    color: #fefefe;
    background-color: #0096D9;
}

.dg-btn--ok {
    color: #0096D9;
    background-color: #fefefe;
    border-color: #0096D9;
}

.dg-pull-right {
    float: right;
}

.dg-btn.dg-btn--loading .dg-btn-content {
    visibility: hidden;
}

.dg-clear:before {
    content: ' ';
    display: block;
    clear: both;
}

.dg-content-body--has-title .dg-content {
    font-size: 14px;
}

.dg-container--has-input .dg-main-content {
    max-width: 450px;
}

.dg-container--has-input .dg-content {
    margin-bottom: 15px;
}

.dg-container--has-input .dg-content-body {
    border-bottom: none;
}

.dg-container--has-input .dg-form {
    border: 1px solid #E1E6EA;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.dg-container--has-input .dg-content-footer {
    background-color: ghostwhite;
    border: 1px solid #E1E6EA;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0 10px 10px;
}

.dg-container .dg-highlight-1 {
    color: #FF8C00;
    font-weight: bold;
    border-bottom: 1px solid #2ba5ff;
}

.dg-container .dg-highlight-2 {
    color: #2ba5ff;
    font-weight: bold;
    border-bottom: 1px solid #FF8C00;
}

@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap);
/*
*   WURO V3
*   BootstrapVue - Bootstrap 4.5.2
*   Author: Wuro.fr;
*   Website: Wuro.fr <http://wuro.fr>
*   Date : 10 Mars 2021
*
*   1.0 LAYOUT
*
*   2.0 CONTENT
*   --- 2.1 Typography
*   --- 2.2 Images
*   --- 2.3 Tables
*   --- 2.4 Figures
*
*   3.0 COMPONENTS
*   --- 3.1 Alerts
*   --- 3.2 Badge
*   --- 3.3 Breadcrumb
*   --- 3.4 Buttons
*   --- 3.5 Button group
*   --- 3.6 Card
*   --- 3.7 Carousel
*   --- 3.8 Collapse
*   --- 3.9 Dropdowns
*   --- 3.10 Forms
*   --- 3.11 Input group
*   --- 3.12 Jumbotron
*   --- 3.13 List - list group
*   --- 3.14 Modal
*   --- 3.15 Navs & tabs
*   --- 3.16 Navbar
*   --- 3.17 Pagination
*   --- 3.18 Popovers
*   --- 3.19 Progress
*   --- 3.20 Scrollspy
*   --- 3.21 Tooltips
*   --- 3.22 Utilities
*   --- 3.23 Icones
*   --- 3.24 Calendar
*   --- 3.25 Grabbable
*   --- 3.26 Animation
*   --- 3.27 Slider
*   --- 3.28 Team - Team member
*   --- 3.29 Vue-base64-file-upload
*   --- 3.30 Empty State
*
*   4.0 STRUCTURE : Design du thème
*   --- 4.1 Header
*   --- 4.2 Footer
*   --- 4.3 Lignes
*   --- 4.4 Colonnes
*   --- 4.5 Class et ID
*
*   5.0 PAGES - SECTIONS
*   --- 5.1 Wizard
*   --- 5.2 Login - Register
*   --- 5.3 Summary
*   --- 5.4 Chatbot
*   --- 5.5 Hubert
*   --- 5.6 List Invoices - Quotes List
*   --- 5.7 Parametres - Composants - Avatar
*   --- 5.8 Suggest
*   --- 5.9 Notifications
*   --- 5.10 Offer
*   --- 5.11 Home
*
*   6.0 MEDIA QUERIES
*
*/

/*   1.0 LAYOUT */

/* variables */

:root {
    --font-family-base: "Open Sans", sans-serif;
    --headings-font-family: 'Poppins', sans-serif;
    --headings-color: #333;
    --text-color: #666F81;

    --primary: var(--primary);
    --secondary: #F47F64;
    --primary-hover: #3D7DA0;
    --orange: #f47f64;
    --danger: #f1335f;
    --danger-hover: #CC0E48;
    --body-bg: #fbfbfb;
    --shadow: 0px 0px 20px 4px rgb(67 65 104 / 6%);

    --link-decoration: underline;
    --link-hover-decoration: none;
    --unit: 1rem;

    /** States Colours **/
    /*draft*/
    --draft-primary: #EEB654;
    --draft-secondary: #FFF9EE;
    /* Not paid */
    --notpaid-primary: #E84C77;
    --notpaid-secondary: #FFD9E4;
    /*Late*/
    --late-primary: #F47F64;
    --late-secondary: #FFF2EF;
    /*paid*/
    --paid-primary: #28B5BF;
    --paid-secondary: #E1FDFF;
    /*waiting*/
    --waiting-primary: #3D7DA0;
    --waiting-secondary: #DCF2FE;
    /*invoiced*/
    --invoiced-primary: #009393;
    --invoiced-secondary: #b2f3f3;
    /*refused*/
    --refused-primary: var(--notpaid-primary);
    --refused-secondary: var(--notpaid-secondary);
    /*canceled*/
    --canceled-primary: #9A3135;
    --canceled-secondary: #fdcfd1;
    /*all*/
    --all-primary: #3F4EBE;
    --all-secondary: #DFE3FF;
}

/* fonts */


/**/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--font-family-base);
    color: var(--text-color);
    overflow-x: hidden;
    overflow-y: auto;
}

body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side,
body.hold-transition .main-header .navbar,
body.hold-transition .main-header .logo {
    /* Fix for IE */
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.LayoutDefault {
    padding-bottom: 3em;
}

.LayoutDefault h1 {
    font-size: 20px;
    color: #686868;
    margin-bottom: 1.5em;
}

.LayoutDefault h1.header-form {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.85em;
    color: #333;
    margin-bottom: 1em;
}

.layout-boxed html,
.layout-boxed body {
    height: 100%;
}

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
}

.wrapper {
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}

#content-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.container, .container-lg, .container-md,
.container-sm, .container-xl, .container-xxl {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}

.white-overlay {
    background: rgba(255, 255, 255, 0.8)
}

.events-day::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
}

.events-day::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.events-day::-webkit-scrollbar-thumb {
    background-color: #555555;
    border: 2px solid #555555;
}


/*   2.0 CONTENT */

/*  --- 2.1 Typography */

h1, .h1 {
    font-size: 18px;
    color: #686868;
}

.title,
h2, .h2 {
    font-family: var(--headings-font-family);
    font-size: 1.5rem;
    color: var(--primary);
    font-weight: 600;
}

h3, .h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #35343a;
}

.black-subtitle {
    font-family: var(--headings-font-family);
    font-weight: 600;
    font-size: 1.3rem;
    color: #333;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 4px;
}

.title.header-form {
    font-family: var(--headings-font-family);
    font-weight: 600;
    font-size: 1.6rem;
    color: var(--primary);
}

.home-container .title.header-form {
    color: #3e3e3e;
    margin-top: 1.2em;
    margin-bottom: 0.6em;
    font-size: 1.5rem;
}

.bold {
    font-weight: 800;
}

.semi-bold {
    font-weight: 600;
}

.italic {
    font-style: italic;
}

.menu-title {
    font-weight: 600 !important;
    color: var(--gray-dark) !important;
}


a:not(.btn) {
    color: var(--primary);
}

a:not(.btn):hover {
    color: var(--primary-hover);
}

.pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: inherit;
}


h3.title {
    border-bottom: 1px solid #e6e6e6;
    padding: 1em 0;
    font-size: 17px;
    margin-bottom: 2em;
}

.uppercase-title {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.text-muted {
    color: #6c7994 !important;
}

.line-description h1 {
    font-size: 28px;
}

.line-description h2 {
    font-size: 22px;
}

.line-description h3 {
    font-size: 17px;
}

.line-description h4 {
    font-size: 13px;
}

.line-description h5 {
    font-size: 12px;
}

.line-description h6 {
    font-size: 9px;
}

.ql-editor {
    line-height: 20px !important;
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.ql-editor ul {
    padding-left: 0px !important;
}

.ql-editor li:not(.ql-direction-rtl):before {
    margin-right: .7em !important;
}

.ql-size-large {
    font-size: 19px !important;
}

.ql-size-small {
    font-size: 12px !important;
}

.ql-size-small {
    font-size: 10px;
}

.ql-size-large {
    font-size: 16px;
}

.r-number {
    text-align: right !important;
    line-height: 17px;
}

.no-wrap {
    white-space: nowrap;
}

.green-wuro {
    color: #20b5ab;
}

.wuro-link {
    color: var(--primary);
    cursor: pointer;
}

.wuro-text {
    color: #20b5ab !important;
}

.wuro-link:hover {
    text-decoration: underline;
}

/*   --- 2.2 Images */

.logo-img {
    display: inline-block;
    width: 100%;
    padding: 0 60px;
}

.img-radius {
    border-radius: 3px;
}

.default-avatar {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAABKGlDQ1BBZG9iZSBSR0IgKDE5OTgpAAAoz2NgYDJwdHFyZRJgYMjNKykKcndSiIiMUmA/z8DGwMwABonJxQWOAQE+IHZefl4qAypgZGD4dg1EMjBc1gWZxUAa4EouKCoB0n+A2CgltTgZaKQBkJ1dXlIAFGecA2SLJGWD2RtA7KKQIGcg+wiQzZcOYV8BsZMg7CcgdhHQE0D2F5D6dDCbiQNsDoQtA2KXpFaA7GVwzi+oLMpMzyhRMLS0tFRwTMlPSlUIriwuSc0tVvDMS84vKsgvSixJTQGqhbgPDAQhCkEhpgHUaKHJQGUAigcI63MgOHwZxc4gxBAgubSoDBYXTMaE+Qgz5kgwMPgvZWBg+YMQM+llYFigw8DAPxUhpmbIwCCgz8Cwbw4AwrNP/sZG7OUAAAAJcEhZcwAACxMAAAsTAQCanBgAAAUZaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MCA3OS4xNjA0NTEsIDIwMTcvMDUvMDYtMDE6MDg6MjEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOC0wNy0yMFQxNjowMCswMjowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTgtMDctMjBUMTY6MDE6MjQrMDI6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTgtMDctMjBUMTY6MDE6MjQrMDI6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0iQWRvYmUgUkdCICgxOTk4KSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MmI2ZWIyYy04ODc4LTQ3YzgtOTY3Zi0yYjY4MTJhNzg5ODUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzJiNmViMmMtODg3OC00N2M4LTk2N2YtMmI2ODEyYTc4OTg1IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NzJiNmViMmMtODg3OC00N2M4LTk2N2YtMmI2ODEyYTc4OTg1Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MmI2ZWIyYy04ODc4LTQ3YzgtOTY3Zi0yYjY4MTJhNzg5ODUiIHN0RXZ0OndoZW49IjIwMTgtMDctMjBUMTY6MDArMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlXPliEAAAhPSURBVHja5Z1ZbFRVGMcHTXxQMMYXNUYxIb7pm5EHfdEXEoliUEJcgigJPPriEoOEB5cXH4wkWFQC3QCh0HYKtNCN7p2205audIV2Wlq6l7YUuvH5/ee7F9uhyyz3nDt3OMk/nUw6d/nNWb7tnnGle8hlo55lbWF9zfqDlcoqY3WwRlkThsZZ11mVLDfrT9Y3rA9YL9h5D7pPuI71Hus3VglrkkURaoZVxTrM2sF6MhYBvsOKY3VZAGwtDbKSWNtiAeA+VqkGaCupnvWdyl6pCtweVouN4ALVz/rWmEKiGiAWBG8UgQsUFqfPohHgBlZCFIMLVCbr5WgBuJV100HwTE2zvrQb4EEHggtUnF0Az8QAPFOwFJ7RBRAmQXkMwTPVzdqoGuB6VlMMwjMF93GTKoBPsJpjGJ6pMdZLKgBWPgLwFhveT1kJ8NwjBM9UtVUA9+u88NRyopRSojMl8jet3FaICZECfFvHhboriM6VESXmE/1bJO9dqOL3+e+pQqIEfj/5CtHZUlsgfhUuwHVGIFM5vCSGc5JBVbUTDYwT3blHNDtPND1DdGuMqKWHqKRZIAMm/h+v8VlNEJ8LB2CCanAYnsdzibJriIZu05pt6i5RR7/APF0sMDHkNYD0hArwDaXwPAIvPo+oopXCaqOT8tkkDHuGmaEe4iehALymuveh51W2UcStZ0jmTcyViiFOBgtwm445L6eWLGvDEzKHYuV2q+2F+4MB6FMJEJM/bnZimixt7X0yJSgGOBdoYAfC+1j1ioY5q7yFlLSsapkPFd/DgdUAKnfXsHJev6UGYH0XHz9Pi5u3LMDXVMPDyovh2z+qBmDXoMyvGuzC7csBPKQD4KkiMZZVNHwx+II0uH8XlgPYrQsgvAsVDcfVBHCW9fRigG/qcIlwYyf4BnuH1QDEcU8UagtAfLEY4C+6nHMEDDoVLSJw83B8TfeSuBhgri6AWIXrbqgB6G3XCrDTBPiYEcbWEraCsavKDsy5ykO4QGuoaxMAbtZ1QsTzzpZJIEBFQ8/WZMaY2gWAe3WdECtwbh0pawgsJOoF+BMA/qrrhHD2z1cSzc6pAdjSK3OsRoAnlQdOA82Y5AJ1diDCY4l6ARYAYJbOHAMWERWr8PyC9O4zxVoBNmrP9541Mm6371i/gMTnas2TQD4AbNcJEDd4LFfid1abMMl6TRho2KWp8HupMc3D2NthHTwkm1JKJFir+V4mbAGIjBryvvfvWwPwWo/0arfHHoDt6fpP7J+vugasAZjpFRvThvsYtqVoCD0FYSeE4CNtbTclw6d58ViyiGTZ0QPN1CaGX7gNlQunjGycTbUzfjMm0RaAHikeQs3L+FR4AC/XiOGcUWEbwEKtrlygcOOInmD1RG8KpRU32Tp0l7hye+0EiBU5LpPdPE9wPXFunqioUT6DoZthL8CftYXzl5sD4fhfqReb8PBFCce39hItLKyQdRsQd+3QeaLsWjGFMIRxLLc9AHeZZWyjOsHB6D2aLQDmF/7P6f6TLXBgljR2E3UPivAawNDrABrDd+G+GND432M50pNtGM6btIX03YYBjXkLDn9t58OGNKI0iBceNUACGITXf18Ws2e5fEoTA04tk2NjUcJrDT2yU0tSCQsEosTxRsVA7XWiyem105PodQhPVbXJ65sjq3/m3qzEAwsapbwD51Nc5pG0GOBmK4doumEoY45Db8Okj4zZjKJA6nK1g5gSMF/C70aQIc36QszdlifWzVUVEzuiI63sJYzfIdsa5lcM+fw6Gdpw9yxatWcCE+sRl3bgwswaPVV530iT7rhOgLQA4rKlHa9HukBgdbWzx63VZmZlWOOLjnA4b7e0vA0Aj1sYXVHZUM2KeTGC8o/+1eoDd4SVrkRkxUuOaVjUYBmEaeocsLzEF70PYSWnNJhE8eEVYq5Z4gt9GKqdh4Vj6p5zAJoZvNOh24k/BvuYQ9BblsDGKmwkx7XqjpDLgaeUPGiDoQAPwGkNPnaISfhPLX/UyyyYHBhzHkA8ZhFCJq9CycOG/sdRPWJfObEhwgMLIgiAz4f7uOtbqx0Y0eQrDeTYVhVcQebuSB+4/mG1atOaTucCREJrjWqueKWP/OPkrb3OBegbEt94Ba+kRummE2mGY46LcGqDW4cnPVPL1W868dC2JzgpTj5827kAkRLAfQRsJTAeysZk4Wy807y42hRZMie3S0sfUERu6FUdWz954AZlVJLj26WaB3U1WrZ+WqwUQER1wORd54HDyIELavjDWjcf88sNVdDBRCPvgZyHk6IxaZ4HEZk4vg/7NmDMqKCtvJj04WKKm61/Et3KhswdjGfEAtkFvcvXbvsGjNIbK2gD21KJsAsxJOpv6MvABdOQhEfAI9XYKYT93yy+5o3p0bYJLV/UFnbQvWawsskXetGQlQ3PoyDQiwoIXBN/uR18jZ9H/TbIfJF7+GJbE+Tb9g+bwXF94JAXvnpDQvYYFbzK3nLLftJRvw1yIMh93CNLcRPIhOVelTIMwFypgCgSr8JfmdBg7GokPQ4bcX8frFcRtVvB87f/Lq96R7gn+DCUjHmISpvFoe8bkXRoMPMmhiUWqv4xGZ6eFrFHERn3b1JWQEOpZZTsltRE7PwYAa94roteejy7lt7nXvJ7VjVVnCigub8uER3JkgorM1+LnooKrPJr8mgs9srKrxfPB+7j8TwpNoKwovL7texRHOG5bie/Xh+LP0aA4eziG3Tl1ZGLe45rbIpcI5P0om+IPmrpoR+9HXSsqJFy2DPAsOtOKaVhHoITELuNI7zK+zK91MDw8yvbKKGhmw6299FO/vwrvmFy8Xv+L4l7o9ZfqPgPkNiSVZvbDe8AAAAASUVORK5CYII=) center center no-repeat;
    background-size: 100%;
    min-width: 30px;
    min-height: 30px;
}

.grecaptcha-badge,
.no-img img {
    display: none !important;
}

.avatar-container {
    overflow: hidden;
}

.avatar-container img {
    margin: auto;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*   --- 2.3 Tables */

.minimalist-table {
    margin-bottom: 0;
    font-size: 11.5px;
    line-height: 18px;
}

.minimalist-table td {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.minimalist-table .max-width>div {
    max-width: 350px;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.minimalist-table td, .minimalist-table th {
    padding: 0.35em;
}

.minimalist-table td.center {
    text-align: center;
}

.minimalist-table th {
    border-top: 0;
}

.backdrop {
    width: 100vw;
    height: 100vh;
    background: transparent;
    z-index: 900;
    position: fixed;
    top: 0;
    left: 0;
}

.k-progress {
    margin: 0 !important;
    overflow: hidden;
}

.k-progress-outer {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.table thead tr.fixed {
    background-color: #fff;
}

/*   --- 2.4 Figures */

/*   3.0 COMPONENTS */

/*   --- 3.1 Alerts */

.alert {
    padding: 15px;
    border: none;
    border-radius: 6px;
    position: relative;
}

.alert a {
    text-decoration: underline;
}

/* alert-info */

.alert-info {
    font-size: 1.1em;
    line-height: 19px;
    color: #5d74a9;
    background-color: #f1f4fb;
    padding-left: 70px;
}

.alert-info:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url('<?php echo url ?>static/alert-wuro-bot.svg');
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.alert-info b,
.alert-info strong {
    color: #47629F;
}

/* alert-secondary */

.alert-secondary {
    color: var(--text-color);
    background-color: #f1f1f5;
    border-color: #d6d8db;
}

.alert-secondary.notif {
    padding-left: 75px;
}

.alert-secondary.notif:before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background: url(<?php echo url ?>static/notification.svg) no-repeat;
    background-position: center;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* alert-danger */

.alert-danger {
    color: var(--danger);
    background-color: #ffecf0;
}

/**/

.text-error {
    color: #ff5b5f;
}

.error {
    border-color: #ff0000;
}

/*   --- 3.2 Badge */
.badge {
    font-size: 12px;
}

.badge.draft, .circle.draft {
    background: var(--draft-primary);
}

.badge.created, .circle.created {
    background: var(--created-primary);
}

.badge.waiting, .circle.waiting {
    background: var(--waiting-primary);
}

.badge.paid, .badge.accepted, .circle.paid, .circle.accepted {
    background: var(--paid-primary);
}

.badge.invoiced, .circle.invoiced {
    background: var(--invoiced-primary);
}

.badge.notpaid, .circle.notpaid {
    background: var(--notpaid-primary);
}

.badge.canceled, .circle.canceled {
    background: var(--canceled-primary);
}

.badge.refused, .circle.refused, .badge.rejected, .circle.rejected {
    background: var(--notpaid-primary);
}

.badge.late, .circle.late {
    background: var(--late-primary);
}

/*   --- 3.3 Breadcrumb */

/*   --- 3.4 Buttons */

.btn {
    border-radius: 8px;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.5;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.btn-reset {
    height: 46px;
    line-height: 21px;
}

/* btn primary */

.btn-primary {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #aac7ca;
    opacity: 1;
    border-color: #aac7ca;
}

.btn-primary a,
.btn-primary a:hover,
.btn-primary a:focus,
.btn-primary a:active {
    color: #fff;
    text-decoration: none;
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

/* btn-default */

.btn-default {
    border: 1px solid var(--primary-hover);
    background-color: transparent;
    color: var(--primary-hover);
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover) !important;
    color: #fff;
}

.btn-default button:hover,
.btn-default button:focus,
.btn-default button:active {
    color: #fff;
    text-decoration: none;
}

/* btn-info */

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle, .btn-info {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

/**/

.btn-default.draft, .btn-default.draft:hover {
    border: 2px solid var(--draft-primary) !important;
    color: var(--draft-primary) !important;
    background: var(--draft-secondary) !important;
}

.btn-default.created, .btn-default.created:hover {
    border: 2px solid var(--created-primary) !important;
    color: var(--created-primary) !important;
    background: var(--created-secondary) !important;
}

.btn-default.waiting, .btn-default.waiting:hover {
    border: 2px solid var(--waiting-primary) !important;
    color: var(--waiting-primary) !important;
    background: var(--waiting-secondary) !important;
}

.btn-default.paid, .btn-default.paid:hover,
.btn-default.accepted, .btn-default.accepted:hover {
    border: 2px solid var(--paid-primary) !important;
    color: var(--paid-primary) !important;
    background: var(--paid-secondary) !important;
}

.btn-default.invoiced, .btn-default.invoiced:hover {
    border: 2px solid var(--invoiced-primary) !important;
    color: var(--invoiced-primary) !important;
    background: var(--invoiced-secondary) !important;
}

.btn-default.notpaid, .btn-default.notpaid:hover {
    border: 2px solid var(--notpaid-primary) !important;
    color: var(--notpaid-primary) !important;
    background: var(--notpaid-secondary) !important;
}

.btn-default.canceled, .btn-default.canceled:hover {
    border: 2px solid var(--canceled-primary) !important;
    color: var(--canceled-primary) !important;
    background: var(--canceled-secondary) !important;
}

.btn-default.refused, .btn-default.refused:hover {
    border: 2px solid var(--refused-primary) !important;
    color: var(--refused-primary) !important;
    background: var(--refused-secondary) !important;
}

.btn-default.late, .btn-default.late:hover {
    border: 2px solid var(--late-primary) !important;
    color: var(--late-primary) !important;
    background: var(--late-secondary) !important;
}

.btn-default.all, .btn-default.all:hover {
    border: 2px solid var(--all-primary) !important;
    color: var(--all-primary) !important;
    background: var(--all-secondary) !important;
}

.btn-default.unchecked {
    border: 2px solid #A0A7B4 !important;
    color: #A0A7B4 !important;
    background: transparent !important;
}

.inline-more-items>button {
    padding: 2px 9px;
    color: #999;
}

.inline-more-items .more-items .ion-ios-more {
    color: #595959 !important;
}

.btn-link, .btn-link:hover {
    text-decoration: none !important;
}

.actions-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 290px;
}

.btn-block+.btn-block {
    margin-top: 0;
}

.btn-icon {
    padding: 2px;
    cursor: pointer;
    font-size: 35px;
    margin: 0 auto;
    color: #fff;
}

.btn-icon:active {
    color: #888;
}

.btn-submit {
    max-width: 150px;
}

/* btn white */

.btn-white {
    background-color: #fff;
    color: #2c2c2c;
    padding: 12px 20px;
    font-weight: 600;
}

.btn-white.pdf:hover {
    background-color: #ff2116;
    color: #fff;
}

.btn-white.csv:hover {
    background-color: #007934;
    color: #fff;
}

/* btn danger */

.btn-outline-danger,
.btn-outline .btn-danger {
    color: var(--danger);
    border-color: var(--danger);
    background-color: transparent;
}

.btn-outline-danger:hover,
.btn-outline .btn-danger:hover {
    color: #fff;
    background-color: var(--danger);
    border-color: var(--danger);
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**/

/*.main-params .btn-default, .card:not(.rounded-style) .btn-default, .dg-btn {
  border-radius: 2px;
  padding: 7px 35px;
  border: 1px solid;
  font-weight: normal;
}*/

.btn-default.special-color:hover {
    background: var(--orange);
    border-color: var(--orange) !important;
}

.btn-background {
    background: rgba(0, 0, 0, 0.08);
    padding: 10px 20px;
    color: #676767;
    border-radius: 2px;
}

.btn-background:hover {
    background: rgba(0, 0, 0, 0.15);
    color: #1d1d1d;
    text-decoration: none;
}

/*SOCIAL*/

.btn-social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    background-position: center;
    max-width: none;
    width: auto;
    font-size: 13.5px;
    font-weight: bold;
    background-size: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 56px;
    border: 1px solid #DDD;
    border-radius: 12px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex-grow: 1;
}

.btn-social>img {
    width: 20px;
    height: 20px;
    margin-right: 9px;
}

.btn-social:hover {
    background-color: #f4f4f4;
}

.section-4 .btn-secondary {
    background-color: transparent;
    color: #6c757d;
}

.section-4 .btn-secondary.active, .dg-btn--ok {
    background-color: #20b5aa !important;
    border: 0;
    color: #fff !important;
}

.danger-link .btn-danger {
    background: transparent;
    color: var(--danger);
    text-decoration: underline;
    border: none;
    transition: all 240ms ease;
}

.danger-link .btn-danger:hover {
    background: transparent;
    color: var(--danger-hover);
    text-decoration: none;
    border: none;
}

.danger-link .btn-danger:focus {
    box-shadow: none;
}

.btn-dash {
    border: 1px dashed silver;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*   --- 3.5 Button group */

.btn_inline .btn {
    margin-bottom: 10px;
}

/*   --- 3.6 Card */

.card {
    border: none !important;
    padding: 24px 30px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ced4da;
    position: relative;
}

.card .table {
    cursor: pointer;
    color: var(--body-color);
}

.card.table-wrap {
    box-shadow: var(--shadow);
    padding: 0;
    border-radius: 15px;
    overflow: visible;
}

.card.table-wrap .b-table-empty-row div[role="alert"] {
    padding-top: 20px;
    padding-bottom: 20px;
}

.card .table tr {
    outline: none;
}

.card .table tr td {
    vertical-align: middle;
}

.card .table thead tr>th {
    border: none;
    color: var(--gray-dark);
    font-size: 15px;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.invoices-list>.container-fluid>.card {
    padding: 0;
}

.quotes-list>.container-fluid>.card {
    padding: 0;
}

.card-form {
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    max-width: 560px;
    width: 550px;
    min-width: 550px;
}

.card.rounded-style {
    padding: 109px 83px;
}

.card-form label {
    font-weight: bold;
    font-size: 16px !important;
    color: #434343 !important;
}

.card-form input, .rounded-style input {
    /*  border: none;*/
    min-height: 46px;
    background: #f4f4f4;
    border-radius: 12px !important;
}

.card-form img.illu {
    width: 76px;
}

.card-form input:focus, .card-form input:active {
    border: 1px solid #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    box-shadow: 0 0 0 0.2rem rgb(32 181 171 / 25%);
}

.card-form input::placeholder {
    color: #AAA;
}

.card-form button {
    border-radius: 12px !important;
    max-width: 250px;
    padding: 10px;
}

/*   --- 3.7 Carousel */

/*   --- 3.8 Collapse */

/*   --- 3.9 Dropdowns */

.dropdown-menu {
    padding: 1em;
    border-radius: 8px;
}

.dropdown-menu>a:not(:last-child) {
    margin-bottom: 10px;
}

.dropdown-menu:focus {
    outline: none !important;
}

.companies-switch .dropdown-menu, .document .dropdown-menu {
    padding: 0 !important;
}

.fab .dropdown-menu {
    padding: 10px 0;
}

/*   --- 3.10 Forms */

.form-group {
    margin-bottom: 20px;
}

.form-group label,
.form-group .label,
.form-group legend {
    color: var(--gray-dark);
    font-weight: 600;
    font-size: 15px;
}

.form-group .custom-select,
.form-control {
    border: 1px solid #d0d3de;
    border-radius: 10px;
    box-shadow: none;
    min-height: 46px;
    height: auto;
    font-size: 14px;
    /*  line-height: 14px;*/
}

.custom-select:focus {
    border-color: var(--primary);
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    padding-top: 12px;
    padding-bottom: 12px;
}

form.form-horizontal label {
    margin-bottom: 0.3rem;
    margin-top: 0.8rem;
}

form.form-horizontal .custom-control-label {
    margin-top: 0.3rem;
}

.form-group .custom-control label.custom-control-label {
    color: #6c757d !important
}

.datepicker {
    z-index: 1151 !important;
}

.mx-datepicker {
    width: 100% !important;
}

.datepicker-top-left {
    bottom: 37px;
    left: -240px;
}

.date-custom input {
    height: 39px;
    font-size: 13px;
}

.mx-datepicker:disabled input {
    border: none !important;
    background-color: white;
    color: #333 !important;
}

.mx-datepicker-popup {
    z-index: 1030 !important;
}

.form-group .Password__badge--success,
.form-group .Password__strength-meter--fill[data-score="3"],
.Password__strength-meter--fill[data-score="4"] {
    background: #1bbf82 !important;
}

.form-group .Password__badge--error,
.form-group .Password__strength-meter--fill[data-score="0"] {
    background: #ff4c4c;
}

.VuePassword__Container:focus-within~.VuePassword__Meter {
    opacity: 0.8;
}

.VuePassword__Meter {
    margin-top: 0.585rem !important;
    opacity: 0.1;
}

.form-group .Password__badge {
    position: relative;
    color: #fff;
    border-radius: 30px;
    padding: 0;
    width: 30px;
    height: 18px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Disable bootstrap default */
.custom-control-input[type="checkbox"]:checked~.custom-control-label::before {
    border: 1px solid #CED4DA !important;
    background: #FFF !important;
}

.custom-control-input[type="radio"]:checked~.custom-control-label::before {
    border-color: #00b8aa !important;
    background-color: #00b8aa !important;
}

.custom-checkbox .custom-control-input[type="checkbox"]:checked~.custom-control-label::after {
    background-image: none;
}

.custom-checkbox {
    padding-left: 0;
    margin-bottom: 10px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 2.3em;
    line-height: 24px;
    cursor: pointer;
    font-size: 14px;
}

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #CED4DA;
    background: #FFF;
    border-radius: .2em;
    box-shadow: none;
    transition: all .275s;
}

[type="checkbox"]:not(:checked)+label:after, [type="checkbox"]:checked+label:after {
    content: "\F2BC";
    font-family: "Ionicons";
    font-weight: 900;
    position: absolute;
    top: .63em;
    left: .17em;
    font-size: 1.4em;
    color: var(--primary);
    line-height: 0;
    transition: all .2s;
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0) rotate(45deg);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1) rotate(0);
}

.form-check {
    padding-left: 0 !important;
}

.card-form .form-control, .card-form .custom-select {
    min-height: 50px;
    color: #212529;
    background-color: #F5F6F7 !important;
    border: none !important;
    border-radius: 12px !important;
    -webkit-box-shadow: inset -4px 4px 12px -1px rgba(60, 64, 86, 0.08);
    box-shadow: inset -4px 4px 12px -1px rgba(60, 64, 86, 0.08);
}

/*.rounded-style .custom-select {
height: 44px;
border: 1px solid #d0d3de;
border-radius: 12px;
box-shadow: none;
}*/
.card-form .form-group label {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #434343;
    margin-bottom: 5px;
}

.dark-font-color label {
    color: #555 !important;
}

div[role=group] {
    position: relative;
}

/* input color */

.color-select>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.form-group input[type="color"] {
    border-radius: 6px;
    box-shadow: none !important;
    background: transparent;
    height: 40px !important;
    width: 40px !important;
    border: none;
    margin-right: 12px;
    cursor: pointer;
}

.form-group input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
    border: none;
    box-shadow: none;
}

.form-group input[type="color"]::-webkit-color-swatch {
    /*    border: none;*/
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #d5d9e1;
}


/* search */

.form-control.search {
    background-color: #fff;
    color: var(--text-color);
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex-grow: 1;
}

.form-control.search:focus {
    border-color: var(--primary);
    box-shadow: none;
}

.search-zone {
    position: relative;
    width: 100%;
}

.search-icon {
    border: none;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-left: -1px;
    font-size: 20px;
    z-index: 5;
    background: var(--primary);
    width: 46px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 46px;
}

.search-icon:focus {
    outline: none;
}

.search-icon:hover {
    background-color: var(--primary-hover);
}

#searchclear,
#searchhelp {
    position: absolute;
    right: 46px !important;
    top: 0px;
    bottom: 0;
    height: 44px;
    width: 44px !important;
    margin: auto;
    font-size: 30px;
    line-height: 44px;
    z-index: 9;
    cursor: pointer;
    color: #ccc !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
}


/* advanced-search */

.btn-advanced-search-container {
    position: relative;
}

.btn-advanced-search {
    cursor: pointer;
    display: inline-block;
    z-index: 3;
    top: -6px;
    font-size: 20px;
    color: #656565;
    padding: -2px;
    height: 47px;
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary) !important;
    width: 47px;
    min-width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 12px;

}

.btn-advanced-search-container .badge {
    right: 19px !important;
    top: 0px;
}

.btn-advanced-search>i {
    display: inline-block;
}

/* Textarea */
textarea::placeholder {
    font-style: italic;
    color: #BBB;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f5f5f5;
    color: #9a9a9a;
}

/* slider */

.vue-slider {
    height: 5px !important;
}

.vue-slider-rail {
    background-color: #e6e8ec;
    border-radius: 6px;
}

.vue-slider-component .vue-slider-tooltip {
    border: 1px solid #20b5ab;
    background-color: #20b5ab;
}

.vue-slider-component .vue-slider-process {
    background-color: #20b5ab;
}

.vue-slider-dot,
.vue-slider-dot-handle {
    height: 17px !important;
    width: 17px !important;
}

.vue-slider-dot-handle {
    background-color: #fff;
    border: 3px solid var(--primary);
    border-radius: 100%;
}

.vue-slider-dot-hover:hover .vue-slider-dot-tooltip,
.vue-slider-dot-tooltip-show {
    padding: 3px 8px;
    font-size: 13px;
    font-weight: 600;
    background-color: var(--primary);
    color: #fff;
    border-radius: 3px;
}

.vue-slider-dot-hover:hover .vue-slider-dot-tooltip:after,
.vue-slider-dot-tooltip-show:after {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 7px solid var(--primary);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}


/*   --- 3.11 Input group */

/*   --- 3.12 Jumbotron */

/*   --- 3.13 List - list group */

ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.line-description ul {
    list-style-type: disc !important;
    list-style: disc !important;
    margin-left: 0;
    padding-left: 14px;
}

.line-description ul {
    margin-left: 10px;
}

.line-description ul[data-checked] {
    margin-left: -5px;
    list-style-type: none !important;
}

.line-description ul[data-checked=false] li:before {
    content: "\2610";
    font-size: 1.35em;
    vertical-align: baseline;
    bottom: -.065em;
    font-weight: 900;
    color: #222;
    padding-right: 5px;
}

.line-description ul[data-checked=true] li:before {
    content: "\2611";
    font-size: 1.35em;
    vertical-align: baseline;
    bottom: -.065em;
    font-weight: 900;
    color: #222;
    padding-right: 5px;
}

li {
    margin-bottom: 0;
}

ol {
    background: #f7f7f7;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    border-radius: 4px;
    font-size: 15px;
}

ul.checklist {}

ul.checklist li:before {
    content: url(<?php echo url ?>static/checkmark-outline.svg);
    width: 18px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
}


/*   --- 3.14 Modal */

.modal-header {
    background: #EEF4F9;
    font-size: 0.9em;
    align-items: center;
    border-bottom: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.modal-title {
    font-weight: 600;
    color: var(--primary);
    font-size: 1.4rem;
}

.modal-content {
    border: none;
    border-radius: 15px;
}

.w_modal_user .modal-header>.modal-title {
    font-size: 16px;
    color: #b0b8c3;
}

.w_modal_user .modal-body {
    padding: 1rem;
}

.modal-body {
    text-align: left;
}

.modal .modal-in {
    padding: 0 8px;
}

.modal-footer.fixed {
    flex-wrap: nowrap;
    padding: 10px 0 0 0;
    justify-content: space-between;
}

.modal-open header {
    z-index: 1 !important;
}

.modal .close {
    float: right;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1;
    text-shadow: none;
    opacity: 1;
}

.modal .close:focus {
    outline: none;
}


/*   --- 3.15 Navs & tabs */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .badge-success {
    color: #222;
    background: white;
}

.nav-pills .nav-link {
    color: #969696;
    padding: 10px 40px;
}

.nav-pills .nav-link.active {
    color: #1cb5a9;
}

.tabs .card-header {
    border: 1px solid #f7f7f7;
    padding: 0;
}

.card-header-tabs {
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    border-bottom: 0;
}

.menu-tabs {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #D5D9E1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-tabs>a {
    color: var(--text-color);
    padding: 10px 10px 16px 0px;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: -2px;
}

.menu-tabs>a:not(:last-child) {
    margin-right: 30px;
}

.menu-tabs>a:hover {
    color: var(--primary);
    text-decoration: none;
}

.menu-tabs>.active {
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
}

/* menu vertical*/

.header{
    min-height: 60px;
    background: white;
    display: flex;
    align-items: center;
}

.menu {
    position: fixed;
    width: 90px;
    height: 100vh;
    background-color: #292929;
    z-index: 15;
    float: left;
}

.menu.recette {
    background-color: #7745d0;
}

.menu>.logo {
    padding: 16px;
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    width: 90px;
    max-height: 100px;
}

.menu .add-space {
    color: #444;
    padding: 3px;
    margin: 30px 0;
}

.menu>img {
    cursor: pointer;
    width: 80px;
    height: 65px;
    padding: 17px 16px;
    border-bottom: 1px solid #3b3b3c;
}

.menu>.actions {
    margin-top: 20px;
    min-height: 200px;
    max-height: calc(100vh - 50px);
    color: #FFF;
    overflow-y: scroll;
}

.menu>.actions::-webkit-scrollbar {
    display: none;
}

.menu>.actions>.menu-selected>li {
    border-left: 4px solid var(--primary);
    color: var(--primary);
}

.menu>footer {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
    color: #fff;
    width: 80px;
    text-align: center;
}

.menu .version {
    letter-spacing: 2px;
    font-size: 12px;
    color: #FFF;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}

.actions.left-menu .dropdown-item {
    margin-top: 12px;
    color: #FFF;
    padding: 7px 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.actions.left-menu .dropdown-item:hover {
    background-color: #000;
    color: white;
}

.actions.left-menu .dropdown-item i {
    font-size: 25px;
}


/* menu - drop-profile */

.menu .drop-profile {
    top: 77px;
    position: relative;
    padding: 10px;
    cursor: pointer;
    bottom: 12px;
    border-radius: 100%;
    border: none;
    text-align: center;
    background-color: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu .drop-profile>button {
    height: 65px;
    padding: 5px;
    background: none;
    border: none;
    display: flex;
    justify-content: center;
}

.menu .drop-profile>button:active, .menu .drop-profile>button:focus {
    background: none !important;
    background-color: none;
    border: none !important;
    border-color: #FFF !important;
    outline: none !important;
}

.menu .drop-profile>button>img, .menu .drop-profile>button>div.img-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.menu .drop-profile .dropdown-item.no-select {
    cursor: default;
}

.menu .drop-profile .dropdown-item {
    padding: 10px 20px;
    cursor: pointer;
}

.menu .drop-profile .dropdown-item a:hover {
    background: none;
}

.menu .drop-profile .dropdown-item i {
    margin-right: 10px;
}

.menu .drop-profile .dropdown-item:active {
    background-color: #DDD;
}

.menu .drop-profile .logout {
    color: #ff6a67;
}

.menu .dropup .icon {
    font-size: 16px;
}

/*   --- 3.16 Navbar */

/*   --- 3.17 Pagination */

.pagination {
    padding-top: 0;
    padding-bottom: 0;
    max-height: 44px;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .6rem;
    border-bottom-left-radius: .6rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .6rem;
    border-bottom-right-radius: .6rem;
}

.page-link {
    padding: .8rem 1rem;
    color: var(--primary);
    background-color: #fff;
    border: 1px solid #bfc8d2;
    font-weight: 600;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}


/*   --- 3.18 Popovers */

/*   --- 3.19 Progress */

/*   --- 3.20 Scrollspy */

/*   --- 3.21 Tooltips */

.tooltip_help {
    /*  position: absolute;
      z-index: 10;
      right: 10px;
      top: 3px;*/
    border-radius: 50%;
    display: inline-block !important;
    color: #fff !important;
    margin: 5px;
    text-align: center;
    width: 20px !important;
    min-width: 20px !important;
    background: #bfcbd9;
    line-height: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tooltip_help:hover {
    background: #20b5ab;
    color: white;
}

.tooltip {
    display: block !important;
    z-index: 10000;
}

.tooltip .tooltip-inner {
    background: black;
    color: white;
    border-radius: 16px;
    padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: black;
}

.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
    margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[x-placement^="left"] {
    margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s;
}

.tooltip .tooltip-inner {
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 3px;
    padding: 5px 20px;
    font-size: 13px;
    border: 0;
    max-width: 600px;
}

.tooltip-arrow {
    border-color: rgba(0, 0, 0, 0.8) !important;
}

/*   --- 3.22 Utilities */

.overellipse {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clickable {
    cursor: pointer;
}

.clickable:hover {
    background: #EEE;
}

.middle {
    vertical-align: middle;
    line-height: 40px;
}

.page p, .page pre, .draft-quote-lines p, .draft-invoice-lines p,
.draft-quote-lines pre, .draft-invoice-lines pre {
    margin-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-b {
    margin-bottom: 0 !important;
}

.no-margin-t {
    margin-top: 0 !important;
}

.margin-t {
    margin-top: 1em;
}

.margin-t-2x {
    margin-top: 2em;
}

.margin-r {
    margin-right: 1em;
}

.margin-l {
    margin-left: 1em;
}

.margin-r-2x {
    margin-right: 2em;
}

.margin-b {
    margin-bottom: 1em;
}

.margin-b-3x {
    margin-bottom: 3em;
}

.margin {
    margin: 1em;
}

.padding {
    padding: 1em;
}

.padding-l {
    padding-left: 1em;
}

.padding-r {
    padding-right: 1em;
}

.no-padding {
    padding: 0 !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.inline-block {
    display: inline-block;
    width: auto;
}

.inline-block {
    display: inline-block !important;
}

.w-auto {
    width: auto !important;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-end {
    justify-content: flex-end
}

.flex.direction {
    flex-direction: column;
}

.center {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    align-items: center;
}

.center {
    align-items: center;
    align-content: center;
    align-self: center;
    justify-content: center;
    vertical-align: middle;
}

.centered {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.placeholder {
    color: #999;
}

.relative-over {
    position: relative;
    z-index: 9999;
}

.mobile-links {
    padding: 3px 10px;
    min-width: 50px;
    min-height: 30px;
    text-align: center;
}

.mobile-links:active {
    background: #DDD;
    color: #111 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-grow-2 {
    -ms-flex-positive: 2 !important;
    flex-grow: 2 !important;
}

.flex-grow-3 {
    -ms-flex-positive: 3 !important;
    flex-grow: 3 !important;
}

.flex-grow-4 {
    -ms-flex-positive: 4 !important;
    flex-grow: 4 !important;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

/*   --- 3.23 Icones */

.big-icon {
    font-size: 36px;
}

.inline-more-items {
    height: 54px;
}

.super-icon.inviter-collaborateur {
    background: url(<?php echo url ?>static/img/inviter-collaborateur.5b1b6ab.png) no-repeat center center;
    background-size: 90px;
}

.super-icon.factures {
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJmYWN0dXJlcyIgd2lkdGg9IjExMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQp2aWV3Qm94PSIwIDAgMzAwIDIyMi45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDAgMjIyLjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQogIC8qIGdsb2JhbHMgKi8NCiAgOnJvb3Qgew0KICAgICAgY3Vyc29yOiBwb2ludGVyOw0KICAgICAgLS1ncmVlbjogIzU1QjFBOTsNCiAgICAgIC0tb3JhbmdlOiAjRjQ3RjY0Ow0KICAgICAgLS13aGl0ZTogI0ZGRjsNCiAgICAgIC0tZGFyazogIzI3NDY1QjsNCiAgfQ0KICAvKiBjb2xvcnMgKi8NCg0KICAuZ3JlZW57DQogICAgICBmaWxsOiB2YXIoLS1ncmVlbik7DQogIH0NCiAgLm9yYW5nZXsNCiAgICAgIGZpbGw6IHZhcigtLW9yYW5nZSk7DQogIH0NCiAgLndoaXRlew0KICAgICAgZmlsbDogdmFyKC0td2hpdGUpOw0KICB9DQogIC5kYXJrew0KICAgICAgZmlsbDogdmFyKC0tZGFyayk7DQogIH0NCiAgLnN0cm9rZXsNCiAgICAgIHN0cm9rZTogIzFGMjUzQTsNCiAgICAgIHN0cm9rZS13aWR0aDogNDsNCiAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsNCiAgfQ0KICAudHJhbnNwYXJlbnR7DQogICAgICBmaWxsOiBub25lOw0KICB9DQogIC5yb3VuZHsNCiAgICAgIHN0cm9rZS1saW5lY2FwOiByb3VuZDsNCiAgfQ0KICAuc3F1YXJlew0KICAgICAgc3Ryb2tlLWxpbmVjYXA6IHNxdWFyZTsNCiAgfQ0KICAud2hpdGUtc3Ryb2tlew0KICAgICAgc3Ryb2tlOiB2YXIoLS13aGl0ZSk7DQogIH0NCiAgKnsNCiAgICAgIHRyYW5zaXRpb246IGFsbCBlYXNlIDI0MG1zOw0KICB9DQogIC8qIGZhY3R1cmUgKi8NCiAgICNmYWN0dXJlcyAjaWNvbiwNCiAgICNmaWxlLWJnLTIsDQogICAjZmlsZS1iZy0xew0KICAgICAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMjQwbXM7DQogICAgICB0cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXI7DQogICAgICB0cmFuc2Zvcm0tYm94OiBmaWxsLWJveDsNCiAgICAgIGN1cnNvcjogcG9pbnRlcjsNCiAgfQ0KICAjZmFjdHVyZXMuaG92ZXJlZCAjaWNvbnsNCiAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKDE1cHgsIDE1cHgpOw0KICB9DQogICNmYWN0dXJlcy5ob3ZlcmVkICNmaWxlLWJnLTJ7DQogICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtMzVweCwgLTM1cHgpOw0KICAgICAgZmlsbDogIzU1YjFhOTsNCiAgfQ0KICAjZmFjdHVyZXMuaG92ZXJlZCAjZmlsZS1iZy0xew0KICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTEwcHgsIC0xMHB4KTsNCiAgfQ0KI2ZhY3R1cmVzIC5ncmFkaWVudHtmaWxsOnVybCgjR3JhZGllbnRfUGF0aCk7fQ0KPC9zdHlsZT4NCjxnIGlkPSJncmFkaWVudC1iZyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODk0LjQ4OSAyODk3LjAxNikiIGNsYXNzPSJzdDAiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJHcmFkaWVudF9QYXRoIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii05OTAuOTk3MyIgeTE9Ii0yNTQwLjI2NzYiIHgyPSItOTkwLjI3NTYiIHkyPSItMjUzNy44OTcyIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEwNi42MTEgMCAwIC04MS40Mjk3IDEwNDg3NS43ODkxIC0yMDk1NDMuNjU2MikiPg0KPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRjtzdG9wLW9wYWNpdHk6MC4yOSIvPg0KPHN0b3AgIG9mZnNldD0iMC41NjkiIHN0eWxlPSJzdG9wLWNvbG9yOiNERkZGRkUiLz4NCjxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNFMUYwRkYiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cGF0aCBpZD0iVHJhY8OpXzEwMjEiIGNsYXNzPSJncmFkaWVudCIgZD0iTS04MzAuNS0yODc0LjdjNTEuMi0yMC42LDExNy44LTE2LjYsMTMyLjEtMTRjMjIuMiw0LDMyLjcsOS41LDQwLjYsMjEuMg0KYzE0LjUsMjEuMywzLjYsMzQuMS01LjUsNDAuOGMtMTMuNCw5LjktMTkuMiwzNS43LDE1LjIsMzMuMWMxNS4xLTEuMSwzNS44LDguNCwzOS43LDI3LjRjNywzMy43LTYuNCw4MC42LTUwLjQsODMuMw0KYy05Miw1LjctMjEzLjYsOC42LTIyMi41LTI4LjdjLTYuMS0yNS43LTAuMS00OC42LDM0LjMtNTQuNWMxNC4zLTIuNCwzNC4xLTI1LjMsMi4yLTM4LjNDLTg3MS44LTI4MTUuMi04ODQuNC0yODUzLTgzMC41LTI4NzQuN3oiDQovPg0KPC9nPg0KPGcgaWQ9Imljb24iPg0KPHJlY3QgaWQ9ImZpbGUtYmctMiIgeD0iOTAuMiIgeT0iNDUuNCIgY2xhc3M9ImRhcmsgc3Ryb2tlIHJvdW5kIiB3aWR0aD0iOTguMSIgaGVpZ2h0PSIxMzEuMyIvPg0KPHJlY3QgaWQ9ImZpbGUtYmctMSIgeD0iOTAuMiIgeT0iNDUuNCIgY2xhc3M9ImRhcmsgc3Ryb2tlIHJvdW5kIiB3aWR0aD0iOTguMSIgaGVpZ2h0PSIxMzEuMyIvPg0KPGcgaWQ9ImZpbGUiPg0KPHBhdGggaWQ9IlRyYWPDqV8xMDIyIiBjbGFzcz0id2hpdGUgc3Ryb2tlIHJvdW5kIiBkPSJNMjA4LjcsMTU3LjV2MTEuOWwtMjcuMSwyNy4xaC03MVY2NS4xaDk4LjF2NTcuMiIvPg0KPGxpbmUgaWQ9IkxpZ25lXzMzMyIgY2xhc3M9InRyYW5zcGFyZW50IHN0cm9rZSByb3VuZCIgeDE9IjIwOC43IiB5MT0iMTMyLjciIHgyPSIyMDguNyIgeTI9IjE0Ny44Ii8+DQo8L2c+DQo8cmVjdCBpZD0iZGVzY3JpcHRpb24iIHg9IjEyNi41IiB5PSIxMTQuMSIgY2xhc3M9ImdyZWVuIHN0cm9rZSByb3VuZCIgd2lkdGg9IjY2LjEiIGhlaWdodD0iMTIuOSIvPg0KPHJlY3QgaWQ9InRvdGFsIiB4PSIxNTguMSIgeT0iMTQyLjIiIGNsYXNzPSJvcmFuZ2Ugc3Ryb2tlIHJvdW5kIiB3aWR0aD0iMzQuNCIgaGVpZ2h0PSIxMiIvPg0KPGNpcmNsZSBpZD0ibG9nbyIgY2xhc3M9Im9yYW5nZSBzdHJva2Ugcm91bmQiIGN4PSIxMzUuMSIgY3k9IjkzLjMiIHI9IjguNSIvPg0KPGcgaWQ9InRleHRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi43NDkgMTYuMjY1KSI+DQo8bGluZSBpZD0iTGlnbmVfMzM0IiBjbGFzcz0idHJhbnNwYXJlbnQgc3Ryb2tlIHNxdWFyZSIgeDE9IjE2NS45IiB5MT0iNzEuMyIgeDI9IjEzMi45IiB5Mj0iNzEuMyIvPg0KPGxpbmUgaWQ9IkxpZ25lXzMzNSIgY2xhc3M9InRyYW5zcGFyZW50IHN0cm9rZSBzcXVhcmUiIHgxPSIxNjUuOSIgeTE9IjgyLjgiIHgyPSIxMzIuOSIgeTI9IjgyLjgiLz4NCjwvZz4NCjxwYXRoIGlkPSJjb2luIiBzdHlsZT0ic3Ryb2tlLWxpbmVqb2luOiBiZXZlbDsiIGNsYXNzPSJncmVlbiBzdHJva2Ugcm91bmQiIGQ9Ik0yMDguMywxNjkuM2gtMjYuN3YyNy4xbDI3LjEtMjcuMXYwSDIwOC4zeiIvPg0KPC9nPg0KPC9zdmc+DQo=) no-repeat center center;
    background-size: 90px;
}

.super-icon.facturesnb {
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJmYWN0dXJlcyIgd2lkdGg9IjExMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQp2aWV3Qm94PSIwIDAgMzAwIDIyMi45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDAgMjIyLjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQogIC8qIGdsb2JhbHMgKi8NCiAgOnJvb3Qgew0KICAgICAgY3Vyc29yOiBwb2ludGVyOw0KICAgICAgLS1ncmVlbjogIzU1QjFBOTsNCiAgICAgIC0tb3JhbmdlOiAjRjQ3RjY0Ow0KICAgICAgLS13aGl0ZTogI0ZGRjsNCiAgICAgIC0tZGFyazogIzI3NDY1QjsNCiAgfQ0KICAvKiBjb2xvcnMgKi8NCg0KICAuZ3JlZW57DQogICAgICBmaWxsOiB2YXIoLS1ncmVlbik7DQogIH0NCiAgLm9yYW5nZXsNCiAgICAgIGZpbGw6IHZhcigtLW9yYW5nZSk7DQogIH0NCiAgLndoaXRlew0KICAgICAgZmlsbDogdmFyKC0td2hpdGUpOw0KICB9DQogIC5kYXJrew0KICAgICAgZmlsbDogdmFyKC0tZGFyayk7DQogIH0NCiAgLnN0cm9rZXsNCiAgICAgIHN0cm9rZTogIzFGMjUzQTsNCiAgICAgIHN0cm9rZS13aWR0aDogNDsNCiAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsNCiAgfQ0KICAudHJhbnNwYXJlbnR7DQogICAgICBmaWxsOiBub25lOw0KICB9DQogIC5yb3VuZHsNCiAgICAgIHN0cm9rZS1saW5lY2FwOiByb3VuZDsNCiAgfQ0KICAuc3F1YXJlew0KICAgICAgc3Ryb2tlLWxpbmVjYXA6IHNxdWFyZTsNCiAgfQ0KICAud2hpdGUtc3Ryb2tlew0KICAgICAgc3Ryb2tlOiB2YXIoLS13aGl0ZSk7DQogIH0NCiAgKnsNCiAgICAgIHRyYW5zaXRpb246IGFsbCBlYXNlIDI0MG1zOw0KICB9DQogIC8qIGZhY3R1cmUgKi8NCiAgICNmYWN0dXJlcyAjaWNvbiwNCiAgICNmaWxlLWJnLTIsDQogICAjZmlsZS1iZy0xew0KICAgICAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMjQwbXM7DQogICAgICB0cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXI7DQogICAgICB0cmFuc2Zvcm0tYm94OiBmaWxsLWJveDsNCiAgICAgIGN1cnNvcjogcG9pbnRlcjsNCiAgfQ0KICAjZmFjdHVyZXMuaG92ZXJlZCAjaWNvbnsNCiAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKDE1cHgsIDE1cHgpOw0KICB9DQogICNmYWN0dXJlcy5ob3ZlcmVkICNmaWxlLWJnLTJ7DQogICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtMzVweCwgLTM1cHgpOw0KICAgICAgZmlsbDogIzU1YjFhOTsNCiAgfQ0KICAjZmFjdHVyZXMuaG92ZXJlZCAjZmlsZS1iZy0xew0KICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTEwcHgsIC0xMHB4KTsNCiAgfQ0KI2ZhY3R1cmVzIC5ncmFkaWVudHtmaWxsOnVybCgjR3JhZGllbnRfUGF0aCk7fQ0KPC9zdHlsZT4NCjxnIGlkPSJncmFkaWVudC1iZyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODk0LjQ4OSAyODk3LjAxNikiIGNsYXNzPSJzdDAiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJHcmFkaWVudF9QYXRoIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii05OTAuOTk3MyIgeTE9Ii0yNTQwLjI2NzYiIHgyPSItOTkwLjI3NTYiIHkyPSItMjUzNy44OTcyIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEwNi42MTEgMCAwIC04MS40Mjk3IDEwNDg3NS43ODkxIC0yMDk1NDMuNjU2MikiPg0KPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRjtzdG9wLW9wYWNpdHk6MC4yOSIvPg0KPHN0b3AgIG9mZnNldD0iMC41NjkiIHN0eWxlPSJzdG9wLWNvbG9yOiNERkZGRkUiLz4NCjxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNFMUYwRkYiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cGF0aCBpZD0iVHJhY8OpXzEwMjEiIGNsYXNzPSJncmFkaWVudCIgZD0iTS04MzAuNS0yODc0LjdjNTEuMi0yMC42LDExNy44LTE2LjYsMTMyLjEtMTRjMjIuMiw0LDMyLjcsOS41LDQwLjYsMjEuMg0KYzE0LjUsMjEuMywzLjYsMzQuMS01LjUsNDAuOGMtMTMuNCw5LjktMTkuMiwzNS43LDE1LjIsMzMuMWMxNS4xLTEuMSwzNS44LDguNCwzOS43LDI3LjRjNywzMy43LTYuNCw4MC42LTUwLjQsODMuMw0KYy05Miw1LjctMjEzLjYsOC42LTIyMi41LTI4LjdjLTYuMS0yNS43LTAuMS00OC42LDM0LjMtNTQuNWMxNC4zLTIuNCwzNC4xLTI1LjMsMi4yLTM4LjNDLTg3MS44LTI4MTUuMi04ODQuNC0yODUzLTgzMC41LTI4NzQuN3oiDQovPg0KPC9nPg0KPGcgaWQ9Imljb24iPg0KPHJlY3QgaWQ9ImZpbGUtYmctMiIgeD0iOTAuMiIgeT0iNDUuNCIgY2xhc3M9ImRhcmsgc3Ryb2tlIHJvdW5kIiB3aWR0aD0iOTguMSIgaGVpZ2h0PSIxMzEuMyIvPg0KPHJlY3QgaWQ9ImZpbGUtYmctMSIgeD0iOTAuMiIgeT0iNDUuNCIgY2xhc3M9ImRhcmsgc3Ryb2tlIHJvdW5kIiB3aWR0aD0iOTguMSIgaGVpZ2h0PSIxMzEuMyIvPg0KPGcgaWQ9ImZpbGUiPg0KPHBhdGggaWQ9IlRyYWPDqV8xMDIyIiBjbGFzcz0id2hpdGUgc3Ryb2tlIHJvdW5kIiBkPSJNMjA4LjcsMTU3LjV2MTEuOWwtMjcuMSwyNy4xaC03MVY2NS4xaDk4LjF2NTcuMiIvPg0KPGxpbmUgaWQ9IkxpZ25lXzMzMyIgY2xhc3M9InRyYW5zcGFyZW50IHN0cm9rZSByb3VuZCIgeDE9IjIwOC43IiB5MT0iMTMyLjciIHgyPSIyMDguNyIgeTI9IjE0Ny44Ii8+DQo8L2c+DQo8cmVjdCBpZD0iZGVzY3JpcHRpb24iIHg9IjEyNi41IiB5PSIxMTQuMSIgY2xhc3M9ImdyZWVuIHN0cm9rZSByb3VuZCIgd2lkdGg9IjY2LjEiIGhlaWdodD0iMTIuOSIvPg0KPHJlY3QgaWQ9InRvdGFsIiB4PSIxNTguMSIgeT0iMTQyLjIiIGNsYXNzPSJvcmFuZ2Ugc3Ryb2tlIHJvdW5kIiB3aWR0aD0iMzQuNCIgaGVpZ2h0PSIxMiIvPg0KPGNpcmNsZSBpZD0ibG9nbyIgY2xhc3M9Im9yYW5nZSBzdHJva2Ugcm91bmQiIGN4PSIxMzUuMSIgY3k9IjkzLjMiIHI9IjguNSIvPg0KPGcgaWQ9InRleHRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi43NDkgMTYuMjY1KSI+DQo8bGluZSBpZD0iTGlnbmVfMzM0IiBjbGFzcz0idHJhbnNwYXJlbnQgc3Ryb2tlIHNxdWFyZSIgeDE9IjE2NS45IiB5MT0iNzEuMyIgeDI9IjEzMi45IiB5Mj0iNzEuMyIvPg0KPGxpbmUgaWQ9IkxpZ25lXzMzNSIgY2xhc3M9InRyYW5zcGFyZW50IHN0cm9rZSBzcXVhcmUiIHgxPSIxNjUuOSIgeTE9IjgyLjgiIHgyPSIxMzIuOSIgeTI9IjgyLjgiLz4NCjwvZz4NCjxwYXRoIGlkPSJjb2luIiBzdHlsZT0ic3Ryb2tlLWxpbmVqb2luOiBiZXZlbDsiIGNsYXNzPSJncmVlbiBzdHJva2Ugcm91bmQiIGQ9Ik0yMDguMywxNjkuM2gtMjYuN3YyNy4xbDI3LjEtMjcuMXYwSDIwOC4zeiIvPg0KPC9nPg0KPC9zdmc+DQo=) no-repeat center center;
    background-size: cover;
}

.super-icon.produits {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4zLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDAwIDMxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAwIDMxNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe29wYWNpdHk6MC44ODt9DQoJLnN0MXtmaWxsOnVybCgjVHJhY8OpXzEwMjFfMV8pO30NCgkuc3Qye2ZpbGw6IzU1QjFBOTtzdHJva2U6IzFGMjUzQTtzdHJva2Utd2lkdGg6NC45ODM3O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Qze2ZpbGw6I0ZGRkZGRjtzdHJva2U6IzFGMjUzQTtzdHJva2Utd2lkdGg6NC45ODM3O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQoJLnN0NHtmaWxsOiNGNDdGNjQ7c3Ryb2tlOiMxRjI1M0E7c3Ryb2tlLXdpZHRoOjQuOTgzNztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQoJLnN0NXtmaWxsOiNGRkZGRkY7c3Ryb2tlOiMxRjI1M0E7c3Ryb2tlLXdpZHRoOjQuOTgzNztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQoJLnN0NntmaWxsOiMyNzQ2NUI7c3Ryb2tlOiMxRjI1M0E7c3Ryb2tlLXdpZHRoOjQuOTgzNztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPGc+DQoJPGcgaWQ9Ikdyb3VwZV80ODFfMl8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDgxOC40NDkgNTcuNzI0KSI+DQoJCTxnIGlkPSJDYWxxdWVfNTdfNF8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGNsYXNzPSJzdDAiPg0KCQkJDQoJCQkJPGxpbmVhckdyYWRpZW50IGlkPSJUcmFjw6lfMTAyMV8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSItODczLjMyMTEiIHkxPSIzNDIuNjI2NiIgeDI9Ii04NzIuMzk0NyIgeTI9IjM0NS42NjkyIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDExNS40NjA4IDAgMCAtODguMTkwMiAxMDAxNzQuMTcxOSAzMDQ0OS41MzUyKSI+DQoJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRjtzdG9wLW9wYWNpdHk6MC4yOSIvPg0KCQkJCTxzdG9wICBvZmZzZXQ9IjAuNTY5IiBzdHlsZT0ic3RvcC1jb2xvcjojRTFGOUY4Ii8+DQoJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0U0RjFGQiIvPg0KCQkJPC9saW5lYXJHcmFkaWVudD4NCgkJCTxwYXRoIGlkPSJUcmFjw6lfMTAyMV80XyIgY2xhc3M9InN0MSIgZD0iTS03MzYuNy0yM2M3MS4xLTI4LjcsMTYzLjctMjMsMTgzLjYtMTkuNGMzMC45LDUuNiw0NS40LDEzLjMsNTYuNCwyOS41DQoJCQkJYzIwLjEsMjkuNyw0LjksNDcuNC03LjYsNTYuN2MtMTguNiwxMy43LTI2LjYsNDkuNywyMS4xLDQ2LjFjMjEtMS42LDQ5LjcsMTEuNyw1NS4zLDM4LjFjOS44LDQ2LjktOC45LDExMi03MC4xLDExNS44DQoJCQkJYy0xMjcuOSw3LjktMjk3LDExLjktMzA5LjMtMzkuOWMtOC41LTM1LjctMC4xLTY3LjYsNDcuNy03NS43YzE5LjktMy40LDQ3LjMtMzUuMiwzLjEtNTMuMkMtNzk0LjEsNTkuOC04MTEuNSw3LjItNzM2LjctMjN6Ii8+DQoJCTwvZz4NCgk8L2c+DQoJPGc+DQoJCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xNjUuMiwxNDAuNmMwLDAtOS4zLTEzLjItMTMuNC0yNy40Yy00LjctMTYtMi4zLTMzLjktMS40LTM0LjJjMC44LTAuMywyMy4xLDEzLjcsMzMsMzEuNHMxMi45LDQwLDEyLjksNDANCgkJCUwxNjUuMiwxNDAuNnoiLz4NCgkJPHBhdGggY2xhc3M9InN0MiIgZD0iTTIzNy43LDE0MC42YzAsMCw5LjMtMTMuMiwxMy40LTI3LjRjNC43LTE2LDIuMy0zMy45LDEuNC0zNC4yYy0wLjgtMC4zLTIzLjEsMTMuNy0zMywzMS40cy0xMi45LDQwLTEyLjksNDANCgkJCUwyMzcuNywxNDAuNnoiLz4NCgkJPHBhdGggY2xhc3M9InN0MyIgZD0iTTIxNS4yLDE2MC42YzMuOC0xMC43LDctMjQsNy0zOS4xYzAtMzguNy0yMC44LTY1LjktMjAuOC02NS45YzAsMC0yMC44LDI3LjItMjAuOCw2NS45DQoJCQljMCwxNS4xLDMuMiwyOC40LDcsMzkuMUgyMTUuMnoiLz4NCgkJPHBhdGggY2xhc3M9InN0NCIgZD0iTTE0NCwxMzguNmMtOS4zLTEzLjgtMTIuNC0zMS43LTExLjctMzIuMnMyNi4xLDYuMSw0MC45LDIwYzE0LjgsMTMuOCwyNC40LDM0LjMsMjQuNCwzNC4zbDIuNSw1LjVoLTIyLjZoLTcNCgkJCUMxNzAuNSwxNjYuMiwxNTIuMiwxNTAuOCwxNDQsMTM4LjZ6Ii8+DQoJCTxwYXRoIGNsYXNzPSJzdDUiIGQ9Ik0yNTguNywxMzguNmM5LjMtMTMuOCwxMi40LTMxLjcsMTEuNy0zMi4ycy0yNi4xLDYuMS00MC45LDIwYy0xNC44LDEzLjgtMjYuOCwzOS44LTI2LjgsMzkuOGgyOC42DQoJCQlDMjMxLjMsMTY2LjIsMjUwLjUsMTUwLjgsMjU4LjcsMTM4LjZ6Ii8+DQoJCTxsaW5lIGNsYXNzPSJzdDUiIHgxPSIyMDEuNCIgeTE9Ijg2LjEiIHgyPSIyMDEuNCIgeTI9IjE2MC42Ii8+DQoJCTxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik0xODUuNCwxNjAuNmg2MS43YzMuNSwwLDYuNCwyLjksNi40LDYuNHY3NS4yYzAsOC4xLTYuNiwxNC42LTE0LjYsMTQuNmgtNzQuOWMtOC4xLDAtMTQuNi02LjYtMTQuNi0xNC42VjE2Nw0KCQkJYzAtMy41LDIuOS02LjQsNi40LTYuNGgxMy4yIi8+DQoJCTxyZWN0IHg9IjE0OS4zIiB5PSIxODEuOCIgY2xhc3M9InN0NSIgd2lkdGg9IjEwNC4xIiBoZWlnaHQ9IjMyLjEiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center center;
    background-size: 90px;
}

.super-icon.achats {
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMTAiIGlkPSJhY2hhdHMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCXZpZXdCb3g9IjAgMCAzMDAgMjIyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDAgMjIyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQoJPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkJLyogYW5pbWF0aW9uICovDQoJCTpyb290IHsNCgkJY3Vyc29yOiBwb2ludGVyOw0KCQktLWdyZWVuOiAjNTVCMUE5Ow0KCQktLW9yYW5nZTogI0Y0N0Y2NDsNCgkJLS13aGl0ZTogI0ZGRjsNCgkJLS1kYXJrOiAjMjc0NjVCOw0KCQl9DQoNCgkJLyogY29sb3JzICovDQoJCS5ncmVlbnsNCgkJZmlsbDogdmFyKC0tZ3JlZW4pOw0KCQl9DQoJCS5vcmFuZ2V7DQoJCWZpbGw6IHZhcigtLW9yYW5nZSk7DQoJCX0NCgkJLndoaXRlew0KCQlmaWxsOiB2YXIoLS13aGl0ZSk7DQoJCX0NCgkJLmRhcmt7DQoJCWZpbGw6IHZhcigtLWRhcmspOw0KCQl9DQoJCS5zdHJva2V7DQoJCXN0cm9rZTogIzFGMjUzQTsNCgkJc3Ryb2tlLXdpZHRoOiA0Ow0KCQlzdHJva2UtbWl0ZXJsaW1pdDogMTA7DQoJCX0NCgkJLnRyYW5zcGFyZW50ew0KCQlmaWxsOiBub25lOw0KCQl9DQoJCS5yb3VuZHsNCgkJc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOw0KCQl9DQoJCS5zcXVhcmV7DQoJCXN0cm9rZS1saW5lY2FwOiBzcXVhcmU7DQoJCX0NCgkJLndoaXRlLXN0cm9rZXsNCgkJc3Ryb2tlOiB2YXIoLS13aGl0ZSk7DQoJCX0NCgkJKnsNCgkJdHJhbnNpdGlvbjogYWxsIGVhc2UgMjQwbXM7DQoJCX0NCgkJI2FjaGF0cyAjZGFyay1wcm9kdWN0LA0KCQkjYWNoYXRzICNvcmFuZ2UtcHJvZHVjdCwNCgkJI2FjaGF0cyAjYmx1ZS1wcm9kdWN0LA0KCQkjYWNoYXRzICNhY2hhdHMtaWNvbnsNCgkJICAgIHRyYW5zZm9ybS1ib3g6IGZpbGwtYm94Ow0KCQkgICAgdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyOw0KCQkgICAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMjQwbXM7DQoJCQkJY3Vyc29yOiBwb2ludGVyOw0KCQl9DQoJCSNhY2hhdHMgI2RhcmstcHJvZHVjdHsNCgkJICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKDBweCwwcHgpcm90YXRlKDApOw0KCQl9DQoJCSNhY2hhdHMgI29yYW5nZS1wcm9kdWN0ew0KCQkgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMHB4LDBweClyb3RhdGUoMCk7DQoJCX0NCgkJI2FjaGF0cyAjYmx1ZS1wcm9kdWN0ew0KCQkgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMHB4LDBweClyb3RhdGUoMCk7DQoJCX0NCgkJI2FjaGF0cy5ob3ZlcmVkICNkYXJrLXByb2R1Y3R7DQoJCSAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNXB4LC0xMHB4KXJvdGF0ZSgtMjBkZWcpOw0KCQl9DQoJCSNhY2hhdHMuaG92ZXJlZCAjb3JhbmdlLXByb2R1Y3R7DQoJCSAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgwcHgsLTVweClyb3RhdGUoMCk7DQoJCX0NCgkJI2FjaGF0cy5ob3ZlcmVkICNibHVlLXByb2R1Y3R7DQoJCSAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSg1cHgsLTEwcHgpcm90YXRlKDIwZGVnKTsNCgkJfQ0KCQkjYWNoYXRzLmhvdmVyZWQgI2FjaGF0cy1pY29uew0KCQkgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMHB4LDE1cHgpcm90YXRlKDApOw0KCQl9DQoJI2FjaGF0cyAuc3Qwe2ZpbGw6dXJsKCNiZy1ncmFkaWVudC00NF8xXyk7fQ0KPC9zdHlsZT4NCjxsaW5lYXJHcmFkaWVudCBpZD0iYmctZ3JhZGllbnQtNDRfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTk2LjUwNTQiIHkxPSIzNTUuNjgwOCIgeDI9Ii05NS43ODM2IiB5Mj0iMzU4LjA1MTMiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTA2LjYxMSAwIDAgLTgxLjQyOTcgMTA0MDcuODkwNiAyOTE2OC41NTY2KSI+DQoJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRjtzdG9wLW9wYWNpdHk6MC4yOSIvPg0KCTxzdG9wICBvZmZzZXQ9IjAuNTY5IiBzdHlsZT0ic3RvcC1jb2xvcjojREZGRkZFIi8+DQoJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0UxRjBGRiIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxwYXRoIGlkPSJiZy1ncmFkaWVudC00NCIgY2xhc3M9InN0MCIgZD0iTTY0LjMsMjEuM2M1MS4yLTIwLjYsMTE3LjgtMTYuNiwxMzIuMS0xNGMyMi4yLDQsMzIuNyw5LjUsNDAuNiwyMS4yDQpjMTQuNSwyMS4zLDMuNiwzNC4xLTUuNSw0MC44Yy0xMy40LDkuOS0xOS4yLDM1LjcsMTUuMiwzMy4xYzE1LjEtMS4xLDM1LjgsOC40LDM5LjcsMjcuNGM3LDMzLjctNi40LDgwLjYtNTAuNCw4My4zDQpjLTkyLDUuNy0yMTMuNiw4LjYtMjIyLjUtMjguN2MtNi4xLTI1LjctMC4xLTQ4LjYsMzQuMy01NC41YzE0LjMtMi40LDM0LjEtMjUuMywyLjItMzguM0MyMyw4MC44LDEwLjQsNDMsNjQuMywyMS4zeiIvPg0KPGcgaWQ9ImFjaGF0cy1pY29uIj4NCgk8cGF0aCBpZD0ibGFuaWVyZS1oYXV0IiBjbGFzcz0idHJhbnNwYXJlbnQgc3Ryb2tlIHJvdW5kZWQiIGQ9Ik0xMjYuNiw3Ni40VjY0LjdjMCwwLDAsMCwwLDBjLTAuMS0xMS41LDkuMi0yMC45LDIwLjctMjAuOWwwLDANCgljMTEuNSwwLjEsMjAuOCw5LjQsMjAuNywyMC45djExLjciLz4NCg0KCTxyZWN0IGlkPSJkYXJrLXByb2R1Y3QiIHg9IjEwNy41IiB5PSI1Ni45IiBjbGFzcz0iZGFyayBzdHJva2Ugcm91bmQiIHdpZHRoPSIzOS45IiBoZWlnaHQ9IjYyLjQiLz4NCg0KCTxyZWN0IGlkPSJibHVlLXByb2R1Y3QiIHg9IjE1MS4zIiB5PSI2NC42IiBjbGFzcz0iZ3JlZW4gc3Ryb2tlIHJvdW5kIiB3aWR0aD0iMzQuNSIgaGVpZ2h0PSI2Mi40Ii8+DQoNCgk8cmVjdCBpZD0ib3JhbmdlLXByb2R1Y3QiIHg9IjEyOC41IiB5PSI3Mi44IiBjbGFzcz0ib3JhbmdlIHN0cm9rZSIgd2lkdGg9IjM5LjkiIGhlaWdodD0iNjIuNCIvPg0KCTxnIGlkPSJjYWJhcyI+DQoJCTxwYXRoIGlkPSJUcmFjw6lfMTEyNyIgY2xhc3M9IndoaXRlIHN0cm9rZSByb3VuZCIgZD0iTTE5NC42LDE4Mi44SDEwMGMtNC42LDAtOC40LTMuOC04LjQtOC40YzAtMC4yLDAtMC40LDAtMC42bDYuNS04Ni43aDk4LjNsNi41LDg2LjcNCgkJYzAuMyw0LjYtMy4xLDguNy03LjgsOUMxOTUsMTgyLjgsMTk0LjgsMTgyLjgsMTk0LjYsMTgyLjh6Ii8+DQoJCTxwYXRoIGlkPSJUcmFjw6lfMTEzMyIgY2xhc3M9ImdyZWVuIHN0cm9rZSByb3VuZCIgZD0iTTIwMS42LDE1Ny41SDkyLjhsMS4yLTE2LjNoMTA2LjVMMjAxLjYsMTU3LjV6Ii8+DQoJPC9nPg0KCTxnIGlkPSJvZWlsbGV0cyI+DQoJCTxjaXJjbGUgaWQ9IkVsbGlwc2VfNzQiIGNsYXNzPSJ3aGl0ZSBzdHJva2Ugcm91bmQiIGN4PSIxMjYuNiIgY3k9IjEwMC41IiByPSIzLjgiLz4NCgkJPGNpcmNsZSBpZD0iRWxsaXBzZV83NSIgY2xhc3M9IndoaXRlIHN0cm9rZSByb3VuZCIgY3g9IjE2OCIgY3k9IjEwMC41IiByPSIzLjQiLz4NCgk8L2c+DQoJPHBhdGggaWQ9ImxhbmllcmUtYmFzIiBjbGFzcz0idHJhbnNwYXJlbnQgc3Ryb2tlIHJvdW5kZWQiIGQ9Ik0xNjgsMTAwLjJ2MTEuN2MwLjEsMTEuNS05LjIsMjAuOS0yMC43LDIwLjlsMCwwYy0xMS41LTAuMS0yMC44LTkuNC0yMC43LTIwLjljMCwwLDAsMCwwLDANCgl2LTExLjciLz4NCjwvZz4NCjwvc3ZnPg0K) no-repeat center center;
    background-size: 90px;
}

.super-icon.achatsnb {
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMTAiIGlkPSJhY2hhdHMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCXZpZXdCb3g9IjAgMCAzMDAgMjIyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDAgMjIyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQoJPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkJLyogYW5pbWF0aW9uICovDQoJCTpyb290IHsNCgkJY3Vyc29yOiBwb2ludGVyOw0KCQktLWdyZWVuOiAjNTVCMUE5Ow0KCQktLW9yYW5nZTogI0Y0N0Y2NDsNCgkJLS13aGl0ZTogI0ZGRjsNCgkJLS1kYXJrOiAjMjc0NjVCOw0KCQl9DQoNCgkJLyogY29sb3JzICovDQoJCS5ncmVlbnsNCgkJZmlsbDogdmFyKC0tZ3JlZW4pOw0KCQl9DQoJCS5vcmFuZ2V7DQoJCWZpbGw6IHZhcigtLW9yYW5nZSk7DQoJCX0NCgkJLndoaXRlew0KCQlmaWxsOiB2YXIoLS13aGl0ZSk7DQoJCX0NCgkJLmRhcmt7DQoJCWZpbGw6IHZhcigtLWRhcmspOw0KCQl9DQoJCS5zdHJva2V7DQoJCXN0cm9rZTogIzFGMjUzQTsNCgkJc3Ryb2tlLXdpZHRoOiA0Ow0KCQlzdHJva2UtbWl0ZXJsaW1pdDogMTA7DQoJCX0NCgkJLnRyYW5zcGFyZW50ew0KCQlmaWxsOiBub25lOw0KCQl9DQoJCS5yb3VuZHsNCgkJc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOw0KCQl9DQoJCS5zcXVhcmV7DQoJCXN0cm9rZS1saW5lY2FwOiBzcXVhcmU7DQoJCX0NCgkJLndoaXRlLXN0cm9rZXsNCgkJc3Ryb2tlOiB2YXIoLS13aGl0ZSk7DQoJCX0NCgkJKnsNCgkJdHJhbnNpdGlvbjogYWxsIGVhc2UgMjQwbXM7DQoJCX0NCgkJI2FjaGF0cyAjZGFyay1wcm9kdWN0LA0KCQkjYWNoYXRzICNvcmFuZ2UtcHJvZHVjdCwNCgkJI2FjaGF0cyAjYmx1ZS1wcm9kdWN0LA0KCQkjYWNoYXRzICNhY2hhdHMtaWNvbnsNCgkJICAgIHRyYW5zZm9ybS1ib3g6IGZpbGwtYm94Ow0KCQkgICAgdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyOw0KCQkgICAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMjQwbXM7DQoJCQkJY3Vyc29yOiBwb2ludGVyOw0KCQl9DQoJCSNhY2hhdHMgI2RhcmstcHJvZHVjdHsNCgkJICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKDBweCwwcHgpcm90YXRlKDApOw0KCQl9DQoJCSNhY2hhdHMgI29yYW5nZS1wcm9kdWN0ew0KCQkgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMHB4LDBweClyb3RhdGUoMCk7DQoJCX0NCgkJI2FjaGF0cyAjYmx1ZS1wcm9kdWN0ew0KCQkgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMHB4LDBweClyb3RhdGUoMCk7DQoJCX0NCgkJI2FjaGF0cy5ob3ZlcmVkICNkYXJrLXByb2R1Y3R7DQoJCSAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNXB4LC0xMHB4KXJvdGF0ZSgtMjBkZWcpOw0KCQl9DQoJCSNhY2hhdHMuaG92ZXJlZCAjb3JhbmdlLXByb2R1Y3R7DQoJCSAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgwcHgsLTVweClyb3RhdGUoMCk7DQoJCX0NCgkJI2FjaGF0cy5ob3ZlcmVkICNibHVlLXByb2R1Y3R7DQoJCSAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSg1cHgsLTEwcHgpcm90YXRlKDIwZGVnKTsNCgkJfQ0KCQkjYWNoYXRzLmhvdmVyZWQgI2FjaGF0cy1pY29uew0KCQkgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMHB4LDE1cHgpcm90YXRlKDApOw0KCQl9DQoJI2FjaGF0cyAuc3Qwe2ZpbGw6dXJsKCNiZy1ncmFkaWVudC00NF8xXyk7fQ0KPC9zdHlsZT4NCjxsaW5lYXJHcmFkaWVudCBpZD0iYmctZ3JhZGllbnQtNDRfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTk2LjUwNTQiIHkxPSIzNTUuNjgwOCIgeDI9Ii05NS43ODM2IiB5Mj0iMzU4LjA1MTMiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTA2LjYxMSAwIDAgLTgxLjQyOTcgMTA0MDcuODkwNiAyOTE2OC41NTY2KSI+DQoJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRjtzdG9wLW9wYWNpdHk6MC4yOSIvPg0KCTxzdG9wICBvZmZzZXQ9IjAuNTY5IiBzdHlsZT0ic3RvcC1jb2xvcjojREZGRkZFIi8+DQoJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0UxRjBGRiIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxwYXRoIGlkPSJiZy1ncmFkaWVudC00NCIgY2xhc3M9InN0MCIgZD0iTTY0LjMsMjEuM2M1MS4yLTIwLjYsMTE3LjgtMTYuNiwxMzIuMS0xNGMyMi4yLDQsMzIuNyw5LjUsNDAuNiwyMS4yDQpjMTQuNSwyMS4zLDMuNiwzNC4xLTUuNSw0MC44Yy0xMy40LDkuOS0xOS4yLDM1LjcsMTUuMiwzMy4xYzE1LjEtMS4xLDM1LjgsOC40LDM5LjcsMjcuNGM3LDMzLjctNi40LDgwLjYtNTAuNCw4My4zDQpjLTkyLDUuNy0yMTMuNiw4LjYtMjIyLjUtMjguN2MtNi4xLTI1LjctMC4xLTQ4LjYsMzQuMy01NC41YzE0LjMtMi40LDM0LjEtMjUuMywyLjItMzguM0MyMyw4MC44LDEwLjQsNDMsNjQuMywyMS4zeiIvPg0KPGcgaWQ9ImFjaGF0cy1pY29uIj4NCgk8cGF0aCBpZD0ibGFuaWVyZS1oYXV0IiBjbGFzcz0idHJhbnNwYXJlbnQgc3Ryb2tlIHJvdW5kZWQiIGQ9Ik0xMjYuNiw3Ni40VjY0LjdjMCwwLDAsMCwwLDBjLTAuMS0xMS41LDkuMi0yMC45LDIwLjctMjAuOWwwLDANCgljMTEuNSwwLjEsMjAuOCw5LjQsMjAuNywyMC45djExLjciLz4NCg0KCTxyZWN0IGlkPSJkYXJrLXByb2R1Y3QiIHg9IjEwNy41IiB5PSI1Ni45IiBjbGFzcz0iZGFyayBzdHJva2Ugcm91bmQiIHdpZHRoPSIzOS45IiBoZWlnaHQ9IjYyLjQiLz4NCg0KCTxyZWN0IGlkPSJibHVlLXByb2R1Y3QiIHg9IjE1MS4zIiB5PSI2NC42IiBjbGFzcz0iZ3JlZW4gc3Ryb2tlIHJvdW5kIiB3aWR0aD0iMzQuNSIgaGVpZ2h0PSI2Mi40Ii8+DQoNCgk8cmVjdCBpZD0ib3JhbmdlLXByb2R1Y3QiIHg9IjEyOC41IiB5PSI3Mi44IiBjbGFzcz0ib3JhbmdlIHN0cm9rZSIgd2lkdGg9IjM5LjkiIGhlaWdodD0iNjIuNCIvPg0KCTxnIGlkPSJjYWJhcyI+DQoJCTxwYXRoIGlkPSJUcmFjw6lfMTEyNyIgY2xhc3M9IndoaXRlIHN0cm9rZSByb3VuZCIgZD0iTTE5NC42LDE4Mi44SDEwMGMtNC42LDAtOC40LTMuOC04LjQtOC40YzAtMC4yLDAtMC40LDAtMC42bDYuNS04Ni43aDk4LjNsNi41LDg2LjcNCgkJYzAuMyw0LjYtMy4xLDguNy03LjgsOUMxOTUsMTgyLjgsMTk0LjgsMTgyLjgsMTk0LjYsMTgyLjh6Ii8+DQoJCTxwYXRoIGlkPSJUcmFjw6lfMTEzMyIgY2xhc3M9ImdyZWVuIHN0cm9rZSByb3VuZCIgZD0iTTIwMS42LDE1Ny41SDkyLjhsMS4yLTE2LjNoMTA2LjVMMjAxLjYsMTU3LjV6Ii8+DQoJPC9nPg0KCTxnIGlkPSJvZWlsbGV0cyI+DQoJCTxjaXJjbGUgaWQ9IkVsbGlwc2VfNzQiIGNsYXNzPSJ3aGl0ZSBzdHJva2Ugcm91bmQiIGN4PSIxMjYuNiIgY3k9IjEwMC41IiByPSIzLjgiLz4NCgkJPGNpcmNsZSBpZD0iRWxsaXBzZV83NSIgY2xhc3M9IndoaXRlIHN0cm9rZSByb3VuZCIgY3g9IjE2OCIgY3k9IjEwMC41IiByPSIzLjQiLz4NCgk8L2c+DQoJPHBhdGggaWQ9ImxhbmllcmUtYmFzIiBjbGFzcz0idHJhbnNwYXJlbnQgc3Ryb2tlIHJvdW5kZWQiIGQ9Ik0xNjgsMTAwLjJ2MTEuN2MwLjEsMTEuNS05LjIsMjAuOS0yMC43LDIwLjlsMCwwYy0xMS41LTAuMS0yMC44LTkuNC0yMC43LTIwLjljMCwwLDAsMCwwLDANCgl2LTExLjciLz4NCjwvZz4NCjwvc3ZnPg0K) no-repeat center center;
    background-size: cover;
}

.super-icon.devis {
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJkZXZpcyIgd2lkdGg9IjExMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJdmlld0JveD0iMCAwIDMwMCAyMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwMCAyMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCgk8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCQkvKiBhbmltYXRpb24gKi8NCgkJOnJvb3Qgew0KCQljdXJzb3I6IHBvaW50ZXI7DQoJCS0tZ3JlZW46ICM1NUIxQTk7DQoJCS0tb3JhbmdlOiAjRjQ3RjY0Ow0KCQktLXdoaXRlOiAjRkZGOw0KCQktLWRhcms6ICMyNzQ2NUI7DQoJCX0NCg0KCQkvKiBjb2xvcnMgKi8NCg0KCQkuZ3JlZW57DQoJCWZpbGw6IHZhcigtLWdyZWVuKTsNCgkJfQ0KCQkub3Jhbmdlew0KCQlmaWxsOiB2YXIoLS1vcmFuZ2UpOw0KCQl9DQoJCS53aGl0ZXsNCgkJZmlsbDogdmFyKC0td2hpdGUpOw0KCQl9DQoJCS5kYXJrew0KCQlmaWxsOiB2YXIoLS1kYXJrKTsNCgkJfQ0KCQkuc3Ryb2tlew0KCQlzdHJva2U6ICMxRjI1M0E7DQoJCXN0cm9rZS13aWR0aDogNDsNCgkJc3Ryb2tlLW1pdGVybGltaXQ6IDEwOw0KCQl9DQoJCS50cmFuc3BhcmVudHsNCgkJZmlsbDogbm9uZTsNCgkJfQ0KCQkucm91bmR7DQoJCXN0cm9rZS1saW5lY2FwOiByb3VuZDsNCgkJfQ0KCQkuc3F1YXJlew0KCQlzdHJva2UtbGluZWNhcDogc3F1YXJlOw0KCQl9DQoJCS53aGl0ZS1zdHJva2V7DQoJCXN0cm9rZTogdmFyKC0td2hpdGUpOw0KCQl9DQoJCSp7DQoJCXRyYW5zaXRpb246IGFsbCBlYXNlIDI0MG1zOw0KCQl9DQoJCSNkZXZpcyAjZmlsZS1iZy0zLA0KCQkjZGV2aXM6aG92ZXIgI2ZpbGUtYmctNCwNCgkJI2RldmlzOmhvdmVyICNpY29uLWRldmlzew0KCQl0cmFuc2l0aW9uOiBhbGwgZWFzZSAyNDBtczsNCgkJdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyOw0KCQl0cmFuc2Zvcm0tYm94OiBmaWxsLWJveDsNCgkJY3Vyc29yOiBwb2ludGVyOw0KCQl9DQoJCSNkZXZpcy5ob3ZlcmVkICNmaWxlLWJnLTN7DQoJCXRyYW5zZm9ybTogdHJhbnNsYXRlKCA2NXB4ICwgLTIwcHggKXNjYWxlKDAuOSk7DQoJCX0NCgkJI2RldmlzLmhvdmVyZWQgI2ZpbGUtYmctNHsNCgkJdHJhbnNmb3JtOiB0cmFuc2xhdGUoIC00NXB4ICwgLTIwcHggKXNjYWxlKDAuOSk7DQoJCX0NCgkJI2RldmlzLmhvdmVyZWQgI2ljb24tZGV2aXN7DQoJCXRyYW5zZm9ybTogdHJhbnNsYXRlKDBweCwgMTBweCk7DQoJCX0NCgkJI2RldmlzIC5ncmFkaWVudHtmaWxsOnVybCgjVHJhY8OpXzEwMjFfMl8pO30NCgk8L3N0eWxlPg0KCTxnIGlkPSJncmFkaWVudC1iZy0xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4OTQuNDg5IDI4OTcuMDE2KSIgY2xhc3M9InN0MCI+DQoNCgkJPGxpbmVhckdyYWRpZW50IGlkPSJUcmFjw6lfMTAyMV8yXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSItOTkwLjk5NDQiIHkxPSItMjU0MS4zMzUyIiB4Mj0iLTk5MC4yNzI2IiB5Mj0iLTI1MzguOTY0OCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxMDYuNjExIDAgMCAtODEuNDI5NyAxMDQ4NzUuNzg5MSAtMjA5NjMxLjU3ODEpIj4NCgkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkZGRkY7c3RvcC1vcGFjaXR5OjAuMjkiLz4NCgkJCTxzdG9wICBvZmZzZXQ9IjAuNTY5IiBzdHlsZT0ic3RvcC1jb2xvcjojREZGRkZFIi8+DQoJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRTFGMEZGIi8+DQoJCTwvbGluZWFyR3JhZGllbnQ+DQoJCTxwYXRoIGlkPSJUcmFjw6lfMTAyMV8xXyIgY2xhc3M9ImdyYWRpZW50IiBkPSJNLTgzMC4yLTI4NzUuN2M1MS4yLTIwLjYsMTE3LjgtMTYuNiwxMzIuMS0xNGMyMi4yLDQsMzIuNyw5LjUsNDAuNiwyMS4yDQoJCQljMTQuNSwyMS4zLDMuNiwzNC4xLTUuNSw0MC44Yy0xMy40LDkuOS0xOS4yLDM1LjcsMTUuMiwzMy4xYzE1LjEtMS4xLDM1LjgsOC40LDM5LjcsMjcuNGM3LDMzLjctNi40LDgwLjYtNTAuNCw4My4zDQoJCQljLTkyLDUuNy0yMTMuNiw4LjYtMjIyLjUtMjguN2MtNi4xLTI1LjctMC4xLTQ4LjYsMzQuMy01NC41YzE0LjMtMi40LDM0LjEtMjUuMywyLjItMzguM0MtODcxLjUtMjgxNi4yLTg4NC4xLTI4NTQtODMwLjItMjg3NS43eiINCgkJCS8+DQoJCTwvZz4NCgkJPGcgaWQ9Imljb24tZGV2aXMiPg0KCQkJPHJlY3QgaWQ9ImZpbGUtYmctMyIgeD0iODQuNSIgeT0iNDkiIGNsYXNzPSJkYXJrIHN0cm9rZSByb3VuZCIgd2lkdGg9Ijk4IiBoZWlnaHQ9IjEzMS4yIi8+DQoJCQk8cmVjdCBpZD0iZmlsZS1iZy00IiB4PSI4NC41IiB5PSI0OSIgY2xhc3M9ImdyZWVuIHN0cm9rZSByb3VuZCIgd2lkdGg9Ijk4IiBoZWlnaHQ9IjEzMS4yIi8+DQoJCQk8ZyBpZD0iZmlsZSI+DQoJCQkJPHBvbHlsaW5lIGNsYXNzPSJ3aGl0ZSBzdHJva2Ugcm91bmQiIHBvaW50cz0iMjAyLjksMTYxIDIwMi45LDE3Mi44IDE3NS45LDE5OS44IDEwNC45LDE5OS44IDEwNC45LDY4LjcgMjAyLjksNjguNyAyMDIuOSwxMjUuOCAgICIvPg0KCQkJCTxsaW5lIGNsYXNzPSJ3aGl0ZSBzdHJva2Ugcm91bmQiIHgxPSIyMDIuOSIgeTE9IjEzNi4yIiB4Mj0iMjAyLjkiIHkyPSIxNTEuMyIvPg0KCQkJPC9nPg0KCQkJPHJlY3QgaWQ9ImRlc2NyaXB0aW9uIiB4PSIxMjAuOCIgeT0iMTE3LjYiIGNsYXNzPSJvcmFuZ2Ugc3Ryb2tlIiB3aWR0aD0iNjYiIGhlaWdodD0iMTIuOCIvPg0KCQkJPGNpcmNsZSBpZD0ibG9nbyIgY2xhc3M9ImRhcmsgc3Ryb2tlIHJvdW5kIiBjeD0iMTI5LjQiIGN5PSI5Ni44IiByPSI4LjUiLz4NCgkJCTxnIGlkPSJ0ZXh0ZSI+DQoJCQkJPGxpbmUgY2xhc3M9InN0cm9rZSBzcXVhcmUiIHgxPSIxODYuOSIgeTE9IjkxLjEiIHgyPSIxNTMuOSIgeTI9IjkxLjEiLz4NCgkJCQk8bGluZSBjbGFzcz0ic3Ryb2tlIHNxdWFyZSIgeDE9IjE4Ni45IiB5MT0iMTAyLjYiIHgyPSIxNTQuOCIgeTI9IjEwMi42Ii8+DQoJCQkJPGxpbmUgY2xhc3M9InN0cm9rZSBzcXVhcmUiIHgxPSIxNjUuMiIgeTE9IjE0NS41IiB4Mj0iMTM5LjciIHkyPSIxNDUuNSIvPg0KCQkJCTxsaW5lIGNsYXNzPSJzdHJva2Ugc3F1YXJlIiB4MT0iMTg2LjkiIHkxPSIxNDUuNSIgeDI9IjE3OC41IiB5Mj0iMTQ1LjUiLz4NCgkJCQk8bGluZSBjbGFzcz0ic3Ryb2tlIHNxdWFyZSIgeDE9IjE1OC43IiB5MT0iMTYwLjUiIHgyPSIxNzIuNyIgeTI9IjE2MC41Ii8+DQoJCQkJPGxpbmUgY2xhc3M9InN0cm9rZSBzcXVhcmUiIHgxPSIxMzkuNyIgeTE9IjE2MC41IiB4Mj0iMTQ1LjQiIHkyPSIxNjAuNSIvPg0KCQkJPC9nPg0KCQkJPGcgaWQ9ImNoZWNrIj4NCgkJCQk8Y2lyY2xlIGNsYXNzPSJkYXJrIHN0cm9rZSByb3VuZCIgY3g9IjE5MS4xIiBjeT0iMTg3LjgiIHI9IjE5LjIiLz4NCgkJCQk8cG9seWxpbmUgY2xhc3M9IndoaXRlLXN0cm9rZSBzdHJva2Ugc3F1YXJlIiBwb2ludHM9IjE4NC44LDE4OC4xIDE4OS4yLDE5Mi41IDE5Ny42LDE4NC4xICAgIi8+DQoJCQk8L2c+DQoJCTwvZz4NCgk8L3N2Zz4NCg==) no-repeat center center;
    background-size: 90px;
}

.super-icon.devisnb {
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJkZXZpcyIgd2lkdGg9IjExMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJdmlld0JveD0iMCAwIDMwMCAyMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwMCAyMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCgk8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCQkvKiBhbmltYXRpb24gKi8NCgkJOnJvb3Qgew0KCQljdXJzb3I6IHBvaW50ZXI7DQoJCS0tZ3JlZW46ICM1NUIxQTk7DQoJCS0tb3JhbmdlOiAjRjQ3RjY0Ow0KCQktLXdoaXRlOiAjRkZGOw0KCQktLWRhcms6ICMyNzQ2NUI7DQoJCX0NCg0KCQkvKiBjb2xvcnMgKi8NCg0KCQkuZ3JlZW57DQoJCWZpbGw6IHZhcigtLWdyZWVuKTsNCgkJfQ0KCQkub3Jhbmdlew0KCQlmaWxsOiB2YXIoLS1vcmFuZ2UpOw0KCQl9DQoJCS53aGl0ZXsNCgkJZmlsbDogdmFyKC0td2hpdGUpOw0KCQl9DQoJCS5kYXJrew0KCQlmaWxsOiB2YXIoLS1kYXJrKTsNCgkJfQ0KCQkuc3Ryb2tlew0KCQlzdHJva2U6ICMxRjI1M0E7DQoJCXN0cm9rZS13aWR0aDogNDsNCgkJc3Ryb2tlLW1pdGVybGltaXQ6IDEwOw0KCQl9DQoJCS50cmFuc3BhcmVudHsNCgkJZmlsbDogbm9uZTsNCgkJfQ0KCQkucm91bmR7DQoJCXN0cm9rZS1saW5lY2FwOiByb3VuZDsNCgkJfQ0KCQkuc3F1YXJlew0KCQlzdHJva2UtbGluZWNhcDogc3F1YXJlOw0KCQl9DQoJCS53aGl0ZS1zdHJva2V7DQoJCXN0cm9rZTogdmFyKC0td2hpdGUpOw0KCQl9DQoJCSp7DQoJCXRyYW5zaXRpb246IGFsbCBlYXNlIDI0MG1zOw0KCQl9DQoJCSNkZXZpcyAjZmlsZS1iZy0zLA0KCQkjZGV2aXM6aG92ZXIgI2ZpbGUtYmctNCwNCgkJI2RldmlzOmhvdmVyICNpY29uLWRldmlzew0KCQl0cmFuc2l0aW9uOiBhbGwgZWFzZSAyNDBtczsNCgkJdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyOw0KCQl0cmFuc2Zvcm0tYm94OiBmaWxsLWJveDsNCgkJY3Vyc29yOiBwb2ludGVyOw0KCQl9DQoJCSNkZXZpcy5ob3ZlcmVkICNmaWxlLWJnLTN7DQoJCXRyYW5zZm9ybTogdHJhbnNsYXRlKCA2NXB4ICwgLTIwcHggKXNjYWxlKDAuOSk7DQoJCX0NCgkJI2RldmlzLmhvdmVyZWQgI2ZpbGUtYmctNHsNCgkJdHJhbnNmb3JtOiB0cmFuc2xhdGUoIC00NXB4ICwgLTIwcHggKXNjYWxlKDAuOSk7DQoJCX0NCgkJI2RldmlzLmhvdmVyZWQgI2ljb24tZGV2aXN7DQoJCXRyYW5zZm9ybTogdHJhbnNsYXRlKDBweCwgMTBweCk7DQoJCX0NCgkJI2RldmlzIC5ncmFkaWVudHtmaWxsOnVybCgjVHJhY8OpXzEwMjFfMl8pO30NCgk8L3N0eWxlPg0KCTxnIGlkPSJncmFkaWVudC1iZy0xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4OTQuNDg5IDI4OTcuMDE2KSIgY2xhc3M9InN0MCI+DQoNCgkJPGxpbmVhckdyYWRpZW50IGlkPSJUcmFjw6lfMTAyMV8yXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSItOTkwLjk5NDQiIHkxPSItMjU0MS4zMzUyIiB4Mj0iLTk5MC4yNzI2IiB5Mj0iLTI1MzguOTY0OCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxMDYuNjExIDAgMCAtODEuNDI5NyAxMDQ4NzUuNzg5MSAtMjA5NjMxLjU3ODEpIj4NCgkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkZGRkY7c3RvcC1vcGFjaXR5OjAuMjkiLz4NCgkJCTxzdG9wICBvZmZzZXQ9IjAuNTY5IiBzdHlsZT0ic3RvcC1jb2xvcjojREZGRkZFIi8+DQoJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRTFGMEZGIi8+DQoJCTwvbGluZWFyR3JhZGllbnQ+DQoJCTxwYXRoIGlkPSJUcmFjw6lfMTAyMV8xXyIgY2xhc3M9ImdyYWRpZW50IiBkPSJNLTgzMC4yLTI4NzUuN2M1MS4yLTIwLjYsMTE3LjgtMTYuNiwxMzIuMS0xNGMyMi4yLDQsMzIuNyw5LjUsNDAuNiwyMS4yDQoJCQljMTQuNSwyMS4zLDMuNiwzNC4xLTUuNSw0MC44Yy0xMy40LDkuOS0xOS4yLDM1LjcsMTUuMiwzMy4xYzE1LjEtMS4xLDM1LjgsOC40LDM5LjcsMjcuNGM3LDMzLjctNi40LDgwLjYtNTAuNCw4My4zDQoJCQljLTkyLDUuNy0yMTMuNiw4LjYtMjIyLjUtMjguN2MtNi4xLTI1LjctMC4xLTQ4LjYsMzQuMy01NC41YzE0LjMtMi40LDM0LjEtMjUuMywyLjItMzguM0MtODcxLjUtMjgxNi4yLTg4NC4xLTI4NTQtODMwLjItMjg3NS43eiINCgkJCS8+DQoJCTwvZz4NCgkJPGcgaWQ9Imljb24tZGV2aXMiPg0KCQkJPHJlY3QgaWQ9ImZpbGUtYmctMyIgeD0iODQuNSIgeT0iNDkiIGNsYXNzPSJkYXJrIHN0cm9rZSByb3VuZCIgd2lkdGg9Ijk4IiBoZWlnaHQ9IjEzMS4yIi8+DQoJCQk8cmVjdCBpZD0iZmlsZS1iZy00IiB4PSI4NC41IiB5PSI0OSIgY2xhc3M9ImdyZWVuIHN0cm9rZSByb3VuZCIgd2lkdGg9Ijk4IiBoZWlnaHQ9IjEzMS4yIi8+DQoJCQk8ZyBpZD0iZmlsZSI+DQoJCQkJPHBvbHlsaW5lIGNsYXNzPSJ3aGl0ZSBzdHJva2Ugcm91bmQiIHBvaW50cz0iMjAyLjksMTYxIDIwMi45LDE3Mi44IDE3NS45LDE5OS44IDEwNC45LDE5OS44IDEwNC45LDY4LjcgMjAyLjksNjguNyAyMDIuOSwxMjUuOCAgICIvPg0KCQkJCTxsaW5lIGNsYXNzPSJ3aGl0ZSBzdHJva2Ugcm91bmQiIHgxPSIyMDIuOSIgeTE9IjEzNi4yIiB4Mj0iMjAyLjkiIHkyPSIxNTEuMyIvPg0KCQkJPC9nPg0KCQkJPHJlY3QgaWQ9ImRlc2NyaXB0aW9uIiB4PSIxMjAuOCIgeT0iMTE3LjYiIGNsYXNzPSJvcmFuZ2Ugc3Ryb2tlIiB3aWR0aD0iNjYiIGhlaWdodD0iMTIuOCIvPg0KCQkJPGNpcmNsZSBpZD0ibG9nbyIgY2xhc3M9ImRhcmsgc3Ryb2tlIHJvdW5kIiBjeD0iMTI5LjQiIGN5PSI5Ni44IiByPSI4LjUiLz4NCgkJCTxnIGlkPSJ0ZXh0ZSI+DQoJCQkJPGxpbmUgY2xhc3M9InN0cm9rZSBzcXVhcmUiIHgxPSIxODYuOSIgeTE9IjkxLjEiIHgyPSIxNTMuOSIgeTI9IjkxLjEiLz4NCgkJCQk8bGluZSBjbGFzcz0ic3Ryb2tlIHNxdWFyZSIgeDE9IjE4Ni45IiB5MT0iMTAyLjYiIHgyPSIxNTQuOCIgeTI9IjEwMi42Ii8+DQoJCQkJPGxpbmUgY2xhc3M9InN0cm9rZSBzcXVhcmUiIHgxPSIxNjUuMiIgeTE9IjE0NS41IiB4Mj0iMTM5LjciIHkyPSIxNDUuNSIvPg0KCQkJCTxsaW5lIGNsYXNzPSJzdHJva2Ugc3F1YXJlIiB4MT0iMTg2LjkiIHkxPSIxNDUuNSIgeDI9IjE3OC41IiB5Mj0iMTQ1LjUiLz4NCgkJCQk8bGluZSBjbGFzcz0ic3Ryb2tlIHNxdWFyZSIgeDE9IjE1OC43IiB5MT0iMTYwLjUiIHgyPSIxNzIuNyIgeTI9IjE2MC41Ii8+DQoJCQkJPGxpbmUgY2xhc3M9InN0cm9rZSBzcXVhcmUiIHgxPSIxMzkuNyIgeTE9IjE2MC41IiB4Mj0iMTQ1LjQiIHkyPSIxNjAuNSIvPg0KCQkJPC9nPg0KCQkJPGcgaWQ9ImNoZWNrIj4NCgkJCQk8Y2lyY2xlIGNsYXNzPSJkYXJrIHN0cm9rZSByb3VuZCIgY3g9IjE5MS4xIiBjeT0iMTg3LjgiIHI9IjE5LjIiLz4NCgkJCQk8cG9seWxpbmUgY2xhc3M9IndoaXRlLXN0cm9rZSBzdHJva2Ugc3F1YXJlIiBwb2ludHM9IjE4NC44LDE4OC4xIDE4OS4yLDE5Mi41IDE5Ny42LDE4NC4xICAgIi8+DQoJCQk8L2c+DQoJCTwvZz4NCgk8L3N2Zz4NCg==) no-repeat center center;
    background-size: cover;
}

.super-icon.contact {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4zLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDAwIDMyMi43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MDAgMzIyLjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtvcGFjaXR5OjAuODg7fQ0KCS5zdDF7ZmlsbDp1cmwoI1RyYWPDqV8xMDIxLTRfMl8pO30NCgkuc3Qye2ZpbGw6I0ZGRkZGRjtzdHJva2U6IzFGMjUzQTtzdHJva2Utd2lkdGg6NS4xMDc4O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Qze2ZpbGw6bm9uZTtzdHJva2U6IzFGMjUzQTtzdHJva2Utd2lkdGg6NS4xMDc4O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Q0e2ZpbGw6IzU1QjFBOTtzdHJva2U6IzFGMjUzQTtzdHJva2Utd2lkdGg6NS4xMDc4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Q1e2ZpbGw6I0Y0N0Y2NDtzdHJva2U6IzFGMjUzQTtzdHJva2Utd2lkdGg6NS4xMDc4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Q2e2ZpbGw6I0Y0N0Y2NDtzdHJva2U6IzFGMjUzQTtzdHJva2Utd2lkdGg6NS4xMDc4O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Q3e2ZpbGw6IzI3NDY1QjtzdHJva2U6IzFGMjUzQTtzdHJva2Utd2lkdGg6NS4xMDc4O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Q4e2ZpbGw6I0ZGRkZGRjtzdHJva2U6IzFGMjUzQTtzdHJva2Utd2lkdGg6NS4xMDc4O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQoJLnN0OXtmaWxsOiM1NUIxQTk7c3Ryb2tlOiMxRjI1M0E7c3Ryb2tlLXdpZHRoOjUuMTA3ODtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQoJLnN0MTB7ZmlsbDojRkZGRkZGO3N0cm9rZTojMUYyNTNBO3N0cm9rZS13aWR0aDo1LjEwNzg7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnIGlkPSJHcm91cGVfNDgwXzFfIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1NzMuMDU0IDU3LjkyKSI+DQoJCTxnIGlkPSJDYWxxdWVfNTctNF8xXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgY2xhc3M9InN0MCI+DQoJCQkNCgkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlRyYWPDqV8xMDIxLTRfMl8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTYyNS44MjE5IiB5MT0iMzQ0LjMxOCIgeDI9Ii02MjQuODg1OSIgeTI9IjM0Ny4zOTIyIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDExNS40NjA4IDAgMCAtODguMTkwMiA3MTg0MC42ODc1IDMwNTk4LjczODMpIj4NCgkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRkZGRkZGO3N0b3Atb3BhY2l0eTowLjI5Ii8+DQoJCQkJPHN0b3AgIG9mZnNldD0iMC41NjkiIHN0eWxlPSJzdG9wLWNvbG9yOiNFMUY5RjgiLz4NCgkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRTRGMUZCIi8+DQoJCQk8L2xpbmVhckdyYWRpZW50Pg0KCQkJPHBhdGggaWQ9IlRyYWPDqV8xMDIxLTRfMV8iIGNsYXNzPSJzdDEiIGQ9Ik0tNDk0LjUtMjUuNmM3MS45LTI5LDE2NS40LTIzLjMsMTg1LjUtMTkuNmMzMS4yLDUuNyw0NS45LDEzLjQsNTcsMjkuOA0KCQkJCWMyMC4zLDMwLDUsNDcuOS03LjcsNTcuM2MtMTguOCwxMy45LTI2LjksNTAuMiwyMS40LDQ2LjVjMjEuMi0xLjYsNTAuMywxMS45LDU1LjgsMzguNWM5LjksNDcuNC05LDExMy4yLTcwLjgsMTE3DQoJCQkJYy0xMjkuMiw4LTMwMCwxMi4xLTMxMi41LTQwLjNjLTguNi0zNi4xLTAuMS02OC4zLDQ4LjItNzYuNWMyMC4xLTMuNCw0Ny44LTM1LjYsMy4xLTUzLjdDLTU1Mi41LDU4LTU3MC4yLDQuOS00OTQuNS0yNS42eiIvPg0KCQk8L2c+DQoJPC9nPg0KCTxnIGlkPSJHcm91cGVfNDc5XzFfIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTQyLjUwNiAtMjc5OS45MDUpIj4NCgkJPGcgaWQ9IkNhbHF1ZV81OC0zXzFfIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNTQ1Ljg2MiAyODY4LjM0OSkiPg0KCQkJPGNpcmNsZSBpZD0iRWxsaXBzZV82Ml8xXyIgY2xhc3M9InN0MiIgY3g9Ii00MDIiIGN5PSIzLjkiIHI9IjMxLjIiLz4NCgkJCTxwYXRoIGlkPSJUcmFjw6lfMTAyNl8xXyIgY2xhc3M9InN0MyIgZD0iTS00MTIuMSw0LjRsNy4xLDcuMWwxMy43LTEzLjciLz4NCgkJCTxwYXRoIGlkPSJUcmFjw6lfMTAyN18xXyIgY2xhc3M9InN0NCIgZD0iTS00NzYuOCwxNi40bDQuMyw4LjdjMC4zLDAuNiwwLjksMSwxLjYsMS4xbDkuNiwxLjRjMS4xLDAuMiwxLjksMS4yLDEuOCwyLjQNCgkJCQljLTAuMSwwLjUtMC4zLDAuOS0wLjYsMS4ybC03LDYuOGMtMC41LDAuNS0wLjcsMS4yLTAuNiwxLjhsMS42LDkuNmMwLjIsMS4xLTAuNiwyLjItMS43LDIuNGMtMC41LDAuMS0wLjksMC0xLjMtMC4ybC04LjYtNC41DQoJCQkJYy0wLjYtMC4zLTEuMy0wLjMtMS45LDBsLTguNiw0LjVjLTEsMC41LTIuMywwLjItMi44LTAuOWMtMC4yLTAuNC0wLjMtMC45LTAuMi0xLjNsMS42LTkuNmMwLjEtMC43LTAuMS0xLjQtMC42LTEuOGwtNy02LjgNCgkJCQljLTAuOC0wLjgtMC44LTIuMSwwLTIuOWMwLjMtMC4zLDAuNy0wLjUsMS4yLTAuNmw5LjYtMS40YzAuNy0wLjEsMS4zLTAuNSwxLjYtMS4xbDQuMy04LjdjMC41LTEsMS43LTEuNSwyLjgtMQ0KCQkJCUMtNDc3LjQsMTUuNi00NzcsMTUuOS00NzYuOCwxNi40eiIvPg0KCQkJPHBhdGggaWQ9IlRyYWPDqV8xMDI4XzFfIiBjbGFzcz0ic3Q1IiBkPSJNLTMzMC44LDE2LjRsNC4zLDguN2MwLjMsMC42LDAuOSwxLDEuNiwxLjFsOS42LDEuNGMxLjEsMC4yLDEuOSwxLjIsMS44LDIuNA0KCQkJCWMtMC4xLDAuNS0wLjMsMC45LTAuNiwxLjJsLTcsNi44Yy0wLjUsMC41LTAuNywxLjItMC42LDEuOGwxLjYsOS42YzAuMiwxLjEtMC42LDIuMi0xLjcsMi40Yy0wLjUsMC4xLTAuOSwwLTEuMy0wLjJsLTguNi00LjUNCgkJCQljLTAuNi0wLjMtMS4zLTAuMy0xLjksMGwtOC42LDQuNWMtMSwwLjUtMi4zLDAuMi0yLjgtMC45Yy0wLjItMC40LTAuMy0wLjktMC4yLTEuM2wxLjYtOS42YzAuMS0wLjctMC4xLTEuNC0wLjYtMS44bC03LTYuOA0KCQkJCWMtMC44LTAuOC0wLjgtMi4xLDAtMi45YzAuMy0wLjMsMC43LTAuNSwxLjItMC42bDkuNi0xLjRjMC43LTAuMSwxLjMtMC41LDEuNi0xLjFsNC4zLTguN2MwLjUtMSwxLjctMS41LDIuOC0xDQoJCQkJQy0zMzEuNCwxNS42LTMzMS4xLDE1LjktMzMwLjgsMTYuNHoiLz4NCgkJPC9nPg0KCQk8ZyBpZD0iQ2FscXVlXzU5XzFfIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNTQyLjI5NyAyODk1LjIyMikiPg0KCQkJPGcgaWQ9Ikdyb3VwZV80NzZfMV8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMi40MjUpIj4NCgkJCQk8cGF0aCBpZD0iVHJhY8OpXzEwMjlfMV8iIGNsYXNzPSJzdDYiIGQ9Ik0tNDUxLjUsMTE5LjlsLTQuMyw4LjdoLTE5LjRsLTQuNC04LjdjMCwwLTExLjMsNC40LTExLjQsNC4zDQoJCQkJCWMtNS4xLTQuNC04LjItMTAuNi04LjYtMTcuM1Y3My4xYzAtMTcuMSwxMy45LTMxLDMxLTMxaDguN2MxNy4xLDAsMzEsMTMuOSwzMSwzMVYxMDdjLTAuMSw3LjEtMy42LDEzLjctOS4zLDE3LjgNCgkJCQkJQy00MzguNSwxMjUtNDUxLjUsMTE5LjktNDUxLjUsMTE5Ljl6Ii8+DQoJCQkJPHBhdGggaWQ9IlRyYWPDqV8xMDMwXzFfIiBjbGFzcz0ic3QyIiBkPSJNLTQ1MC42LDc4LjJjLTUuMS0zLTcuNS0yLjMtMTUuMS01LjdjLTQuMy0yLjQtNy44LTYtMTAuMi0xMC4zDQoJCQkJCWMtNS45LDMuNS05LjYsOS44LTkuNiwxNi43djE0YzAsMTAuNyw4LjcsMTkuNCwxOS40LDE5LjRsMCwwaDIuNWMxMC43LDAsMTkuNC04LjcsMTkuNC0xOS40bDAsMHYtOC41DQoJCQkJCUMtNDQ1LjksODItNDQ4LjEsNzkuOS00NTAuNiw3OC4yeiIvPg0KCQkJCTxwYXRoIGlkPSJUcmFjw6lfMTAzMV8xXyIgY2xhc3M9InN0NyIgZD0iTS00MjMuOCwxNTQuNXYtMS45YzAtMTYuMi0xMS43LTMwLjEtMjcuNy0zMi43Yy0wLjktMC4xLTEzLjcsMzAuNi0xMy43LDMwLjYNCgkJCQkJcy0xMy41LTMwLjYtMTQuNi0zMC40Yy0xNS40LDMuMi0yNi41LDE2LjctMjYuNSwzMi41djEuOUwtNDIzLjgsMTU0LjV6Ii8+DQoJCQkJPHBhdGggaWQ9IlRyYWPDqV8xMDMyXzFfIiBjbGFzcz0ic3Q4IiBkPSJNLTQ3NS4xLDExMC4xbC0zLjMsMTIuMWwzLjMsNi41aDE5LjRsMy4xLTYuOGwtMy0xMS4yYy0yLjgsMS40LTUuOSwyLTksMS43DQoJCQkJCUMtNDY4LjIsMTEyLjUtNDcxLjgsMTExLjctNDc1LjEsMTEwLjF6Ii8+DQoJCQk8L2c+DQoJCQk8ZyBpZD0iR3JvdXBlXzQ3N18xXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzkuMTQ5IDEuOTQ5KSI+DQoJCQkJPHBhdGggaWQ9IlRyYWPDqV8xMDMzXzFfIiBjbGFzcz0ic3QyIiBkPSJNLTM1NC4zLDc3LjFjMC4xLDAuNywwLjIsMS41LDAuMiwyLjN2MTcuMWMwLDktNy4zLDE2LjMtMTYuMywxNi4zYzAsMCwwLDAsMCwwaC03LjcNCgkJCQkJYy05LDAtMTYuMy03LjMtMTYuMy0xNi4zbDAsMFY3OS40YzAtNy4yLDUuOS0xMy4xLDEzLjEtMTMuMWMwLDAsMCwwLDAsMGgzLjhjMi40LDMuNyw1LjksNi42LDEwLDguMg0KCQkJCQlDLTM2My4zLDc1LjctMzU4LjgsNzYuNi0zNTQuMyw3Ny4xeiIvPg0KCQkJCTxwYXRoIGlkPSJUcmFjw6lfMTAzNF8xXyIgY2xhc3M9InN0MiIgZD0iTS0zOTQuNCw5Ny4xYy00LjYsMS40LTkuNS0xLjMtMTAuOC01LjljLTEuNC00LjYsMS4zLTkuNSw1LjktMTAuOA0KCQkJCQljMS41LTAuNSwzLjItMC41LDQuNywwIi8+DQoJCQkJPHBhdGggaWQ9IlRyYWPDqV8xMDM1XzFfIiBjbGFzcz0ic3QyIiBkPSJNLTM1NC4xLDk3LjFjNC42LDEuNCw5LjUtMS4zLDEwLjgtNS45YzEuNC00LjYtMS4zLTkuNS01LjktMTAuOA0KCQkJCQljLTEuNS0wLjUtMy4yLTAuNS00LjcsMCIvPg0KCQkJCTxwYXRoIGlkPSJUcmFjw6lfMTAzNl8xXyIgY2xhc3M9InN0OCIgZD0iTS0zNjMuMywxMjMuOWMtNi42LDUtMTUuNyw1LTIyLjMsMHYtMTIuN2MzLjYsMS4yLDcuNCwxLjcsMTEuMSwxLjcNCgkJCQkJYzMuOCwwLjQsNy42LTAuMiwxMS4xLTEuN0wtMzYzLjMsMTIzLjl6Ii8+DQoJCQkJPHBhdGggaWQ9IlRyYWPDqV8xMDM3XzFfIiBjbGFzcz0ic3Q5IiBkPSJNLTMzNS4zLDE1NWMtMC41LTE2LjctMTEuOS0zMS0yOC4xLTM1LjFjLTAuMSwwLDAuMSw0LjIsMC4xLDQuMg0KCQkJCQljLTMuNCwyLjItNy4zLDMuNC0xMS40LDMuNWMtMy45LTAuMi03LjctMS41LTEwLjktMy43YzAsMCwwLjItNCwwLjEtNGMtMTYuMSw0LjEtMjcuNiwxOC40LTI4LjEsMzUuMUwtMzM1LjMsMTU1eiIvPg0KCQkJCTxwYXRoIGlkPSJUcmFjw6lfMTAzOF8xXyIgY2xhc3M9InN0MiIgZD0iTS0zODIuNCw1OC42YzAsMCwwLjQsMC45LDEuMiwyLjJjMiwzLjUsNi4zLDEwLjMsMTAuNywxMi41YzYuMSwzLjIsMTMuMSw0LjIsMTkuOSwyLjcNCgkJCQkJYzcuNi0xLjgsMTUuNC0xMCwxNS40LTEwbC03LjMtMi42YzAsMC02LjUtOC42LTcuNy0xMC4yYy0zLjctNS41LTkuMi05LjUtMTUuNS0xMS41Yy03LjYtMS45LTIyLjksMC42LTMwLjMsNi44DQoJCQkJCWMtNy42LDYuMy03LjQsMTcuNy03LjQsMjEuMWMwLjUsMy45LDEuNCw3LjgsMi43LDExLjZjMS0wLjUsMi4yLTAuOCwzLjQtMC45YzEsMC4xLDEuOSwwLjEsMi45LDAuMWMwLjEtMy41LDEuMy02LjgsMy41LTkuNg0KCQkJCQljMi40LTIuNCw1LjUtNCw4LjktNC4zaDQuNmMwLDAtMi40LTMuMy0zLTQuNEMtMzgxLjIsNjAuOC0zODIuNCw1OC42LTM4Mi40LDU4LjZ6Ii8+DQoJCQk8L2c+DQoJCQk8ZyBpZD0iR3JvdXBlXzQ3OF8xXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTkuMjk4IDApIj4NCgkJCQk8cGF0aCBpZD0iVHJhY8OpXzEwMzlfMV8iIGNsYXNzPSJzdDIiIGQ9Ik0tMzkzLjcsOTEuMmM1LjEsMS41LDEwLjQtMS40LDExLjktNi41YzEuNS01LjEtMS40LTEwLjQtNi41LTExLjkNCgkJCQkJYy0xLjctMC41LTMuNS0wLjUtNS4yLTAuMSIvPg0KCQkJCTxwYXRoIGlkPSJUcmFjw6lfMTA0MF8xXyIgY2xhc3M9InN0MTAiIGQ9Ik0tNDQxLjUsOTEuMmMtNS4xLDEuNS0xMC40LTEuNC0xMS45LTYuNWMtMS41LTUuMSwxLjQtMTAuNCw2LjUtMTEuOQ0KCQkJCQljMS43LTAuNSwzLjUtMC41LDUuMi0wLjEiLz4NCgkJCQk8cGF0aCBpZD0iUmVjdGFuZ2xlXzU3OV8xXyIgY2xhc3M9InN0MiIgZD0iTS00MjkuOSw1OS41aDI0LjFjNi43LDAsMTIuMSw1LjQsMTIuMSwxMi4xbDAsMFY4N2MwLDEzLjMtMTAuOCwyNC4yLTI0LjIsMjQuMmwwLDANCgkJCQkJYy0xMy4zLDAtMjQuMi0xMC44LTI0LjItMjQuMWMwLDAsMCwwLDAsMFY3MS42Qy00NDIsNjUtNDM2LjYsNTkuNS00MjkuOSw1OS41TC00MjkuOSw1OS41eiIvPg0KCQkJCTxwYXRoIGlkPSJUcmFjw6lfMTA0MV8xXyIgY2xhc3M9InN0OCIgZD0iTS00MzEuNCwxMDcuN3Y4LjZsMTMuNiw5bDEzLjctOXYtOC42Qy00MTIuNiwxMTIuMy00MjIuOSwxMTIuMy00MzEuNCwxMDcuNw0KCQkJCQlMLTQzMS40LDEwNy43eiIvPg0KCQkJCTxwYXRoIGlkPSJUcmFjw6lfMTA0Ml8xXyIgY2xhc3M9InN0NyIgZD0iTS0zNzUsMTcxLjl2LTE4LjVjLTAuMS0xNy42LTEyLjEtMzIuOS0yOS4yLTM3bC0xMy41LDlsLTEzLjQtOQ0KCQkJCQljLTE3LjIsNC4xLTI5LjMsMTkuNC0yOS4zLDM3LjF2MTguNUwtMzc1LDE3MS45eiIvPg0KCQkJCTxwYXRoIGlkPSJUcmFjw6lfMTA0M18xXyIgY2xhc3M9InN0MiIgZD0iTS00MTcuOCwxMjUuNGwtMTkuMSwxMi45bC04LjctMTVjMi4xLTEuNiw0LjQtMy4xLDYuOC00LjJjMi40LTEuMSw1LTIsNy42LTIuNw0KCQkJCQlMLTQxNy44LDEyNS40eiIvPg0KCQkJCTxwYXRoIGlkPSJUcmFjw6lfMTA0NF8xXyIgY2xhc3M9InN0MiIgZD0iTS00MTcuOCwxMjUuNGwxOS4xLDEyLjlsOC43LTE1Yy0yLjEtMS42LTQuNC0zLjEtNi44LTQuMmMtMi40LTEuMS01LTItNy42LTIuNw0KCQkJCQlMLTQxNy44LDEyNS40eiIvPg0KCQkJCTxwYXRoIGlkPSJUcmFjw6lfMTA0NV8xXyIgY2xhc3M9InN0NyIgZD0iTS0zODguNiw3Mi44bDMuOS0xMS41YzAsMC0wLjktMTEuMS02LjEtMTUuNmMtOC4yLTcuMS0xMi43LTkuMy0xNC44LTkuMw0KCQkJCQljLTYuNSwwLTE1LDAtMjIuNiwwLjZjLTguNSwwLjYtMTIuMiwxMC44LTEyLjIsMTAuOHMtOC41LTEuMi0xMC41LDUuNGMtMi4yLDcuNiwyLjMsMjAuNiwyLjMsMjAuNmMxLjEtMC41LDIuMy0wLjksMy41LTEuMg0KCQkJCQljMS0wLjEsMy4yLTAuMSwzLjItMC4xYy0wLjMtMy41LDAuOS03LDMuMy05LjZjMi43LTIuNyw2LjYtMy45LDEwLjQtMy4zaDIyYzMuOC0wLjIsNy41LDEuMywxMC4xLDQuMWMxLjksMi43LDIuOCw2LDIuNiw5LjMNCgkJCQkJYzAuOS0wLjIsMS45LTAuMywyLjgtMC40Qy0zOTAsNzIuNi0zODguNiw3Mi44LTM4OC42LDcyLjh6Ii8+DQoJCQk8L2c+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center center;
    background-size: 90px;
}

.super-icon.export {
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMTAiIGlkPSJleHBvcnQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCXZpZXdCb3g9IjAgMCAzMDAgMjIyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDAgMjIyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQoJPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkJLyogYW5pbWF0aW9uICovDQoJCTpyb290IHsNCgkJY3Vyc29yOiBwb2ludGVyOw0KCQktLWdyZWVuOiAjNTVCMUE5Ow0KCQktLW9yYW5nZTogI0Y0N0Y2NDsNCgkJLS13aGl0ZTogI0ZGRjsNCgkJLS1kYXJrOiAjMjc0NjVCOw0KCQl9DQoNCgkJLyogY29sb3JzICovDQoNCgkJLmdyZWVuew0KCQlmaWxsOiB2YXIoLS1ncmVlbik7DQoJCX0NCgkJLm9yYW5nZXsNCgkJZmlsbDogdmFyKC0tb3JhbmdlKTsNCgkJfQ0KCQkud2hpdGV7DQoJCWZpbGw6IHZhcigtLXdoaXRlKTsNCgkJfQ0KCQkuZGFya3sNCgkJZmlsbDogdmFyKC0tZGFyayk7DQoJCX0NCgkJLnN0cm9rZXsNCgkJc3Ryb2tlOiAjMUYyNTNBOw0KCQlzdHJva2Utd2lkdGg6IDQ7DQoJCXN0cm9rZS1taXRlcmxpbWl0OiAxMDsNCgkJfQ0KCQkudHJhbnNwYXJlbnR7DQoJCWZpbGw6IG5vbmU7DQoJCX0NCgkJLnJvdW5kew0KCQlzdHJva2UtbGluZWNhcDogcm91bmQ7DQoJCX0NCgkJLnNxdWFyZXsNCgkJc3Ryb2tlLWxpbmVjYXA6IHNxdWFyZTsNCgkJfQ0KCQkud2hpdGUtc3Ryb2tlew0KCQlzdHJva2U6IHZhcigtLXdoaXRlKTsNCgkJfQ0KCQkqew0KCQl0cmFuc2l0aW9uOiBhbGwgZWFzZSAyNDBtczsNCgkJfQ0KCQkvKiBleHBvcnQgKi8NCg0KCQlAa2V5ZnJhbWVzIFBvcHsNCgkJICAwJXsNCgkJICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKDBweCwwcHgpcm90YXRlKDApc2NhbGUoMSk7DQoJCSAgfQ0KCQkgIDUwJXsNCgkJICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKDBweCwwcHgpcm90YXRlKDApc2NhbGUoMS4zKTsNCgkJICB9DQoJCX0NCg0KCQkjZXhwb3J0ICNleHBvcnQtYnRuID4gZywNCgkJI2V4cG9ydCAuY2VsbCwNCgkJI2V4cG9ydCAjY2hlY2ssDQoJCSNleHBvcnQgI2V4cG9ydC1pY29uID4gZ3sNCgkJICAgIHRyYW5zZm9ybS1ib3g6IGZpbGwtYm94Ow0KCQkgICAgdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyOw0KCQkgICAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMjQwbXM7DQoJCQkJY3Vyc29yOiBwb2ludGVyOw0KCQl9DQoJCSNleHBvcnQuaG92ZXJlZCAjZXhwb3J0LWJ0biA+IGd7DQoJCSAgICBhbmltYXRpb246IFBvcCAwLjRzIGVhc2UtaW4tb3V0Ow0KCQkgICAgc3Ryb2tlLXdpZHRoOiA0Ow0KCQl9DQoJCSNleHBvcnQuaG92ZXJlZCAuY2VsbHsNCgkJICAgIGZpbGw6ICNiY2QyZGU7DQoJCX0NCgkJI2V4cG9ydC5ob3ZlcmVkICNDZWxsXzF7DQoJCSAgICB0cmFuc2l0aW9uLWRlbGF5OiAwLjJzOw0KCQl9DQoJCSNleHBvcnQuaG92ZXJlZCAjQ2VsbF8yew0KCQkgICAgdHJhbnNpdGlvbi1kZWxheTogMC40czsNCgkJfQ0KCQkjZXhwb3J0LmhvdmVyZWQgI0NlbGxfM3sNCgkJICAgIHRyYW5zaXRpb24tZGVsYXk6IDAuNnM7DQoJCX0NCgkJI2V4cG9ydC5ob3ZlcmVkICNDZWxsXzR7DQoJCSAgICB0cmFuc2l0aW9uLWRlbGF5OiAwLjhzOw0KCQl9DQoJCSNleHBvcnQuaG92ZXJlZCAjQ2VsbF81ew0KCQkgICAgdHJhbnNpdGlvbi1kZWxheTogMXM7DQoJCX0NCgkJI2V4cG9ydC5ob3ZlcmVkICNDZWxsXzZ7DQoJCSAgICB0cmFuc2l0aW9uLWRlbGF5OiAxLjJzOw0KCQl9DQoJCSNleHBvcnQuaG92ZXJlZCAjQ2VsbF83ew0KCQkgICAgdHJhbnNpdGlvbi1kZWxheTogMS40czsNCgkJfQ0KCQkjZXhwb3J0LmhvdmVyZWQgI0NlbGxfOHsNCgkJICAgIHRyYW5zaXRpb24tZGVsYXk6IDEuNnM7DQoJCX0NCgkJI2V4cG9ydC5ob3ZlcmVkICNjaGVja3sNCgkJICAgIGFuaW1hdGlvbjogUG9wIDAuNHMgZWFzZS1pbi1vdXQ7DQoJCSAgICBhbmltYXRpb24tZGVsYXk6IDEuOHMhaW1wb3J0YW50Ow0KCQkgICAgc3Ryb2tlLXdpZHRoOiA0Ow0KCQl9DQoJCSNleHBvcnQuaG92ZXJlZCAjZXhwb3J0LWljb24gPiBnew0KCQkgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMHB4LDEwcHgpcm90YXRlKDApOw0KCQl9DQoJI2V4cG9ydCAuZ3JhZGllbnR7ZmlsbDp1cmwoI0dyYWRpZW50X1BhdGgtNCk7fQ0KCTwvc3R5bGU+DQoJPGcgaWQ9ImdyYWRpZW50LWJnLTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg5NC40ODkgMjg5Ny4wMTYpIiBjbGFzcz0ic3QwIj4NCg0KCQk8bGluZWFyR3JhZGllbnQgaWQ9IkdyYWRpZW50X1BhdGgtNCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSItOTkwLjk5NzMiIHkxPSItMjU0MC4yNjc2IiB4Mj0iLTk5MC4yNzU2IiB5Mj0iLTI1MzcuODk3MiIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxMDYuNjExIDAgMCAtODEuNDI5NyAxMDQ4NzUuNzg5MSAtMjA5NTQzLjY1NjIpIj4NCgkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkZGRkY7c3RvcC1vcGFjaXR5OjAuMjkiLz4NCgkJCTxzdG9wICBvZmZzZXQ9IjAuNTY5IiBzdHlsZT0ic3RvcC1jb2xvcjojREZGRkZFIi8+DQoJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRTFGMEZGIi8+DQoJCTwvbGluZWFyR3JhZGllbnQ+DQoJCTxwYXRoIGlkPSJUcmFjw6lfMTAyMSIgY2xhc3M9ImdyYWRpZW50IiBkPSJNLTgzMC41LTI4NzQuN2M1MS4yLTIwLjYsMTE3LjgtMTYuNiwxMzIuMS0xNGMyMi4yLDQsMzIuNyw5LjUsNDAuNiwyMS4yDQoJCWMxNC41LDIxLjMsMy42LDM0LjEtNS41LDQwLjhjLTEzLjQsOS45LTE5LjIsMzUuNywxNS4yLDMzLjFjMTUuMS0xLjEsMzUuOCw4LjQsMzkuNywyNy40YzcsMzMuNy02LjQsODAuNi01MC40LDgzLjMNCgkJYy05Miw1LjctMjEzLjYsOC42LTIyMi41LTI4LjdjLTYuMS0yNS43LTAuMS00OC42LDM0LjMtNTQuNWMxNC4zLTIuNCwzNC4xLTI1LjMsMi4yLTM4LjNDLTg3MS44LTI4MTUuMi04ODQuNC0yODUzLTgzMC41LTI4NzQuN3oiDQoJCS8+DQoJPC9nPg0KCTxnIGlkPSJleHBvcnQtaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg2Mi45MjIgLTMxODUuMjkxKSI+DQoJCTxnPg0KCQkJPGcgaWQ9InRhYmxlIj4NCgkJCQk8cmVjdCBpZD0iUmVjdGFuZ2xlXzYwOCIgeD0iMTAzOS44IiB5PSIzMjczLjMiIGNsYXNzPSJncmVlbiBzdHJva2Ugcm91bmQiIHdpZHRoPSI0MC4xIiBoZWlnaHQ9IjE4LjYiLz4NCgkJCQk8cmVjdCBpZD0iQ2VsbF8yIiB4PSIxMDM5LjgiIHk9IjMyOTEuOSIgY2xhc3M9IndoaXRlIHN0cm9rZSByb3VuZCBjZWxsIiB3aWR0aD0iNDAuMSIgaGVpZ2h0PSIxOC42Ii8+DQoJCQkJPHJlY3QgaWQ9IkNlbGxfNCIgeD0iMTAzOS44IiB5PSIzMzEwLjUiIGNsYXNzPSJ3aGl0ZSBzdHJva2Ugcm91bmQgY2VsbCIgd2lkdGg9IjQwLjEiIGhlaWdodD0iMTguNiIvPg0KCQkJCTxyZWN0IGlkPSJDZWxsXzEiIHg9Ijk5OS43IiB5PSIzMjkxLjkiIGNsYXNzPSJ3aGl0ZSBzdHJva2Ugcm91bmQgY2VsbCIgd2lkdGg9IjQwLjEiIGhlaWdodD0iMTguNiIvPg0KCQkJCTxyZWN0IGlkPSJSZWN0YW5nbGVfNjEyIiB4PSI5OTkuNyIgeT0iMzI3My4zIiBjbGFzcz0iZGFyayBzdHJva2Ugcm91bmQiIHdpZHRoPSI0MC4xIiBoZWlnaHQ9IjE4LjYiLz4NCgkJCQk8cmVjdCBpZD0iUmVjdGFuZ2xlXzYxMyIgeD0iOTU5LjYiIHk9IjMyNzMuMyIgY2xhc3M9ImRhcmsgc3Ryb2tlIHJvdW5kIiB3aWR0aD0iNDAuMSIgaGVpZ2h0PSIxOC42Ii8+DQoJCQkJPHJlY3QgaWQ9IkNlbGxfMyIgeD0iOTk5LjciIHk9IjMzMTAuNSIgY2xhc3M9IndoaXRlIHN0cm9rZSByb3VuZCBjZWxsIiB3aWR0aD0iNDAuMSIgaGVpZ2h0PSIxOC42Ii8+DQoJCQkJPHJlY3QgaWQ9IkNlbGxfNiIgeD0iMTAzOS44IiB5PSIzMzI5LjEiIGNsYXNzPSJ3aGl0ZSBzdHJva2Ugcm91bmQgY2VsbCIgd2lkdGg9IjQwLjEiIGhlaWdodD0iMTguNiIvPg0KCQkJCTxyZWN0IGlkPSJDZWxsXzUiIHg9Ijk5OS43IiB5PSIzMzI5LjEiIGNsYXNzPSJ3aGl0ZSBzdHJva2Ugcm91bmQgY2VsbCIgd2lkdGg9IjQwLjEiIGhlaWdodD0iMTguNiIvPg0KCQkJCTxyZWN0IGlkPSJSZWN0YW5nbGVfNjE3IiB4PSI5NTkuNiIgeT0iMzMxMC41IiBjbGFzcz0ib3JhbmdlIHN0cm9rZSIgd2lkdGg9IjQwLjEiIGhlaWdodD0iMTguNiIvPg0KCQkJCTxyZWN0IGlkPSJSZWN0YW5nbGVfNjE4IiB4PSI5NTkuNiIgeT0iMzI5MS45IiBjbGFzcz0ib3JhbmdlIHN0cm9rZSIgd2lkdGg9IjQwLjEiIGhlaWdodD0iMTguNiIvPg0KCQkJCTxyZWN0IGlkPSJSZWN0YW5nbGVfNjE5IiB4PSI5NTkuNiIgeT0iMzMyOS4xIiBjbGFzcz0ib3JhbmdlIHN0cm9rZSIgd2lkdGg9IjQwLjEiIGhlaWdodD0iMTguNiIvPg0KCQkJCTxyZWN0IGlkPSJDZWxsXzgiIHg9IjEwMzkuOCIgeT0iMzM0Ny40IiBjbGFzcz0id2hpdGUgc3Ryb2tlIHJvdW5kIGNlbGwiIHdpZHRoPSI0MC4xIiBoZWlnaHQ9IjE4LjYiLz4NCgkJCQk8cmVjdCBpZD0iQ2VsbF83IiB4PSI5OTkuNyIgeT0iMzM0Ny40IiBjbGFzcz0id2hpdGUgc3Ryb2tlIHJvdW5kIGNlbGwiIHdpZHRoPSI0MC4xIiBoZWlnaHQ9IjE4LjYiLz4NCgkJCQk8cmVjdCBpZD0iUmVjdGFuZ2xlXzYyMiIgeD0iOTU5LjYiIHk9IjMzNDcuNCIgY2xhc3M9Im9yYW5nZSBzdHJva2UiIHdpZHRoPSI0MC4xIiBoZWlnaHQ9IjE4LjYiLz4NCgkJCTwvZz4NCgkJCTxnIGlkPSJleHBvcnQtYnRuIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4NjMuNjcyIDMxODYuMDQxKSI+DQoJCQkJPGc+DQoJCQkJCTxwYXRoIGlkPSJSZWN0YW5nbGVfNjIzIiBjbGFzcz0id2hpdGUgc3Ryb2tlIHNxdWFyZSIgZD0iTTY1LjksNTYuMmg0OS4yYzQuNywwLDguNSwzLjgsOC41LDguNXYzOC44YzAsNC43LTMuOCw4LjUtOC41LDguNUg2NS45DQoJCQkJCWMtNC43LDAtOC41LTMuOC04LjUtOC41VjY0LjhDNTcuMyw2MC4xLDYxLjIsNTYuMiw2NS45LDU2LjJ6Ii8+DQoJCQkJCTxnIGlkPSJHcm91cGVfNTEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjI0NSA2Ljg0NCkiPg0KCQkJCQkJPHBhdGggaWQ9IlRyYWPDqV8xMTM0IiBjbGFzcz0id2hpdGUgc3Ryb2tlIHNxdWFyZSIgZD0iTTkyLjMsODMuNXY3LjJINjUuNlY2NGgyNi43djcuMSIvPg0KCQkJCQkJPGxpbmUgaWQ9IkxpZ25lXzM1NiIgY2xhc3M9InRyYW5zcGFyZW50IHN0cm9rZSByb3VuZCIgeDE9Ijc5LjQiIHkxPSI3Ny4zIiB4Mj0iMTA0LjkiIHkyPSI3Ny4zIi8+DQoJCQkJCQk8cGF0aCBpZD0iVHJhY8OpXzExMzUiIGNsYXNzPSJ0cmFuc3BhcmVudCBzdHJva2Ugcm91bmQiIGQ9Ik05OC4yLDY5LjlsNy40LDcuNGwtNy40LDcuNCIvPg0KCQkJCQk8L2c+DQoJCQkJPC9nPg0KCQkJPC9nPg0KCQkJPGcgaWQ9ImNoZWNrIj4NCgkJCQk8Y2lyY2xlIGlkPSJFbGxpcHNlXzc2IiBjbGFzcz0iZ3JlZW4gc3Ryb2tlIHJvdW5kIiBjeD0iMTA3OS45IiBjeT0iMzM2MiIgcj0iMTkuOSIvPg0KCQkJCTxwYXRoIGlkPSJUcmFjw6lfMTEzNiIgY2xhc3M9InRyYW5zcGFyZW50IHN0cm9rZSBzcXVhcmUiIGQ9Ik0xMDcyLjEsMzM2Mi4zbDUuNCw1LjRsMTAuNS0xMC41Ii8+DQoJCQk8L2c+DQoJCTwvZz4NCgk8L2c+DQo8L3N2Zz4NCg==) no-repeat center center;
    background-size: 90px;
}

.super-icon.achats {
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMTAiIGlkPSJhY2hhdHMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCXZpZXdCb3g9IjAgMCAzMDAgMjIyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDAgMjIyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQoJPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkJLyogYW5pbWF0aW9uICovDQoJCTpyb290IHsNCgkJY3Vyc29yOiBwb2ludGVyOw0KCQktLWdyZWVuOiAjNTVCMUE5Ow0KCQktLW9yYW5nZTogI0Y0N0Y2NDsNCgkJLS13aGl0ZTogI0ZGRjsNCgkJLS1kYXJrOiAjMjc0NjVCOw0KCQl9DQoNCgkJLyogY29sb3JzICovDQoJCS5ncmVlbnsNCgkJZmlsbDogdmFyKC0tZ3JlZW4pOw0KCQl9DQoJCS5vcmFuZ2V7DQoJCWZpbGw6IHZhcigtLW9yYW5nZSk7DQoJCX0NCgkJLndoaXRlew0KCQlmaWxsOiB2YXIoLS13aGl0ZSk7DQoJCX0NCgkJLmRhcmt7DQoJCWZpbGw6IHZhcigtLWRhcmspOw0KCQl9DQoJCS5zdHJva2V7DQoJCXN0cm9rZTogIzFGMjUzQTsNCgkJc3Ryb2tlLXdpZHRoOiA0Ow0KCQlzdHJva2UtbWl0ZXJsaW1pdDogMTA7DQoJCX0NCgkJLnRyYW5zcGFyZW50ew0KCQlmaWxsOiBub25lOw0KCQl9DQoJCS5yb3VuZHsNCgkJc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOw0KCQl9DQoJCS5zcXVhcmV7DQoJCXN0cm9rZS1saW5lY2FwOiBzcXVhcmU7DQoJCX0NCgkJLndoaXRlLXN0cm9rZXsNCgkJc3Ryb2tlOiB2YXIoLS13aGl0ZSk7DQoJCX0NCgkJKnsNCgkJdHJhbnNpdGlvbjogYWxsIGVhc2UgMjQwbXM7DQoJCX0NCgkJI2FjaGF0cyAjZGFyay1wcm9kdWN0LA0KCQkjYWNoYXRzICNvcmFuZ2UtcHJvZHVjdCwNCgkJI2FjaGF0cyAjYmx1ZS1wcm9kdWN0LA0KCQkjYWNoYXRzICNhY2hhdHMtaWNvbnsNCgkJICAgIHRyYW5zZm9ybS1ib3g6IGZpbGwtYm94Ow0KCQkgICAgdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyOw0KCQkgICAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMjQwbXM7DQoJCQkJY3Vyc29yOiBwb2ludGVyOw0KCQl9DQoJCSNhY2hhdHMgI2RhcmstcHJvZHVjdHsNCgkJICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKDBweCwwcHgpcm90YXRlKDApOw0KCQl9DQoJCSNhY2hhdHMgI29yYW5nZS1wcm9kdWN0ew0KCQkgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMHB4LDBweClyb3RhdGUoMCk7DQoJCX0NCgkJI2FjaGF0cyAjYmx1ZS1wcm9kdWN0ew0KCQkgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMHB4LDBweClyb3RhdGUoMCk7DQoJCX0NCgkJI2FjaGF0cy5ob3ZlcmVkICNkYXJrLXByb2R1Y3R7DQoJCSAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNXB4LC0xMHB4KXJvdGF0ZSgtMjBkZWcpOw0KCQl9DQoJCSNhY2hhdHMuaG92ZXJlZCAjb3JhbmdlLXByb2R1Y3R7DQoJCSAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgwcHgsLTVweClyb3RhdGUoMCk7DQoJCX0NCgkJI2FjaGF0cy5ob3ZlcmVkICNibHVlLXByb2R1Y3R7DQoJCSAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSg1cHgsLTEwcHgpcm90YXRlKDIwZGVnKTsNCgkJfQ0KCQkjYWNoYXRzLmhvdmVyZWQgI2FjaGF0cy1pY29uew0KCQkgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMHB4LDE1cHgpcm90YXRlKDApOw0KCQl9DQoJI2FjaGF0cyAuc3Qwe2ZpbGw6dXJsKCNiZy1ncmFkaWVudC00NF8xXyk7fQ0KPC9zdHlsZT4NCjxsaW5lYXJHcmFkaWVudCBpZD0iYmctZ3JhZGllbnQtNDRfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTk2LjUwNTQiIHkxPSIzNTUuNjgwOCIgeDI9Ii05NS43ODM2IiB5Mj0iMzU4LjA1MTMiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTA2LjYxMSAwIDAgLTgxLjQyOTcgMTA0MDcuODkwNiAyOTE2OC41NTY2KSI+DQoJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRjtzdG9wLW9wYWNpdHk6MC4yOSIvPg0KCTxzdG9wICBvZmZzZXQ9IjAuNTY5IiBzdHlsZT0ic3RvcC1jb2xvcjojREZGRkZFIi8+DQoJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0UxRjBGRiIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxwYXRoIGlkPSJiZy1ncmFkaWVudC00NCIgY2xhc3M9InN0MCIgZD0iTTY0LjMsMjEuM2M1MS4yLTIwLjYsMTE3LjgtMTYuNiwxMzIuMS0xNGMyMi4yLDQsMzIuNyw5LjUsNDAuNiwyMS4yDQpjMTQuNSwyMS4zLDMuNiwzNC4xLTUuNSw0MC44Yy0xMy40LDkuOS0xOS4yLDM1LjcsMTUuMiwzMy4xYzE1LjEtMS4xLDM1LjgsOC40LDM5LjcsMjcuNGM3LDMzLjctNi40LDgwLjYtNTAuNCw4My4zDQpjLTkyLDUuNy0yMTMuNiw4LjYtMjIyLjUtMjguN2MtNi4xLTI1LjctMC4xLTQ4LjYsMzQuMy01NC41YzE0LjMtMi40LDM0LjEtMjUuMywyLjItMzguM0MyMyw4MC44LDEwLjQsNDMsNjQuMywyMS4zeiIvPg0KPGcgaWQ9ImFjaGF0cy1pY29uIj4NCgk8cGF0aCBpZD0ibGFuaWVyZS1oYXV0IiBjbGFzcz0idHJhbnNwYXJlbnQgc3Ryb2tlIHJvdW5kZWQiIGQ9Ik0xMjYuNiw3Ni40VjY0LjdjMCwwLDAsMCwwLDBjLTAuMS0xMS41LDkuMi0yMC45LDIwLjctMjAuOWwwLDANCgljMTEuNSwwLjEsMjAuOCw5LjQsMjAuNywyMC45djExLjciLz4NCg0KCTxyZWN0IGlkPSJkYXJrLXByb2R1Y3QiIHg9IjEwNy41IiB5PSI1Ni45IiBjbGFzcz0iZGFyayBzdHJva2Ugcm91bmQiIHdpZHRoPSIzOS45IiBoZWlnaHQ9IjYyLjQiLz4NCg0KCTxyZWN0IGlkPSJibHVlLXByb2R1Y3QiIHg9IjE1MS4zIiB5PSI2NC42IiBjbGFzcz0iZ3JlZW4gc3Ryb2tlIHJvdW5kIiB3aWR0aD0iMzQuNSIgaGVpZ2h0PSI2Mi40Ii8+DQoNCgk8cmVjdCBpZD0ib3JhbmdlLXByb2R1Y3QiIHg9IjEyOC41IiB5PSI3Mi44IiBjbGFzcz0ib3JhbmdlIHN0cm9rZSIgd2lkdGg9IjM5LjkiIGhlaWdodD0iNjIuNCIvPg0KCTxnIGlkPSJjYWJhcyI+DQoJCTxwYXRoIGlkPSJUcmFjw6lfMTEyNyIgY2xhc3M9IndoaXRlIHN0cm9rZSByb3VuZCIgZD0iTTE5NC42LDE4Mi44SDEwMGMtNC42LDAtOC40LTMuOC04LjQtOC40YzAtMC4yLDAtMC40LDAtMC42bDYuNS04Ni43aDk4LjNsNi41LDg2LjcNCgkJYzAuMyw0LjYtMy4xLDguNy03LjgsOUMxOTUsMTgyLjgsMTk0LjgsMTgyLjgsMTk0LjYsMTgyLjh6Ii8+DQoJCTxwYXRoIGlkPSJUcmFjw6lfMTEzMyIgY2xhc3M9ImdyZWVuIHN0cm9rZSByb3VuZCIgZD0iTTIwMS42LDE1Ny41SDkyLjhsMS4yLTE2LjNoMTA2LjVMMjAxLjYsMTU3LjV6Ii8+DQoJPC9nPg0KCTxnIGlkPSJvZWlsbGV0cyI+DQoJCTxjaXJjbGUgaWQ9IkVsbGlwc2VfNzQiIGNsYXNzPSJ3aGl0ZSBzdHJva2Ugcm91bmQiIGN4PSIxMjYuNiIgY3k9IjEwMC41IiByPSIzLjgiLz4NCgkJPGNpcmNsZSBpZD0iRWxsaXBzZV83NSIgY2xhc3M9IndoaXRlIHN0cm9rZSByb3VuZCIgY3g9IjE2OCIgY3k9IjEwMC41IiByPSIzLjQiLz4NCgk8L2c+DQoJPHBhdGggaWQ9ImxhbmllcmUtYmFzIiBjbGFzcz0idHJhbnNwYXJlbnQgc3Ryb2tlIHJvdW5kZWQiIGQ9Ik0xNjgsMTAwLjJ2MTEuN2MwLjEsMTEuNS05LjIsMjAuOS0yMC43LDIwLjlsMCwwYy0xMS41LTAuMS0yMC44LTkuNC0yMC43LTIwLjljMCwwLDAsMCwwLDANCgl2LTExLjciLz4NCjwvZz4NCjwvc3ZnPg0K) no-repeat center center;
    background-size: 90px;
}

.super-icon.fiche-de-paie {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4zLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDAwIDMwOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAwIDMwODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe29wYWNpdHk6MC44ODt9DQoJLnN0MXtmaWxsOnVybCgjVHJhY8OpXzEwMjFfMV8pO30NCgkuc3Qye2ZpbGw6I0ZGRkZGRjtzdHJva2U6IzFGMjUzQTtzdHJva2Utd2lkdGg6NC45MjQ5O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Qze2ZpbGw6IzI3NDY1QjtzdHJva2U6IzFGMjUzQTtzdHJva2Utd2lkdGg6NC45MjQ5O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Q0e2ZpbGw6IzU1QjFBOTtzdHJva2U6IzFGMjUzQTtzdHJva2Utd2lkdGg6NC45MjQ5O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Q1e2ZpbGw6I0Y0N0Y2NDtzdHJva2U6IzFGMjUzQTtzdHJva2Utd2lkdGg6NC45MjQ5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Q2e2ZpbGw6bm9uZTtzdHJva2U6IzFGMjUzQTtzdHJva2Utd2lkdGg6NC45MjQ5O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCjwvc3R5bGU+DQo8ZyBpZD0iR3JvdXBlXzUwNF8xXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzguOTQ5IDUzLjUwNSkiPg0KCTxnIGlkPSJDYWxxdWVfNTdfM18iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGNsYXNzPSJzdDAiPg0KCQkNCgkJCTxsaW5lYXJHcmFkaWVudCBpZD0iVHJhY8OpXzEwMjFfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTEyNy40MjU0IiB5MT0iMzQ2Ljg0NjUiIHgyPSItMTI2LjQ5NDgiIHkyPSIzNDkuOTAyNiIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxMTUuNDYwOCAwIDAgLTg4LjE5MDIgMTQ3OTAuOTQ4MiAzMDgyMS42MDk0KSI+DQoJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRkZGRkZGO3N0b3Atb3BhY2l0eTowLjI5Ii8+DQoJCQk8c3RvcCAgb2Zmc2V0PSIwLjU2OSIgc3R5bGU9InN0b3AtY29sb3I6I0UxRjlGOCIvPg0KCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0U0RjFGQiIvPg0KCQk8L2xpbmVhckdyYWRpZW50Pg0KCQk8cGF0aCBpZD0iVHJhY8OpXzEwMjFfM18iIGNsYXNzPSJzdDEiIGQ9Ik0xLjQtMjQuMkM3Mi45LTUzLDE2NS45LTQ3LjMsMTg1LjktNDMuN2MzMSw1LjYsNDUuNiwxMy4zLDU2LjYsMjkuNg0KCQkJYzIwLjIsMjkuOCw1LDQ3LjYtNy43LDU3Yy0xOC43LDEzLjgtMjYuNyw0OS45LDIxLjIsNDYuM2MyMS4xLTEuNiw1MCwxMS44LDU1LjUsMzguM2M5LjgsNDcuMS04LjksMTEyLjUtNzAuNCwxMTYuMw0KCQkJYy0xMjguNSw3LjktMjk4LjMsMTItMzEwLjctNDAuMWMtOC41LTM1LjktMC4xLTY3LjksNDcuOS03Ni4xYzIwLTMuNCw0Ny41LTM1LjQsMy4xLTUzLjRDLTU2LjIsNTguOS03My44LDYuMiwxLjQtMjQuMnoiLz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0iR3JvdXBlXzUwM18xXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwNDQuNzcyIC0yODQ1Ljg1MSkiPg0KCTxwYXRoIGlkPSJSZWN0YW5nbGVfNTk1XzFfIiBjbGFzcz0ic3QyIiBkPSJNMjE2NC4xLDI5MDYuOWgxNjQuMmM5LjIsMCwxNi43LDcuNSwxNi43LDE2Ljd2MTM5LjdjMCw5LjItNy41LDE2LjctMTYuNywxNi43aC0xNjQuMg0KCQljLTkuMiwwLTE2LjctNy41LTE2LjctMTYuN3YtMTM5LjdDMjE0Ny40LDI5MTQuNCwyMTU0LjksMjkwNi45LDIxNjQuMSwyOTA2Ljl6Ii8+DQoJPHBhdGggaWQ9IlRyYWPDqV8xMTE2XzFfIiBjbGFzcz0ic3QyIiBkPSJNMjE2Mi44LDMwMzEuMXYtMTA4LjhoMTY2Ljh2MTQyLjJoLTE2Ni44di0xOC4xIi8+DQoJPGNpcmNsZSBpZD0iRWxsaXBzZV83MV8xXyIgY2xhc3M9InN0MyIgY3g9IjIyMDMuOCIgY3k9IjI5OTIuOCIgcj0iMTkuNSIvPg0KCTxjaXJjbGUgaWQ9IkVsbGlwc2VfNzJfMV8iIGNsYXNzPSJzdDQiIGN4PSIyMjc0LjkiIGN5PSIyOTkyLjgiIHI9IjMzLjIiLz4NCgk8cGF0aCBpZD0iUmVjdGFuZ2xlXzU5Nl8xXyIgY2xhc3M9InN0NSIgZD0iTTIyMDMuOCwyOTg2LjRMMjIwMy44LDI5ODYuNGMzLjcsMCw2LjgsMyw2LjgsNi44djMwLjljMCwzLjctMyw2LjgtNi44LDYuOGwwLDANCgkJYy0zLjcsMC02LjgtMy02LjgtNi44di0zMC45QzIxOTcuMSwyOTg5LjQsMjIwMC4xLDI5ODYuNCwyMjAzLjgsMjk4Ni40eiIvPg0KCTxjaXJjbGUgaWQ9IkVsbGlwc2VfNzNfMV8iIGNsYXNzPSJzdDIiIGN4PSIyMjc0LjkiIGN5PSIyOTkyLjgiIHI9IjYiLz4NCgk8cGF0aCBpZD0iUmVjdGFuZ2xlXzU5N18xXyIgY2xhc3M9InN0NSIgZD0iTTIzMTkuNywzMDI2aDEwLjhjMi41LDAsNC42LDIuMSw0LjYsNC42djkuOGMwLDIuNS0yLjEsNC42LTQuNiw0LjZoLTEwLjgNCgkJYy0yLjUsMC00LjYtMi4xLTQuNi00LjZ2LTkuOEMyMzE1LjEsMzAyOC4xLDIzMTcuMSwzMDI2LDIzMTkuNywzMDI2eiIvPg0KCTxwYXRoIGlkPSJSZWN0YW5nbGVfNTk4XzFfIiBjbGFzcz0ic3Q1IiBkPSJNMjMxOS43LDI5NDAuNWgxMC44YzIuNSwwLDQuNiwyLjEsNC42LDQuNnY5LjhjMCwyLjUtMi4xLDQuNi00LjYsNC42aC0xMC44DQoJCWMtMi41LDAtNC42LTIuMS00LjYtNC42di05LjhDMjMxNS4xLDI5NDIuNiwyMzE3LjEsMjk0MC41LDIzMTkuNywyOTQwLjV6Ii8+DQoJPHBhdGggaWQ9IlJlY3RhbmdsZV81OTlfMV8iIGNsYXNzPSJzdDMiIGQ9Ik0yMTYyLjcsMzA4MGgzNS41bDAsMHY3LjNjMCw0LjctMy44LDguNS04LjUsOC41aC0xOC41Yy00LjcsMC04LjUtMy44LTguNS04LjVsMCwwDQoJCVYzMDgwTDIxNjIuNywzMDgweiIvPg0KCTxwYXRoIGlkPSJSZWN0YW5nbGVfNjAwXzFfIiBjbGFzcz0ic3QzIiBkPSJNMjI5NC4xLDMwODBoMzUuNWwwLDB2Ny4zYzAsNC43LTMuOCw4LjUtOC41LDguNWgtMTguNWMtNC43LDAtOC41LTMuOC04LjUtOC41bDAsMA0KCQlWMzA4MEwyMjk0LjEsMzA4MHoiLz4NCgk8ZyBpZD0iR3JvdXBlXzQ5OV8xXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjE5My4zMzYgMjkzNy41ODMpIj4NCgkJPGxpbmUgaWQ9IkxpZ25lXzM0OF8xXyIgY2xhc3M9InN0NiIgeDE9IjgxLjYiIHkxPSIyMiIgeDI9IjgxLjYiIHkyPSIzMS43Ii8+DQoJCTxsaW5lIGlkPSJMaWduZV8zNDlfMV8iIGNsYXNzPSJzdDYiIHgxPSI4MS42IiB5MT0iNzguNyIgeDI9IjgxLjYiIHkyPSI4OC41Ii8+DQoJPC9nPg0KCTxnIGlkPSJHcm91cGVfNTAwXzFfIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTg2LjMxNSAyOTQwLjQ5MikiPg0KCQk8bGluZSBpZD0iTGlnbmVfMzUwXzFfIiBjbGFzcz0ic3Q2IiB4MT0iNjUuMSIgeTE9IjI4LjgiIHgyPSI3MiIgeTI9IjM1LjciLz4NCgkJPGxpbmUgaWQ9IkxpZ25lXzM1MV8xXyIgY2xhc3M9InN0NiIgeDE9IjEwNS4yIiB5MT0iNjguOSIgeDI9IjExMi4xIiB5Mj0iNzUuOCIvPg0KCTwvZz4NCgk8ZyBpZD0iR3JvdXBlXzUwMV8xXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjE4My40MDcgMjk0Ny41MTMpIj4NCgkJPGxpbmUgaWQ9IkxpZ25lXzM1Ml8xXyIgY2xhc3M9InN0NiIgeDE9IjU4LjIiIHkxPSI0NS4zIiB4Mj0iNjgiIHkyPSI0NS4zIi8+DQoJCTxsaW5lIGlkPSJMaWduZV8zNTNfMV8iIGNsYXNzPSJzdDYiIHgxPSIxMTUiIHkxPSI0NS4zIiB4Mj0iMTI0LjciIHkyPSI0NS4zIi8+DQoJPC9nPg0KCTxnIGlkPSJHcm91cGVfNTAyXzFfIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTg2LjMxNSAyOTQwLjQ5MikiPg0KCQk8bGluZSBpZD0iTGlnbmVfMzU0XzFfIiBjbGFzcz0ic3Q2IiB4MT0iNjUuMSIgeTE9Ijc1LjgiIHgyPSI3MiIgeTI9IjY4LjkiLz4NCgkJPGxpbmUgaWQ9IkxpZ25lXzM1NV8xXyIgY2xhc3M9InN0NiIgeDE9IjEwNS4yIiB5MT0iMzUuNyIgeDI9IjExMi4xIiB5Mj0iMjguOCIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K) no-repeat center center;
    background-size: 90px;
}

.super-icon.conges {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4zLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDAwIDMxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAwIDMxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe29wYWNpdHk6MC44ODt9DQoJLnN0MXtmaWxsOnVybCgjVHJhY8OpXzEwMjEtMl8xXyk7fQ0KCS5zdDJ7ZmlsbDojNTVCMUE5O3N0cm9rZTojMUYyNTNBO3N0cm9rZS13aWR0aDo0Ljk3MDI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KCS5zdDN7ZmlsbDojRkZGRkZGO3N0cm9rZTojMUYyNTNBO3N0cm9rZS13aWR0aDo0Ljk3MDI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KCS5zdDR7ZmlsbDojMjc0NjVCO3N0cm9rZTojMUYyNTNBO3N0cm9rZS13aWR0aDo0Ljk3MDI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KCS5zdDV7ZmlsbDojRjQ3RjY0O3N0cm9rZTojMUYyNTNBO3N0cm9rZS13aWR0aDo0Ljk3MDI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KCS5zdDZ7ZmlsbDpub25lO3N0cm9rZTojMUYyNTNBO3N0cm9rZS13aWR0aDo0Ljk3MDI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KCS5zdDd7ZmlsbDojMjc0NjVCO3N0cm9rZTojMUYyNTNBO3N0cm9rZS13aWR0aDo0Ljk3MDI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO30NCjwvc3R5bGU+DQo8ZyBpZD0iR3JvdXBlXzUwN18xXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzI3LjEyNyA1My41MDQpIj4NCgk8ZyBpZD0iQ2FscXVlXzU3LTJfM18iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGNsYXNzPSJzdDAiPg0KCQkNCgkJCTxsaW5lYXJHcmFkaWVudCBpZD0iVHJhY8OpXzEwMjEtMl8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSItMzc3Ljc2ODkiIHkxPSIzNDkuODEzMSIgeDI9Ii0zNzYuODIzMSIgeTI9IjM1Mi45MTkxIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDExNS40NjA4IDAgMCAtODguMTkwMiA0MzQ0NS43Njk1IDMxMDg5LjI2NzYpIj4NCgkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkZGRkY7c3RvcC1vcGFjaXR5OjAuMjkiLz4NCgkJCTxzdG9wICBvZmZzZXQ9IjAuNTY5IiBzdHlsZT0ic3RvcC1jb2xvcjojRTFGOUY4Ii8+DQoJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRTRGMUZCIi8+DQoJCTwvbGluZWFyR3JhZGllbnQ+DQoJCTxwYXRoIGlkPSJUcmFjw6lfMTAyMS0yXzNfIiBjbGFzcz0ic3QxIiBkPSJNLTI0OS44LTIyLjNjNzIuNi0yOS4zLDE2Ny4yLTIzLjUsMTg3LjQtMTkuOEMtMzAuOS0zNi40LTE2LjEtMjguNi00LjgtMTINCgkJCWMyMC41LDMwLjMsNSw0OC40LTcuOCw1Ny45Yy0xOSwxNC0yNy4yLDUwLjcsMjEuNiw0N2MyMS40LTEuNiw1MC44LDEyLDU2LjQsMzguOWMxMCw0Ny45LTkuMSwxMTQuNC03MS41LDExOC4yDQoJCQljLTEzMC42LDguMS0zMDMuMiwxMi4yLTMxNS44LTQwLjhjLTguNy0zNi40LTAuMS02OSw0OC43LTc3LjNjMjAuMy0zLjQsNDguMy0zNiwzLjEtNTQuM0MtMzA4LjQsNjIuMS0zMjYuMyw4LjUtMjQ5LjgtMjIuM3oiLz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0iR3JvdXBlXzUwNV8xXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3NjguNDc0IC0yNzU3LjUwMykiPg0KCTxnIGlkPSJHcm91cGVfNTA2XzFfIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTI3LjY3NyAyODMyLjI2MikiPg0KCQk8cGF0aCBpZD0iVHJhY8OpXzExMTdfMV8iIGNsYXNzPSJzdDIiIGQ9Ik0tOTUsOTcuOWgxOS42bC0wLjksMTIuNWMwLDAsNy4xLDI5LjEsNC42LDM2LjJjLTIuNiw3LjEtNy4zLDExLjYtMTQuMSwxMS42SC05NSIvPg0KCQk8cGF0aCBpZD0iVHJhY8OpXzExMThfMV8iIGNsYXNzPSJzdDIiIGQ9Ik0tMjIyLDk3LjloLTE5LjZsMC45LDEyLjVjMCwwLTcuMSwyOS4xLTQuNSwzNi4yYzIuNiw3LjEsNy4zLDExLjYsMTQuMSwxMS42aDkuMSIvPg0KCQk8cGF0aCBpZD0iUmVjdGFuZ2xlXzYwMl8xXyIgY2xhc3M9InN0MyIgZD0iTS0xNzcuNywxMC41aDM4LjVjMjQuNCwwLDQ0LjIsMTkuOCw0NC4yLDQ0LjJsMCwwdjEwNS41YzAsMTEuMy05LjEsMjAuNC0yMC40LDIwLjQNCgkJCWgtODYuMWMtMTEuMywwLTIwLjQtOS4xLTIwLjQtMjAuNFY1NC43Qy0yMjIsMzAuMy0yMDIuMiwxMC41LTE3Ny43LDEwLjV6Ii8+DQoJCTxwYXRoIGlkPSJSZWN0YW5nbGVfNjAzXzFfIiBjbGFzcz0ic3Q0IiBkPSJNLTE3MS42LDk3LjdoMjYuMWMxMy4yLDAsMjMuOCwxMC43LDIzLjgsMjMuOHYzNS40YzAsMTMuMi0xMC43LDIzLjgtMjMuOCwyMy44aC0yNi4xDQoJCQljLTEzLjIsMC0yMy44LTEwLjctMjMuOC0yMy44di0zNS40Qy0xOTUuNCwxMDguMy0xODQuNyw5Ny43LTE3MS42LDk3Ljd6Ii8+DQoJCTxwYXRoIGlkPSJUcmFjw6lfMTExOV8xXyIgY2xhc3M9InN0MiIgZD0iTS0xMjEuNiwxMTkuNGwtMzYuOSwxMy45bC0zNi45LTEzLjl2LTkuOGMtMC4xLTYuNCw1LTExLjgsMTEuNC0xMS45aDUxDQoJCQljNi40LDAuMiwxMS41LDUuNSwxMS40LDExLjlMLTEyMS42LDExOS40eiIvPg0KCQk8cGF0aCBpZD0iVHJhY8OpXzExMjBfMV8iIGNsYXNzPSJzdDQiIGQ9Ik0tMjQwLjcsMTEwLjRoMTguN1Y5Ny45aC0xOS42TC0yNDAuNywxMTAuNHoiLz4NCgkJPHBhdGggaWQ9IlRyYWPDqV8xMTIxXzFfIiBjbGFzcz0ic3Q0IiBkPSJNLTc2LjMsMTEwLjRILTk1Vjk3LjloMTkuNkwtNzYuMywxMTAuNHoiLz4NCgkJPHBhdGggaWQ9IlJlY3RhbmdsZV82MDRfMV8iIGNsYXNzPSJzdDQiIGQ9Ik0tMTYzLjMsMjcuMmg5LjdjMTQuOSwwLDI3LjEsMTIuMSwyNy4xLDI3LjFsMCwwYzAsMTQuOS0xMi4xLDI3LjEtMjcuMSwyNy4xaC05LjcNCgkJCWMtMTQuOSwwLTI3LjEtMTIuMS0yNy4xLTI3LjFsMCwwQy0xOTAuNCwzOS4zLTE3OC4zLDI3LjItMTYzLjMsMjcuMnoiLz4NCgkJPHBhdGggaWQ9IlJlY3RhbmdsZV82MDVfMV8iIGNsYXNzPSJzdDUiIGQ9Ik0tMTk4LjgsMzguNmg4MC42YzguMywwLDE1LDYuNywxNSwxNWwwLDBjMCw4LjMtNi43LDE1LTE1LDE1aC04MC42DQoJCQljLTguMywwLTE1LTYuNy0xNS0xNWwwLDBDLTIxMy44LDQ1LjMtMjA3LjEsMzguNi0xOTguOCwzOC42eiIvPg0KCQk8cmVjdCBpZD0iUmVjdGFuZ2xlXzYwNl8xXyIgeD0iLTE5Ni4yIiB5PSIzOC44IiBjbGFzcz0ic3QyIiB3aWR0aD0iMTEuNiIgaGVpZ2h0PSIyOS45Ii8+DQoJCTxyZWN0IGlkPSJSZWN0YW5nbGVfNjA3XzFfIiB4PSItMTMyLjQiIHk9IjM4LjgiIGNsYXNzPSJzdDIiIHdpZHRoPSIxMS42IiBoZWlnaHQ9IjI5LjkiLz4NCgkJPHBhdGggaWQ9IlRyYWPDqV8xMTIyXzFfIiBjbGFzcz0ic3Q2IiBkPSJNLTE3Ni42LDEwLjNWMi41YzAtNSw0LTksOS05aDE4LjFjNSwwLDksNCw5LDl2Ny45Ii8+DQoJCTxwYXRoIGlkPSJUcmFjw6lfMTEyM18xXyIgY2xhc3M9InN0MyIgZD0iTS0xOTMuNCwxMi4xYy00LjEsMS4xLTgsMi45LTExLjUsNS40Yy00LjEsMi43LTcuNiw2LjItMTAuMywxMC4zbC0xMC0zMi41DQoJCQljLTAuOC0yLjUsMC42LTUuMSwzLjEtNS44bDE1LjItNC43YzIuNS0wLjgsNS4xLDAuNiw1LjgsMy4xTC0xOTMuNCwxMi4xeiIvPg0KCQk8cGF0aCBpZD0iVHJhY8OpXzExMjRfMV8iIGNsYXNzPSJzdDciIGQ9Ik0tMjI1LjQtNS40bDMuNSw1Mi43YzAuNC00LjYsMS41LTkuMSwzLjMtMTMuNGMxLTIuMSwyLjItNC4yLDMuNS02LjJMLTIyNS40LTUuNHoiLz4NCgkJPHBhdGggaWQ9IlRyYWPDqV8xMTI1XzFfIiBjbGFzcz0ic3QzIiBkPSJNLTEyMy4zLDEyLjFjNC4xLDEuMSw4LDIuOSwxMS41LDUuNGM0LjEsMi43LDcuNiw2LjIsMTAuMywxMC4zbDEwLTMyLjUNCgkJCWMwLjgtMi41LTAuNi01LjEtMy4xLTUuOGwtMTUuMi00LjdjLTIuNS0wLjgtNS4xLDAuNi01LjgsMy4xTC0xMjMuMywxMi4xeiIvPg0KCQk8cGF0aCBpZD0iVHJhY8OpXzExMjZfMV8iIGNsYXNzPSJzdDciIGQ9Ik0tOTEuNC01LjRsLTMuNSw1Mi43Yy0wLjQtNC42LTEuNS05LjEtMy4zLTEzLjRjLTEtMi4xLTIuMi00LjItMy41LTYuMkwtOTEuNC01LjR6Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=) no-repeat center center;
    background-size: 90px;
}

.super-icon.statistiques {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzAxLjIgMTEyLjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwMS4yIDExMi43OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7b3BhY2l0eTowLjI1O2ZpbGw6dXJsKCNUcmFjw6lfODAxXzFfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30NCgkuc3Qxe2ZpbGw6I0ZGRDM4NTt9DQoJLnN0MntvcGFjaXR5OjAuMjU7ZmlsbDp1cmwoI1RyYWPDqV84MDBfMV8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fQ0KCS5zdDN7ZmlsbDojMjhCNUJGO30NCgkuc3Q0e2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGcgaWQ9Ikdyb3VwZV8zNTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMDMgLTc1MSkiPg0KDQoJCTxsaW5lYXJHcmFkaWVudCBpZD0iVHJhY8OpXzgwMV8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDUuNzIyNSIgeTE9Ijk5MC43NDg4IiB4Mj0iMTA1LjcyMjUiIHkyPSI5ODkuNzQ4OCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxOTYuODg2MiAwIDAgLTU5LjU0NjkgLTIwNTA1LjM1NzQgNTk3NTguMTgzNikiPg0KCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRkZEMzg1Ii8+DQoJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkZGRkYiLz4NCgk8L2xpbmVhckdyYWRpZW50Pg0KCTxwYXRoIGlkPSJUcmFjw6lfODAxIiBjbGFzcz0ic3QwIiBkPSJNMjExLjUsNzkzLjJjMCwwLDExLjUtMTIuMSwyNS0xMi4xczI0LjQsMTIuMSw0MS44LDEyLjFzNDIuMy0zMi4xLDcyLjMtMzENCgkJczU3LjcsMjIuMiw1Ny43LDIyLjJzLTMwLDM4LjktNDQuNSwzNy4zcy01MC42LTIyLTU3LjEtMjAuN3MtNDEuNywxOS40LTU1LjYsMTkuNHMtMjQuOS05LjItMzIuNi0xNi40UzIxMS41LDc5My4yLDIxMS41LDc5My4yeiINCgkJLz4NCgk8ZyBpZD0iVHJhY8OpXzgwMiI+DQoJCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yNzguMyw3OTQuNWMtOS40LDAtMTYuOC0zLjQtMjMuOS02LjdjLTYtMi44LTExLjctNS40LTE3LjgtNS40Yy0xMi45LDAtMjQuMiwxMS43LTI0LjMsMTEuOGwtMS40LTEuNA0KCQkJYzAuNS0wLjUsMTEuOS0xMi40LDI1LjgtMTIuNGM2LjYsMCwxMi41LDIuNywxOC43LDUuNmM2LjksMy4yLDE0LjEsNi41LDIzLjEsNi41YzcuMSwwLDE1LjYtNS43LDI1LjUtMTIuMg0KCQkJYzEzLjctOS4xLDI5LjMtMTkuNCw0Ni45LTE4LjhjMzAsMS4xLDU4LDIyLjIsNTguMywyMi40bC0xLjIsMS42Yy0wLjMtMC4yLTI3LjgtMjAuOS01Ny4yLTIyYy0xNi45LTAuNi0zMi4yLDkuNS00NS43LDE4LjQNCgkJCUMyOTQuOCw3ODguNiwyODYsNzk0LjUsMjc4LjMsNzk0LjV6Ii8+DQoJPC9nPg0KDQoJCTxsaW5lYXJHcmFkaWVudCBpZD0iVHJhY8OpXzgwMF8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDUuNDQ2MyIgeTE9Ijk5Mi4wMjIzIiB4Mj0iMTA1LjQ0NjMiIHkyPSI5OTEuMDIyMyIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgzMDEuMTk0MSAwIDAgLTEwMi4yMDUxIC0zMTQwNi4yMTg4IDEwMjE1MS4zMTI1KSI+DQoJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiMyOEI1QkYiLz4NCgkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRiIvPg0KCTwvbGluZWFyR3JhZGllbnQ+DQoJPHBhdGggaWQ9IlRyYWPDqV84MDAiIGNsYXNzPSJzdDIiIGQ9Ik0yMDMsNzgxYzAsMCwxNy42LDM2LDQyLjksMzZzMzkuNi0xOC45LDYxLjEtMTguOXM0MC43LDIyLjUsNjIuMiwxOC45czUwLjYtNTUuNSw4MC4zLTU1LjUNCgkJczU0LjcsMzMuMyw1NC43LDMzLjN2NjguOUgyMDNWNzgxeiIvPg0KCTxnIGlkPSJUcmFjw6lfNzk5Ij4NCgkJPHBhdGggY2xhc3M9InN0MyIgZD0iTTM2NC40LDgxOC43Yy0xMCwwLTE5LjctNC45LTI5LTkuN2MtOS4yLTQuNy0xOC43LTkuNi0yOC41LTkuNmMtMTAsMC0xOC41LDQuMi0yNy41LDguNw0KCQkJYy05LjksNS0yMC4yLDEwLjEtMzMuNiwxMC4xYy0yMi43LDAtMzktMjcuNi00Mi45LTM0LjlsMC45LTIuNmMwLjIsMC40LDE3LjYsMzUuNSw0MiwzNS41YzEyLjksMCwyMy01LDMyLjctOS45DQoJCQljOS4yLTQuNiwxNy45LTksMjguNC05YzEwLjIsMCwxOS45LDUsMjkuNCw5LjhjMTEsNS42LDIxLjUsMTEsMzIuNiw5LjFjOS4xLTEuNSwxOS45LTEyLjMsMzEuNC0yMy43YzE1LTE0LjksMzItMzEuOCw0OS4xLTMxLjgNCgkJCWMyNy4yLDAsNTAsMjYuNyw1NC43LDMyLjZsMCwxLjdsLTAuOCwwLjZjLTAuMi0wLjMtMjUuMS0zMi45LTUzLjktMzIuOWMtMTYuMywwLTMzLDE2LjYtNDcuNywzMS4yDQoJCQljLTExLjcsMTEuNi0yMi44LDIyLjYtMzIuNCwyNC4yQzM2Ny43LDgxOC42LDM2Niw4MTguNywzNjQuNCw4MTguN3oiLz4NCgk8L2c+DQoJPGcgaWQ9IkVsbGlwc2VfMzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM2NC4xOTMgODY2LjUwMikiPg0KCQk8Y2lyY2xlIGNsYXNzPSJzdDQiIGN4PSItNTYuNiIgY3k9Ii02Ny4xIiByPSI2Ii8+DQoJCTxnPg0KCQkJPHBhdGggY2xhc3M9InN0MyIgZD0iTS01Ni42LTYxLjFjLTMuMywwLTYtMi43LTYtNmMwLTMuMywyLjctNiw2LTZzNiwyLjcsNiw2Qy01MC42LTYzLjgtNTMuMy02MS4xLTU2LjYtNjEuMXogTS01Ni42LTcxLjENCgkJCQljLTIuMiwwLTQsMS44LTQsNHMxLjgsNCw0LDRzNC0xLjgsNC00Uy01NC40LTcxLjEtNTYuNi03MS4xeiIvPg0KCQk8L2c+DQoJPC9nPg0KCTxnIGlkPSJFbGxpcHNlXzQwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MDMuMjI0IDgyOC43MDUpIj4NCgkJPGNpcmNsZSBjbGFzcz0ic3Q0IiBjeD0iLTU2LjYiIGN5PSItNjcuMSIgcj0iNiIvPg0KCQk8Zz4NCgkJCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0tNTYuNi02MS4xYy0zLjMsMC02LTIuNy02LTZjMC0zLjMsMi43LTYsNi02czYsMi43LDYsNkMtNTAuNi02My44LTUzLjMtNjEuMS01Ni42LTYxLjF6IE0tNTYuNi03MS4xDQoJCQkJYy0yLjIsMC00LDEuOC00LDRzMS44LDQsNCw0czQtMS44LDQtNFMtNTQuNC03MS4xLTU2LjYtNzEuMXoiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K) no-repeat center center;
    background-size: 90px;
}

.phare {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDAwIDQwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAwIDQwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0UyRjZGNzt9DQoJLnN0MXtmaWxsOiM5OUUwREM7fQ0KCS5zdDJ7ZmlsbDojRDBGNEYzO3N0cm9rZTojMjc0NjVCO3N0cm9rZS13aWR0aDozO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQoJLnN0M3tmaWxsOiNCMENDQ0E7c3Ryb2tlOiMyNzQ2NUI7c3Ryb2tlLXdpZHRoOjM7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Q0e2ZpbGw6I0ZGRkZGRjtzdHJva2U6IzI3NDY1QjtzdHJva2Utd2lkdGg6MztzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KCS5zdDV7ZmlsbDp1cmwoI1NWR0lEXzFfKTtzdHJva2U6IzI4NDY1QjtzdHJva2Utd2lkdGg6MztzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KCS5zdDZ7ZmlsbDojMjg0NjVCO30NCgkuc3Q3e2ZpbGw6IzI4NDY1QjtzdHJva2U6IzI3NDY1QjtzdHJva2Utd2lkdGg6MztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTk5LjQsNDhDMTUzLDIzLjcsMjIzLDI3LjEsMjM3LjcsMzEuNmM0NCwxMy41LDY1LjksNTguNSwzNC43LDcwLjVjLTE3LjUsNi43LTMzLjEsMzAuOSwyOC42LDMzLjENCgljNDQsMS41LDUwLjIsMTMyLjktMjEuOSwxMzcuOWMtOTYuMyw2LjctMjM1LjgsOS0yNDEuNC0zMy41Yy00LTMwLjYsOC40LTU3LjMsNDQuNC02NC4xYzE1LTIuOCwzNS43LTI5LjcsMi4zLTQ0LjkNCglDNTYuMiwxMTcuOCw0Myw3My41LDk5LjQsNDh6Ii8+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTE2LjgsMzY4LjdoLTIuNGMtMy45LDAtNy4xLTMuMi03LjEtNy4xdi0wLjFjMC0zLjksMy4yLTcuMSw3LjEtNy4xaDIuNGMzLjksMCw3LjEsMy4yLDcuMSw3LjF2MC4xDQoJCUMxMjMuOSwzNjUuNSwxMjAuNywzNjguNywxMTYuOCwzNjguN3oiLz4NCgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNOTMuMSwzNjguN2gtMi40Yy0zLjksMC03LjEtMy4yLTcuMS03LjF2LTAuMWMwLTMuOSwzLjItNy4xLDcuMS03LjFoMi40YzMuOSwwLDcuMSwzLjIsNy4xLDcuMXYwLjENCgkJQzEwMC4xLDM2NS41LDk2LjksMzY4LjcsOTMuMSwzNjguN3oiLz4NCgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzQ2LjUsMzU0LjNIMzIwYy00LjYsMC04LjIsMy4yLTguMiw3LjFzMy43LDcuMSw4LjIsNy4xaDI2LjRjNC42LDAsOC4yLTMuMiw4LjItNy4xUzM1MSwzNTQuMywzNDYuNSwzNTQuM3oiDQoJCS8+DQoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTM1Ny4xLDM0MC4zYzUuMiwwLDkuNC0zLDkuNC02LjdjMC0zLjEtMy01LjgtNy02LjVIMzUzaC0yMi42bC0yMDUuNy0wLjJoLTguOUg0NC4xYy01LjIsMC05LjQsMy05LjQsNi43DQoJCXM0LjIsNi43LDkuNCw2LjdsNTYuNCwwaDcuNWg0My42YzUuMiwwLDkuNCwzLjIsOS40LDcuMXYwLjVjMCwzLjktNC4yLDcuMS05LjQsNy4xaC0xMy4xYy00LDAuOC03LDMuNi03LDYuOXYwDQoJCWMwLDMuOSw0LjIsNy4xLDkuNCw3LjFoNDcuNGg2MS42aDE2LjdoOC45aDE2LjljNS4yLDAsOS40LTMuMiw5LjQtNy4xdjBjMC0zLjktNC4yLTcuMS05LjQtNy4xaC04LjJjLTUuMiwwLTkuNC0zLjItOS40LTcuMQ0KCQljMC0zLjksNC4yLTcuMSw5LjQtNy4xaDQyLjRMMzU3LjEsMzQwLjN6IE0yMTIuNSwzNDhjMCwzLjUtNC4zLDYuMy04LjMsNi4zaC0yMC4zYy00LDAtOC4zLTIuOC04LjMtNi4zdi0xLjYNCgkJYzAtMy41LDQuMy02LjMsOC4zLTYuM2gyMC4zYzQsMCw4LjMsMi44LDguMyw2LjNWMzQ4eiIvPg0KPC9nPg0KPGxpbmUgY2xhc3M9InN0MiIgeDE9IjM2OC45IiB5MT0iMzI2LjEiIHgyPSIzOS41IiB5Mj0iMzI2LjEiLz4NCjxwb2x5Z29uIGNsYXNzPSJzdDMiIHBvaW50cz0iNzIsMzI1LjggNzUuMywzMTcuNyA5MC4zLDMxMiAxMzUuMiwzMDEuMSAyMzcuMywzMDQgMjY4LjMsMzAzLjYgMzEyLDMxMy43IDMyMC42LDMyNS44ICIvPg0KPHBvbHlnb24gY2xhc3M9InN0NCIgcG9pbnRzPSIyMzEuMSwzMTEuNiAxNjkuNiwzMTEuNiAxNzcuNywxMzMuNCAyMjIuOSwxMzMuNCAiLz4NCjxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTc0LjAwNzYiIHkxPSIxMjEuNDM4MiIgeDI9IjIyNi42MDM1IiB5Mj0iMTIxLjQzODIiPg0KCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMEFBQjYiLz4NCgk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJCMkIyIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPHJlY3QgeD0iMTc0IiB5PSIxMDkuMyIgY2xhc3M9InN0NSIgd2lkdGg9IjUyLjYiIGhlaWdodD0iMjQuMyIvPg0KPHBvbHlnb24gY2xhc3M9InN0MiIgcG9pbnRzPSIyMjUuOCwyMDkuNCAxNzQuOCwyMDkuNCAxNzYuMywxNjIuMyAyMjQuMiwxNjIuMyAiLz4NCjxwb2x5Z29uIGNsYXNzPSJzdDIiIHBvaW50cz0iMjMwLjQsMzAwLjUgMTcwLjIsMzAwLjUgMTcyLjUsMjUzLjQgMjI4LjEsMjUzLjQgIi8+DQo8cGF0aCBjbGFzcz0ic3Q2IiBkPSJNMjA4LjksMjg2LjZjMC00LjMtMy43LTcuNy04LjItNy43cy04LjIsMy41LTguMiw3LjdjMCwwLjEsMCwwLjMsMCwwLjRoMHYyNC41aDE2LjRWMjg3aDANCglDMjA4LjksMjg2LjgsMjA4LjksMjg2LjcsMjA4LjksMjg2LjZ6Ii8+DQo8cGF0aCBjbGFzcz0ic3Q2IiBkPSJNMjE1LjIsMTgxLjVjMC0yLjMtMi00LjItNC40LTQuMnMtNC40LDEuOS00LjQsNC4yYzAsMC4xLDAsMC4xLDAsMC4yaDB2MTMuMmg4Ljl2LTEzLjJoMA0KCUMyMTUuMSwxODEuNiwyMTUuMiwxODEuNSwyMTUuMiwxODEuNXoiLz4NCjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik0xODkuMywyMzUuN2MwLTIuMy0yLTQuMi00LjQtNC4yYy0yLjUsMC00LjQsMS45LTQuNCw0LjJjMCwwLjEsMCwwLjEsMCwwLjJoMHYxMy4yaDguOXYtMTMuMmgwDQoJQzE4OS4zLDIzNS44LDE4OS4zLDIzNS43LDE4OS4zLDIzNS43eiIvPg0KPHJlY3QgeD0iMTgzLjciIHk9Ijg5LjYiIGNsYXNzPSJzdDQiIHdpZHRoPSIzMy4xIiBoZWlnaHQ9IjE5LjYiLz4NCjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik0yMjIuNCw5MC41Yy0wLjEtMTIuMi0xMC4xLTIyLjEtMjIuMy0yMi4xYy0xMi4yLDAtMjIuMiw5LjktMjIuMywyMi4xSDIyMi40eiIvPg0KPGNpcmNsZSBjbGFzcz0ic3Q2IiBjeD0iMjAwLjEiIGN5PSI2OS44IiByPSI1LjkiLz4NCjxsaW5lIGNsYXNzPSJzdDciIHgxPSIyMDAuMSIgeTE9IjY3IiB4Mj0iMjAwLjEiIHkyPSI1NS4xIi8+DQo8L3N2Zz4NCg==) no-repeat left bottom;
    background-position: -30px 15px;
    background-size: 130px;
}

/*   --- 3.24 Calendar */

.comp-full-calendar {
    background: transparent !important;
}

.full-calendar-body {
    margin-top: 0 !important;
    background-color: #fff;
}

.full-calendar-header {
    padding: 0;
    margin-bottom: 1.5rem;
}

.full-calendar-header .title {
    font-size: 1.2rem;
    font-weight: 500;
}

.event-item.paid {
    background-color: #00c1af !important;
    color: white !important;
}

.event-item.unpaid {
    background-color: #f5bf5b !important;
    color: white !important;
}

.comp-full-calendar {
    padding: 0 !important;
    max-width: 100% !important;
}

.comp-full-calendar .events-day {
    min-height: 120px !important;
    max-height: 120px !important;
}

.comp-full-calendar .day-cell {
    min-height: 120px !important;
}

.comp-full-calendar .day-cell .day-number {
    position: relative;
    z-index: 99;
    text-align: left !important;
}

/*   --- 3.25 Grabbable */

.grabbable {
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab !important;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
    cursor: grabbing !important;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

/*   --- 3.26 Animation */

@keyframes smoothBottomAppear {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*   --- 3.27 Sliders */

.vue-slider-process {
    background-color: var(--primary);
    border-radius: 15px;
}

/*   --- 3.28 Team - Team member */

.team-member .user {
    cursor: pointer;
    overflow: hidden;
}

.team-member .user-name {
    margin: 0;
    padding: 2px;
    font-size: 15px !important;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
    color: #1F253A;
}

.team-member .user-description {
    font-size: 14px;
}

.team-member .col-picture,
.add-member .row>.col:first-child {
    max-width: 65px;
}

.add-member {
    display: flex;
    align-items: center;
    color: #666;
    cursor: pointer;
}

.add-member>i {
    border-radius: 50%;
    padding: 10px 15px;
    border: 1px dashed #555;
    width: 43px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.add-member:hover {
    color: #28ccbf;
}

.add-member:hover span {
    border: 1px solid #28ccbf;
    background: #28ccbf;
    color: white;
}

.team-member .user .absence {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0px;
    background-color: #FFF;
    border: 1px solid #444;
    border-radius: 50%;
    display: inline-block;
    width: 11px;
    height: 11px;
}

.team-member .user .absence.here {
    background-color: #6ec79a;
    border-color: #6ec79a;
}

.team-member .user .avatar-container {
    position: relative;
}

.team-member .user .overellipse {
    max-width: 100%;
}

/*   --- 3.29 Vue-base64-file-upload */

.vue-base64-file-upload:not(.params-logo) img {
    object-fit: cover;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.vue-base64-file-upload img.edit-img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.vue-base64-file-upload .logo-placeholder {
    /* height: 163px; */
    padding-left: 12px;
    background: white;
    border: 1px dashed #DDD;
}

/*   --- 3.30 Empty state */

.empty-state {
    padding-top: 40px;
    padding-bottom: 40px;
}

.empty-state>.super-icon {
    height: 150px;
    width: 150px;
    background-size: contain;
}

/*   4.0 STRUCTURE : Design du thème */

/*   --- 4.1 Header */

/*   --- 4.2 Footer */

/*   --- 4.3 Lignes */

/*   --- 4.4 Colonnes */

.col {
    min-width: auto !important;
}

/*   --- 4.5 Class et ID */

.leaderboard {
    background-color: #2c5e79;
    color: #fff;
}

.shadow {
    box-shadow: var(--shadow) !important;
}

/*   5.0 PAGES */

/*   --- 5.1 Wizard */

.vue-form-wizard .stepTitle {
    text-transform: uppercase;
    left: 10px;
    text-align: center;
    position: relative;
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 10px;
}

.vue-form-wizard.md .wizard-icon-circle {
    width: 50px !important;
    height: 50px !important;
    margin-left: 1.5em !important;
}

.vue-form-wizard.md .wizard-icon-circle,
.vue-form-wizard.md .wizard-nav-pills>li.active>a .wizard-icon {
    font-size: 18px !important;
    font-style: normal !important;
}

.vue-form-wizard.md .wizard-nav-pills>li>a:not(.disabled)>div:first-child {
    background-color: rgb(32, 181, 171);
    color: white;
}

.vue-form-wizard.md .wizard-nav-pills>li>a:not(.disabled)>.stepTitle {
    color: rgb(32, 181, 171);
}

.vue-form-wizard .wizard-btn {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #00b8aa !important;
    font-weight: 300 !important;
    min-width: auto !important;
    padding: 0 1em !important;
}

.wizard-card-footer {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

.vue-form-wizard .wizard-footer-right .wizard-btn {
    background-color: #00b8aa !important;
    color: #fff !important;
    padding: 10px 32px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.vue-form-wizard .wizard-footer-right .wizard-btn:hover {
    background-color: #06cabb !important;
}

.wizard-progress-with-circle {
    top: 35px !important;
    height: 2px !important;
    background-color: #EEE !important;
}

.wizard-progress-with-circle::before {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: green;
}

.wizard-icon {
    font-style: normal;
}

#wizard_container {
    max-width: 1000px !important;
    min-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    padding: 2em;
    border-radius: 12px;
}

#wizard_container p {
    font-size: 14px;
    color: #868686;
}

/**
* Wizard subscription
*/
.vue-form-wizard-subscription .wizard-nav-pills:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #eee;
    position: absolute;
    right: 24px;
    top: 0;
}

.vue-form-wizard-subscription .wizard-nav-pills {
    flex-direction: column;
    height: 420px;
    width: 350px;
    padding-top: 3em;
}

.vue-form-wizard-subscription .wizard-nav-pills a {
    display: flex;
    flex-direction: row-reverse !important;
    position: relative;
    justify-content: flex-start;
}

.vue-form-wizard-subscription .wizard-icon-circle,
.vue-form-wizard-subscription .wizard-icon-circle .wizard-icon-container {
    border-width: 1px;
    border-radius: 100% !important;
}

.vue-form-wizard-subscription .wizard-tab-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vue-form-wizard-subscription .stepTitle {
    text-transform: uppercase;
    left: 10px;
    text-align: center;
    position: relative;
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 10px;
}

.vue-form-wizard-subscription.md .wizard-icon-circle {
    width: 40px !important;
    height: 40px !important;
    width: 50px !important;
    height: 50px !important;
    margin-left: 1.5em !important;
}

.vue-form-wizard-subscription.md .wizard-icon-circle,
.vue-form-wizard-subscription.md .wizard-nav-pills>li.active>a .wizard-icon {
    font-size: 17px !important;
    font-size: 18px !important;
    font-style: normal !important;
}

.vue-form-wizard-subscription .wizard-tab-content {
    padding: 3px 20px 10px 3em;
}

.vue-form-wizard-subscription .wizard-navigation {
    display: flex;
}

/**
* Password input
*/
.VuePassword__Input {
    font-family: Arial, "Helvetica Neue", sans-serif !important;
    font-size: 15px !important;
    color: #495057;
}


/*   --- 5.2 Login - Register */


#w_or_login {
    color: #686868;
    margin-top: 1em;
    font-size: 1.3em;
    position: relative;
}

#w_or_login:before,
#w_or_login:after {
    width: 43%;
    position: absolute;
    height: 1px;
    background: #d2d2d2;
    top: 16px;
}

#w_or_login:before {
    content: "";
    left: 0;
}

#w_or_login:after {
    content: "";
    right: 0;
}

.install-banner {
    position: fixed;
    left: 0;
    bottom: 0;
    align-content: center;
    justify-content: center;
    width: 100%;
    display: none;
}

/*   --- 5.3 Summary */

.summary {
    position: fixed;
    font-size: 1rem;
    font-weight: normal;
    z-index: 80;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.summary[theme=light]>.leaderboard {
    color: black;
}

.summary[theme=light]>.leaderboard {
    background: white !important;
    background-color: white !important;
}

.summary[theme=light] .btn-white {
    background-color: #0b7539;
    color: white;
}

.summary .limited {
    max-height: calc(100vh - 281px) !important;
}

/* hidden summary */


.summary.hidden-summary>.showSummary {
    display: block;
}

.summary.hidden-summary>.center {
    display: none;
}

/* show summary */

.summary>.showSummary {
    display: none;
    cursor: pointer;
    font-size: 27px;
    float: right;
}

.summary>.center>.btn {
    margin: 0px 6px;
    padding: 8px 9px;
}

.summary>.center {
    display: flex;
    padding: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    box-shadow: var(--shadow);
}

.summary .show-icon,
.summary .close-icon {
    position: absolute;
    cursor: pointer;
    font-size: 12px;
    background-color: var(--primary);
    border-radius: 50%;
    height: 34px;
    width: 34px;
    visibility: visible;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.summary .show-icon {
    height: 50px;
    width: 50px;
}

.summary .show-icon ion-icon {
    width: 2.5em;
    height: 2.5em;
}

.summary .btn-danger {
    background-color: var(--danger) !important;
    color: #fff !important;
    padding: 12px 20px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    display: inline-block !important;
    border-color: var(--danger) !important;
    min-height: 63px;
}




/*   --- 5.4 Chatbot */

chatbot-wuro {
    position: absolute !important;
    z-index: 99 !important;
}

#ca_chatbot-body {
    bottom: 80px !important;
}

/*   --- 5.5 Hubert */

.notifications, .hubert {
    z-index: 99999;
}

.hubert .notification-content {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.hubert.success {
    color: #57B2AA;
    background-color: #D2F0E2;
    border: 1px solid #BAD4D3;
}

.hubert.warning {
    color: #b7883e;
    background-color: #f8f4c2;
    border: 1px solid #efd5ad;
}

.hubert.error {
    color: #af1010;
    background-color: #f0d2d2;
    border: 1px solid #ff0000;
}

.hubert {
    text-align: center;
    padding: 7px;
    font-size: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    width: 300px;
    box-shadow: -10px 9px 21px 0 rgba(129, 213, 170, 0.07);
    margin-bottom: 10px;
}

/*   --- 5.6 List invoices - Quotes List */

.row_header .dates {
    height: 46px;
}

.circle {
    top: 5px;
    left: 15px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
}

.rowClass div {
    line-height: 18px;
}

.clients .table .rowClass:hover {
    background: #FFF !important;
    background-color: white !important;
    -webkit-box-shadow: 0 8px 19px -5px rgba(145, 223, 218, 0.24);
    box-shadow: 0 8px 19px -5px rgba(145, 223, 218, 0.24);
}

.clients .rowClass .badge {
    transform: none;
    opacity: 1;
}

.rowClass>td:first-child {
    padding: 12px;
    vertical-align: middle;
    line-height: 33px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.action-status {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rowClass .action .icon {
    font-size: 17px;
}

.rowClass .action {
    height: 28px;
    padding: 5px;
    width: 29px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rowClass .action:hover {
    color: #000;
    background: #efefef;
    display: flex;
}

.rowClass a {
    font-size: 14px;
}

.badge {
    font-size: 11px;
    font-weight: normal;
    border-radius: 10px;
    min-width: 60px;
    padding: 3px 10px;
}

.tags .badge, .tags .multiselect__tag {
    background: #666;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    max-width: 150px;
    margin: 1px;
    border-radius: 4px;
    color: #fff;
    display: inline;
    margin-right: 4px;
    overflow: hidden;
    padding: 8px 6px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    transition: border 0.5s;
    cursor: pointer;
    font-weight: 500;
    min-height: 20px;
    padding: 6px 12px;
    position: relative;
}

.clients .multiselect__tags-wrap>div:first-child {
    min-height: 48px !important;
    padding: 10px 40px 0 8px !important;
}

.multiselect .multiselect__tags-wrap {
    display: inline-block;
    width: auto;
}

.multiselect .multiselect__tag {
    position: relative !important;
    padding: 5px 12px;
    padding-right: 26px;
    margin: 0px 2px;
    width: auto;
    display: inline-block;
}

.multiselect .custom__remove {
    position: absolute !important;
    padding: 5px 7px;
    content: "\D7";
    color: white;
    right: 0;
    top: 0;
}

.multiselect .multiselect__option--highlight {
    background: #56b2ac !important;
}

.multiselect .custom__remove:focus, .multiselect .custom__remove:hover {
    background: rgba(0, 0, 0, 0.5);
}

.tags .badge:hover {
    border-left: 10px solid rgba(0, 0, 0, 0.1);
}

.rowClass .credit {
    color: #d46767;
}

.status-column div.status_container {
    position: relative;
}

/* actions sub-menu invoice */

.actions.sub-menu {
    display: flex;
}

.actions.sub-menu .more-items {
    display: inline-block;
}

.actions.sub-menu>div:not(:last-child) {
    margin-right: 14px
}

.actions.sub-menu .dropdown-item {
    padding: 0;
}

.actions.sub-menu .w_actions_button {
    background-color: var(--primary);
    height: 46px;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.5;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.actions.sub-menu .w_actions_button:hover,
.actions.sub-menu .w_actions_button:not(:disabled):not(.disabled).active,
.actions.sub-menu .w_actions_button:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}


.actions.sub-menu .btn-link {
    border: 1px solid var(--primary-hover);
    background-color: transparent;
    color: var(--primary-hover);
    padding: 10px;
    line-height: 10px;
    min-width: 50px;
    height: 46px;
}

.actions.sub-menu .btn-link i {
    font-size: 24px;
}

.actions.sub-menu .btn-link:hover,
.actions.sub-menu .btn-link:focus,
.actions.sub-menu .btn-link:active {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover) !important;
    color: #fff;
}

.actions.sub-menu .dropdown-menu .dropdown-item i {
    margin-right: 10px;
}

/* Avatar */

table .avatar {
    color: #fff;
    background: #cacaca;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 35px;
    min-width: 35px;
    height: 35px;
    line-height: 20px;
    font-size: 20px;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 35px;
    border: none;
    padding: 0
}

table .avatar img {
    max-height: 100%;
}

table .avatar.no_avatar.api {
    background: url('<?php echo url ?>static/w03.png');
    background-size: cover;
}



/* Buttons-list */

.buttons-list>.btn-default {
    padding: 8px;
    font-weight: 600;
    font-size: 13px;
    transition: all 240ms ease;
    min-width: 115px;
    text-align: center;
}

.buttons-list>.btn-default:not(:last-child) {
    margin-right: 14px;
}

.buttons-list>.btn-default>i {
    display: inline-block;
    width: 0;
    opacity: 0;
    transition: all 240ms ease;
}

.buttons-list>.btn-default>i.shown {
    width: 12px;
    margin-right: 7px;
    opacity: 1;
}



/*   --- 5.7 Paramètres - Composants - Avatar */

#w_params_logo {
    height: 40px;
    width: 40px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.params-logo input {
    border-color: #CDCDCD !important;
    background-color: #F9F9F9 !important;
    border: 1px dashed #cdcdcd !important;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: none;
}

._w_parameters_containers {
    border: none;
    padding: 0;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    box-shadow: var(--shadow);
    margin-top: 15px;
}

._w_parameters_containers.unstyled {
    border: none !important;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    box-shadow: none;
    margin-top: 0;
}

._w_parameters_containers.unstyled ._w_parameters_headers {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

._w_parameters_containers.unstyled ._w_parameters_content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.w_parameters_preheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

._w_parameters_headers {
    background: #fff;
    font-size: 18px;
    padding: 30px 30px 0px 30px;
    color: #3D7DA0;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 8px 8px 0px 0px;
    margin-bottom: 0;
    font-family: var(--font-family-base);
}

._w_parameters_content {
    padding: 24px 30px;
}

.sortable-ghost, .sortable-chosen {
    background-color: #EEE !important;
    opacity: 0.6 !important;
    border: 1px solid #222 !important;
}

.loader-wrapper {
    position: absolute;
    display: inline-block;
    right: 39% !important;
    top: 47% !important;
    bottom: auto !important;
    left: auto !important;
    font-weight: 700;
}

.params-logo img {
    max-height: 200px;
    width: auto;
    margin-bottom: 15px;
}

.params-logo .user-img {
    max-width: 80px;
    border-radius: 50%;
}

._w_parameters_content .form-group input,
._w_parameters_content .form-group select,
._w_parameters_content .form-group textarea {
    /* background-color: #f8f8f9;
    border: none;
    -webkit-box-shadow: inset 0px 0px 14px 6px rgb(53 55 74 / 5%);
    box-shadow: inset 0px 0px 14px 6px rgb(53 55 74 / 5%); */
    min-height: 46px;
    border-radius: 10px;
}

#w_params_menu_logo_container #collapseButton {
    z-index: 9;
    width: 50px;
    text-align: center;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
}

.menu-params li a:hover {
    text-decoration: none;
}

.menu-params ul[role="tabpanel"] li:hover {
    color: var(--primary-hover);
}

/* Params - Rights type */

.type-label {
    color: var(--primary);
    font-weight: 700;
    font-size: 16px;
}

.type-description {
    font-size: 15px;
    line-height: 16px;
}

.switch-btn {
    margin-right: 15px;
}

.switch-btn+p {
    line-height: 22px;
}

.switch-btn .vue-js-switch {
    margin-bottom: 0;
}

.rights h5 {
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
}

.type-card {
    box-shadow: var(--shadow);
    border-radius: 10px !important;
    height: 100%;
    box-shadow: 0px 0px 20px 4px rgb(67 65 104 / 6%);
    transition: all ease 150ms;
}

.type-card a {
    text-decoration: none;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    font-family: var(--headings-font-family);
}

.type-card:hover {
    box-shadow: 0px 0px 20px 4px rgb(67 65 104 / 18%);
}

.type-card:hover img {
    transform: scale(1.1);
}

.type-card img {
    transition: all ease 150ms;
}

/* Params - Document Model */

.mini-model {
    border: 2px solid #EEE;
    border-radius: 6px;
    margin-bottom: 20px;
    position: relative;
    padding: 14px;
}

.mini-model.checked {
    border-color: var(--primary);
}

.mini-model .model-header {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.mini-model .model-name {
    cursor: pointer;
    background-color: #FFF;
    text-align: center;
    font-weight: 500;
    padding: 12px 5px;
    border-top: 2px solid #EEE;
    margin-bottom: 15px;
    color: var(--primary);
    font-family: var(--headings-font-family);
    overflow: hidden;
    height: 65px;
    visibility: visible;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mini-model .model-footer {
    cursor: pointer;
    text-align: center;
    position: relative;
    font-size: 14px;
    padding: 5px 5px 10px 5px;
    margin-bottom: 6px;
    color: var(--primary);
    min-height: 40px;
}

.mini-model .model-footer:hover:before {
    font-family: Ionicons;
    content: "\F2DB";
    margin-right: 10px;
}

.mini-model .select-main {
    cursor: pointer;
    bottom: -21px;
    left: 50%;
    text-align: center;
    margin: 0px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    border: 2px solid #eee;
    height: 42px;
    width: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 4;
}

.mini-model .select-main>i {
    font-size: 34px;
    color: #dbdae0;
    line-height: 34px;
}

.checked .select-main {
    background-color: var(--primary);
    border-color: var(--primary);
}

.checked .select-main i {
    color: #fff;
}

.beautiful-tabs .nav-tabs .nav-item .nav-link {
    color: var(--text-color);
    padding: 10px 10px 16px 0px;
    font-weight: 600;
    margin-bottom: -1px;
    border: none;
    background: transparent;
    font-size: 15px;
}

.beautiful-tabs .nav-tabs .nav-item:not(:last-child) {
    margin-right: 30px;
}

.beautiful-tabs .nav-tabs .nav-item.show .nav-link,
.beautiful-tabs .nav-tabs .nav-link.active {
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
}

.beautiful-tabs .menu-tabs>a:hover {
    color: var(--primary);
    text-decoration: none;
}

/* confirmation-messsage */

.confirmation-message .dg-content-cont--floating {
    top: 50%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
}

.confirmation-message .dg-main-content {
    max-width: 600px;
    padding: 30px;
}

/** Buttons **/
.confirmation-message .dg-btn--ok {
    background-color: var(--danger) !important;
}

.confirmation-message .dg-btn--ok:hover,
.confirmation-message .dg-btn--ok:focus {
    background-color: var(--danger-hover) !important;
}

.confirmation-message .dg-btn--cancel {
    background-color: transparent;
    border: 1px solid var(--primary-hover);
    color: var(--primary-hover);
}

.confirmation-message .dg-btn--cancel:hover,
.confirmation-message .dg-btn--cancel:focus {
    color: #fff;
    background-color: var(--primary-hover);
}

/** Buttons override **/
.confirmation-message-save-draft .dg-btn--cancel {
    border: 1px solid var(--danger);
    color: var(--danger);
}

.confirmation-message-save-draft .dg-btn--cancel:hover,
.confirmation-message-save-draft .dg-btn--cancel:focus {
    background-color: var(--danger-hover) !important;
    color: #fff;
}

.confirmation-message-save-draft .dg-btn--ok {
    background-color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
    color: #fff;
}

.confirmation-message-save-draft .dg-btn--ok:hover,
.confirmation-message-save-draft .dg-btn--ok:focus {
    color: #fff !important;
    background-color: var(--primary-hover) !important;
}

.dg-btn--ok,
.dg-btn--cancel {
    border-radius: 8px;
    padding: 12px 30px;
    font-size: 1rem;
    line-height: 1.5;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.dg-content-body {
    border-bottom: none;
    padding-bottom: 15px;
}

.dg-content-footer {
    padding: 0;
}

/** FAB **/
.fab-item {
    width: 90% !important;
    height: 90% !important;
}

/*   --- 5.8 Suggest */

.suggest-wrap>ul {
    position: absolute;
    z-index: 11;
    background: #FFF;
    border: 1px solid #EFEFEF;
    width: 100%;
}

.suggest-wrap .product {
    max-height: 120px;
    overflow: hidden;
}

.suggest-list>li {
    padding: 5px 8px;
    border-bottom: 1px solid #EFEFEF;
    min-width: 300px;
    cursor: pointer;
}

.suggest-list>li:hover {
    background: #EFEFEF;
}

.suggest-list>li.highlighted {
    background: #EEE;
}

.normal-font .v-switch-label {
    font-weight: normal !important;
    font-size: 13px;
}

/*   --- 5.10 Offres */

/*   --- 5.11 Home */

.home .team .btn-default {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*   6.0 MEDIA QUERIES */

@media print {
    @page {
        size: A4 portrait;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    html {
        margin: 0;
        padding: 0;
    }

    #ca_chatbot-body {
        display: none;
    }
}

@media (min-width: 1600px) {

    .container, .container-lg, .container-md,
    .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {

    .container, .container-lg, .container-md,
    .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

@media only screen and (max-width: 1199px) {
    .row_header>div:last-child {
        justify-content: flex-end !important;
    }
}

@media only screen and (min-width: 992px) {


    /* btn_inline */

    .btn_inline a:not(:last-child),
    .btn_inline button:not(:last-child) {
        margin-right: 1em;
    }

    /* modal */

    .modal-body {
        padding: 2rem;
    }

    .modal-header {
        padding-left: 2rem;
    }

    .summary {
        min-width: 650px;
    }

    /* Paramètres */

    #collapse-ParamsNav {
        display: block !important;
    }

    #w_params_menu_logo_container #collapseButton {
        display: none;
    }

    .menu-params {
        margin-top: 31px;
        position: fixed;
    }

    #w_params_menu_logo_container .w-logo-wrapper {
        position: fixed;
        margin-top: -7px;
    }
}

@media only screen and (max-width: 991px) {

    .c_t_phone,
    .c_t_phone p,
    .c_t_phone h1, .c_t_phone h2, .c_t_phone h3,
    .c_t_phone .title, .c_t_phone .subtitle {
        text-align: center;
    }

    .mg-center-phone {
        margin-left: auto;
        margin-right: auto;
    }

    .buttons-list>.btn-default {
        width: calc(25% - 11px);
        padding: 10px;
    }

    .buttons-list>.btn-default:first-child,
    .buttons-list>.btn-default:nth-child(2),
    .buttons-list>.btn-default:nth-child(3),
    .buttons-list>.btn-default:nth-child(4) {
        margin-bottom: 14px;
    }

    .buttons-list i {
        display: none;
    }

    .buttons-list>.btn-default:nth-child(4n) {
        margin-right: 0;
    }

    .title.header-form {
        margin-bottom: 20px;
    }

    .hidden-tablet {
        display: none;
    }

    /* btn_inline */

    .btn_inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .btn_inline a {
        margin-left: auto;
        margin-right: auto;
    }

    .btn_inline a:not(:last-child) {
        margin-bottom: 1em;
    }

    .btn_inline a:not(.btn) {
        display: block;
    }

    /* parametres */

    #w_params_menu_logo_container .col-5 {
        justify-content: flex-end;
    }

    .menu-params #collapse-ParamsNav {
        background: #f5f6f7;
        margin-left: -15px;
        margin-right: -15px;
        padding: 20px;
    }

    .main-params .menu-tabs {
        display: none;
    }

    ._w_parameters_headers {
        text-align: center;
    }

    .dg-content-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dg-content-footer button {
        margin-left: auto;
        margin-right: auto;
    }

    .dg-content-footer button:not(:last-child) {
        margin-bottom: 1em;
    }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .row_header>.col-lg-4:nth-child(2) {
        justify-content: flex-start !important;
    }

}

@media only screen and (min-width: 768px) {

    .fixed-table thead>tr {
        position: sticky;
        top: 63px;
        z-index: 9;
        background: #fff;
    }

    .hidden-desktop {
        display: none !important;
    }

    .status-column {
        width: 110px;
    }

    .card .table tbody {
        background-color: #FBFCFF;
    }

    .card .table .rowClass:hover {
        background-color: #FFF !important;
        box-shadow: 0 8px 19px -5px rgba(145, 223, 218, 0.24) !important;
    }

    /** Table column widths **/
    .table .w-mini {
        width: 50px !important;
    }

    .table .w-150 {
        width: 150px !important;
    }

    .table .w-200 {
        width: 200px !important;
    }

    .table .w-300 {
        width: 300px !important;
    }

    .table .w-400 {
        width: 400px !important;
    }

    .table .semi-bold {
        font-weight: 600;
    }

    .table .bold {
        color: #1F253A !important;
    }

    .table .light-text {
        color: #A9A8C1;
    }


    /*TABLE INVOICES / QUOTES*/
    .rowClass .badge, .rowClass .action, .rowClass:hover .circle {
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.3s linear;
    }

    .rowClass:hover .badge, .rowClass:hover .action, .rowClass .circle {
        opacity: 1;
        transform: translateY(0);
        transition: all 0.3s linear;
    }

    /*TABLE INVOICES / QUOTES*/
    .rowClass .badge, .rowClass .action, .rowClass:hover .circle {
        opacity: 0;
        transition: all 0.3s linear;
    }

    .rowClass:hover .badge, .rowClass:hover .action, .rowClass .circle {
        opacity: 1;
        transition: all 0.3s linear;
    }

    /* Invoice Edit */

    #paymentMethods .custom-checkbox {
        width: calc(50% - 16px);
    }

    /* parametres */

    .w_parameters_preheader.sticky-top {
        top: 65px;
        background-color: #fbfbfb;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: -20px;
        margin-left: -20px;
        min-height: 98px;
    }

}

@media only screen and (max-width: 767px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .mx-datepicker {
        padding: 0;
    }

    .card.table-wrap {
        box-shadow: none;
        background-color: var(--body-bg);
        padding: 0;
    }

    /** global datepicker overload **/
    .mx-datepicker .mx-shortcuts-wrapper, .mx-datepicker .mx-range-wrapper {
        width: 100vw;
        max-width: 100%;
    }

    .mx-datepicker .mx-datepicker-popup {
        position: static;
    }

    .mx-datepicker .mx-datepicker-popup .mx-calendar-content, .mx-calendar .mx-calendar-panel-date {
        width: 100%;
    }

    .shell-submit {
        position: fixed;
        left: 0;
        bottom: 0;
        margin: 0;
    }

    .shell-submit.scrolled {
        display: flex;
        position: fixed;
        bottom: 70px;
        left: 0;
        z-index: 9999;
        color: #fff;
        width: 100%;
        -webkit-transition: bottom 0.4s ease-in-out;
        transition: bottom 0.4s ease-in-out;
    }

    .shell-submit.scrolled>.btn {
        background: #00b3ab;
        color: #fff;
        display: block;
        width: calc(100% - 20px);
        margin: 0 auto;
        border-radius: 4px;
    }

    /* invoice-list */

    .row_header .search-zone,
    .row_header .dates {
        width: 100%;
    }


    /*=============
    SIDEMENU/PROVISOIRE
    =============*/
    .__w_company_btn>.companies-switch>.dropdown-menu {
        height: 100vh;
        z-index: 9999;
        position: fixed !important;
        right: -100vw;
        display: block !important;
        top: 52px !important;
        width: 80vw !important;
        left: auto !important;
        border: 0;
        transform: none !important;
        transition: all 0.4s ease-in-out;
        border-radius: 0 !important;
    }

    .__w_company_btn>.companies-switch>.dropdown-menu.show {
        right: 0;
    }

    #ca_chatbot-body {
        display: none;
    }

    /*=============
    ----------------
    =============*/
    #black_overlay {
        position: fixed;
        top: 55px;
        left: 0;
        height: calc(100vh - 55px);
        width: 100vw;
        z-index: 101;
        background-color: rgba(0, 0, 0, 0.71);
    }

    table.b-table.b-table-stacked-md>tbody>tr>[data-label]::before {
        text-align: left !important;
        font-weight: 300;
    }

    table.b-table.b-table-stacked-md>tbody>tr>[data-label] {
        text-align: right;
        color: #000;
    }

    table.b-table.b-table-stacked-md>tbody>tr>[data-label]:before {
        color: #848484;
    }

    table.b-table.b-table-stacked-md>tbody>tr {
        padding: 1em;
        background: #fff;
        margin-bottom: 2em;
        box-shadow: var(--shadow);
        border-radius: 7px;
    }

    .hidden-phone,
    .circle {
        display: none !important;
    }

    .action-status {
        justify-content: flex-end;
        width: auto;
    }

    /*FORMS*/

    .w_modal_invoice.large .modal-dialog {
        width: 96%;
        min-width: auto;
    }

    .w_modal_invoice .add-line-section .row {
        max-width: 100%;
    }

    .w_modal_invoice .add-line-section .row .col {}

    table.b-table.b-table-stacked-md>tbody>tr> :first-child {
        border-top-width: 0 !important;
    }

    .buttons-list {
        display: flex;
        flex-wrap: wrap;
    }

    .buttons-list>.btn-default {
        min-width: auto;
        font-size: 13px !important;
        padding: 10px 5px;
        line-height: 12px;
        min-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .buttons-list>.btn-default>i.shown {
        display: none;
    }

    /* search */

    .form-control.search {
        display: flex !important;
        flex-grow: 1;
        width: auto;
    }

    /* parametres */

    #w_form_Update .btn-primary,
    .w_parameters_preheader .btn-mobile-fix {
        position: fixed;
        bottom: 90px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 9;
    }

    .w_parameters_preheader.sticky-top {
        position: static;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

}



@media only screen and (max-width: 575px) {

    /*LOGINS*/

    button {
        background-color: transparent;
    }

    .card-form {
        margin: 40px 10px 20px;
        min-width: 290px;
        width: 100%;
        max-width: 100%;
    }

    .logo {
        max-width: 140px;
    }

    .invoice-header .logo {
        max-width: none;
    }

    .invoice-header .logo-wrapper {
        overflow: hidden;
        display: block !important;
    }

    .margin-b-phone {
        margin-bottom: 1em;
    }

    .aside .modal-dialog {
        width: auto;
    }

    .main {
        position: static !important;
    }

    #wizard_container {
        padding: 1em;
        margin: 0 10px;
        min-width: 200px;
        width: calc(100% - 20px);
    }

    .wizard-nav-pills {
        display: none !important;
    }

    .wizard-tab-content,
    .wizard-card-footer {
        padding: 0 !important;
    }

    .wizard-card-footer {
        display: flex;
        flex-direction: column-reverse;
    }

    .wizard-footer-left {
        margin-top: 2em;
    }

    .wizard-footer-left,
    .wizard-footer-right,
    .wizard-btn {
        width: 100%;
    }

    .result {
        margin-left: 0 !important;
        width: 100%;
    }

    #wizard_browser_container {
        padding: 5px;
        margin-bottom: 2em;
    }

    .summary .btn {
        width: 100%;
    }

}



@-moz-document url-prefix() {

    .form-control[type="number"] {
        padding-right: 0;
    }

}

.vue-js-switch[data-v-25adc6c0] {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    user-select: none;
    font-size: 10px;
    cursor: pointer
}

.vue-js-switch .v-switch-input[data-v-25adc6c0] {
    opacity: 0;
    position: absolute;
    width: 1px;
    height: 1px
}

.vue-js-switch .v-switch-label[data-v-25adc6c0] {
    position: absolute;
    top: 0;
    font-weight: 600;
    color: #fff;
    z-index: 1
}

.vue-js-switch .v-switch-label.v-left[data-v-25adc6c0] {
    left: 10px
}

.vue-js-switch .v-switch-label.v-right[data-v-25adc6c0] {
    right: 10px
}

.vue-js-switch .v-switch-core[data-v-25adc6c0] {
    display: block;
    position: relative;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: border-color .3s, background-color .3s;
    user-select: none
}

.vue-js-switch .v-switch-core .v-switch-button[data-v-25adc6c0] {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    border-radius: 100%;
    background-color: #fff;
    z-index: 2
}

.vue-js-switch.disabled[data-v-25adc6c0] {
    pointer-events: none;
    opacity: .6
}

@charset "UTF-8";

.mx-datepicker {
    position: relative;
    display: inline-block;
    width: 210px;
    color: #73879c;
    font: 14px/1.5 'Helvetica Neue', Helvetica, Arial, 'Microsoft Yahei', sans-serif;
}

.mx-datepicker * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mx-datepicker.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.mx-datepicker-range {
    width: 320px;
}

.mx-datepicker-popup {
    position: absolute;
    margin-top: 1px;
    margin-bottom: 1px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 1000;
}

.mx-input-wrapper {
    position: relative;
}

.mx-input-wrapper .mx-clear-wrapper {
    display: none;
}

.mx-input-wrapper:hover .mx-clear-wrapper {
    display: block;
}

.mx-input-wrapper:hover .mx-clear-wrapper+.mx-input-append {
    display: none;
}

.mx-input {
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 6px 30px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.mx-input:disabled, .mx-input.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.mx-input:focus {
    outline: none;
}

.mx-input::-ms-clear {
    display: none;
}

.mx-input-append {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    padding: 6px;
}

.mx-input-icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-style: normal;
    color: #555;
    text-align: center;
    cursor: pointer;
}

.mx-calendar-icon {
    width: 100%;
    height: 100%;
    color: #555;
    stroke-width: 8px;
    stroke: currentColor;
    fill: currentColor;
}

.mx-clear-icon::before {
    display: inline-block;
    content: '\2716';
    vertical-align: middle;
}

.mx-clear-icon::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.mx-range-wrapper {
    width: 496px;
    overflow: hidden;
}

.mx-shortcuts-wrapper {
    text-align: left;
    padding: 0 12px;
    line-height: 34px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mx-shortcuts-wrapper .mx-shortcuts {
    background: none;
    outline: none;
    border: 0;
    color: #48576a;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    cursor: pointer;
}

.mx-shortcuts-wrapper .mx-shortcuts:hover {
    color: #419dec;
}

.mx-shortcuts-wrapper .mx-shortcuts:after {
    content: '|';
    margin: 0 10px;
    color: #48576a;
}

.mx-shortcuts-wrapper .mx-shortcuts:last-child::after {
    display: none;
}

.mx-datepicker-footer {
    padding: 4px;
    clear: both;
    text-align: right;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.mx-datepicker-btn {
    font-size: 12px;
    line-height: 1;
    padding: 7px 15px;
    margin: 0 5px;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: none;
    border-radius: 3px;
}

.mx-datepicker-btn-confirm {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #73879c;
}

.mx-datepicker-btn-confirm:hover {
    color: #1284e7;
    border-color: #1284e7;
}

/* 日历组件 */
.mx-calendar {
    float: left;
    color: #73879c;
    padding: 6px 12px;
    font: 14px/1.5 Helvetica Neue, Helvetica, Arial, Microsoft Yahei, sans-serif;
}

.mx-calendar * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mx-calendar-header {
    padding: 0 4px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    overflow: hidden;
}

.mx-calendar-header>a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.mx-calendar-header>a:hover {
    color: #419dec;
}

.mx-icon-last-month, .mx-icon-last-year,
.mx-icon-next-month,
.mx-icon-next-year {
    padding: 0 6px;
    font-size: 20px;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mx-icon-last-month, .mx-icon-last-year {
    float: left;
}

.mx-icon-next-month,
.mx-icon-next-year {
    float: right;
}

.mx-calendar-content {
    width: 224px;
    height: 224px;
}

.mx-calendar-content .cell {
    vertical-align: middle;
    cursor: pointer;
}

.mx-calendar-content .cell:hover {
    background-color: #eaf8fe;
}

.mx-calendar-content .cell.actived {
    color: #fff;
    background-color: #1284e7;
}

.mx-calendar-content .cell.inrange {
    background-color: #eaf8fe;
}

.mx-calendar-content .cell.disabled {
    cursor: not-allowed;
    color: #ccc;
    background-color: #f3f3f3;
}

.mx-panel {
    width: 100%;
    height: 100%;
    text-align: center;
}

.mx-panel-date {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

.mx-panel-date td,
.mx-panel-date th {
    font-size: 12px;
    width: 32px;
    height: 32px;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.mx-panel-date td.today {
    color: #2a90e9;
}

.mx-panel-date td.last-month, .mx-panel-date td.next-month {
    color: #ddd;
}

.mx-panel-year {
    padding: 7px 0;
}

.mx-panel-year .cell {
    display: inline-block;
    width: 40%;
    margin: 1px 5%;
    line-height: 40px;
}

.mx-panel-month .cell {
    display: inline-block;
    width: 30%;
    line-height: 40px;
    margin: 8px 1.5%;
}

.mx-time-list {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    overflow-y: auto;
    /* 滚动条滑块 */
}

.mx-time-list .mx-time-picker-item {
    display: block;
    text-align: left;
    padding-left: 10px;
}

.mx-time-list:first-child {
    border-left: 0;
}

.mx-time-list .cell {
    width: 100%;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.mx-time-list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.mx-time-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.mx-time-list:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

.vue-form-wizard .wizard-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px
}

.vue-form-wizard .wizard-btn.disabled, .vue-form-wizard .wizard-btn[disabled], fieldset[disabled] .vue-form-wizard .wizard-btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.vue-form-wizard * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.vue-form-wizard a {
    text-decoration: none
}

.vue-form-wizard .wizard-nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.vue-form-wizard .wizard-nav>li {
    position: relative;
    display: block
}

.vue-form-wizard .wizard-nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.vue-form-wizard .wizard-nav>li>a:focus, .vue-form-wizard .wizard-nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.vue-form-wizard .wizard-nav>li.disabled>a {
    color: #777
}

.vue-form-wizard .wizard-nav>li.disabled>a:focus, .vue-form-wizard .wizard-nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.vue-form-wizard .wizard-progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.vue-form-wizard .navbar .navbar-nav>li>a.wizard-btn, .vue-form-wizard .wizard-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 2px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    min-width: 140px
}

.vue-form-wizard .navbar .navbar-nav>li>a.wizard-btn:focus, .vue-form-wizard .navbar .navbar-nav>li>a.wizard-btn:hover, .vue-form-wizard .wizard-btn:focus, .vue-form-wizard .wizard-btn:hover {
    outline: 0 !important
}

.vue-form-wizard .wizard-nav-pills {
    margin-top: 0;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.vue-form-wizard .wizard-nav-pills a, .vue-form-wizard .wizard-nav-pills li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.vue-form-wizard .wizard-nav-pills>li>a, .vue-form-wizard .wizard-nav-pills a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vue-form-wizard .wizard-nav-pills>li>a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
    color: rgba(0, 0, 0, .2);
    position: relative;
    top: 3px
}

.vue-form-wizard .wizard-nav-pills>li>a:focus, .vue-form-wizard .wizard-nav-pills>li>a:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, .2);
    outline: 0 !important
}

.vue-form-wizard .wizard-nav-pills>li>a.disabled {
    pointer-events: none;
    cursor: default
}

.vue-form-wizard .wizard-nav-pills>li.active>a, .vue-form-wizard .wizard-nav-pills>li.active>a:focus, .vue-form-wizard .wizard-nav-pills>li.active>a:hover {
    background-color: transparent;
    -webkit-transition: font-size .2s linear;
    transition: font-size .2s linear
}

.vue-form-wizard .wizard-nav-pills>li.active>a .wizard-icon, .vue-form-wizard .wizard-nav-pills>li.active>a:focus .wizard-icon, .vue-form-wizard .wizard-nav-pills>li.active>a:hover .wizard-icon {
    color: #fff;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.vue-form-wizard {
    padding-bottom: 20px
}

.vue-form-wizard .is_error {
    border-color: #c84513 !important
}

.vue-form-wizard .is_error .icon-container {
    background: #c84513 !important
}

.vue-form-wizard.xs .wizard-icon-circle {
    width: 40px;
    height: 40px;
    font-size: 16px
}

.vue-form-wizard.xs .wizard-icon-circle.tab_shape {
    height: 25px
}

.vue-form-wizard.xs .wizard-nav-pills>li.active>a .wizard-icon {
    font-size: 16px
}

.vue-form-wizard.xs .wizard-navigation .wizard-progress-with-circle {
    position: relative;
    top: 25px;
    height: 4px
}

.vue-form-wizard.sm .wizard-icon-circle {
    width: 50px;
    height: 50px;
    font-size: 20px
}

.vue-form-wizard.sm .wizard-icon-circle.tab_shape {
    height: 30px
}

.vue-form-wizard.sm .wizard-nav-pills>li.active>a .wizard-icon {
    font-size: 20px
}

.vue-form-wizard.sm .wizard-navigation .wizard-progress-with-circle {
    position: relative;
    top: 30px;
    height: 4px
}

.vue-form-wizard.md .wizard-icon-circle {
    width: 70px;
    height: 70px;
    font-size: 24px
}

.vue-form-wizard.md .wizard-icon-circle.tab_shape {
    height: 40px
}

.vue-form-wizard.md .wizard-nav-pills>li.active>a .wizard-icon {
    font-size: 24px
}

.vue-form-wizard.md .wizard-navigation .wizard-progress-with-circle {
    position: relative;
    top: 40px;
    height: 4px
}

.vue-form-wizard.lg .wizard-icon-circle {
    width: 90px;
    height: 90px;
    font-size: 28px
}

.vue-form-wizard.lg .wizard-icon-circle.tab_shape {
    height: 50px
}

.vue-form-wizard.lg .wizard-nav-pills>li.active>a .wizard-icon {
    font-size: 28px
}

.vue-form-wizard.lg .wizard-navigation .wizard-progress-with-circle {
    position: relative;
    top: 50px;
    height: 4px
}

.vue-form-wizard .wizard-icon-circle {
    font-size: 18px;
    border: 3px solid #f3f2ee;
    border-radius: 50%;
    font-weight: 600;
    width: 70px;
    height: 70px;
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.vue-form-wizard .wizard-icon-circle.square_shape {
    border-radius: 0
}

.vue-form-wizard .wizard-icon-circle.tab_shape {
    width: 100%;
    min-width: 100px;
    height: 40px;
    border: none;
    background-color: #f3f2ee;
    border-radius: 0
}

.vue-form-wizard .wizard-icon-circle .wizard-icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 40%
}

.vue-form-wizard .wizard-icon-circle .wizard-icon-container.square_shape, .vue-form-wizard .wizard-icon-circle .wizard-icon-container.tab_shape {
    border-radius: 0
}

.vue-form-wizard .wizard-icon-circle .wizard-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vue-form-wizard .wizard-tab-content {
    min-height: 100px;
    padding: 30px 20px 10px
}

.vue-form-wizard .wizard-header {
    padding: 15px;
    position: relative;
    border-radius: 3px 3px 0 0;
    text-align: center
}

.vue-form-wizard .wizard-title {
    color: #252422;
    font-weight: 300;
    margin: 0;
    text-align: center
}

.vue-form-wizard .category {
    font-size: 14px;
    font-weight: 400;
    color: #9a9a9a;
    margin-bottom: 0;
    text-align: center
}

.vue-form-wizard .wizard-navigation .wizard-progress-with-circle {
    position: relative;
    top: 40px;
    height: 4px
}

.vue-form-wizard .wizard-navigation .wizard-progress-with-circle .wizard-progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .3s ease;
    transition: width .3s ease
}

.vue-form-wizard .clearfix:after {
    content: "";
    clear: both;
    display: table
}

.vue-form-wizard .wizard-card-footer {
    padding: 0 20px
}

.vue-form-wizard .wizard-card-footer .wizard-footer-left {
    float: left
}

.vue-form-wizard .wizard-card-footer .wizard-footer-right {
    float: right
}

@media screen and (max-width:350px) {
    .vue-form-wizard .wizard-card-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .vue-form-wizard .wizard-card-footer .wizard-footer-left, .vue-form-wizard .wizard-card-footer .wizard-footer-right {
        float: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .vue-form-wizard .wizard-card-footer .wizard-footer-right button {
        margin-top: 10px
    }
}

.vue-form-wizard.vertical .wizard-card-footer {
    display: block
}

.vue-form-wizard.vertical .wizard-nav-pills {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.vue-form-wizard.vertical .wizard-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.vue-form-wizard.vertical .wizard-card-footer {
    padding-top: 30px
}

fieldset[disabled] .multiselect {
    pointer-events: none
}

.multiselect__spinner {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    height: 35px;
    background: #fff;
    display: block
}

.multiselect__spinner:after, .multiselect__spinner:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid transparent;
    border-top-color: #41b883;
    box-shadow: 0 0 0 1px transparent
}

.multiselect__spinner:before {
    animation: spinning 2.4s cubic-bezier(.41, .26, .2, .62);
    animation-iteration-count: infinite
}

.multiselect__spinner:after {
    animation: spinning 2.4s cubic-bezier(.51, .09, .21, .8);
    animation-iteration-count: infinite
}

.multiselect__loading-enter-active, .multiselect__loading-leave-active {
    transition: opacity .4s ease-in-out;
    opacity: 1
}

.multiselect__loading-enter, .multiselect__loading-leave-active {
    opacity: 0
}

.multiselect, .multiselect__input, .multiselect__single {
    font-family: inherit;
    font-size: 16px;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.multiselect {
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%;
    min-height: 40px;
    text-align: left;
    color: #35495e
}

.multiselect * {
    box-sizing: border-box
}

.multiselect:focus {
    outline: none
}

.multiselect--disabled {
    background: #ededed;
    pointer-events: none;
    opacity: .6
}

.multiselect--active {
    z-index: 50
}

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.multiselect--active .multiselect__select {
    transform: rotate(180deg)
}

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.multiselect__input, .multiselect__single {
    position: relative;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 0 0 0 5px;
    width: 100%;
    transition: border .1s ease;
    box-sizing: border-box;
    margin-bottom: 8px;
    vertical-align: top
}

.multiselect__input:-ms-input-placeholder {
    color: #35495e
}

.multiselect__input::placeholder {
    color: #35495e
}

.multiselect__tag~.multiselect__input, .multiselect__tag~.multiselect__single {
    width: auto
}

.multiselect__input:hover, .multiselect__single:hover {
    border-color: #cfcfcf
}

.multiselect__input:focus, .multiselect__single:focus {
    border-color: #a8a8a8;
    outline: none
}

.multiselect__single {
    padding-left: 5px;
    margin-bottom: 8px
}

.multiselect__tags-wrap {
    display: inline
}

.multiselect__tags {
    min-height: 40px;
    display: block;
    padding: 8px 40px 0 8px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 14px
}

.multiselect__tag {
    position: relative;
    display: inline-block;
    padding: 4px 26px 4px 10px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    line-height: 1;
    background: #41b883;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis
}

.multiselect__tag-icon {
    cursor: pointer;
    margin-left: 7px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 700;
    font-style: normal;
    width: 22px;
    text-align: center;
    line-height: 22px;
    transition: all .2s ease;
    border-radius: 5px
}

.multiselect__tag-icon:after {
    content: "\D7";
    color: #266d4d;
    font-size: 14px
}

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
    background: #369a6e
}

.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
    color: #fff
}

.multiselect__current {
    min-height: 40px;
    overflow: hidden;
    padding: 8px 30px 0 12px;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #e8e8e8
}

.multiselect__current, .multiselect__select {
    line-height: 16px;
    box-sizing: border-box;
    display: block;
    margin: 0;
    text-decoration: none;
    cursor: pointer
}

.multiselect__select {
    position: absolute;
    width: 40px;
    height: 38px;
    right: 1px;
    top: 1px;
    padding: 4px 8px;
    text-align: center;
    transition: transform .2s ease
}

.multiselect__select:before {
    position: relative;
    right: 0;
    top: 65%;
    color: #999;
    margin-top: 4px;
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: ""
}

.multiselect__placeholder {
    color: #adadad;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 2px
}

.multiselect--active .multiselect__placeholder {
    display: none
}

.multiselect__content-wrapper {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    max-height: 240px;
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 50;
    -webkit-overflow-scrolling: touch
}

.multiselect__content {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: 100%;
    vertical-align: top
}

.multiselect--above .multiselect__content-wrapper {
    bottom: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    border-top: 1px solid #e8e8e8
}

.multiselect__content::webkit-scrollbar {
    display: none
}

.multiselect__element {
    display: block
}

.multiselect__option {
    display: block;
    padding: 12px;
    min-height: 40px;
    line-height: 16px;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

.multiselect__option:after {
    top: 0;
    right: 0;
    position: absolute;
    line-height: 40px;
    padding-right: 12px;
    padding-left: 20px;
    font-size: 13px
}

.multiselect__option--highlight {
    background: #41b883;
    outline: none;
    color: #fff
}

.multiselect__option--highlight:after {
    content: attr(data-select);
    background: #41b883;
    color: #fff
}

.multiselect__option--selected {
    background: #f3f3f3;
    color: #35495e;
    font-weight: 700
}

.multiselect__option--selected:after {
    content: attr(data-selected);
    color: silver
}

.multiselect__option--selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
    background: #ededed;
    color: #a6a6a6
}

.multiselect__option--disabled {
    background: #ededed !important;
    color: #a6a6a6 !important;
    cursor: text;
    pointer-events: none
}

.multiselect__option--group {
    background: #ededed;
    color: #35495e
}

.multiselect__option--group.multiselect__option--highlight {
    background: #35495e;
    color: #fff
}

.multiselect__option--group.multiselect__option--highlight:after {
    background: #35495e
}

.multiselect__option--disabled.multiselect__option--highlight {
    background: #dedede
}

.multiselect__option--group-selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect-enter-active, .multiselect-leave-active {
    transition: all .15s ease
}

.multiselect-enter, .multiselect-leave-active {
    opacity: 0
}

.multiselect__strong {
    margin-bottom: 8px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top
}

[dir=rtl] .multiselect {
    text-align: right
}

[dir=rtl] .multiselect__select {
    right: auto;
    left: 1px
}

[dir=rtl] .multiselect__tags {
    padding: 8px 8px 0 40px
}

[dir=rtl] .multiselect__content {
    text-align: right
}

[dir=rtl] .multiselect__option:after {
    right: auto;
    left: 0
}

[dir=rtl] .multiselect__clear {
    right: auto;
    left: 12px
}

[dir=rtl] .multiselect__spinner {
    right: auto;
    left: 1px
}

@keyframes spinning {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(2turn)
    }
}

.VuePassword__Container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative
}

.VuePassword__Input {
    border: 1px solid #cbd5e0;
    border-radius: .125rem;
    display: block;
    padding: .5rem .75rem;
    width: 100%
}

.VuePassword__Input--has-toggle {
    padding-right: 3rem
}

.VuePassword__Toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: none;
    bottom: 0;
    color: #718096;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: .75rem;
    outline: none;
    position: absolute;
    right: 0;
    top: 0
}

.VuePassword__Toggle:hover {
    color: #4a5568;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.VuePassword__Toggle-Icon {
    fill: currentColor;
    pointer-events: none;
    width: 1rem
}

.VuePassword__Meter {
    color: #afafaf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: .25rem;
    margin-left: -.25%;
    margin-right: -.25%;
    margin-top: .125rem
}

.VuePassword__Meter svg {
    fill: currentColor;
    height: 100%;
    padding-left: .25%;
    padding-right: .25%;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    width: 25%
}

.VuePassword--very-weak {
    color: #afafaf
}

.VuePassword--weak {
    color: #e53e3e
}

.VuePassword--medium {
    color: #fc8181
}

.VuePassword--good {
    color: #68d391
}

.VuePassword--great {
    color: #38a169
}

.VuePassword__Message {
    cursor: default;
    font-size: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: right;
    text-transform: uppercase
}

.progress[data-v-cc6c5ab2] {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.progress-container[data-v-f1691f2e] {
    stroke-width: 2px
}

.progress-container .top[data-v-f1691f2e] {
    z-index: 2
}

.progress-content[data-v-f1691f2e] {
    stroke-width: 2px
}

.progress-content .top[data-v-f1691f2e] {
    z-index: 1
}

.vuejs-progress-bar[data-v-1c5cf8e4] {
    display: inline-block;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width: 0;
    line-height: 20px
}

body.v-tour--active {
    pointer-events: none
}

.v-tour {
    pointer-events: auto
}

.v-tour__target--highlighted {
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, .4);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .4);
    pointer-events: auto;
    z-index: 9999
}

.v-tour__target--relative {
    position: relative
}

.v-step[data-v-0436c460] {
    background: #50596c;
    color: #fff;
    max-width: 320px;
    border-radius: 3px;
    -webkit-box-shadow: transparent 0 0 0 0, transparent 0 0 0 0, rgba(0, 0, 0, .1) 0 4px 6px -1px, rgba(0, 0, 0, .06) 0 2px 4px -1px;
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent, 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    padding: 1rem;
    pointer-events: auto;
    text-align: center;
    z-index: 10000
}

.v-step--sticky[data-v-0436c460] {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.v-step--sticky .v-step__arrow[data-v-0436c460] {
    display: none
}

.v-step .v-step__arrow[data-v-0436c460] {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: .5rem;
    border-color: #50596c
}

.v-step .v-step__arrow--dark[data-v-0436c460] {
    border-color: #454d5d
}

.v-step[x-placement^=top][data-v-0436c460] {
    margin-bottom: .5rem
}

.v-step[x-placement^=top] .v-step__arrow[data-v-0436c460] {
    border-width: .5rem .5rem 0 .5rem;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -.5rem;
    left: calc(50% - 1rem);
    margin-top: 0;
    margin-bottom: 0
}

.v-step[x-placement^=bottom][data-v-0436c460] {
    margin-top: .5rem
}

.v-step[x-placement^=bottom] .v-step__arrow[data-v-0436c460] {
    border-width: 0 .5rem .5rem .5rem;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: -.5rem;
    left: calc(50% - 1rem);
    margin-top: 0;
    margin-bottom: 0
}

.v-step[x-placement^=right][data-v-0436c460] {
    margin-left: .5rem
}

.v-step[x-placement^=right] .v-step__arrow[data-v-0436c460] {
    border-width: .5rem .5rem .5rem 0;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: -.5rem;
    top: calc(50% - 1rem);
    margin-left: 0;
    margin-right: 0
}

.v-step[x-placement^=left][data-v-0436c460] {
    margin-right: .5rem
}

.v-step[x-placement^=left] .v-step__arrow[data-v-0436c460] {
    border-width: .5rem 0 .5rem .5rem;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: -.5rem;
    top: calc(50% - 1rem);
    margin-left: 0;
    margin-right: 0
}

.v-step__header[data-v-0436c460] {
    margin: -1rem -1rem .5rem;
    padding: .5rem;
    background-color: #454d5d;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.v-step__content[data-v-0436c460] {
    margin: 0 0 1rem 0
}

.v-step__button[data-v-0436c460] {
    background: transparent;
    border: .05rem solid #fff;
    border-radius: .1rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    height: 1.8rem;
    line-height: 1rem;
    outline: none;
    margin: 0 .2rem;
    padding: .35rem .4rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    vertical-align: middle;
    white-space: nowrap
}

.v-step__button[data-v-0436c460]:hover {
    background-color: hsla(0, 0%, 100%, .95);
    color: #50596c
}

.pop-enter-active, .pop-leave-active {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.pop-enter, .pop-leave-to {
    opacity: 0;
}

.inner-enter-active, .inner-leave-active {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.inner-enter, .inner-leave-to {
    opacity: 0;
}

.k-progress {
    margin: 0;
    padding: 0;
    color: #606266;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.k-progress, .k-progress-outer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.k-progress-outer {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -55px;
    padding-right: 50px
}

.k-progress-outer-bg {
    width: 100%;
    position: relative
}

.k-progress-outer-bg-border {
    border-radius: 100px
}

.k-progress-outer-line {
    position: relative;
    background: #409eff;
    border-radius: 100px;
    -webkit-transition: all .4s cubic-bezier(.08, .82, .17, 1) 0s;
    transition: all .4s cubic-bezier(.08, .82, .17, 1) 0s
}

.k-progress-outer-line-success {
    background: #67c23a
}

.k-progress-outer-line-warning {
    background: #e6a23c
}

.k-progress-outer-line-error {
    background: #f56c6c
}

.k-progress-outer-line-active {
    background: #fff;
    height: inherit;
    border-radius: 10px;
    opacity: 0;
    -webkit-animation: kp-active 2.4s cubic-bezier(0, 0, .2, 1) infinite;
    animation: kp-active 2.4s cubic-bezier(0, 0, .2, 1) infinite;
    content: ""
}

.k-progress-outer-cut {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.k-progress-text {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    word-break: keep-all
}

@-webkit-keyframes kp-active {
    0% {
        width: 0;
        opacity: .2
    }

    30% {
        width: 0;
        opacity: .6
    }

    to {
        width: 100%;
        opacity: 0
    }
}

@keyframes kp-active {
    0% {
        width: 0;
        opacity: .2
    }

    30% {
        width: 0;
        opacity: .6
    }

    to {
        width: 100%;
        opacity: 0
    }
}

@-webkit-keyframes kp-flow {
    0% {
        -webkit-filter: hue-rotate(0deg);
        filter: hue-rotate(0deg)
    }

    to {
        -webkit-filter: hue-rotate(1turn);
        filter: hue-rotate(1turn)
    }
}

@keyframes kp-flow {
    0% {
        -webkit-filter: hue-rotate(0deg);
        filter: hue-rotate(0deg)
    }

    to {
        -webkit-filter: hue-rotate(1turn);
        filter: hue-rotate(1turn)
    }
}

#w_form_Update {
    float: right;
}

.actions.sub-menu.clients {
    top: 84px !important;
}

@media only screen and (max-width: 768px) {
    .w_parameters_preheader>form {
        z-index: 998 !important;
    }
}

.notif-icon {
    position: fixed;
    top: 209px;
    left: 47px;
    z-index: 99;
}

.notif-icon>.parent {
    background: #a7c9ff;
}

.notif-icon>.parent::after {
    background: #a7c9ff;
}

.notif-icon>.parent::before {
    background: #a7c9ff;
}

.online {
    display: none;
}

.offline {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 10px;
    top: 0;
    background-color: var(--primary);
    ;
    background-image: linear-gradient(315deg, #37aeb3 0%, #99e0dc 74%);
}

.LayoutShell {
    width: 100%;
    height: 100%;
    font-size: 14px;
}

.main {
    position: relative;
    z-index: 12;
    margin-left: 90px;
    padding: 10px 0 0 0;
    background-color: #fbfbfb;
    min-height: 96vh;
}

.actions.sub-menu .more-items button ion-icon {
    padding: 12px 16px;
    min-height: 22px;
}

.actions.sub-menu .more-items .dropdown-menu a:hover {
    text-decoration: none;
}

.summary {
    color: #0B0140;
    padding: 12px;
    font-weight: 600;
}

/** FAB **/
.fl-act-btn {
    display: none !important;
    bottom: 136px !important;
}

.fab-main-container .fab-items, .fab-main-container .vue-fab-material-icons {
    font-size: 20px !important;
}

.fab-main-container .icons {
    font-size: 26px !important;
}

.fl-act-btn .fab-item-title {
    color: #fff !important;
    margin: 1px;
    font-size: 1em !important;
    background: #69727d !important;
    line-height: 15px;
    min-width: 20px !important;
    padding: 10px !important;
    border-radius: 8px !important;
}

.show-params-alert {
    position: fixed;
    top: 278px;
    left: 47px;
    z-index: 99;
}

.v-step {
    z-index: 999;
    background: #ffffff !important;
    color: #444 !important;
}

.v-step .v-step__button {
    border-color: #444 !important;
    color: #444 !important;
}

.v-step .v-step__arrow {
    border-color: #FFF;
    border-style: solid;
    height: 0;
    margin: .5rem;
    position: absolute;
    width: 0
}

.v-step .v-step__arrow--dark {
    border-color: #FFF
}

.v-step[x-placement^=top] .v-step__arrow {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-width: .5rem .5rem 0;
    bottom: -.5rem;
    left: calc(50% - 1rem);
    margin-bottom: 0;
    margin-top: 0
}

.v-step[x-placement^=bottom] {
    margin-top: .5rem
}

.v-step[x-placement^=bottom] .v-step__arrow {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-width: 0 .5rem .5rem;
    left: calc(50% - 1rem);
    margin-bottom: 0;
    margin-top: 0;
    top: -.5rem
}

.v-step[x-placement^=right] .v-step__arrow {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-width: .5rem .5rem .5rem 0;
    left: -.5rem;
    margin-left: 0;
    margin-right: 0;
    top: calc(50% - 1rem)
}

.v-step[x-placement^=left] .v-step__arrow {
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-width: .5rem 0 .5rem .5rem;
    margin-left: 0;
    margin-right: 0;
    right: -.5rem;
    top: calc(50% - 1rem)
}

@media only screen and (min-width: 768px) {
    .actions.sub-menu div.dropdown-item i {
        font-size: 21px;
        vertical-align: middle;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .actions.sub-menu .more-items {
        display: none !important;
    }

    .show-params-alert {
        top: auto;
        left: calc(100vw / 2 - 40px);
        bottom: 40px;
    }

    .fl-act-btn {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .main {
        margin-left: 0 !important;
        padding: 4em 0 6em 0;
    }

    .img-circle {
        width: 20px;
    }

    #__w_mobile_footer>.mobile-links {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #__w_mobile_footer .img-circle,
    #__w_mobile_account_modal .img-circle {
        border-radius: 50%;
    }

    .actions.sub-menu div.dropdown-item {
        display: none !important;
    }

    #__w_mobile_account_modal .img-circle {
        width: 50px;
    }

    table.b-table.b-table-stacked-md>tbody>tr> :first-child {
        border-top-width: 0;
    }

    .summary {
        text-align: center;
        line-height: 2;
    }

    #__w_mobile_account_modal {
        position: fixed;
        bottom: -300px;
        left: 0;
        width: 100vw;
        background: rgb(255, 255, 255);
        padding: 3em 0 1em 0;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        z-index: 1000;
        -webkit-transition: bottom 0.4s ease-in-out;
        transition: bottom 0.4s ease-in-out;
    }

    #__w_mobile_account_modal.show {
        bottom: 45px;
    }

    #__w_mobile_profile_name {
        font-weight: 700;
        font-size: 23px;
        color: #0B0140;
    }

    #__w_mobile_profiles_settings {
        border-top: 1px solid;
        border-bottom: 1px solid;
        padding: 13px 5px;
        display: block;
        border-color: #e4e4e4;
        font-size: 15px;
    }

    #__w_mobile_profiles_logout {
        background: #ffcece;
        padding: 5px 10px;
        display: block;
        width: 40%;
        margin: 0 auto;
        border-radius: 4px;
        color: #ff4b4b;
    }

    .footer,
    .menu,
    .actions.sub-menu .more-items button,
    .w_actions_button>span {
        display: none;
    }

    .inline:not(.search) {
        width: calc(49.4%) !important;
    }

    .add-company.wuro-link {
        background: #00b6ad;
        color: #ffffff;
        width: 80%;
        border-radius: 4px;
        padding: 0;
        display: block;
        position: absolute;
        bottom: 120px;
        right: 23px;
        height: 36px;
    }

    /*FOOTER MOBILE*/
    #__w_mobile_footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 1001;
        background: #f9f9f9;
        border-top: 1px solid #dde2e6;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #__w_mobile_footer a {
        color: #757575;
        font-size: 23px;
        width: 20px;
        padding: 10px;
        height: 100%;
    }

    .menu .drop-profile {
        padding: 0;
    }

    .menu>img {
        width: 65px;
        height: auto;
        padding: 15px 16px;
    }

    .menu-tabs>a {
        padding: 0 10px 10px 10px;
        cursor: pointer;
        margin-left: 10px;
    }
}


.parent {
    width: 20px;
    height: 20px;
    background: #f5910c;
    margin: auto;
    border-radius: 100%;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}

@-webkit-keyframes breathe {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes breathe {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes breathe2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes breathe2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.parent:before {
    content: "";
    position: absolute;
    top: -12.5px;
    left: -12.5px;
    z-index: 2;
    width: 45px;
    height: 45px;
    background: #f5910c;
    opacity: 0.3;
    border-radius: 100%;
    -webkit-animation: breathe2 2s infinite;
    animation: breathe2 2s infinite;
}

.parent:after {
    content: "";
    position: absolute;
    top: -22.5px;
    left: -22.5px;
    z-index: 3;
    width: 65px;
    height: 65px;
    background: #f5910c;
    opacity: 0.2;
    border-radius: 100%;
    -webkit-animation: breathe 2s infinite;
    animation: breathe 2s infinite;
}

.parent>span {
    color: #fff;
    font-weight: bold;
    font-size: 12.5px;
    position: absolute;
    z-index: 4;
    top: 3px;
    left: 4px;
}

.not-an-ad[data-v-f0cf7a16] {
    padding-left: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

@media (max-width: 820px) {
    .not-an-ad[data-v-f0cf7a16] {
        display: none;
    }

    .companies[data-v-f0cf7a16] {
        width: 150px;
    }
}

@media (max-width: 500px) {
    .companies[data-v-f0cf7a16] {
        width: 80px;
    }
}

.v-spinner[data-v-f0cf7a16] {
    margin: 16px;
}

.help-button[data-v-f0cf7a16], .contact-button[data-v-f0cf7a16] {
    display: none;
    font-size: 20px;
    padding: 15px 13px;
    color: #555;
    cursor: pointer;
}

.help-button[data-v-f0cf7a16]:hover, .contact-button[data-v-f0cf7a16]:hover {
    color: #000;
}

.title[data-v-f0cf7a16] {
    text-align: center
}

.v-align[data-v-f0cf7a16] {
    line-height: 66px;
}

.dropdown-menu[data-v-f0cf7a16] {
    width: 230px;
    -webkit-box-shadow: -1px 6px 3px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 6px 3px rgba(0, 0, 0, 0.2);
    padding: 0;
    overflow-y: auto;
}

.dropdown select[data-v-f0cf7a16] {
    display: inline-block;
}

.header[data-v-f0cf7a16] {
    position: fixed;
    z-index: 14;
    height: 65px;
    border-bottom: 1px solid #dee2e6;
    background-color: #FFF;
    float: left;
    width: 100vw;
    width: 100%;
    line-height: 34px;
}

.companies-switch[data-v-f0cf7a16] {
    right: 10px;
    border: 1px solid #FEFEFE;
    margin: 9px;
    padding: 0px;
    text-decoration: none !important;
}

.companies-switch .btn-flex[data-v-f0cf7a16] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.companies-switch button p[data-v-f0cf7a16] {
    color: #757575 !important;
    font-size: 15px;
    margin: 0;
    margin-right: 15px;
}

.companies-switch button p[data-v-f0cf7a16]:hover {
    color: #656565 !important;
    text-decoration: none;
}

.companies_switch[data-v-f0cf7a16] {
    padding: 20px;
    border-radius: 8px;
}

.companies-switch button p>img[data-v-f0cf7a16] {
    vertical-align: middle;
    max-height: 26px;
    max-width: 26px;
    padding: 0px !important;
    margin-right: 5px;
}

.companies-switch button i[data-v-f0cf7a16] {
    display: block;
    font-size: 20px;
    color: #838486;
}

.main-position[data-v-f0cf7a16] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 17px;
    margin: 10px 15px;
    color: #4D4D4D;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-position>div[data-v-f0cf7a16] {
    display: inline-block;
    padding: 10px;
}

.main-position img[data-v-f0cf7a16] {
    min-width: 50px;
    max-height: 60px;
    max-width: 60px;
    background-color: #EEE;
    padding: 10px;
    border-radius: 5px;
}

.main-position .wuro-link[data-v-f0cf7a16] {
    margin-top: 7px;
    font-size: 14px;
    float: none;
}

.companies-switch .add-company[data-v-f0cf7a16] {
    font-size: 14px;
    float: right;
    margin-right: 5px;
}

ul.other-companies[data-v-f0cf7a16] {
    margin: 0;
    height: auto;
    max-height: calc(100vh - 274px);
    overflow-y: scroll;
    display: inline-block;
    width: 100%;
}

ul.other-companies li[data-v-f0cf7a16] {
    background-color: #fbfbfb;
    color: #4D4D4D;
    border-bottom: 1px solid #dfdfdf;
    font-size: 15px;
    padding: 9px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

ul.other-companies li[data-v-f0cf7a16]:hover {
    text-decoration: none;
    background-color: #dfdfdf;
}

ul.other-companies li[data-v-f0cf7a16]:first-child {
    border-top: 1px solid #dfdfdf;
}

ul.other-companies li>span[data-v-f0cf7a16] {
    margin-left: 5px;
}

.mini-logo[data-v-f0cf7a16] {
    min-width: 20px;
    max-height: 30px;
    max-width: 30px;
    vertical-align: middle;
}

#w_header_contact_container[data-v-f0cf7a16] {
    margin-right: 10px;
}

#w_header_contact_container[data-v-f0cf7a16],
#w_header_right[data-v-f0cf7a16] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#w_header_right[data-v-f0cf7a16] {
    position: absolute;
    right: 0;
}

.home-info[data-v-f0cf7a16] {
    height: 38px;
    width: auto;
    padding: 2px 10px;
    margin: 12px;
    margin-left: 130px;
    background-color: #DFF2F1;
    color: #56B2AC;
    font-size: 11px;
}

header[data-v-f0cf7a16] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#logo_title_container[data-v-f0cf7a16] {
    display: none;
}

@media only screen and (max-width: 768px) {
    .header[data-v-f0cf7a16] {
        z-index: 999;
    }

    .__w_company_btn>.companies-switch[data-v-f0cf7a16] {
        margin: 8px 0px;
        padding: 0px;
    }

    .__w_company_btn>.companies-switch[data-v-f0cf7a16]> :first-child {
        padding: 2px 10px;
    }

    .main-position[data-v-f0cf7a16] {
        margin: 25px 15px;
    }

    .header[data-v-f0cf7a16] {
        height: 55px;
    }

    #logo_title_container[data-v-f0cf7a16] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 16px;
        width: 100vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    #paramsHeader #logo_title_container[data-v-f0cf7a16] {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    #title_phone_header_container[data-v-f0cf7a16] {
        opacity: 0;
        color: #686868;
    }

    #title_phone_header_container>p[data-v-f0cf7a16] {
        text-transform: lowercase;
        padding-right: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #title_phone_header_container>p[data-v-f0cf7a16]::first-letter {
        text-transform: uppercase;
    }

    #phone_short_logo[data-v-f0cf7a16],
    #title_phone_header_container[data-v-f0cf7a16],
    #logo_title_container[data-v-f0cf7a16] {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #title_phone_header_container>p[data-v-f0cf7a16] {
        width: 100vw;
        padding-left: 15px;
    }

    #phone_short_logo[data-v-f0cf7a16] {
        width: 53px;
    }

    #logo_title_container.scrolled #phone_short_logo[data-v-f0cf7a16] {
        opacity: 0;
    }

    #logo_title_container.scrolled #title_phone_header_container[data-v-f0cf7a16],
    #phone_short_logo[data-v-f0cf7a16] {
        opacity: 1;
    }

    #logo_title_container.scrolled[data-v-f0cf7a16],
    #paramsHeader #logo_title_container.scrolled[data-v-f0cf7a16] {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    .home-info[data-v-f0cf7a16] {
        display: none;
    }

    .contact-button[data-v-f0cf7a16], .help-button[data-v-f0cf7a16] {
        display: none;
    }
}

.carousel[data-v-ec1d3686] {
    position: relative;
    user-select: none
}

.carousel--slidable[data-v-ec1d3686] {
    touch-action: none
}

.carousel--down>.carousel__indicators[data-v-ec1d3686], .carousel--up>.carousel__indicators[data-v-ec1d3686] {
    bottom: auto;
    flex-direction: column;
    left: auto;
    right: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.carousel--down>.carousel__indicators>.carousel__indicator[data-v-ec1d3686]::before, .carousel--up>.carousel__indicators>.carousel__indicator[data-v-ec1d3686]::before {
    height: 100%;
    width: .125rem
}

.carousel--down>.carousel__indicators--disc>.carousel__indicator[data-v-ec1d3686], .carousel--up>.carousel__indicators--disc>.carousel__indicator[data-v-ec1d3686] {
    height: .75rem;
    width: 1.5rem
}

.carousel--down>.carousel__indicators--disc>.carousel__indicator[data-v-ec1d3686]::before, .carousel--up>.carousel__indicators--disc>.carousel__indicator[data-v-ec1d3686]::before {
    height: .5rem;
    width: .5rem
}

.carousel--right>.carousel__indicators[data-v-ec1d3686] {
    flex-direction: row-reverse
}

.carousel--down>.carousel__indicators[data-v-ec1d3686] {
    flex-direction: column-reverse
}

.carousel--controls:hover>.carousel__control[data-v-ec1d3686] {
    opacity: .5;
    transform: translateX(0);
    z-index: 1
}

.carousel--controls:hover>.carousel__control[data-v-ec1d3686]:focus, .carousel--controls:hover>.carousel__control[data-v-ec1d3686]:hover {
    opacity: 1
}

.carousel--controls>.carousel__control[data-v-ec1d3686] {
    opacity: 0;
    z-index: -1
}

.carousel--controls>.carousel__control--prev[data-v-ec1d3686] {
    transform: translateX(-50%)
}

.carousel--controls>.carousel__control--next[data-v-ec1d3686] {
    transform: translateX(50%)
}

.carousel--indicators:hover>.carousel__indicators[data-v-ec1d3686] {
    opacity: 1;
    z-index: 1
}

.carousel--indicators>.carousel__indicators[data-v-ec1d3686] {
    opacity: 0;
    transition: opacity .15s;
    z-index: -1
}

.carousel__list[data-v-ec1d3686] {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.carousel__item[data-v-ec1d3686] {
    display: none;
    margin: 0
}

.carousel__item--active[data-v-ec1d3686], .carousel__item--bottom[data-v-ec1d3686], .carousel__item--left[data-v-ec1d3686], .carousel__item--right[data-v-ec1d3686], .carousel__item--top[data-v-ec1d3686] {
    display: block;
    transition: transform .6s ease-in-out;
    width: 100%
}

.carousel__item--bottom[data-v-ec1d3686], .carousel__item--left[data-v-ec1d3686], .carousel__item--right[data-v-ec1d3686], .carousel__item--top[data-v-ec1d3686] {
    left: 0;
    position: absolute;
    top: 0
}

.carousel__item--top[data-v-ec1d3686] {
    transform: translateY(-100%)
}

.carousel__item--top.carousel__item--to-bottom[data-v-ec1d3686] {
    transform: translateY(0)
}

.carousel__item--right[data-v-ec1d3686] {
    transform: translateX(100%)
}

.carousel__item--right.carousel__item--to-left[data-v-ec1d3686] {
    transform: translateX(0)
}

.carousel__item--bottom[data-v-ec1d3686] {
    transform: translateY(100%)
}

.carousel__item--bottom.carousel__item--to-top[data-v-ec1d3686] {
    transform: translateY(0)
}

.carousel__item--left[data-v-ec1d3686] {
    transform: translateX(-100%)
}

.carousel__item--left.carousel__item--to-right[data-v-ec1d3686] {
    transform: translateX(0)
}

.carousel__item--active[data-v-ec1d3686] {
    transform: translate(0, 0);
    z-index: 1
}

.carousel__item--active.carousel__item--to-top[data-v-ec1d3686] {
    transform: translateY(-100%)
}

.carousel__item--active.carousel__item--to-right[data-v-ec1d3686] {
    transform: translateX(100%)
}

.carousel__item--active.carousel__item--to-bottom[data-v-ec1d3686] {
    transform: translateY(100%)
}

.carousel__item--active.carousel__item--to-left[data-v-ec1d3686] {
    transform: translateX(-100%)
}

.carousel__indicators[data-v-ec1d3686] {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1
}

.carousel__indicators--disc>.carousel__indicator[data-v-ec1d3686] {
    width: .75rem
}

.carousel__indicators--disc>.carousel__indicator[data-v-ec1d3686]::before {
    border-radius: 50%;
    height: .5rem;
    width: .5rem
}

.carousel__indicator[data-v-ec1d3686] {
    cursor: pointer;
    height: 1.5rem;
    margin: .125rem;
    opacity: .5;
    position: relative;
    transition: opacity .15s;
    width: 1.5rem
}

.carousel__indicator[data-v-ec1d3686]::before {
    background-color: #fff;
    content: "";
    display: block;
    height: .125rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.carousel__indicator--active[data-v-ec1d3686] {
    opacity: 1
}

.carousel__control[data-v-ec1d3686] {
    background-color: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    height: 2rem;
    margin-top: -1rem;
    opacity: .5;
    padding: .5rem;
    position: absolute;
    top: 50%;
    transition: all .15s;
    width: 2rem
}

.carousel__control[data-v-ec1d3686]:focus, .carousel__control[data-v-ec1d3686]:hover {
    opacity: 1
}

.carousel__control[data-v-ec1d3686]:focus {
    outline: 0
}

.carousel__control[data-v-ec1d3686]::before {
    border: .0625rem solid transparent;
    border-radius: .125rem;
    content: "";
    display: block;
    height: .5rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: .5rem
}

.carousel__control--prev[data-v-ec1d3686] {
    left: 1rem
}

.carousel__control--prev[data-v-ec1d3686]::before {
    border-bottom-color: #fff;
    border-left-color: #fff;
    margin-left: .125rem
}

.carousel__control--next[data-v-ec1d3686] {
    right: 1rem
}

.carousel__control--next[data-v-ec1d3686]::before {
    border-right-color: #fff;
    border-top-color: #fff;
    margin-left: -.125rem
}

.home-container {
    background: url(<?php echo url ?>static/plantsanspot.svg) no-repeat, #F8F9FB;
    background-position: bottom right -50px;
    background-size: 280px;
    background-attachment: fixed;
    min-height: 100%;
}

.apps .contact {
    margin-bottom: 0;
}

/**
* Right column
*/
.right-column {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.right-column>div {
    margin-bottom: 30px;
}

.rectangle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border: 1px solid #EEE;
    display: inline-block;
    width: 340px;
    height: 105px;
    padding: 10px;
    border-radius: 4px;
    font-size: 15px;
    color: #868686;
    font-size: 16px;
    border: 1px solid #dedede;
    -webkit-box-shadow: 0px 4px 7px #EEE;
    box-shadow: 0px 4px 7px #EEE;
    font-family: 'Roboto', sans-serif;
}

.rectangle>.icon {
    position: absolute;
    z-index: 3;
    right: 3px;
    top: -12px;
    font-size: 33px;
    padding: 10px;
}

.box-appointment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100vh - 367px);
    padding: 0;
}

.box-version {
    height: auto;
    padding: 0px;
}

.img-version img {
    padding: 12px;
    width: 100%;
}

.name-version {
    color: white;
    background: #77cac8;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    padding: 4px;
}

.info-version {
    padding: 15px;
}

.current-number {
    color: #438742;
    font-weight: bold;
}

.box-column {
    height: 140px;
    margin-top: 10px;
    font-size: 17px;
    padding: 20px 90px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    cursor: pointer;
}

.box-column {
    font-family: 'Roboto', sans-serif;
}

.box-column .pdf {
    padding-top: 7px;
    font-size: 15px;
    color: #1cb5a9;
}

.cent-percent {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.phare:hover, .box-version:hover {
    cursor: pointer;
    background-color: #f7f7f7;
}

.alert .wuro-link {
    color: #56b2ac !important;
}

.help-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #fff !important;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    border: none !important;
    padding: 20px 30px;
    border-radius: 30px !important;
    min-height: 130px;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 20px 4px rgb(67 65 104 / 6%);
    box-shadow: 0px 0px 20px 4px rgb(67 65 104 / 6%);
    font-size: 14px;
}

@media (min-width: 1600px) {
    .home-container>.home>.row {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .home-container>.home>.row {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .right-column {
        padding-top: 73px;
    }

    .profile {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1268px) {
    .home-container {
        background: none;
    }
}

/**
* Mobile
*/
@media only screen and (max-width: 768px) {
    .help-block {
        margin-bottom: 5em !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.2em;
    }

    .help-block .pdf {
        padding: 10px 20px;
        border: 1px solid #5ec6cf;
        color: #5ec6cf;
        font-weight: bold;
        border-radius: 12px;
        margin-bottom: 10px;
        font-size: 17px;
    }

    .help-block .help {
        color: #5ec6cf;
        text-align: center;
    }

    .home-container {
        background: none;
    }

    .home-container .card {
        margin-bottom: 0px;

        padding: 1em 0;
    }

    .title.header-form {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xs-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/*.menu-wuro .menu-item {
  padding-right: calc(1.5rem/ 2);
  padding-left: calc(1.5rem/ 2);
  margin-top: 0;
  position: relative;
  z-index: 99;
}

.menu-wuro {
  width: 100%;
}*/


.v-spinner {
    /*	  font-size: 10px;
    width: 60px;
    height: 40px;*/
    /*margin: 25px auto;*/
    text-align: center;
}

.v-spinner .v-clip {
    -webkit-animation: v-clipDelay 0.75s 0s infinite linear;
    animation: v-clipDelay 0.75s 0s infinite linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

@-webkit-keyframes v-clipDelay {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.8);
        transform: rotate(180deg) scale(0.8);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes v-clipDelay {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.8);
        transform: rotate(180deg) scale(0.8);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.profile[data-v-43a31f64] {}

.card[data-v-43a31f64] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #fff !important;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    border: none !important;
    padding: 20px 30px;
    border-radius: 30px !important;
    min-height: 130px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 20px 4px rgb(67 65 104 / 6%);
    box-shadow: 0px 0px 20px 4px rgb(67 65 104 / 6%);
}

.profile .icon[data-v-43a31f64] {
    font-size: 1.3em;
    margin-right: 8px;
}

.profile a[data-v-43a31f64] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.company[data-v-0609a27e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 73px;
}

/*.name-block {
display: flex;
flex-wrap: wrap;
}*/
.company .name-block div.percentage[data-v-0609a27e] {
    width: 100%;
    margin-top: 11px;
}

.current-offer[data-v-0609a27e] {
    font-size: 16px;
}

.company-logo[data-v-0609a27e] {
    width: auto;
    max-width: 80px;
    margin-right: 11px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 67px;
}

.card[data-v-0609a27e] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #fff !important;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    border: none !important;
    padding: 20px 30px;
    border-radius: 30px !important;
    min-height: 130px;
    margin-bottom: 20px;
    -webkit-box-shadow: var(--shadow);
}

.box-version[data-v-0609a27e] {
    padding: 14px;
    background: #eff7fb;
    width: auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 25px;
}

.img-version img[data-v-0609a27e] {
    padding: 0;
}

.current-version[data-v-0609a27e] {
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 176px;
    max-width: 100%;
    margin: 8px 8px 0 0;
}

.current-version h3[data-v-0609a27e], .current-version-after h3[data-v-0609a27e] {
    text-transform: uppercase;
    font-size: 11px;
    color: #999;
    padding: 0;
    margin: 0;
}

.current-version .label[data-v-0609a27e], .current-version-after .label[data-v-0609a27e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    margin: 9px 0 3px 0;
    color: #999;
}

.current-version .label>span.stats>span[data-v-0609a27e], .current-version-after .label>span.stats>span[data-v-0609a27e] {
    color: #61c8d0;
}

.current-version .current-version-avatar[data-v-0609a27e] {
    float: left;
    max-width: 25%;
    width: 50px;
    padding: 5px;
    margin-right: 5px;
    border-radius: 50%;
}

.current-version-profile>.current-version[data-v-0609a27e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    margin-bottom: 8px;
}

.current-version-profile .current-version-avatar[data-v-0609a27e] {
    max-width: none;
    width: 76px;
    padding: 5px 5px 5px 0;
}

.current-version h1[data-v-0609a27e], .resources[data-v-0609a27e] {
    margin: 0;
    padding: 2px;
    font-size: 15px !important;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}

.current-version-after[data-v-0609a27e] {
    padding: 14px;
}

.resources[data-v-0609a27e] {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 11px !important;
}

.current-version h2.position[data-v-0609a27e] {
    font-size: 12px !important;
    color: #888;
    margin-top: 0.15rem;
}

.current-version h2 .icon[data-v-0609a27e] {
    width: 17px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    margin-right: 4px;
    vertical-align: middle;
}

.wuro-link[data-v-0609a27e] {
    display: block;
}

.offer p.subscribe[data-v-0609a27e] {
    margin-top: 5px;
    color: #999;
    font-size: 0.9em;
}

.offer.two-columns[data-v-0609a27e] {
    border: none !important;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1000px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.offer.two-columns .box-version[data-v-0609a27e] {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    margin-top: 0;
}

.offer.two-columns .current-version-after[data-v-0609a27e] {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}

@media only screen and (max-width: 1268px) {
    .offer.two-columns[data-v-0609a27e] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: none;
    }

    .offer.two-columns .box-version[data-v-0609a27e] {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }

    .offer.two-columns .current-version-after[data-v-0609a27e] {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
}

.menu-item[data-v-1739b626] {
    position: relative;
    z-index: 99;
}

.svg[data-v-1739b626] {
    cursor: pointer;
    position: relative;
    z-index: 0;
    background-color: #fff;
}

.card[data-v-1739b626] {
    cursor: pointer;
    word-wrap: break-word;
    background: #fff !important;
    background-clip: border-box;
    border: none !important;
    padding: 20px;
    margin-bottom: 0 !important;
    border-radius: 30px !important;
    min-height: 170px;
    -webkit-box-shadow: var(--shadow);
}

.special .card[data-v-1739b626] {
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0;
}

.menu-title[data-v-1739b626] {
    font-weight: bold;
    margin-bottom: 0;
    text-decoration: none;
    color: #212529;
}

.special.clients .card[data-v-1739b626] {
    background: url(<?php echo url ?>static/bg-contact.svg) no-repeat, #fff !important;
}

.background.clicker[data-v-1739b626] {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

/**
* Mobile
*/
@media only screen and (max-width: 768px) {
    .special .menu-title[data-v-1739b626] {
        -ms-flex-item-align: end;
        align-self: flex-end;
        padding-right: 36px;
    }

    .special.statistiques .menu-title[data-v-1739b626] {
        -ms-flex-item-align: end;
        align-self: flex-end;
        padding-right: 20%;
        margin-bottom: 10px;
    }

    .special.statistiques[data-v-1739b626] {
        background-size: 50%;
        margin-bottom: 10px;
    }
}

.user.birthday[data-v-7b8b00a2]::before {
    background: url(<?php echo url ?>static/gateau-bougie.svg) no-repeat;
    content: "";
    background-size: contain;
    width: 40px;
    position: absolute;
    bottom: 0px;
    z-index: 8;
    height: 40px;
}

.user.birthday[data-v-7b8b00a2] {
    background: url(<?php echo url ?>static/confettis-bg.svg) no-repeat;
    background-size: cover;
}

.user-profile>.user[data-v-7b8b00a2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    margin-bottom: 8px;
}

.user h2.position[data-v-7b8b00a2] {
    font-size: 13px !important;
    color: #888;
    margin-top: 0.35rem;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.user h2 .icon[data-v-7b8b00a2] {
    width: 17px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    margin-right: 4px;
    vertical-align: middle;
}

ion-icon {
    visibility: hidden
}

.hydrated {
    visibility: inherit
}



.vue-slider-dot {
    position: absolute;
    -webkit-transition: all 0s;
    transition: all 0s;
    z-index: 5
}

.vue-slider-dot:focus {
    outline: none
}

.vue-slider-dot-tooltip {
    position: absolute;
    visibility: hidden
}

.vue-slider-dot-hover:hover .vue-slider-dot-tooltip, .vue-slider-dot-tooltip-show {
    visibility: visible
}

.vue-slider-dot-tooltip-top {
    top: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%)
}

.vue-slider-dot-tooltip-bottom {
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%)
}

.vue-slider-dot-tooltip-left {
    left: -10px;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.vue-slider-dot-tooltip-right {
    right: -10px;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%)
}

.vue-slider-marks {
    position: relative;
    width: 100%;
    height: 100%
}

.vue-slider-mark {
    position: absolute;
    z-index: 1
}

.vue-slider-ltr .vue-slider-mark, .vue-slider-rtl .vue-slider-mark {
    width: 0;
    height: 100%;
    top: 50%
}

.vue-slider-ltr .vue-slider-mark-step, .vue-slider-rtl .vue-slider-mark-step {
    top: 0
}

.vue-slider-ltr .vue-slider-mark-label, .vue-slider-rtl .vue-slider-mark-label {
    top: 100%;
    margin-top: 10px
}

.vue-slider-ltr .vue-slider-mark {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vue-slider-ltr .vue-slider-mark-step {
    left: 0
}

.vue-slider-ltr .vue-slider-mark-label {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.vue-slider-rtl .vue-slider-mark {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.vue-slider-rtl .vue-slider-mark-step {
    right: 0
}

.vue-slider-rtl .vue-slider-mark-label {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.vue-slider-btt .vue-slider-mark, .vue-slider-ttb .vue-slider-mark {
    width: 100%;
    height: 0;
    left: 50%
}

.vue-slider-btt .vue-slider-mark-step, .vue-slider-ttb .vue-slider-mark-step {
    left: 0
}

.vue-slider-btt .vue-slider-mark-label, .vue-slider-ttb .vue-slider-mark-label {
    left: 100%;
    margin-left: 10px
}

.vue-slider-btt .vue-slider-mark {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.vue-slider-btt .vue-slider-mark-step {
    top: 0
}

.vue-slider-btt .vue-slider-mark-label {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vue-slider-ttb .vue-slider-mark {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vue-slider-ttb .vue-slider-mark-step {
    bottom: 0
}

.vue-slider-ttb .vue-slider-mark-label {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.vue-slider-mark-label, .vue-slider-mark-step {
    position: absolute
}

.vue-slider {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.vue-slider-rail {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition-property: width, height, left, right, top, bottom;
    transition-property: width, height, left, right, top, bottom
}

.vue-slider-process {
    position: absolute;
    z-index: 1
}

.card>.table[data-v-6a7eb354] {
    cursor: pointer;
}

.vue-js-switch[data-v-6a7eb354] {
    margin: 0;
}

.vue-js-switch.padding[data-v-6a7eb354] {
    padding: 8px 8px 8px 0 !important;
}

.product_image[data-v-6a7eb354] {
    max-width: 45px;
    height: 47px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.product_image>img[data-v-6a7eb354] {
    width: 120%;
}

.nav[data-v-5232cd18] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3em;
}

.nav>li[data-v-5232cd18] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 16px;
}

.nav>li>ul>li[data-v-5232cd18] {
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0;
    padding-left: 2em;
}

.nav>li>ul>li.active[data-v-5232cd18] {
    font-weight: bold;
}

a[data-v-5232cd18] {
    color: #969696;
}

.accordion li[data-v-5232cd18] {
    color: #969696;
    font-size: 15px;
}

.nav a.menu-selected[data-v-5232cd18] {
    color: #00b2aa;
}

.fab-size-normal[data-v-e0aacb1e] {
    height: 40px;
    width: 40px;
}

.fab-size-big[data-v-e0aacb1e] {
    height: 48px;
    width: 48px;
}

.fab-size-small[data-v-e0aacb1e] {
    height: 32px;
    width: 32px;
}

.vue-fab-material-icons[data-v-e0aacb1e] {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 1em;
}

.vue-fab-icons[data-v-e0aacb1e] {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 1em;
}

.vue-fab-icons *[data-v-e0aacb1e] {
    color: white;
}

.flex-center[data-v-e0aacb1e] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fab-shadow[data-v-e0aacb1e] {
    box-shadow: 0px 2px 8px #666;
}

.absolute[data-v-e0aacb1e] {
    position: absolute;
    left: 0;
    top: 0;
}

.fab-default-leave-to[data-v-e0aacb1e] {
    transform: scale(0);
}

.fab-default-enter[data-v-e0aacb1e] {
    transform: scale(0) rotate(-45deg);
}

.fab-item-default-enter[data-v-e0aacb1e] {
    opacity: 0;
    transform: translate3D(0, 5px, 0) scale(0);
}

.fab-item-default-leave-to[data-v-e0aacb1e] {
    opacity: 0;
}

.fab-active-icon-leave[data-v-e0aacb1e] {
    transform: rotate(0deg) !important;
}

.fab-active-icon-leave-to[data-v-e0aacb1e] {
    transform: rotate(45deg) !important;
    opacity: 0 !important;
}

.fab-active-icon-enter[data-v-e0aacb1e] {
    opacity: 0;
    transform: rotate(0deg) !important;
}

.fab-active-icon-enter-to[data-v-e0aacb1e] {
    transform: rotate(45deg) !important;
    opacity: 1;
}

.fab-icon-enter[data-v-e0aacb1e] {
    transform: rotate(45deg);
    opacity: 0;
}

.fab-icon-enter-to[data-v-e0aacb1e] {
    transform: rotate(0deg);
}

.fab-icon-leave[data-v-e0aacb1e] {
    transform: rotate(45deg);
    opacity: 1;
}

.fab-icon-leave-to[data-v-e0aacb1e] {
    transform: rotate(0deg) !important;
    opacity: 0;
}

.fab-icon-enter[data-v-e0aacb1e],
.fab-icon-leave-to[data-v-e0aacb1e] {
    opacity: 0;
}

.fab-icon-to[data-v-e0aacb1e],
.fab-icon-leave[data-v-e0aacb1e] {
    opacity: 1;
}

.fab-alive-leave-to[data-v-e0aacb1e] {
    transform: translateY(60px) !important;
    opacity: 0;
}

.fab-alive-leave-active[data-v-e0aacb1e],
.fab-alive-enter-active[data-v-e0aacb1e] {
    transition: all 0.3s linear;
}

.fab-alive-enter[data-v-e0aacb1e] {
    transform: translateY(60px) !important;
    opacity: 0;
}

.fab-item-alive-leave-to[data-v-e0aacb1e] {
    transform: translateY(0px) !important;
    opacity: 0;
}

.fab-item-alive-enter-active[data-v-e0aacb1e] {
    transition: all 0.6s linear;
    opacity: 0;
}

.fab-item-alive-enter[data-v-e0aacb1e] {
    transform: translateY(0px) !important;
    opacity: 0;
}

*[data-v-e0aacb1e] {
    user-select: none;
}

.fab-main-container[data-v-e0aacb1e] {
    position: fixed;
    right: 20%;
    z-index: 9999;
    bottom: 10%;
    overflow: initial;
    box-sizing: border-box;
}

.fab[data-v-e0aacb1e] {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    padding: 8px;
    transition: all 0.2s linear;
}

.fab i[data-v-e0aacb1e] {
    font-size: 1.5em;
}

.fab-active[data-v-e0aacb1e] {
    transform: rotate(45deg);
}

.fab-item-container[data-v-e0aacb1e] {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
}

.fab-size-normal[data-v-77282e1a] {
    height: 40px;
    width: 40px;
}

.fab-size-big[data-v-77282e1a] {
    height: 48px;
    width: 48px;
}

.fab-size-small[data-v-77282e1a] {
    height: 32px;
    width: 32px;
}

.vue-fab-material-icons[data-v-77282e1a] {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 1em;
}

.vue-fab-icons[data-v-77282e1a] {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 1em;
}

.vue-fab-icons *[data-v-77282e1a] {
    color: white;
}

.flex-center[data-v-77282e1a] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fab-shadow[data-v-77282e1a] {
    box-shadow: 0px 2px 8px #666;
}

.absolute[data-v-77282e1a] {
    position: absolute;
    left: 0;
    top: 0;
}

.fab-default-leave-to[data-v-77282e1a] {
    transform: scale(0);
}

.fab-default-enter[data-v-77282e1a] {
    transform: scale(0) rotate(-45deg);
}

.fab-item-default-enter[data-v-77282e1a] {
    opacity: 0;
    transform: translate3D(0, 5px, 0) scale(0);
}

.fab-item-default-leave-to[data-v-77282e1a] {
    opacity: 0;
}

.fab-active-icon-leave[data-v-77282e1a] {
    transform: rotate(0deg) !important;
}

.fab-active-icon-leave-to[data-v-77282e1a] {
    transform: rotate(45deg) !important;
    opacity: 0 !important;
}

.fab-active-icon-enter[data-v-77282e1a] {
    opacity: 0;
    transform: rotate(0deg) !important;
}

.fab-active-icon-enter-to[data-v-77282e1a] {
    transform: rotate(45deg) !important;
    opacity: 1;
}

.fab-icon-enter[data-v-77282e1a] {
    transform: rotate(45deg);
    opacity: 0;
}

.fab-icon-enter-to[data-v-77282e1a] {
    transform: rotate(0deg);
}

.fab-icon-leave[data-v-77282e1a] {
    transform: rotate(45deg);
    opacity: 1;
}

.fab-icon-leave-to[data-v-77282e1a] {
    transform: rotate(0deg) !important;
    opacity: 0;
}

.fab-icon-enter[data-v-77282e1a],
.fab-icon-leave-to[data-v-77282e1a] {
    opacity: 0;
}

.fab-icon-to[data-v-77282e1a],
.fab-icon-leave[data-v-77282e1a] {
    opacity: 1;
}

.fab-alive-leave-to[data-v-77282e1a] {
    transform: translateY(60px) !important;
    opacity: 0;
}

.fab-alive-leave-active[data-v-77282e1a],
.fab-alive-enter-active[data-v-77282e1a] {
    transition: all 0.3s linear;
}

.fab-alive-enter[data-v-77282e1a] {
    transform: translateY(60px) !important;
    opacity: 0;
}

.fab-item-alive-leave-to[data-v-77282e1a] {
    transform: translateY(0px) !important;
    opacity: 0;
}

.fab-item-alive-enter-active[data-v-77282e1a] {
    transition: all 0.6s linear;
    opacity: 0;
}

.fab-item-alive-enter[data-v-77282e1a] {
    transform: translateY(0px) !important;
    opacity: 0;
}

.fabMask[data-v-77282e1a] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: #FFF;
    opacity: 0;
    transition: all .3s;
}

.touchStyle[data-v-77282e1a] {
    opacity: .2 !important;
}

.fab-size-normal[data-v-2c36071f] {
    height: 40px;
    width: 40px;
}

.fab-size-big[data-v-2c36071f] {
    height: 48px;
    width: 48px;
}

.fab-size-small[data-v-2c36071f] {
    height: 32px;
    width: 32px;
}

.vue-fab-material-icons[data-v-2c36071f] {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 1em;
}

.vue-fab-icons[data-v-2c36071f] {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 1em;
}

.vue-fab-icons *[data-v-2c36071f] {
    color: white;
}

.flex-center[data-v-2c36071f] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fab-shadow[data-v-2c36071f] {
    box-shadow: 0px 2px 8px #666;
}

.absolute[data-v-2c36071f] {
    position: absolute;
    left: 0;
    top: 0;
}

.fab-default-leave-to[data-v-2c36071f] {
    transform: scale(0);
}

.fab-default-enter[data-v-2c36071f] {
    transform: scale(0) rotate(-45deg);
}

.fab-item-default-enter[data-v-2c36071f] {
    opacity: 0;
    transform: translate3D(0, 5px, 0) scale(0);
}

.fab-item-default-leave-to[data-v-2c36071f] {
    opacity: 0;
}

.fab-active-icon-leave[data-v-2c36071f] {
    transform: rotate(0deg) !important;
}

.fab-active-icon-leave-to[data-v-2c36071f] {
    transform: rotate(45deg) !important;
    opacity: 0 !important;
}

.fab-active-icon-enter[data-v-2c36071f] {
    opacity: 0;
    transform: rotate(0deg) !important;
}

.fab-active-icon-enter-to[data-v-2c36071f] {
    transform: rotate(45deg) !important;
    opacity: 1;
}

.fab-icon-enter[data-v-2c36071f] {
    transform: rotate(45deg);
    opacity: 0;
}

.fab-icon-enter-to[data-v-2c36071f] {
    transform: rotate(0deg);
}

.fab-icon-leave[data-v-2c36071f] {
    transform: rotate(45deg);
    opacity: 1;
}

.fab-icon-leave-to[data-v-2c36071f] {
    transform: rotate(0deg) !important;
    opacity: 0;
}

.fab-icon-enter[data-v-2c36071f],
.fab-icon-leave-to[data-v-2c36071f] {
    opacity: 0;
}

.fab-icon-to[data-v-2c36071f],
.fab-icon-leave[data-v-2c36071f] {
    opacity: 1;
}

.fab-alive-leave-to[data-v-2c36071f] {
    transform: translateY(60px) !important;
    opacity: 0;
}

.fab-alive-leave-active[data-v-2c36071f],
.fab-alive-enter-active[data-v-2c36071f] {
    transition: all 0.3s linear;
}

.fab-alive-enter[data-v-2c36071f] {
    transform: translateY(60px) !important;
    opacity: 0;
}

.fab-item-alive-leave-to[data-v-2c36071f] {
    transform: translateY(0px) !important;
    opacity: 0;
}

.fab-item-alive-enter-active[data-v-2c36071f] {
    transition: all 0.6s linear;
    opacity: 0;
}

.fab-item-alive-enter[data-v-2c36071f] {
    transform: translateY(0px) !important;
    opacity: 0;
}

.fab-item[data-v-2c36071f] {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s linear;
    position: absolute;
    cursor: pointer;
    top: -50px;
    width: 80%;
    height: 80%;
    margin-left: 10%;
    border-radius: 50%;
    overflow: inherit;
}

.fab-item-title[data-v-2c36071f] {
    position: absolute;
    right: 4em;
    box-shadow: 0 1px .5px #CCC;
    padding: 2px 5px;
    font-size: .8em;
    min-width: 3em;
    white-space: nowrap;
    border-radius: 2px;
    text-align: center;
}

.empty-state {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.empty-state>.super-icon {
    min-height: 100px;
    min-width: 100px;
}

.advanced-search[data-v-7a948cd5] {}

.btn-close[data-v-7a948cd5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: absolute;
    padding: 0 10px;
    right: 15px;
    top: -5px;
    z-index: 11;
    color: #6d6d6d;
    background-color: transparent !important;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6px;
}

.btn-close[data-v-7a948cd5]:active,
.btn-close[data-v-7a948cd5]:hover {
    color: #000 !important;
    background-color: transparent !important;
}

.btn-close[data-v-7a948cd5]:active {
    background-color: #EEE !important;
}

.btn-close>i[data-v-7a948cd5] {
    font-size: 30px;
}

.quick-filter[data-v-7a948cd5] {
    font-size: 13px;
    color: #686868;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 39px;
    width: auto;
    background-color: rgba(255, 255, 255, 0.64);
    border: 1px solid #E8EBF2;
}

.inline[data-v-7a948cd5] {
    display: inline-block;
    margin-left: 0.2em;
}

.inline-checkbox[data-v-7a948cd5] {
    display: inline-block;
    margin-right: 1em;
}

.inline-auto[data-v-7a948cd5] {
    width: auto !important;
}

@media only screen and (max-width: 1468px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 600px) {
    ._w_amount_composant[data-v-7a948cd5] {
        max-width: 100%;
    }
}

.w_parameters_preheader>form.scrolled .btn-danger {
    background: white !important;
}

.product-add .suggest-wrap>ul {
    max-width: 303px;
}

.back-to-list[data-v-77800238] {
    font-size: 2.5em;
    cursor: pointer;
    padding: 10px;
    margin-right: 20px;
}

.tooltip_help[data-v-77800238] {
    display: inline-block;
    position: relative;
    margin: 0 20px;
    top: 0;
}

.vue-js-switch[data-v-77800238] {
    margin: 0;
    margin-right: 10px;
}

.max-w-150[data-v-77800238] {
    max-width: 150px;
}

.file.form-control[data-v-77800238] {
    border: none;
    padding: 0;
}

.w_parameters_preheader[data-v-77800238] {
    width: 100%;

    margin: 0 auto;
}

.form-horizontal[data-v-77800238] {
    padding-top: 20px;
    width: 100%;

    margin: 0 auto;
}

.error[data-v-77800238] {
    border: 1px solid;
    border-color: #ff0000;
}

.switch[data-v-77800238] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input[data-v-77800238] {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider[data-v-77800238] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider[data-v-77800238]:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider[data-v-77800238] {
    background-color: #2196F3;
}

input:focus+.slider[data-v-77800238] {
    -webkit-box-shadow: 0 0 1px #2196F3;
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider[data-v-77800238]:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[data-v-77800238] {
    border-radius: 34px;
}

.slider.round[data-v-77800238]:before {
    border-radius: 50%;
}

.mini-link-textarea[data-v-77800238] {
    display: inline-block;
    top: -18px;
    font-size: 0.8em;
    position: relative;
}

/** Variant Design **/
.add-variant-img[data-v-77800238] {
    font-size: 2.6em;
    color: rgb(40, 204, 191);
    margin-right: 10px;
}

.upload-wrap[data-v-77800238] {
    position: relative;
}

.upload-wrap>i[data-v-77800238] {
    position: absolute;
}

@media only screen and (min-width: 768px) {
    .w_parameters_preheader>form.scrolled[data-v-77800238] {
        position: fixed;
        z-index: 9999;
        color: #fff;
        -webkit-transition: bottom 0.4s ease-in-out;
        transition: bottom 0.4s ease-in-out;
        top: 70px;
        position: fixed;
        max-width: calc(1000px - -272px);
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .w_parameters_preheader>form.scrolled .btn-default[data-v-77800238], .w_parameters_preheader>form.scrolled .btn-danger[data-v-77800238] {
        background-color: white;
        width: 146px;
    }

    .w_parameters_preheader>form.scrolled .btn-default[data-v-77800238]:hover {
        background-color: #28ccbf;
    }
}

@media only screen and (max-width: 768px) {
    #w_form_Update[data-v-77800238] :first-child {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    #w_form_Update[data-v-77800238] :first-child :first-child :first-child {
        width: calc(100% - 20px);
        margin: 0 auto;
        border-radius: 4px;
    }

    .btn-default[data-v-77800238] {
        background: #00b3ab;
        color: #fff;
        display: block;
        width: calc(100% - 20px);
        margin: 0 auto;
        border-radius: 4px;
    }

    .w_parameters_preheader[data-v-77800238] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .w_parameters_preheader>form[data-v-77800238] {
        position: sticky;
        bottom: -50px;
        z-index: 9999;
        color: #fff;
        width: 100%;
        -webkit-transition: bottom 0.4s ease-in-out;
        transition: bottom 0.4s ease-in-out;
    }

    .w_parameters_preheader>form.scrolled[data-v-77800238] {
        bottom: 70px;
    }

    .w_parameters_preheader>form.scrolled .btn-default[data-v-77800238], .w_parameters_preheader>form.scrolled .btn-danger[data-v-77800238] {
        background-color: white;
    }

    .w_parameters_preheader>form.scrolled .btn-default[data-v-77800238]:hover {
        background-color: #28ccbf;
    }
}

.no-padding[data-v-7da95bc8] {
    padding: 0;
}

.ipt-f-container[data-v-7da95bc8] {
    width: 100%;
    padding: 5px;
    display: inline-block;
    overflow: hidden;
    min-height: 120px;
}

.ipt-f-box[data-v-7da95bc8] {
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.ipt-f-box.pdf[data-v-7da95bc8] {
    background: #ed8686;
}

.ipt-f-box .pdf[data-v-7da95bc8] {
    width: 100%;
    font-size: 20px;
}

.ipt-f-img[data-v-7da95bc8] {
    display: block;
    width: 100%;
    height: auto;
}

.ipt-f-box-empty[data-v-7da95bc8] {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* stack flex items vertically */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* center items vertically, in this case */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* center items horizontally, in this case */
    position: relative;
    padding-top: 100%;
}

.bd-solid[data-v-7da95bc8] {
    border: 2px solid #cacaca;
    border-radius: 2px;
}

.bd-dashed[data-v-7da95bc8] {
    border: 2px dashed #cacaca;
    border-radius: 2px;
}

.btn-delete[data-v-7da95bc8] {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.btn-add[data-v-7da95bc8] {
    max-width: 100px;
    background-color: #cacaca;
    border-color: #cacaca;
}

.btn-danger[data-v-7da95bc8] {
    background-color: #dc3545 !important;
}

.file-name[data-v-7da95bc8] {
    height: 12px;
    font-size: 10px;
    text-overflow: ellipsis;
    width: 100%;
}

.ipt-f-file[data-v-7da95bc8] {
    padding: 5px;
    margin: auto;
}

.i-f-add[data-v-7da95bc8] {
    color: #cacaca;
}

.icon[data-v-7da95bc8] {
    color: white;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon>span[data-v-7da95bc8] {
    font-size: 20px;
    position: absolute;
}

.icon-attach[data-v-7da95bc8] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.native[data-v-7da95bc8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 6px;
}

.native .icon[data-v-7da95bc8] {
    text-decoration: line-through !important;
    padding: 0 6px;
    cursor: pointer;
    color: black;
}

.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative
}

.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden
}

.ql-container.ql-disabled .ql-editor ul[data-checked]>li::before {
    pointer-events: none
}

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%
}

.ql-clipboard p {
    margin: 0;
    padding: 0
}

.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: 0;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word
}

.ql-editor>* {
    cursor: text
}

.ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6, .ql-editor ol, .ql-editor p, .ql-editor pre, .ql-editor ul {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol, .ql-editor ul {
    padding-left: 1.5em
}

.ql-editor ol>li, .ql-editor ul>li {
    list-style-type: none
}

.ql-editor ul>li::before {
    content: '\2022'
}

.ql-editor ul[data-checked=false], .ql-editor ul[data-checked=true] {
    pointer-events: none
}

.ql-editor ul[data-checked=false]>li *, .ql-editor ul[data-checked=true]>li * {
    pointer-events: all
}

.ql-editor ul[data-checked=false]>li::before, .ql-editor ul[data-checked=true]>li::before {
    color: #777;
    cursor: pointer;
    pointer-events: all
}

.ql-editor ul[data-checked=true]>li::before {
    content: '\2611'
}

.ql-editor ul[data-checked=false]>li::before {
    content: '\2610'
}

.ql-editor li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em
}

.ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right
}

.ql-editor li.ql-direction-rtl::before {
    margin-left: .3em;
    margin-right: -1.5em
}

.ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em
}

.ql-editor ol li.ql-direction-rtl, .ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em
}

.ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0
}

.ql-editor ol li:before {
    content: counter(list-0, decimal) '. '
}

.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1
}

.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. '
}

.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2
}

.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) '. '
}

.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3
}

.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) '. '
}

.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4
}

.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) '. '
}

.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5
}

.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) '. '
}

.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6
}

.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) '. '
}

.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7
}

.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) '. '
}

.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9
}

.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8
}

.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) '. '
}

.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9
}

.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9
}

.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) '. '
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

.ql-editor .ql-video {
    display: block;
    max-width: 100%
}

.ql-editor .ql-video.ql-align-center {
    margin: 0 auto
}

.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto
}

.ql-editor .ql-bg-black {
    background-color: #000
}

.ql-editor .ql-bg-red {
    background-color: #e60000
}

.ql-editor .ql-bg-orange {
    background-color: #f90
}

.ql-editor .ql-bg-yellow {
    background-color: #ff0
}

.ql-editor .ql-bg-green {
    background-color: #008a00
}

.ql-editor .ql-bg-blue {
    background-color: #06c
}

.ql-editor .ql-bg-purple {
    background-color: #93f
}

.ql-editor .ql-color-white {
    color: #fff
}

.ql-editor .ql-color-red {
    color: #e60000
}

.ql-editor .ql-color-orange {
    color: #f90
}

.ql-editor .ql-color-yellow {
    color: #ff0
}

.ql-editor .ql-color-green {
    color: #008a00
}

.ql-editor .ql-color-blue {
    color: #06c
}

.ql-editor .ql-color-purple {
    color: #93f
}

.ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif
}

.ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace
}

.ql-editor .ql-size-small {
    font-size: .75em
}

.ql-editor .ql-size-large {
    font-size: 1.5em
}

.ql-editor .ql-size-huge {
    font-size: 2.5em
}

.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

.ql-editor .ql-align-center {
    text-align: center
}

.ql-editor .ql-align-justify {
    text-align: justify
}

.ql-editor .ql-align-right {
    text-align: right
}

.ql-editor.ql-blank::before {
    color: rgba(0, 0, 0, .6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px
}

.ql-snow .ql-toolbar:after, .ql-snow.ql-toolbar:after {
    clear: both;
    content: '';
    display: table
}

.ql-snow .ql-toolbar button, .ql-snow.ql-toolbar button {
    background: 0 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

.ql-snow .ql-toolbar button svg, .ql-snow.ql-toolbar button svg {
    float: left;
    height: 100%
}

.ql-snow .ql-toolbar button:active:hover, .ql-snow.ql-toolbar button:active:hover {
    outline: 0
}

.ql-snow .ql-toolbar input.ql-image[type=file], .ql-snow.ql-toolbar input.ql-image[type=file] {
    display: none
}

.ql-snow .ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar button.ql-active, .ql-snow .ql-toolbar button:focus, .ql-snow .ql-toolbar button:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar button.ql-active, .ql-snow.ql-toolbar button:focus, .ql-snow.ql-toolbar button:hover {
    color: #06c
}

.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill {
    fill: #06c
}

.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter {
    stroke: #06c
}

@media (pointer:coarse) {
    .ql-snow .ql-toolbar button:hover:not(.ql-active), .ql-snow.ql-toolbar button:hover:not(.ql-active) {
        color: #444
    }

    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #444
    }

    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #444
    }
}

.ql-snow {
    box-sizing: border-box
}

.ql-snow * {
    box-sizing: border-box
}

.ql-snow .ql-hidden {
    display: none
}

.ql-snow .ql-out-bottom, .ql-snow .ql-out-top {
    visibility: hidden
}

.ql-snow .ql-tooltip {
    position: absolute;
    transform: translateY(10px)
}

.ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none
}

.ql-snow .ql-tooltip.ql-flip {
    transform: translateY(-10px)
}

.ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle
}

.ql-snow .ql-formats:after {
    clear: both;
    content: '';
    display: table
}

.ql-snow .ql-stroke {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.ql-snow .ql-stroke-miter {
    fill: none;
    stroke: #444;
    stroke-miterlimit: 10;
    stroke-width: 2
}

.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
    fill: #444
}

.ql-snow .ql-empty {
    fill: none
}

.ql-snow .ql-even {
    fill-rule: evenodd
}

.ql-snow .ql-stroke.ql-thin, .ql-snow .ql-thin {
    stroke-width: 1
}

.ql-snow .ql-transparent {
    opacity: .4
}

.ql-snow .ql-direction svg:last-child {
    display: none
}

.ql-snow .ql-direction.ql-active svg:last-child {
    display: inline
}

.ql-snow .ql-direction.ql-active svg:first-child {
    display: none
}

.ql-snow .ql-editor h1 {
    font-size: 2em
}

.ql-snow .ql-editor h2 {
    font-size: 1.5em
}

.ql-snow .ql-editor h3 {
    font-size: 1.17em
}

.ql-snow .ql-editor h4 {
    font-size: 1em
}

.ql-snow .ql-editor h5 {
    font-size: .83em
}

.ql-snow .ql-editor h6 {
    font-size: .67em
}

.ql-snow .ql-editor a {
    text-decoration: underline
}

.ql-snow .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px
}

.ql-snow .ql-editor code, .ql-snow .ql-editor pre {
    background-color: #f0f0f0;
    border-radius: 3px
}

.ql-snow .ql-editor pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px
}

.ql-snow .ql-editor code {
    font-size: 85%;
    padding: 2px 4px
}

.ql-snow .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible
}

.ql-snow .ql-editor img {
    max-width: 100%
}

.ql-snow .ql-picker {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle
}

.ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%
}

.ql-snow .ql-picker-label::before {
    display: inline-block;
    line-height: 22px
}

.ql-snow .ql-picker-options {
    background-color: #fff;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap
}

.ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #ccc;
    z-index: 2
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1
}

.ql-snow .ql-color-picker, .ql-snow .ql-icon-picker {
    width: 28px
}

.ql-snow .ql-color-picker .ql-picker-label, .ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-label svg, .ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px
}

.ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0
}

.ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px
}

.ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0;
    width: 16px
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before {
    content: attr(data-label)
}

.ql-snow .ql-picker.ql-header {
    width: 98px
}

.ql-snow .ql-picker.ql-header .ql-picker-item::before, .ql-snow .ql-picker.ql-header .ql-picker-label::before {
    content: 'Normal'
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before {
    content: 'Heading 1'
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before {
    content: 'Heading 2'
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before {
    content: 'Heading 3'
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before {
    content: 'Heading 4'
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before {
    content: 'Heading 5'
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before {
    content: 'Heading 6'
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    font-size: 2em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    font-size: 1.5em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    font-size: 1.17em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    font-size: 1em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    font-size: .83em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    font-size: .67em
}

.ql-snow .ql-picker.ql-font {
    width: 108px
}

.ql-snow .ql-picker.ql-font .ql-picker-item::before, .ql-snow .ql-picker.ql-font .ql-picker-label::before {
    content: 'Sans Serif'
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before {
    content: 'Serif'
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before {
    content: 'Monospace'
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    font-family: Georgia, Times New Roman, serif
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    font-family: Monaco, Courier New, monospace
}

.ql-snow .ql-picker.ql-size {
    width: 98px
}

.ql-snow .ql-picker.ql-size .ql-picker-item::before, .ql-snow .ql-picker.ql-size .ql-picker-label::before {
    content: 'Normal'
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before {
    content: 'Small'
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before {
    content: 'Large'
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before {
    content: 'Huge'
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    font-size: 10px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    font-size: 18px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    font-size: 32px
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000
}

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 8px
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px
}

.ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent
}

.ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 8px
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    border-color: #ccc
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: #000
}

.ql-toolbar.ql-snow+.ql-container.ql-snow {
    border-top: 0
}

.ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap
}

.ql-snow .ql-tooltip::before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px
}

.ql-snow .ql-tooltip input[type=text] {
    display: none;
    border: 1px solid #ccc;
    font-size: 13px;
    height: 26px;
    margin: 0;
    padding: 3px 5px;
    width: 170px
}

.ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.ql-snow .ql-tooltip a.ql-action::after {
    border-right: 1px solid #ccc;
    content: 'Edit';
    margin-left: 16px;
    padding-right: 8px
}

.ql-snow .ql-tooltip a.ql-remove::before {
    content: 'Remove';
    margin-left: 8px
}

.ql-snow .ql-tooltip a {
    line-height: 26px
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview, .ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
    display: inline-block
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    border-right: 0;
    content: 'Save';
    padding-right: 0
}

.ql-snow .ql-tooltip[data-mode=link]::before {
    content: "Enter link:"
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
    content: "Enter formula:"
}

.ql-snow .ql-tooltip[data-mode=video]::before {
    content: "Enter video:"
}

.ql-snow a {
    color: #06c
}

.ql-container.ql-snow {
    border: 1px solid #ccc
}

.ql-editor {
    min-height: 200px;
    font-size: 16px
}

.ql-snow .ql-stroke.ql-thin, .ql-snow .ql-thin {
    stroke-width: 1px !important
}

.quillWrapper .ql-snow.ql-toolbar {
    padding-top: 8px;
    padding-bottom: 4px
}

.quillWrapper .ql-snow.ql-toolbar .ql-formats {
    margin-bottom: 10px
}

.ql-snow .ql-toolbar button svg, .quillWrapper .ql-snow.ql-toolbar button svg {
    width: 22px;
    height: 22px
}

.quillWrapper .ql-editor ul[data-checked=false]>li::before, .quillWrapper .ql-editor ul[data-checked=true]>li::before {
    font-size: 1.35em;
    vertical-align: baseline;
    bottom: -.065em;
    font-weight: 900;
    color: #222
}

.quillWrapper .ql-snow .ql-stroke {
    stroke: rgba(63, 63, 63, .95);
    stroke-linecap: square;
    stroke-linejoin: initial;
    stroke-width: 1.7px
}

.quillWrapper .ql-picker-label {
    font-size: 15px
}

.quillWrapper .ql-snow .ql-active .ql-stroke {
    stroke-width: 2.25px
}

.quillWrapper .ql-toolbar.ql-snow .ql-formats {
    vertical-align: top
}

.ql-picker:not(.ql-background) {
    position: relative;
    top: 2px
}

.ql-picker.ql-color-picker svg {
    width: 22px !important;
    height: 22px !important
}

.quillWrapper .imageResizeActive img {
    display: block;
    cursor: pointer
}

.quillWrapper .imageResizeActive~div svg {
    cursor: pointer
}

















:root {
    --forny-p1: 0.25rem;
    /* 4px */
    --forny-p2: 0.5rem;
    /* 8px */
    --forny-p3: 0.75rem;
    /* 12px */
    --forny-p4: 1rem;
    /* 16px */
    --forny-p5: 1.25rem;
    /* 20px */
    --forny-p6: 1.5rem;
    /* 24px */
    --forny-p8: 2rem;
    /* 32px */
    --forny-p10: 2.5rem;
    /* 40px */
    --forny-text-xs: 0.75rem;
    /* 12px */
    --forny-text-sm: 0.875rem;
    /* 12px */
    --forny-text-md: 1rem;
    /* 16px */
    --forny-form-width: 26rem;
    --forny-color-facebook: hsla(221, 40%, 47%, 1);
    --forny-color-google: hsla(4, 69%, 53%, 1);
    --forny-color-twitter: hsla(195, 100%, 60%, 1);
    --forny-form-control-border: 1px solid red;
    --forny-form-control-padding: 4px;
    --forny-shadow-color: black;
    --forny-shadow: 0 3px 6px var(--forny-shadow-color);

    --forny-red-100: hsla(0, 100%, 94%, 1);
    --forny-red-500: hsla(4, 69%, 53%, 1);

    --forny-danger-100: hsla(0, 100%, 94%, 1);
    --forny-danger-500: hsla(4, 69%, 53%, 1);

    --forny-color-success-100: hsla(152, 68%, 96%, 1);
    --forny-color-text: black;
    --forny-color-header: var(--forny-color-text);

    --forny-color-accent-500: red;
}

.forny-container .text-xs {
    font-size: 0.75rem;
    font-size: var(--forny-text-xs);
}

.forny-container .text-sm {
    font-size: 0.875rem;
    font-size: var(--forny-text-sm);
}

.forny-container .text-md {
    font-size: 1rem;
    font-size: var(--forny-text-md);
}

.forny-container .cursor-pointer {
    cursor: pointer;
}

.forny-container .pt-1 {
    padding-top: 0.25rem !important;
    padding-top: var(--forny-p1) !important;
}

.forny-container .pt-2 {
    padding-top: 0.5rem !important;
    padding-top: var(--forny-p2) !important;
}

.forny-container .pt-4 {
    padding-top: 1rem !important;
    padding-top: var(--forny-p4) !important;
}

.forny-container .pt-10 {
    padding-top: 2.5rem !important;
    padding-top: var(--forny-p10) !important;
}

.forny-container .pb-1 {
    padding-bottom: 0.25rem !important;
    padding-bottom: var(--forny-p1) !important;
}

.forny-container .pb-2 {
    padding-bottom: 0.5rem !important;
    padding-bottom: var(--forny-p2) !important;
}

.forny-container .pb-4 {
    padding-bottom: 1rem !important;
    padding-bottom: var(--forny-p4) !important;
}

.forny-container .pb-10 {
    padding-bottom: 2.5rem !important;
    padding-bottom: var(--forny-p10) !important;
}

.forny-container .mr-1 {
    margin-right: 0.25rem !important;
    margin-right: var(--forny-p1) !important;
}

.forny-container .mr-2 {
    margin-right: 0.5rem !important;
    margin-right: var(--forny-p2) !important;
}

.forny-container .mr-4 {
    margin-right: 1rem !important;
    margin-right: var(--forny-p4) !important;
}

.forny-container .mr-6 {
    margin-right: 1.5rem !important;
    margin-right: var(--forny-p6) !important;
}

.forny-container .mr-10 {
    margin-right: 2.5rem !important;
    margin-right: var(--forny-p10) !important;
}

.forny-container .mb-1 {
    margin-bottom: 0.25rem !important;
    margin-bottom: var(--forny-p1) !important;
}

.forny-container .mb-2 {
    margin-bottom: 0.5rem !important;
    margin-bottom: var(--forny-p2) !important;
}

.forny-container .mb-4 {
    margin-bottom: 1rem !important;
    margin-bottom: var(--forny-p4) !important;
}

.forny-container .mb-5 {
    margin-bottom: 1.25rem !important;
    margin-bottom: var(--forny-p5) !important;
}

.forny-container .mb-6 {
    margin-bottom: 1.5rem !important;
    margin-bottom: var(--forny-p6) !important;
}

.forny-container .mb-8 {
    margin-bottom: 2rem !important;
    margin-bottom: var(--forny-p8) !important;
}

.forny-container .mb-10 {
    margin-bottom: 2.5rem !important;
    margin-bottom: var(--forny-p10) !important;
}

.forny-container .mt-1 {
    margin-top: 0.25rem !important;
    margin-top: var(--forny-p1) !important;
}

.forny-container .mt-2 {
    margin-top: 0.5rem !important;
    margin-top: var(--forny-p2) !important;
}

.forny-container .mt-4 {
    margin-top: 1rem !important;
    margin-top: var(--forny-p4) !important;
}

.forny-container .mt-5 {
    margin-top: 1.25rem !important;
    margin-top: var(--forny-p5) !important;
}

.forny-container .mt-6 {
    margin-top: 1.5rem !important;
    margin-top: var(--forny-p6) !important;
}

.forny-container .mt-10 {
    margin-top: 2.5rem !important;
    margin-top: var(--forny-p10) !important;
}

.forny-container .border-r-0 {
    border-right-width: 0 !important;
}

.forny-container .btn-social {
    color: white;
    border: 0;
}

.forny-container .btn-flat {
    padding: 0 !important;
}

.forny-container .btn-facebook {
    background: hsla(221, 40%, 47%, 1);
    background: var(--forny-color-facebook);
}

.forny-container .btn-facebook:hover {
    background: hsla(221, 40%, 40%, 1);
}

.forny-container .btn-google {
    background: hsla(4, 69%, 53%, 1);
    background: var(--forny-color-google);
}

.forny-container .btn-google:hover {
    background: hsla(4, 59%, 47%, 1);
}


.forny-container .btn-twitter {
    background: hsla(195, 100%, 60%, 1);
    background: var(--forny-color-twitter);
}

.forny-container .btn-twitter:hover {
    background: hsla(195, 78%, 54%, 1);
}

.forny-form .btn.btn-primary {
    border: 0;
    background-color: hsla(195, 78%, 54%, 1);
    background-color: #924d83;
}

.forny-form .btn.btn-primary:hover {
    background-color: #A37FA6;
}

.forny-container .text-facebook {
    color: hsla(221, 40%, 47%, 1);
    color: var(--forny-color-facebook);
}

.forny-container .text-google {
    color: hsla(4, 69%, 53%, 1);
    color: var(--forny-color-google);
}

.forny-container .text-twitter {
    color: hsla(195, 100%, 60%, 1);
    color: var(--forny-color-twitter);
}

.forny-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    font-family: var(--forny-font-family);
    color: black;
    color: var(--forny-color-text);
}

.forny-container a {
    color: #3D7DA0;
}

.forny-form {
    margin: 0 auto;
}

.forny-form h4 {
    color: black;
    color: var(--forny-color-header);
    font-weight: 700;
    margin-bottom: 1rem;
    margin-bottom: var(--forny-p4);
}

.forny-form .forny-logo {
    text-align: center;
    margin-bottom: 2.5rem;
    margin-bottom: var(--forny-p10);
}

.forny-form .form-control {
    height: auto;
    border: 1px solid red;
    border: var(--forny-form-control-border);
    padding: 4px;
    padding: var(--forny-form-control-padding);
    border-radius: var(--forny-form-control-radius);
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.forny-form .input-group-prepend .input-group-text,
.forny-form .input-group-append .input-group-text {
    border: 1px solid red;
    border: var(--forny-form-control-border);
    padding: 4px;
    padding: var(--forny-form-control-padding);
    border-radius: var(--forny-form-control-radius);
    text-align: center;
    min-width: 48px;
}

.forny-form .input-group-prepend .input-group-text svg,
.forny-form .input-group-append .input-group-text svg {
    fill: currentColor;
}

.forny-form .input-group .input-group-prepend+.form-control {
    border-left: 0 !important;
    padding-left: 0.25rem;
    padding-left: var(--forny-p1);
}

.forny-form .input-group .input-group-append+.form-control {
    border-right: 0;
    padding-right: 0.25rem;
    padding-right: var(--forny-p1);
}

.forny-container .alert-danger {
    background-color: hsla(0, 100%, 94%, 1);
    background-color: var(--forny-danger-100);
    color: hsla(4, 69%, 53%, 1);
    color: var(--forny-danger-500);
}

.forny-container .has-error .form-control,
.forny-container .has-error .input-group-append .input-group-text,
.forny-container .has-error .input-group-prepend .input-group-text {
    border-color: hsla(4, 69%, 53%, 1);
    border-color: var(--forny-danger-500);
    outline-color: hsla(4, 69%, 53%, 1);
    outline-color: var(--forny-danger-500);
    box-shadow: none;
}

.forny-container .has-error .form-control,
.forny-container .has-error .input-group-prepend .input-group-text {
    color: hsla(4, 69%, 53%, 1);
    color: var(--forny-danger-500);
}

.forny-inner {
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
}

.forny-form {
    margin: auto;
}

@media (min-width: 768px) {
    .forny-inner {
        height: auto;
        width: 26rem;
        width: var(--forny-form-width);
    }

    .forny-form {
        width: 26rem;
        width: var(--forny-form-width);
    }
}

.forny-container .has-error {
    background: hsla(0, 100%, 94%, 1);
    background: var(--forny-danger-100);
}

.forny-container .has-error .form-control::-webkit-input-placeholder {
    color: hsla(4, 69%, 53%, 1);
    color: var(--forny-danger-500);
}

.forny-container .has-error .form-control::-moz-placeholder {
    color: hsla(4, 69%, 53%, 1);
    color: var(--forny-danger-500);
}

.forny-container .has-error .form-control:-ms-input-placeholder {
    color: hsla(4, 69%, 53%, 1);
    color: var(--forny-danger-500);
}

.forny-container .has-error .form-control::-ms-input-placeholder {
    color: hsla(4, 69%, 53%, 1);
    color: var(--forny-danger-500);
}

.forny-container .has-error .form-control::placeholder {
    color: hsla(4, 69%, 53%, 1);
    color: var(--forny-danger-500);
}

.forny-container .has-error .form-control,
.forny-container .has-error .input-group-text,
.forny-container .has-error input:-webkit-autofill,
.forny-container .has-error input:-webkit-autofill:hover,
.forny-container .has-error input:-webkit-autofill:focus,
.forny-container .has-error input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px hsla(0, 100%, 94%, 1) inset !important;
    box-shadow: 0 0 0 30px var(--forny-danger-100) inset !important;
    border-color: hsla(4, 69%, 53%, 1);
    border-color: var(--forny-danger-500);
    color: hsla(4, 69%, 53%, 1);
    color: var(--forny-danger-500);
}

.forny-container .is-valid,
.forny-container .is-valid input:-webkit-autofill,
.forny-container .is-valid input:-webkit-autofill:hover,
.forny-container .is-valid input:-webkit-autofill:focus,
.forny-container .is-valid input:-webkit-autofill:active {
    background-color: hsla(152, 68%, 96%, 1);
    background-color: var(--forny-color-success-100);
    box-shadow: 0 0 0 30px hsla(152, 68%, 96%, 1) inset !important;
    box-shadow: 0 0 0 30px var(--forny-color-success-100) inset !important;
}

.forny-form .form-group.focused:not(.has-error) {
    background: white;
    border-color: var(--forny-color-text-100);
}

.forny-form .form-control,
.forny-form .input-group-text {
    color: black;
    color: var(--forny-color-text);
    background: transparent;
}

.forny-form .form-control::-webkit-input-placeholder {
    color: black;
    color: var(--forny-color-text);
}

.forny-form .form-control::-moz-placeholder {
    color: black;
    color: var(--forny-color-text);
}

.forny-form .form-control:-ms-input-placeholder {
    color: black;
    color: var(--forny-color-text);
}

.forny-form .form-control::-ms-input-placeholder {
    color: black;
    color: var(--forny-color-text);
}

.forny-form .form-control::placeholder {
    color: black;
    color: var(--forny-color-text);
}

.forny-container .custom-control-input:checked~.custom-control-label::before {
    border-color: red;
    border-color: var(--forny-color-accent-500);
    background-color: red;
    background-color: var(--forny-color-accent-500);
}

/* INPUT ADDONS */

.forny-form .form-group .input-group-append .input-group-text {
    padding-left: 0.5rem;
    padding-left: var(--forny-p2);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0 !important;
}

.forny-form .form-group .input-group-append .input-group-text:hover {
    color: red;
    color: var(--forny-color-accent-500);
}

.forny-form .input-group-prepend .input-group-text {
    padding-right: 0.5rem;
    padding-right: var(--forny-p2);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0 !important;
}

/* ALERTS */

.forny-container .alert {
    margin-bottom: 1rem;
    margin-bottom: var(--forny-p4);
}

.forny-container .password-field .form-control {
    border-right: 0 !important;
}

.forny-container .btn-icon {
    margin-right: 8px;
}


:root {
    --forny-form-paddings: 2.5rem;
    --forny-color-accent-500: hsla(244, 79%, 52%, 1);
    --forny-color-accent-700: hsla(244, 72%, 40%, 1);
    --forny-color-gray-100: hsla(216, 33%, 97%, 1);
    --forny-color-gray-300: hsla(0, 0%, 0%, 0.1);
    --forny-color-gray-500: hsla(0, 0%, 61%, 1);
    --forny-color-gray-700: hsla(210, 27%, 70%, 1);
    --forny-color-gray-900: hsla(210, 13%, 20%, 1);
    --forny-font-family: 'Open Sans', sans-serif;
    --forny-color-text: var(--forny-color-gray-500);
    --forny-color-header: var(--forny-color-gray-900);
    --forny-link-color: var(--forny-color-accent-700);
    --forny-form-control-border: none;
    --forny-form-control-padding: var(--forny-p2) var(--forny-p4);
    --forny-form-control-radius: 20px;
    --forny-form-control-background: var(--forny-color-gray-100);
    --forny-shadow-color: var(--forny-color-gray-300)
}

.forny-container {
    background-size: contain;
    display: flex;
    align-items: center
}

.forny-inner {
    display: block;
    height: auto
}

.forny-form {
    padding: 2.5rem;
    padding: var(--forny-form-paddings);
    background: #fff;
    border-radius: 12px
}

.forny-logo {
    color: #2c333a;
    color: var(--forny-color-gray-900)
}

@media(min-width:768px) {
    .forny-container {
        background: url(../img/bg-03-02.svg) center center no-repeat, url(../img/bg-03-01.svg) center center no-repeat;
        background-color: #f5f7fa;
        background-color: var(--forny-color-gray-100)
    }

    .forny-form {
        box-shadow: 0 3px 6px hsla(0, 0%, 0%, .1);
        box-shadow: var(--forny-shadow)
    }
}

.forny-form a {
    font-size: .875rem;
    font-size: var(--forny-text-sm)
}

.forny-form .form-group {
    margin-bottom: 1rem;
    margin-bottom: var(--forny-p4);
    background: #f5f7fa;
    background: var(--forny-form-control-background);
    border-radius: 20px;
    border-radius: var(--forny-form-control-radius);
    transition: box-shadow .3s;
    border: 1px solid #f5f7fa;
    border: 1px solid var(--forny-form-control-background)
}

.forny-form .btn {
    border-radius: 20px;
    border-radius: var(--forny-form-control-radius);
    font-weight: 700;
    padding: .5rem 1rem;
    padding: var(--forny-p2) var(--forny-p4)
}

.forny-form .form-group .input-group-append .input-group-text {
    padding-left: .5rem;
    padding-left: var(--forny-p2)
}

.forny-form .form-group .input-group-append .input-group-text:hover {
    color: var(--forny-color-blue-500)
}

.forny-form .input-group-prepend .input-group-text {
    padding-right: .5rem;
    padding-right: var(--forny-p2)
}

.forny-container .line {
    background: #9c9c9c;
    background: var(--forny-color-gray-500);
    height: 1px;
    margin-top: 12px;
    text-align: center
}

.forny-container .line span {
    background: #fff;
    padding: 8px;
    position: relative;
    top: -12px
}