	/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
	
 :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

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

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

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

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

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

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-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
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

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

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

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

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

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

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

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    background-color: #71dd8a
}

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

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

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

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

.custom-file-input.is-valid~.custom-file-label:after,
.was-validated .custom-file-input:valid~.custom-file-label:after {
    border-color: inherit
}

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

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

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545
}

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

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

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

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

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

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

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

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

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

.custom-file-input.is-invalid~.custom-file-label:after,
.was-validated .custom-file-input:invalid~.custom-file-label:after {
    border-color: inherit
}

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

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

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }
    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

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

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

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

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

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

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

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

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

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

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

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

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

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

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

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

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

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

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

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

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

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

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

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

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

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

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

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

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

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

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

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

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

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

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

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

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

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

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

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

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

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

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

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

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

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

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

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

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

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

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

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

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

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

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

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    background-color: transparent
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

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

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

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

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

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

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 0 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group,
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

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

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

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

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

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

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

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

.custom-control-input:active~.custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff
}

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

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

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label:before {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

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

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

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

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

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

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

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

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

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    font-size: 75%
}

.custom-select-lg,
.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.25rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus~.custom-file-label:after {
    border-color: #80bdff
}

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

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

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

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

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

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

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

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

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

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

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

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

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

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

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

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

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

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

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

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

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

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

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

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

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

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

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .25rem
    }
    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        grid-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

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

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    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;
    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 {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

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

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

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

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

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

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

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

[dir=ltr] .tooltip {
    text-align: left
}

[dir=rtl] .tooltip {
    text-align: right
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-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
}

[dir=ltr] .popover {
    text-align: left
}

[dir=rtl] .popover {
    text-align: right
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

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

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
    border-width: .5rem .5rem 0
}

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

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

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

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

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

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

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

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

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

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
    border-width: 0 .5rem .5rem
}

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

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

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

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

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

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

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

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

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

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, .5)
}

.carousel-indicators li:before {
    top: -10px
}

.carousel-indicators li:after,
.carousel-indicators li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li:after {
    bottom: -10px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: flex!important
    }
    .d-sm-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: flex!important
    }
    .d-md-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: flex!important
    }
    .d-lg-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: flex!important
    }
    .d-xl-inline-flex {
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: flex!important
    }
    .d-print-inline-flex {
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.857143%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row!important
    }
    .flex-sm-column {
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        justify-content: center!important
    }
    .justify-content-sm-between {
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        justify-content: space-around!important
    }
    .align-items-sm-start {
        align-items: flex-start!important
    }
    .align-items-sm-end {
        align-items: flex-end!important
    }
    .align-items-sm-center {
        align-items: center!important
    }
    .align-items-sm-baseline {
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        align-items: stretch!important
    }
    .align-content-sm-start {
        align-content: flex-start!important
    }
    .align-content-sm-end {
        align-content: flex-end!important
    }
    .align-content-sm-center {
        align-content: center!important
    }
    .align-content-sm-between {
        align-content: space-between!important
    }
    .align-content-sm-around {
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        align-content: stretch!important
    }
    .align-self-sm-auto {
        align-self: auto!important
    }
    .align-self-sm-start {
        align-self: flex-start!important
    }
    .align-self-sm-end {
        align-self: flex-end!important
    }
    .align-self-sm-center {
        align-self: center!important
    }
    .align-self-sm-baseline {
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row!important
    }
    .flex-md-column {
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        justify-content: center!important
    }
    .justify-content-md-between {
        justify-content: space-between!important
    }
    .justify-content-md-around {
        justify-content: space-around!important
    }
    .align-items-md-start {
        align-items: flex-start!important
    }
    .align-items-md-end {
        align-items: flex-end!important
    }
    .align-items-md-center {
        align-items: center!important
    }
    .align-items-md-baseline {
        align-items: baseline!important
    }
    .align-items-md-stretch {
        align-items: stretch!important
    }
    .align-content-md-start {
        align-content: flex-start!important
    }
    .align-content-md-end {
        align-content: flex-end!important
    }
    .align-content-md-center {
        align-content: center!important
    }
    .align-content-md-between {
        align-content: space-between!important
    }
    .align-content-md-around {
        align-content: space-around!important
    }
    .align-content-md-stretch {
        align-content: stretch!important
    }
    .align-self-md-auto {
        align-self: auto!important
    }
    .align-self-md-start {
        align-self: flex-start!important
    }
    .align-self-md-end {
        align-self: flex-end!important
    }
    .align-self-md-center {
        align-self: center!important
    }
    .align-self-md-baseline {
        align-self: baseline!important
    }
    .align-self-md-stretch {
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row!important
    }
    .flex-lg-column {
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        justify-content: center!important
    }
    .justify-content-lg-between {
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        justify-content: space-around!important
    }
    .align-items-lg-start {
        align-items: flex-start!important
    }
    .align-items-lg-end {
        align-items: flex-end!important
    }
    .align-items-lg-center {
        align-items: center!important
    }
    .align-items-lg-baseline {
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        align-items: stretch!important
    }
    .align-content-lg-start {
        align-content: flex-start!important
    }
    .align-content-lg-end {
        align-content: flex-end!important
    }
    .align-content-lg-center {
        align-content: center!important
    }
    .align-content-lg-between {
        align-content: space-between!important
    }
    .align-content-lg-around {
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        align-content: stretch!important
    }
    .align-self-lg-auto {
        align-self: auto!important
    }
    .align-self-lg-start {
        align-self: flex-start!important
    }
    .align-self-lg-end {
        align-self: flex-end!important
    }
    .align-self-lg-center {
        align-self: center!important
    }
    .align-self-lg-baseline {
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row!important
    }
    .flex-xl-column {
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        justify-content: center!important
    }
    .justify-content-xl-between {
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        justify-content: space-around!important
    }
    .align-items-xl-start {
        align-items: flex-start!important
    }
    .align-items-xl-end {
        align-items: flex-end!important
    }
    .align-items-xl-center {
        align-items: center!important
    }
    .align-items-xl-baseline {
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        align-items: stretch!important
    }
    .align-content-xl-start {
        align-content: flex-start!important
    }
    .align-content-xl-end {
        align-content: flex-end!important
    }
    .align-content-xl-center {
        align-content: center!important
    }
    .align-content-xl-between {
        align-content: space-between!important
    }
    .align-content-xl-around {
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        align-content: stretch!important
    }
    .align-self-xl-auto {
        align-self: auto!important
    }
    .align-self-xl-start {
        align-self: flex-start!important
    }
    .align-self-xl-end {
        align-self: flex-end!important
    }
    .align-self-xl-center {
        align-self: center!important
    }
    .align-self-xl-baseline {
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-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;
    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
}

.m-0 {
    margin: 0!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
    margin: auto!important
}

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

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

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

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

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    body {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}


.lang[data-v-043d27c2] {
    display: inline-block;
    color: #dee4ed;
    position: absolute;
    border: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 12px;
    cursor: pointer;
    right: 0;
    top: 6px
}

.lang p[data-v-043d27c2] {
    min-width: 100px;
    padding: 10px 5px 10px 10px;
    position: relative;
    z-index: 1
}

.lang p i[data-v-043d27c2] {
    position: absolute;
    right: 8px;
    top: 8px
}

.lang p img[data-v-043d27c2],
.lang ul li a img[data-v-043d27c2] {
    width: 16px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top
}

.lang ul[data-v-043d27c2] {
    min-width: 100px;
    display: none;
    left: 0;
    top: 0;
    background-color: #000
}

.lang ul li a[data-v-043d27c2] {
    font-size: 12px;
    color: #dee4ed;
    display: block;
    margin: 0;
    padding: 10px 5px 10px 10px;
    transition: all .4s
}

.lang ul li a[data-v-043d27c2]:hover {
    background-color: #3f4a7c
}

.lang:hover ul[data-v-043d27c2] {
    display: block
}

.lang p[data-v-043d27c2]:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #3f4a7c;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: transform .4s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: transform .4s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) 0s;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.lang p[data-v-043d27c2]:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

@media (max-width:1360px) {
    .lang[data-v-043d27c2] {
        margin-left: 0
    }
}

@media (max-width:470px) {
    .lang[data-v-043d27c2] {
        width: 35%;
        position: relative;
        order: 3;
        display: block;
        -webkit-animation: mopennav-data-v-043d27c2 1s;
        animation: mopennav-data-v-043d27c2 1s;
        margin-left: 60%
    }
    .lnag p[data-v-043d27c2] {
        padding: 10px 0
    }
    .lang ul[data-v-043d27c2] {
        background-color: transparent
    }
    .lang p i[data-v-043d27c2] {
        top: inherit
    }
    .lang p img[data-v-043d27c2],
    .lang ul li a img[data-v-043d27c2] {
        vertical-align: middle
    }
    @-webkit-keyframes mopennav-data-v-043d27c2 {
        0% {
            padding-left: 50px;
            opacity: 0
        }
        40% {
            padding-left: 50px;
            opacity: 0
        }
        to {
            padding-left: 0;
            opacity: 1
        }
    }
    @keyframes mopennav-data-v-043d27c2 {
        0% {
            padding-left: 50px;
            opacity: 0
        }
        40% {
            padding-left: 50px;
            opacity: 0
        }
        to {
            padding-left: 0;
            opacity: 1
        }
    }
}


#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    background-color: #000
}

.onlytrm {
    display: none
}

.header_inner {
    margin-left: auto;
    margin-right: auto;
    width: 1260px;
    padding: 0;
    height: 45px;
    position: relative;
    transition: all .2s
}

.header_inner.w100 {
    margin: 0 auto;
    background-color: #000
}

#header.hdindex,
.hdindex .header_inner {
    background-color: black!important
}

#header.over {
    background-color: rgba(0, 0, 0, .8)!important
}

#header.hdindex.over .header_inner {
    margin-top: 0;
    height: 45px
}

.hdindex .header_inner {
    -webkit-animation: tfadein-data-v-0f12e111 .5s;
    animation: tfadein-data-v-0f12e111 .5s;
    margin-top: 15px
}

@-webkit-keyframes tfadein-data-v-0f12e111 {
    0% {
        opacity: 0;
        margin-top: 15px
    }
    to {
        opacity: 1;
        margin-top: 15px
    }
}

@keyframes tfadein-data-v-0f12e111 {
    0% {
        opacity: 0;
        margin-top: 15px
    }
    to {
        opacity: 1;
        margin-top: 15px
    }
}

.hdsub .header_inner {
    height: 50px;
    margin-top: 5px
}

.header_inner:after {
    content: "";
    display: block;
    clear: both
}

.header_inner .logo {
    float: left;
    width: 160px;
    text-align: left
}

.header_inner .logo a {
    padding: 1px 0 12px;
    display: block
}

.mmypage {
    display: none
}

.header_inner .nav {
    float: left;
    margin-left: 20px
}

.nav .nav_ul li {
    display: inline-block
}

.nav .nav_ul li a {
    color: #dee4ed;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 20px;
    margin-left: 7px;
    margin-right: 7px;
    line-height: 1;
    display: block;
    position: relative;
    text-align: center;
    transition: padding .2s
}

.nav .nav_ul li a.nuxt-link-active,
.nav .nav_ul li a:hover {
    color: #fff
}

.nav .nav_ul li a:after {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: #7488e5;
    content: "";
    display: block;
    clear: both;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
    transition: transform .4s cubic-bezier(.165, .84, .44, 1);
    transition: transform .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.165, .84, .44, 1)
}

#header.hdindex.over .nav .nav_ul li a:after,
.hdindex .nav .nav_ul li a.nuxt-link-active:after {
    display: none
}

.nav .nav_ul li:hover a:after,
.nav .nav_ul li a.nuxt-link-active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.header_inner .btn_area {
    float: right;
    margin-right: 0;
    vertical-align: top;
    margin-top: 0
}

.header_inner .btn_area a {
    position: relative;
    text-align: center;
    color: hsla(0, 0%, 100%, .9);
    font-size: 14px;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 4px;
    z-index: 1;
    float: left;
    vertical-align: bottom;
    line-height: 28px;
    transition: color .5s
}

.header_inner .btn_area a.br1:after {
    content: "";
    display: inline-block;
    clear: both;
    width: 1px;
    height: 13px;
    background-color: hsla(0, 0%, 100%, .4);
    right: 0;
    top: 15px;
    position: absolute
}

.header_inner .btn_area a i {
    font-size: 11px;
    color: hsla(0, 0%, 100%, .7);
    margin-right: 8px;
    display: inline-block;
    border: 1px solid hsla(0, 0%, 100%, .4);
    border-radius: 100%;
    width: 28px;
    height: 28px;
    line-height: 26px;
    vertical-align: bottom;
    transition: all .5s
}

.header_inner .btn_area a:hover {
    color: #fff
}

.header_inner .btn_area a:hover i {
    background-color: #485bc1;
    border-color: #485bc1
}

.loginfo {
    display: inline-block;
    vertical-align: top;
    margin-right: 110px
}

.header_inner .level {
    margin-left: 2px;
    font-size: 10px;
    height: 17px;
    line-height: 15px;
    padding: 2px 6px;
    border-radius: 3px;
    display: inline-block;
    background-color: #457bca
}

.sand_box {
    display: none
}

.navbg {
    display: none
}

@media (max-width:1260px) {
    .header_inner {
        width: 100%;
        padding: 0 15px
    }
    .header_inner .nav {
        margin-left: 0
    }
    .nav .nav_ul li a {
        padding: 15px 8px
    }
}

@media (max-width:470px) {
    #header.hdindex {
        padding-top: 0
    }
    .hdsub .header_inner,
    .header_inner {
        margin: 0 auto;
        height: 45px
    }
    .hdindex .header_inner {
        margin-top: 0;
        -webkit-animation: none!important;
        animation: none!important
    }
    .header_inner .logo {
        width: 140px;
        padding-left: 0
    }
    .header_inner .logo a {
        padding: 11px 0 11px
    }
    .header_inner .logo a img {
        height: 24px;
        width: auto !important;
    }
    .sand_box {
        right: 0;
        top: 13px;
        width: 40px;
        height: 28px;
        cursor: pointer
    }
    .sand_box,
    .sand_box div {
        display: block;
        position: absolute
    }
    .sand_box div {
        width: 26px;
        height: 3px;
        background-color: #fff;
        top: 0;
        left: 0;
        transition: all .3s;
        z-index: 1031
    }
    .sand_box div:nth-child(2) {
        top: 9px
    }
    .sand_box div:nth-child(3) {
        top: 18px
    }
    .mmypage {
        position: absolute;
        top: 0;
        right: 56px;
        height: 45px
    }
    .mmypage,
    .mmypage a {
        display: block;
        color: #fff
    }
    .mmypage a {
        padding: 16px 14px 12px
    }
    .sand_box.mopen:after {
        background-color: #7488e5;
        content: "";
        width: 53px;
        height: 55px;
        display: block;
        clear: both;
        position: absolute;
        top: -18px;
        right: 0
    }
    .sand_box.mopen div:nth-child(2) {
        opacity: 0
    }
    .sand_box.mopen div:first-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 3px 8px;
        transform-origin: 3px 8px
    }
    .sand_box.mopen div:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 4px -4px;
        transform-origin: 4px -4px
    }
    .navbg {
        display: none;
        width: 100%;
        background-color: #3d487b;
        z-index: 1030;
        position: absolute;
        top: 45px;
        right: 0;
        bottom: 0;
        height: 100vh;
        min-height: 100vh
    }
    .navbg.mopen {
        -webkit-animation: mopenbg-data-v-0f12e111 .2s ease-in-out;
        animation: mopenbg-data-v-0f12e111 .2s ease-in-out;
        display: flex!important;
        flex-wrap: wrap;
        align-content: start
    }
    @-webkit-keyframes mopenbg-data-v-0f12e111 {
        0% {
            margin-right: -240px
        }
        to {
            margin-right: 0
        }
    }
    @keyframes mopenbg-data-v-0f12e111 {
        0% {
            margin-right: -240px
        }
        to {
            margin-right: 0
        }
    }
    .nav .nav_ul li a {
        text-align: left;
        padding-left: 25px
    }
    .header_inner .btn_area {
        float: left;
        clear: both
    }
    .nav .nav_ul li a:after {
        display: none
    }
    .nav,
    .nav .nav_ul {
        width: 100%
    }
    .nav .nav_ul li {
        display: block;
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        width: 100%;
        padding-left: 0;
        opacity: 1
    }
    .nav .nav_ul li.mopen {
        -webkit-animation: mopennav-data-v-0f12e111 .2s ease-in-out;
        animation: mopennav-data-v-0f12e111 .2s ease-in-out
    }
    .navbg.mopen .btn_area {
        -webkit-animation: mopennav-data-v-0f12e111 .4s ease-in-out;
        animation: mopennav-data-v-0f12e111 .4s ease-in-out;
        margin: 8px 10px;
        order: 1;
        width: calc(100% - 20px)
    }
    .header_inner .nav {
        -webkit-animation: mopennav-data-v-0f12e111 .7s;
        animation: mopennav-data-v-0f12e111 .7s;
        order: 2
    }
    .loginfo {
        display: block;
        width: 100%;
        background-color: #202954;
        padding: 10px 0
    }
    .navbg.mopen .btn_area a {
        width: 48%
    }
    @-webkit-keyframes mopennav-data-v-0f12e111 {
        0% {
            padding-left: 50px;
            opacity: 0
        }
        40% {
            padding-left: 50px;
            opacity: 0
        }
        to {
            padding-left: 0;
            opacity: 1
        }
    }
    @keyframes mopennav-data-v-0f12e111 {
        0% {
            padding-left: 50px;
            opacity: 0
        }
        40% {
            padding-left: 50px;
            opacity: 0
        }
        to {
            padding-left: 0;
            opacity: 1
        }
    }
    #tradem #header {
        position: relative
    }
    #tradem .logoimg {
        display: none!important
    }
    #tradem .header_inner .logo {
        padding-left: 0
    }
    #tradem .header_inner .mmypage {
        display: none
    }
    #tradem .onlytrm {
        display: inline-block;
        color: #fff;
        font-size: 17px
    }
    #tradem .header_inner {
        padding: 0 5px
    }
    #tradem .header_inner .logo a {
        display: inline-block;
        padding: 12px 13px 10px
    }
}


.joinbox input[data-v-357352c1] {
    padding-left: 30px!important;
    font-weight: 400
}

.joinbox input~i[data-v-357352c1] {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 20px;
    left: 10px;
    top: 16px;
    font-size: 11px;
    color: #99a2b3
}

.joinbox .agreebtn[data-v-357352c1] {
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: bottom;
    margin-bottom: 2px;
    margin-left: 10px;
    cursor: pointer
}

.joinbox .agreebtn[data-v-357352c1]:hover {
    border-color: #336fc6
}

.wid400[data-v-357352c1] {
    margin-top: 45px;
    padding-bottom: 20px
}

.text_con[data-v-357352c1] {
    font-size: 13px;
    line-height: 1.4;
    height: 350px;
    margin-bottom: 10px;
    padding: 10px 15px;
    text-align: left;
    color: #666
}

.politb td[data-v-357352c1],
.politb th[data-v-357352c1] {
    padding: 4px!important;
    font-size: 12px!important
}

.politb td[data-v-357352c1] {
    background: #fff
}

.text_con h4[data-v-357352c1] {
    font-size: 13px;
    color: #346db6;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500
}

@media (max-width:767px) {
    .wid400[data-v-357352c1] {
        margin-top: 20px
    }
}


.joinbox input[data-v-5785f445] {
    padding-left: 30px!important;
    font-weight: 400
}

.joinbox input~i[data-v-5785f445] {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 20px;
    left: 10px;
    top: 16px;
    font-size: 11px;
    color: #99a2b3
}

.joinbox .agreebtn[data-v-5785f445] {
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: bottom;
    margin-bottom: 2px;
    margin-left: 10px;
    cursor: pointer
}

.joinbox .agreebtn[data-v-5785f445]:hover {
    border-color: #336fc6
}

.wid400[data-v-5785f445] {
    margin-top: 45px;
    padding-bottom: 20px
}

.text_con[data-v-5785f445] {
    font-size: 13px;
    line-height: 1.4;
    height: 350px;
    margin-bottom: 10px;
    padding: 10px 15px;
    text-align: left;
    color: #666
}

.politb td[data-v-5785f445],
.politb th[data-v-5785f445] {
    padding: 4px!important;
    font-size: 12px!important
}

.politb td[data-v-5785f445] {
    background: #fff
}

.text_con h4[data-v-5785f445] {
    font-size: 13px;
    color: #346db6;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500
}

@media (max-width:767px) {
    .wid400[data-v-5785f445] {
        margin-top: 20px
    }
}


#footer {
    width: 100%;
    position: relative;
    background-color: #3b3b3b;
    color: hsla(0, 0%, 100%, .6);
    line-height: 1.5
}

#footer,
#footer a {
    font-weight: 400;
    font-size: 13px
}

#footer a {
    display: inline-block
}

#footer a:hover {
    color: #fff
}

.foot1 {
    background-color: rgb(20, 21, 26);
    padding: 50px 0;
    width: 100%
}

.foot2 {
    background-color: #191b1f;
    padding: 25px 0;
    width: 100%
}

.footer_inner {
    width: 1240px;
    margin: 0 auto
}

.foot1 .left {
    color: #999;
    line-height: 1.7;
    padding-top: 10px
}

.foot1 .left span {
    color: #ddd
}

.foot2 .left span {
    color: hsla(0, 0%, 100%, .4);
    margin-left: 12px;
    margin-right: 12px
}

.foot1 .right li {
    display: inline-block;
    list-style: none
}

.foot1 .right .sns {
    text-align: right;
    margin-bottom: 20px
}

.foot1 .right .sns a {
    background-color: #545454;
    text-align: center;
    width: 160px;
    line-height: 36px;
    color: #fff;
    border-radius: 20px;
    margin-left: 10px
}

.foot1 .right .sns a img {
    vertical-align: top;
    height: 14px;
    width: auto;
    display: inline-block;
    margin-top: 11px;
    margin-right: 6px
}

.foot1 .right .footnav a {
    color: #d9d9d9;
    line-height: 1;
    vertical-align: top
}

.footnav li:after {
    content: "";
    display: inline-block;
    margin-left: 16px;
    margin-right: 16px;
    width: 1px;
    height: 15px;
    background-color: #636363
}

.footnav li:last-child:after {
    display: none;
    margin-right: 5px
}

@media (max-width:1240px) {
    .footer_inner {
        width: 100%;
        padding: 0 10px
    }
    .foot1 {
        padding: 20px 0
    }
}

@media (max-width:768px) {
    #footer {
        font-size: 12px
    }
    .foot1 .left,
    .foot1 .right,
    .foot2 .left,
    .foot2 .right {
        float: none!important;
        clear: both;
        text-align: left;
        display: block
    }
    .foot1 .right .sns {
        text-align: center;
        margin: 15px auto
    }
    .foot1 {
        padding: 15px 0
    }
    .foot2 {
        padding: 10px 0;
        font-size: 11px
    }
    .foot1 .right .sns a {
        width: 140px
    }
    .foot1 .right .footnav li {
        width: calc(33.33% - 3px);
        margin: 4px 0;
        text-align: center;
        border: 1px solid #666
    }
    .foot1 .right .footnav li a {
        font-size: 12px!important;
        padding: 7px 0
    }
    .footnav li:after {
        display: none
    }
}


#popLogin .toptext {
    font-size: 13px;
    color: #555;
    margin-top: -5px
}

#popLogin .url {
    font-size: 11px;
    font-weight: 500;
    border-radius: 15px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    color: #444;
    width: 240px;
    padding: 9px;
    margin: 12px auto 10px
}

#popLogin .url i {
    color: #999;
    font-size: 11px
}

.modal-content {
    width: 360px
}

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

.modal-box {
    border-top: 8px solid #5189d7;
    width: 400px!important
}

.modal-box .modal-header {
    position: relative
}

.modal-box .modal-header .title {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 10px
}

.topclose {
    position: absolute;
    top: -15px;
    right: 10px
}

.login_pop .inputbox {
    position: relative
}

.login_pop input,
.login_pop input:focus {
    position: relative;
    width: 100%;
    padding-left: 32px!important;
    height: 42px;
    border: 1px solid #c7ccd3;
    background-color: #f0f4fa!important;
    border-radius: 3px;
    margin-bottom: 10px
}

.login_pop input~i {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 20px;
    left: 10px;
    top: 16px;
    font-size: 11px;
    color: #6f8ab9
}

.modal-box .modal-body {
    padding: 0 50px 55px
}

.modal-box .log_btn {
    margin: 19px 0;
    background-color: #5189d7;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    height: 42px;
    line-height: 40px;
    border: 0;
    width: 100%
}

.modal-box .log_btn:hover {
    background-color: #377dde
}

.modal-box .log_btn:active {
    background-color: #3571c4
}


.modal-box .reg_btn {
    margin: 19px 0;
    background-color: #5189d7;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    height: 42px;
    line-height: 40px;
    border: 0;
    width: 100%
}

.modal-box .reg_btn:hover {
    background-color: #377dde
}

.modal-box .reg_btn:active {
    background-color: #3571c4
}

.modal-box .error-text {
    color: #ed3438;
    margin-bottom: 10px
}

.join_btn a {
    background-color: #f4f4f4;
    border: 1px solid #d6d6d6;
    width: 50%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    height: 38px;
    line-height: 36px;
    color: #555;
    transition: all .2s
}

.join_btn a:nth-child(2) {
    margin-left: -4px;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.join_btn a:hover {
    color: #fff;
    background-color: #51bcd7;
    border-color: #51bcd7
}

.join_btn a:nth-child(2):hover {
    color: #fff;
    background-color: #6f7be3;
    border-color: #6f7be3
}



.topclose[data-v-622d4351] {
    position: absolute;
    right: 5px;
    top: 0;
    width: 30px;
    padding: 10px;
    cursor: pointer;
    opacity: .7;
    text-align: center
}

.topclose[data-v-622d4351]:hover {
    opacity: 1
}

.modal[data-v-622d4351] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: table;
    transition: opacity .3s ease
}

.modal-wrapper[data-v-622d4351] {
    display: table-cell;
    vertical-align: middle
}

.modal-container[data-v-622d4351] {
    position: relative;
    background: #fff;
    width: 300px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    margin: 0 auto;
    padding: 20px 0 0
}

.modal-body[data-v-622d4351],
.modal-footer[data-v-622d4351] {
    text-align: center;
    font-size: 15px;
    line-height: 1.5
}

.modal-body[data-v-622d4351] {
    padding: 25px 3% 40px
}

.modal-enter[data-v-622d4351],
.modal-leave[data-v-622d4351] {
    opacity: 0
}

.modal-enter .modal-container[data-v-622d4351],
.modal-leave .modal-container[data-v-622d4351] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.modal-footer[data-v-622d4351] {
    padding: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.modal-container .btn[data-v-622d4351] {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background-color: #5687d1;
    padding: 0 10px;
    height: 42px;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 0!important
}

.modal-container .btn[data-v-622d4351]:hover {
    color: #fff;
    background-color: #3e78d0
}

@media (max-width:768px) {
    .modal-container[data-v-622d4351] {
        width: 90%
    }
    .modal-body[data-v-622d4351] {
        padding: 22px 3% 30px
    }
}



.loadingbox[data-v-349d611d] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 150px 0
}

.loadimg[data-v-349d611d] {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    background-color: #fff;
    display: inline-block;
    background-image: url(/images/main/b4d4724.gif);
    background-size: 45px 45px;
    background-repeat: no-repeat;
    background-position: 50%
}



@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);


@-ms-viewport {
    width: device-width
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: Noto Sans KR, sans-serif;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: #444
}

a,
a:hover {
    text-decoration: none
}

th {
    text-align: center
}

:focus {
    outline: none;
    outline: none!important
}

:active,
:focus {
    box-shadow: none!important
}

:active {
    outline: none!important
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: .25rem
}

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

form-control,
input,
select {
    padding-left: .5rem!important
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.btn {
    transition: color .1s
}

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

.modal-backdrop {
    background-color: rgba(0, 0, 0, .6)
}

.bgtransp {
    background-color: transparent!important
}

.bd0 {
    border: 1px solid transparent!important
}

.bdb1 {
    border-bottom: 1px solid #ccc!important
}

.t500 {
    font-weight: 500
}

.ls4 {
    letter-spacing: -.4px
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent
}

.font12 {
    font-size: 12px!important
}

.font13 {
    font-size: 13px!important
}

.font14 {
    font-size: 14px!important
}

.font15 {
    font-size: 15px!important
}

.font16 {
    font-size: 16px!important
}

.textbold {
    font-weight: 500!important
}

.clearbox {
    position: relative
}

.clearbox:after {
    content: "";
    display: block;
    clear: both
}

.clearbox .right {
    float: right!important
}

.clearbox .left {
    float: left!important
}

.rowt {
    position: relative;
    margin-bottom: 13px
}

.rowt:last-child {
    margin-bottom: 0!important
}

.rowt:after {
    content: "";
    display: block;
    clear: both
}

.rowt .right {
    float: right!important
}

.rowt .left {
    float: left!important
}

.wid360 {
    width: 360px!important
}

.wid400 {
    width: 400px!important
}

.wid450 {
    width: 450px!important
}

.wid600 {
    width: 600px!important
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background: none!important
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y,
.ps__thumb-y {
    background-color: rgba(136, 145, 161, .8)!important
}

.page-item.active .page-link {
    background-color: #4e85d5;
    border-color: #4e85d5
}

.page-link {
    color: #555;
    font-size: 12px!important;
    min-width: 26px
}

.colorblack {
    background-color: rgb(22, 26, 30)
}

.colorblack,
.colorblack a {
    color: #c7d0de
}

.colorblack .row1>section {
    background-color: #1c212a!important
}

.colorblack .p_green {
    color: #7a85bb
}

.colorblack .p_red,
.p_red {
    color: #c73244!important;
    color: #d83b4d!important
}

.colorblack .p_blue,
.p_blue {
    color: #5b96e4!important;
    color: #4f86ce!important
}

.colorblack .p_grey1 {
    color: #dadeef!important
}

.colorblack .p_grey2 {
    color: #c7d0de!important
}

.colorblack .p_grey3 {
    color: #a6b1c3!important
}

.colorblack .p_grey4 {
    color: #8891a1!important
}

.colorblack .bg_blue {
    background-color: #3661bc!important
}

.colorblack .bg_lightblue {
    background-color: #3e6dc4!important
}

.colorblack .bg_red {
    background-color: #bf2b3b!important
}

.colorblack .coinselec select option {
    color: #c7d0de
}

.coinselec select:focus,
.colorblack input,
.colorblack input:focus,
.colorblack select,
.searchbox button,
.searchbox button:active,
.searchbox button:hover {
    background-color: #2c3441;
    color: #c7d0de;
    border-color: #2c3441
}

.colorblack input::-webkit-input-placeholder {
    color: #a6b1c3
}

.colorblack input:-ms-input-placeholder {
    color: #a6b1c3
}

.colorblack input::-ms-input-placeholder {
    color: #a6b1c3
}

.colorblack input::placeholder {
    color: #a6b1c3
}

.colorblack .searchbox button i {
    color: #999
}

.colorblack .exboxbg {
    background-color: #1c212a;
    border: 1px solid #1c212a
}

#exchange .colorwhite {
    background-color: #eff2f5;
    color: #555
}

.p_white {
    color: #fff!important
}

.colorwhite a {
    color: #555
}

.colorwhite .row1>section {
    background-color: #1c212a!important
}

.colorwhite .p_red {
    color: #de3b4e!important
}

.colorwhite .p_blue {
    color: #4a87d8!important
}

.colorwhite .p_green {
    color: #7488e5!important
}

.colorwhite .p_grey1 {
    color: #222!important
}

.colorwhite .p_grey2 {
    color: #444!important
}

.colorwhite .p_grey3 {
    color: #666!important
}

.colorwhite .p_grey4 {
    color: #777!important
}

.colorwhite .bg_blue {
    background-color: #3b74d3!important
}

.colorwhite .bg_lightblue {
    background-color: #3e6dc4!important
}

.colorwhite .bg_red {
    background-color: #d52f42!important
}

.colorwhite .coinselec select option {
    color: #555
}

.colorwhite .coinselec select:focus,
.colorwhite .searchbox button,
.colorwhite .searchbox button:active,
.colorwhite .searchbox button:hover,
.colorwhite input,
.colorwhite input:focus,
.colorwhite select {
    background-color: #eff2f5!important;
    color: #333;
    border-color: #c8cbce
}

.colorwhite .form-control:disabled,
.form-control[readonly] {
    background-color: #e5e8ea
}

.colorwhite input::-webkit-input-placeholder {
    color: #888
}

.colorwhite input:-ms-input-placeholder {
    color: #888
}

.colorwhite input::-ms-input-placeholder {
    color: #888
}

.colorwhite input::placeholder {
    color: #888
}

.colorwhite .searchbox button i {
    color: #666
}

.colorwhite .exboxbg {
    background-color: #fff;
    border: 1px solid #ddd
}

.table {
    width: 100%;
    margin-bottom: 0!important
}

#exchange .table td,
.table th {
    border-top: none
}

#exchange .table thead {
    display: none!important
}

#exchange .table tr td.last,
#exchange .table tr th.last {
    padding-right: 15px;
    text-align: right
}

.table tr th {
    padding: 8px 4px;
    border-bottom: 1px solid #494d55;
    border-top: 1px solid #494d55;
    font-size: 12px;
    font-weight: 400;
    text-align: center
}

#exchange .table tbody tr td {
    font-size: 12px;
    padding: 4px;
    font-weight: 400;
    text-align: right;
    position: relative;
    box-sizing: border-box;
    transition: all .2s
}

#exchange .table tbody tr {
    position: relative;
    overflow: hidden
}

#exchange .table tr td:first-child,
#exchange .table tr th:first-child {
    padding-left: 15px;
    text-align: left
}

#exchange .table tbody tr td.bgbar {
    position: absolute;
    height: 100%;
    padding: 0;
    opacity: .2;
    right: 0;
    top: 0;
    z-index: 1
}

.colorwhite .table tbody tr td.bgbar {
    opacity: .13!important
}

.colorblack .table tbody tr:hover {
    background-color: #262d39
}

.orderbook .table tbody tr:hover td p,
.timesale .table tbody tr:hover td p {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.table tbody tr td p.last {
    padding-right: 11px
}

.table tbody tr:hover td:not(.firstcolor) p {
    color: #222
}

.colorblack .table tbody tr:hover td:not(.firstcolor) p {
    color: #dadeef!important
}

.colorblack .table tbody tr:hover td p.p_blue {
    color: #73a0ff!important
}

.colorblack .table tbody tr:hover td p.p_red {
    color: #f8596c!important
}

.colorwhite .table tr th {
    border-bottom: 1px solid #cccdd0;
    border-top: 1px solid #cccdd0
}

.colorwhite .table tbody tr:hover {
    background-color: rgba(227, 235, 243, .5)
}

.colorwhite .table tbody tr:hover td:not(.firstcolor) p {
    color: #222!important
}

.colorwhite .table tbody tr:hover td p.p_blue {
    color: #1e61b9!important
}

.colorwhite .table tbody tr:hover td p.p_red {
    color: #c71126!important
}

.common_t {
    width: 100%
}

.common_t thead tr th {
    border-bottom: 2px solid #bbb!important;
    border-top: 1px solid #bbb!important;
    font-size: 13px!important;
    color: #666;
    padding: 10px 4px!important
}

.common_t tbody tr td p {
    font-size: 13px;
    color: #444
}

.common_t tbody tr td:first-child {
    width: inherit!important
}

.common_t tbody tr:nth-child(odd) {
    background-color: #f9f9f9
}

.common_t tbody tr td p.more a {
    background-color: #fff;
    font-size: 12px;
    text-align: center;
    color: #666;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    padding: 2px 12px;
    transition: all .2s;
    word-break: keep-all
}

.common_t tbody tr.table-active td p.more a,
.common_t tbody tr:hover td p.more a {
    background-color: #4e85d5;
    color: #fff;
    border-color: #4e85d5
}

.wallet_t tbody tr td {
    cursor: pointer
}

.wallet_t tbody tr.table-active>td {
    background-color: #eef4f9!important;
    border-top: 1px solid #4e85d5!important;
    border-bottom: 1px solid #4e85d5!important;
    position: relative
}

.wallet_t tbody tr:first-child {
    margin-top: 1px
}

.wallet_t tbody tr.table-active>td:first-child:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1px;
    background-color: #4e85d5;
    height: 100%;
    left: 0;
    top: 0
}

.wallet_t tbody tr.table-active>td:last-child:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1px;
    background-color: #4e85d5;
    height: 100%;
    right: 0;
    top: 0
}

@media (max-width:768px) {
    .wallet_t .table tbody tr td {
        padding: .9rem .5rem
    }
    .common_t .srcimg {
        padding-right: 0;
        padding-left: 7px
    }
}

.common_t .srcimg {
    padding-right: 0
}

.common_t .srcimg img {
    width: 20px;
    height: 20px
}

.common_t .coinname {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 3px;
    word-break: keep-all
}

.common_t .unit {
    font-size: 12px;
    color: #777
}

.modal-content {
    position: relative;
    background: #fff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    margin: 0 auto;
    padding: 20px 0 0
}

.modal-body,
.modal-footer {
    text-align: center;
    font-size: 15px;
    line-height: 1.5
}

.modal-body {
    padding: 0;
    font-size: 14px;
    text-align: center;
    color: #333
}

.modal-bodyinfo {
    padding: 5px 3% 30px!important
}

.modal-enter,
.modal-leave {
    opacity: 0
}

.modal-enter .modal-container,
.modal-leave .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.modal-footer {
    padding: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.topclose {
    position: absolute;
    right: 5px;
    top: -10px;
    width: 30px;
    padding: 10px;
    cursor: pointer;
    opacity: .7;
    text-align: center;
    z-index: 1050;
    font-size: 15px
}

.topclose:hover {
    opacity: 1
}

.modal-bodyinfo table {
    width: 100%
}

.modal-bodyinfo table td,
.modal-bodyinfo table th {
    padding: 4px 10px;
    font-size: 13px;
    border-bottom: 1px solid #cccdd0;
    text-align: left
}

.modal-bodyinfo table tr:first-child td,
.modal-bodyinfo table tr:first-child th {
    border-top: 1px solid #cccdd0
}

.modal-bodyinfo table th {
    text-align: right;
    background-color: #f0f0f0;
    width: 100px
}

.modal-bodyinfo .unit {
    font-size: 11px;
    color: #888;
    margin-left: 3px
}

.modal-footer .btn.cancel {
    background-color: #525252
}

.modal-footer .btn.cancel:hover {
    background-color: #454545
}

.modal-footer .btn,
.modal-footer .btn.blue {
    color: #fff;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background-color: #5687d1;
    padding: 0 10px;
    height: 42px;
    border-radius: 0;
    border: 0!important;
    margin: 0
}

.modal-footer .btn.blue:hover,
.modal-footer .btn:hover {
    color: #fff;
    background-color: #3e78d0
}

.modal-footer .btn.red {
    background-color: #d4273a
}

.modal-footer .btn.red:hover {
    background-color: #c71126
}

.modal-footer .btn:first-child {
    border-bottom-left-radius: 4px
}

.modal-footer .btn:last-child {
    border-bottom-right-radius: 4px
}

.main_t .table td,
.main_t table th {
    padding: .5rem
}

.main_t table.b-table>thead>tr>th.sorting:hover {
    text-decoration: underline
}

.main_t table.b-table>thead>tr>th.sorting:after,
.main_t table.b-table>thead>tr>th.sorting:before {
    position: inherit;
    bottom: 0;
    display: inline-block;
    padding-left: 5px;
    padding-bottom: 0;
    font-size: inherit;
    line-height: 180%
}

.main_t table.b-table>thead>tr>th.sorting:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAYAAACJmvbYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODQxMTFFNzkzRkUxMTFFOUIwM0NDQTY5OEQ2MzFERkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODQxMTFFN0EzRkUxMTFFOUIwM0NDQTY5OEQ2MzFERkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NDExMUU3NzNGRTExMUU5QjAzQ0NBNjk4RDYzMURGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NDExMUU3ODNGRTExMUU5QjAzQ0NBNjk4RDYzMURGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkSVwfsAAAArSURBVHjaYkxLS/vPgAMwMeABIElGHHKMMJ3oCsB8ppkzZzKgKYArBAgwAGw7BAw1bg+NAAAAAElFTkSuQmCC);
    top: -1px;
    left: 0
}

.main_t .table th,
.table td {
    vertical-align: middle!important
}

.main_t .table thead tr th {
    border-top: 2px solid #e8e8e8;
    border-bottom: 2px solid #ccc;
    color: #444
}

.main_t table.b-table>thead>tr>th {
    text-align: right;
    padding-right: 0!important;
    font-size: 14px;
    word-break: keep-all
}

.main_t table.b-table>thead>tr>th:nth-child(2) {
    text-align: left
}

.main_t table.b-table>thead>tr>th:last-child {
    text-align: center;
    padding-left: 0!important
}

.main_t table td {
    text-align: right
}

.main_t table tr:last-child td {
    border-bottom: 1px solid #ddd
}

.main_t .table td:first-child {
    width: 70px;
    padding-right: 0
}

table.b-table>tfoot>tr>th.sorting:before,
table.b-table>thead>tr>th.sorting:before {
    display: none!important
}

table.b-table>thead>tr>th.sorting:after {
    opacity: .5
}

#investment .common_t tbody tr:hover td {
    background-color: #eef4f9!important
}

@media (max-width:1300px) {
    .main_t.onlymain .table td:nth-child(5),
    .main_t.onlymain .table td:nth-child(7),
    .main_t.onlymain .table td:nth-child(8),
    .main_t.onlymain .table td:nth-child(9),
    .main_t.onlymain .table th:nth-child(5),
    .main_t.onlymain .table th:nth-child(7),
    .main_t.onlymain .table th:nth-child(8),
    .main_t.onlymain .table th:nth-child(9) {
        display: none!important
    }
    .main_t .table td:first-child {
        width: inherit
    }
    .main_t table th {
        font-size: 12px
    }
    .main_t .table td:first-child {
        padding-left: 0
    }
}

@media (max-width:768px) {
    .main_t table.b-table>thead>tr>th.sorting:after {
        display: none
    }
}

.subwrap {
    width: 100%;
    margin: 0;
    padding: 70px 0 30px;
    background-color: #f1f2f4;
    position: relative
}

.bigwhite {
    width: 1260px;
    margin: 0 auto;
    padding-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .02);
    min-height: calc(100vh - 250px);
    display: flex;
    align-items: stretch
}

.bigwhite .leftbox {
    width: calc(100% - 455px)
}

.bigwhite .leftbox,
.bigwhite .rightbox {
    float: left;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .02)
}

.bigwhite .rightbox {
    width: 445px;
    margin-left: 10px
}

.bigwhite .bigleftnav {
    width: 200px;
    background-color: #d3d9e2;
    float: left;
    min-width: 150px
}

.bigwhite .bigcontent {
    float: right;
    width: 1060px;
    padding: 40px 60px 60px
}

.bigwhite .leftblackbox {
    background-color: #46484b;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 65px
}

.bigwhite .leftbluebox {
    background-color: #4e85d5;
    padding: 0 0 20px;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 25px
}

.bigwhite .leftbluebox a {
    color: hsla(0, 0%, 100%, .85);
    line-height: 25px;
    font-size: 14px
}

.leftbluebox .depth1 a.dep1 {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    display: block;
    width: 100%;
    padding: 10px 0 10px 15px
}

.leftbluebox .depth1:first-child a.dep1 {
    border-top: 0
}

.leftbluebox .depth1 a.dep1:hover,
.leftbluebox .depth1.active a.dep1 {
    background-color: #336fc6;
    color: #fff
}

.leftbluebox .depth1 a.dep1 i {
    font-size: 11px;
    color: hsla(0, 0%, 100%, .7);
    margin-right: 8px;
    width: 15px;
    text-align: center
}

.leftbluebox .depth2 {
    margin: 5px 5px 5px 25px
}

.leftbluebox .depth2 a {
    font-size: 13px
}

.leftbluebox .depth2 a:hover {
    color: #fff
}

.leftbt {
    font-size: 14px;
    margin: 15px
}

.leftbt a {
    color: #555!important
}

.leftbt .leftcolor {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #dc6364;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 38px;
    margin-right: 10px
}

.leftbt .leftcolor.c2 {
    background-color: #7769cf
}

#mypage .leftbluebox,
#support .leftbluebox {
    padding-bottom: 0
}

#mypage .depth1 a.dep1,
#support .depth1 a.dep1 {
    border-top: 0;
    padding: 8px 0 8px 20px;
    font-size: 13px
}

#mypage .depth1.onlym {
    display: none
}

.subpage_topt .tit {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    margin: 15px 0 20px
}

.subpage_topt span {
    background-color: #7785d5;
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 48px
}

.subpage_topt span i {
    color: #fff
}

.mktab {
    text-align: center;
    font-size: 16px;
    font-weight: 400
}

.mktab,
.mktab p {
    position: relative
}

.mktab p {
    color: #666;
    padding: 8px 20px 14px;
    font-size: 15px
}

.mktabact p {
    color: #333!important;
    font-weight: 500;
    position: relative
}

.mktabact p:after {
    position: absolute;
    content: "";
    display: block;
    clear: both;
    left: 0;
    bottom: -1px;
    height: 3px;
    width: 100%;
    background-color: #93a1e9
}

.commbox input[type=number],
.commbox input[type=password],
.commbox input[type=text] {
    background: #fff;
    border-radius: 2px;
    border: 1px solid #bbb;
    height: 40px;
    line-height: 38px;
    color: #555;
    font-weight: 700;
    width: 100%;
    font-size: 14px
}

.commbox input::-webkit-input-placeholder {
    color: #777;
    font-weight: 400
}

.commbox input:-ms-input-placeholder {
    color: #777;
    font-weight: 400
}

.commbox input::-ms-input-placeholder {
    color: #777;
    font-weight: 400
}

.commbox input::placeholder {
    color: #777;
    font-weight: 400
}

.commbox .inputunit {
    position: absolute;
    right: 10px;
    top: 11px;
    font-size: .8rem
}

.commbox .unit {
    color: #888
}

.commbox .cashimg {
    max-width: 220px
}

.commbox .smalltxt {
    font-size: 12px;
    color: #888
}

.commbox .middleline:before {
    content: "";
    display: inline-block;
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 40%;
    position: absolute;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1
}

.commbox .middleline p {
    position: relative;
    z-index: 100;
    background-color: #fff;
    display: inline-block;
    padding-right: 10px
}

.commbox input.addon {
    width: calc(100% - 60px);
    display: inline-block;
    margin-right: 0!important;
    float: left;
    font-size: 14px
}

.commbox button.addon {
    display: inline-block;
    cursor: pointer;
    margin-left: 0;
    height: 40px!important;
    line-height: 38px!important;
    float: left;
    background-color: #393d44!important;
    color: #fff;
    border: 0
}

.commbox input.addon~p.inputunit {
    position: absolute;
    right: 70px;
    top: 11px;
    font-size: .8rem;
    display: inline-block
}

.commbox input.addon~.btn60 {
    width: 60px;
    font-size: 13px;
    letter-spacing: -.5px;
    display: inline-block;
    margin-left: 0;
    height: 40px!important;
    line-height: 38px!important;
    float: left;
    background-color: #393d44!important
}

.commbox .bigblue[disabled=disabled],
.commbox input.addon~.btn60:disabled {
    background-color: #bdc0c5!important;
    cursor: inherit
}

.commbox .w35 {
    width: 35%!important
}

.commbox .w65 {
    width: 65%!important
}

.commbox .w100 {
    width: 100%!important
}

.commbox select {
    border: 1px solid #bbb;
    height: 32px;
    padding: 3px;
    color: #444;
    font-size: 13px;
    min-width: 90px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAECAYAAAC3OK7NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZDQjY2NkUzQjE0MTFFOTlCNEZCNzM3MUJERDhDNTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZDQjY2NkYzQjE0MTFFOTlCNEZCNzM3MUJERDhDNTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkNCNjY2QzNCMTQxMUU5OUI0RkI3MzcxQkREOEM1MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkNCNjY2RDNCMTQxMUU5OUI0RkI3MzcxQkREOEM1MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrfphHYAAAAxSURBVHjaYvz//z9D79RF/xlwgOLsOEYQzQTlM+JQBxdnwiaIjc8ENR5dEsMGgAADAGebCEfGiWJHAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: right 5px top 14px;
    cursor: pointer;
    background-color: #fff
}

.commbox input[type=date]:focus,
.commbox input[type=date]:hover,
.commbox input[type=number]:focus,
.commbox input[type=password]:focus,
.commbox input[type=text]:focus,
.commbox select:focus,
.commbox select:hover {
    border-color: #4e85d5
}

.commbox .bluebg {
    background-color: #f1f2f5;
    padding: 22px 24px;
    font-size: 14px;
    color: #333
}

.commbox .whitebg {
    background-color: #fff;
    padding: 16px;
    font-size: 13px;
    color: #555;
    border: 1px solid #ddd
}

.commbox .blueul li {
    list-style: none;
    background-image: url(/images/main/12d2570.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
    padding-left: 10px;
    font-size: 13px;
    color: #666;
    line-height: 1.35
}

.commbox a.bigblue,
.commbox button.bigblue,
.rightbox button {
    background-color: #4e85d5;
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border: 0!important;
    cursor: pointer
}

.commbox a.bigblue:hover,
.commbox button.bigblue:hover,
.rightbox button:hover {
    background-color: #4a89e4
}

.commbox a.bigblue:active,
.commbox button.bigblue:active,
.rightbox button:active {
    background-color: #336fc6
}

.checksq input[type=checkbox] {
    display: none
}

.checksq input[type=checkbox]~label.checkimg {
    cursor: pointer;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(/images/main/e906233.png)!important;
    background-position: top;
    background-size: 18px 36px;
    background-repeat: no-repeat
}

.checksq input[type=checkbox]:checked~label.checkimg {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-position: bottom
}

.checksq input[type=checkbox]~label.txt {
    cursor: pointer;
    margin-left: 7px;
    display: inline-block;
    margin-top: -1px;
    vertical-align: top;
    height: 18px;
    line-height: 18px
}

@media screen and (max-width:1260px) {
    .bigwhite {
        width: 100%;
        height: inherit
    }
    .bigwhite .bigcontent {
        padding: 40px 20px;
        width: 100%;
        overflow-x: hidden
    }
    .leftbluebox .depth2 {
        margin: 5px 5px 5px 20px
    }
}

@media screen and (max-width:470px) {
    .subwrap {
        padding-top: 55px
    }
}

@media (max-width:768px) {
    .bigwhite {
        display: block;
        border: 0
    }
    .bigwhite .bigcontent {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0
    }
    .bigwhite .bigleftnav {
        width: 100%
    }
    .bigwhite .leftblackbox {
        font-size: 15px;
        line-height: 40px
    }
    .bigwhite .leftbluebox {
        padding: 0
    }
    .subwrap {
        padding-top: 45px
    }
    .card-body {
        padding: 1rem
    }
    .commbox {
        margin: 10px
    }
    .commbox .bluebg {
        padding: 20px 15px
    }
    .leftbluebox .depth2 {
        display: none
    }
    .leftbluebox .depth1 {
        display: inline-block
    }
    .common_t tbody tr td p {
        font-size: 12px
    }
    .leftbt {
        display: none
    }
    #investment .investtab1 .table,
    #investment .investtab6 .table {
        min-width: 600px
    }
    #investment .investtab4 .table,
    #investment .investtab5 .table {
        min-width: 700px
    }
    #investment .nav-item {
        width: 33%
    }
    #investment .mktab p {
        font-size: 15px;
        padding: 8px 0 12px
    }
    #investment .depth1.on a {
        color: #fff
    }
    #investment .depth1 {
        width: 50%;
        float: left;
        background-color: #4e85d5
    }
    #investment .depth1 a {
        line-height: 40px;
        display: block;
        text-align: center;
        width: 100%;
        border: 0;
        padding: 4px 0;
        font-size: 15px
    }
    #investment .depth1:active a {
        background-color: #2563bb
    }
    #investment .depth1:first-child {
        border-right: 1px solid hsla(0, 0%, 100%, .3)
    }
    #mypage .depth1 a.dep1 {
        line-height: 40px;
        display: block;
        text-align: center;
        width: 100%;
        border: 0;
        padding: 4px 0;
        font-size: 15px
    }
    #mypage .depth1:not(.onlym) a.dep1 i,
    #mypage .depth1:nth-child(3),
    #mypage .depth1:nth-child(4),
    #mypage .depth1:nth-child(7),
    #mypage .depth1:nth-child(8) {
        display: none
    }
    #mypage .depth1 {
        width: 30%;
        float: left;
        background-color: #4e85d5;
        border-right: 1px solid hsla(0, 0%, 100%, .3);
        border-bottom: 1px solid hsla(0, 0%, 100%, .3)
    }
    #mypage .depth1:first-child {
        width: 10%
    }
    #mypage .depth1:last-child {
        border-right: 0
    }
    #mypage .depth1.onlym {
        display: block
    }
    #support .depth1 a.dep1 {
        line-height: 40px;
        display: block;
        text-align: center;
        width: 100%;
        border: 0;
        padding: 2px 0;
        font-size: 15px
    }
    #support .depth1 {
        width: 50%;
        float: left;
        background-color: #4e85d5;
        border-right: 1px solid hsla(0, 0%, 100%, .3);
        border-bottom: 1px solid hsla(0, 0%, 100%, .3)
    }
    #support .leftbluebox .depth1 a.dep1 i {
        margin-right: 3px
    }
    #support .depth1:nth-child(3),
    #support .depth1:nth-child(4) {
        width: 33%
    }
    #support .depth1:nth-child(5) {
        width: 34%
    }
    #support .depth1:last-child {
        border-right: 0
    }
}

@media (max-width:576px) {
    .charge-notice {
        padding-top: 20px;
        margin-bottom: 20px
    }
    .charge-notice .invst_tab {
        top: -170px;
        left: 0
    }
    .charge-notice .invst_tab .tab {
        line-height: 13px;
        margin-bottom: 5px
    }
    .charge_cover {
        overflow-x: scroll;
        padding-bottom: 10px
    }
    .charge_cover table {
        width: 500px
    }
    .wid360,
    .wid400,
    .wid450,
    .wid600 {
        width: 100%!important
    }
    #mypage .leftbluebox .depth1 a.dep1 i {
        margin-right: 3px
    }
}

.wtab .card-header {
    background-color: #7487a1!important;
    position: relative;
    height: 60px;
    padding: .3rem .9rem
}

.wtab .contbox {
    color: #fff;
    height: 56px;
    line-height: 36px;
    border-color: transparent!important;
    font-size: 16px!important
}

.wtab .nav-item {
    width: 33.33%;
    text-align: center;
    color: #444d5a
}

.wtab .nav-link:hover {
    border-color: transparent!important;
    background-color: hsla(0, 0%, 100%, .3)
}

@media (max-width:470px) {
    .main_t.wallet_t .table tbody tr td:last-child,
    .main_t.wallet_t .table tbody tr td:nth-child(3),
    .main_t.wallet_t .table tbody tr td:nth-child(6),
    .main_t.wallet_t table thead tr th:last-child,
    .main_t.wallet_t table thead tr th:nth-child(3),
    .main_t.wallet_t table thead tr th:nth-child(6) {
        display: none!important
    }
    .wallet_t tbody tr.table-active>td:first-child:before,
    .wallet_t tbody tr.table-active>td:last-child:after {
        display: none
    }
}

.mdepthul1 {
    width: 100%;
    position: relative;
    display: block;
    padding: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
    z-index: 500
}

.mdepthul1:after {
    content: "";
    display: block;
    clear: both
}

.mdepthul1 li {
    width: 25%;
    display: inline-block
}

.mdepth1 {
    text-align: center;
    position: relative;
    display: block;
    background-color: #4664d2;
    border-top: 1px solid #c2ced6!important;
    border-bottom: 1px solid #c2ced6!important;
    font-size: 15px;
    color: #fff!important;
    font-weight: 700;
    padding: 10px 0;
    border-radius: 0!important;
    height: 45px
}

.mdepth1.active {
    background-color: #2f4ebd!important
}

.mdepthul2 {
    width: 100%;
    position: relative;
    display: block;
    padding: 0
}

.mdepthul2:after {
    content: "";
    display: block;
    clear: both
}

.mdepthul2 li {
    width: 32%;
    display: inline-block
}

.mdepthul2 li:nth-child(3) {
    width: 36%;
    letter-spacing: -.5px
}

.mdepth2 {
    text-align: center;
    position: relative;
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #c2ced6!important;
    border-left: 0!important;
    border-right: 0!important;
    font-size: 14px;
    color: #555!important;
    font-weight: 500;
    padding: 10px 0;
    border-radius: 0;
    border-top-left-radius: 6px!important;
    border-top-right-radius: 6px!important;
    height: 42px
}

.mdepthul2 li:first-child .mdepth2.active {
    background-color: #d80e35;
    color: #fff!important
}

.mdepthul2 li:nth-child(2) .mdepth2.active {
    background-color: #115dcb;
    color: #fff!important
}

.mdepthul2 li:nth-child(3) .mdepth2.active {
    background-color: #555;
    color: #fff!important;
    font-size: 13px
}

.mdepthul3 {
    width: 100%;
    position: relative;
    display: block;
    padding: 0
}

.mdepthul3:after {
    content: "";
    display: block;
    clear: both
}

.mdepthul3 li {
    width: 50%;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 0!important;
    border-radius: 0!important;
    margin-top: 6px
}

.mdepthul3 li:nth-child(2) {
    border-left: 0!important
}

.mdepth3 {
    text-align: center;
    position: relative;
    display: block;
    background-color: #f7f7f7;
    font-size: 13px;
    color: #777!important;
    font-weight: 400;
    padding: 6px 0;
    border: 0!important;
    border-radius: 0!important;
    border-bottom: 0 solid #ccc!important
}

.mdepth3.active {
    border-top: 2px solid #657ac6!important;
    margin-top: -1px;
    color: #657ac6!important;
    font-weight: 500;
    border-bottom: 1px solid #fff!important
}

.comtable {
    width: 100%
}

.comtable td,
.comtable th {
    color: #333;
    font-size: 13px;
    line-height: 1.4;
    padding: 8px 6px;
    text-align: left;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle
}

.comtable th {
    background-color: #f0f2f5;
    min-width: 110px;
    text-align: center;
    color: #111;
    font-weight: 500
}

.comtable td.leftborder,
.comtable th.leftborder {
    border-left: 1px solid #ccc
}

.comtable td.bordertop,
.comtable th.bordertop {
    border-top: 1px solid #ccc
}


.fade-enter-active,
.fade-leave-active {
    transition: opacity .15s linear
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}


.input-group>.input-group-append:last-child>.b-dropdown:not(:last-child):not(.dropdown-toggle)>.btn,
.input-group>.input-group-append:not(:last-child)>.b-dropdown>.btn,
.input-group>.input-group-prepend>.b-dropdown>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.b-dropdown>.btn,
.input-group>.input-group-prepend:first-child>.b-dropdown:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.b-dropdown>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}


input.form-control[type=color],
input.form-control[type=range] {
    height: 2.25rem
}

input.form-control.form-control-sm[type=color],
input.form-control.form-control-sm[type=range] {
    height: 1.9375rem
}

input.form-control.form-control-lg[type=color],
input.form-control.form-control-lg[type=range] {
    height: 3rem
}

input.form-control[type=color] {
    padding: .25rem
}

input.form-control.form-control-sm[type=color] {
    padding: .125rem
}


table.b-table.b-table-fixed {
    table-layout: fixed
}

table.b-table[aria-busy=false] {
    opacity: 1
}

table.b-table[aria-busy=true] {
    opacity: .6
}

table.b-table>tfoot>tr>th,
table.b-table>thead>tr>th {
    position: relative
}

table.b-table>tfoot>tr>th.sorting,
table.b-table>thead>tr>th.sorting {
    padding-right: 1.5em;
    cursor: pointer
}

table.b-table>tfoot>tr>th.sorting:after,
table.b-table>tfoot>tr>th.sorting:before,
table.b-table>thead>tr>th.sorting:after,
table.b-table>thead>tr>th.sorting:before {
    position: absolute;
    bottom: 0;
    display: block;
    opacity: .4;
    padding-bottom: inherit;
    font-size: inherit;
    line-height: 180%
}

table.b-table>tfoot>tr>th.sorting:before,
table.b-table>thead>tr>th.sorting:before {
    right: .75em;
    content: "\2191"
}

table.b-table>tfoot>tr>th.sorting:after,
table.b-table>thead>tr>th.sorting:after {
    right: .25em;
    content: "\2193"
}

table.b-table>tfoot>tr>th.sorting_asc:after,
table.b-table>tfoot>tr>th.sorting_desc:before,
table.b-table>thead>tr>th.sorting_asc:after,
table.b-table>thead>tr>th.sorting_desc:before {
    opacity: 1
}

table.b-table.b-table-stacked {
    width: 100%
}

table.b-table.b-table-stacked,
table.b-table.b-table-stacked>caption,
table.b-table.b-table-stacked>tbody,
table.b-table.b-table-stacked>tbody>tr,
table.b-table.b-table-stacked>tbody>tr>td,
table.b-table.b-table-stacked>tbody>tr>th {
    display: block
}

table.b-table.b-table-stacked>tbody>tr.b-table-bottom-row,
table.b-table.b-table-stacked>tbody>tr.b-table-top-row,
table.b-table.b-table-stacked>tfoot,
table.b-table.b-table-stacked>thead {
    display: none
}

table.b-table.b-table-stacked>tbody>tr>:first-child {
    border-top-width: .4rem
}

table.b-table.b-table-stacked>tbody>tr>[data-label] {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: .25rem 1rem
}

table.b-table.b-table-stacked>tbody>tr>[data-label]:before {
    content: attr(data-label);
    display: inline;
    text-align: right;
    word-wrap: break-word;
    font-weight: 700;
    font-style: normal
}

@media (max-width:575.99px) {
    table.b-table.b-table-stacked-sm {
        width: 100%
    }
    table.b-table.b-table-stacked-sm,
    table.b-table.b-table-stacked-sm>caption,
    table.b-table.b-table-stacked-sm>tbody,
    table.b-table.b-table-stacked-sm>tbody>tr,
    table.b-table.b-table-stacked-sm>tbody>tr>td,
    table.b-table.b-table-stacked-sm>tbody>tr>th {
        display: block
    }
    table.b-table.b-table-stacked-sm>tbody>tr.b-table-bottom-row,
    table.b-table.b-table-stacked-sm>tbody>tr.b-table-top-row,
    table.b-table.b-table-stacked-sm>tfoot,
    table.b-table.b-table-stacked-sm>thead {
        display: none
    }
    table.b-table.b-table-stacked-sm>tbody>tr>:first-child {
        border-top-width: .4rem
    }
    table.b-table.b-table-stacked-sm>tbody>tr>[data-label] {
        display: grid;
        grid-template-columns: 40% auto;
        grid-gap: .25rem 1rem
    }
    table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:before {
        content: attr(data-label);
        display: inline;
        text-align: right;
        word-wrap: break-word;
        font-weight: 700;
        font-style: normal
    }
}

@media (max-width:767.99px) {
    table.b-table.b-table-stacked-md {
        width: 100%
    }
    table.b-table.b-table-stacked-md,
    table.b-table.b-table-stacked-md>caption,
    table.b-table.b-table-stacked-md>tbody,
    table.b-table.b-table-stacked-md>tbody>tr,
    table.b-table.b-table-stacked-md>tbody>tr>td,
    table.b-table.b-table-stacked-md>tbody>tr>th {
        display: block
    }
    table.b-table.b-table-stacked-md>tbody>tr.b-table-bottom-row,
    table.b-table.b-table-stacked-md>tbody>tr.b-table-top-row,
    table.b-table.b-table-stacked-md>tfoot,
    table.b-table.b-table-stacked-md>thead {
        display: none
    }
    table.b-table.b-table-stacked-md>tbody>tr>:first-child {
        border-top-width: .4rem
    }
    table.b-table.b-table-stacked-md>tbody>tr>[data-label] {
        display: grid;
        grid-template-columns: 40% auto;
        grid-gap: .25rem 1rem
    }
    table.b-table.b-table-stacked-md>tbody>tr>[data-label]:before {
        content: attr(data-label);
        display: inline;
        text-align: right;
        word-wrap: break-word;
        font-weight: 700;
        font-style: normal
    }
}

@media (max-width:991.99px) {
    table.b-table.b-table-stacked-lg {
        width: 100%
    }
    table.b-table.b-table-stacked-lg,
    table.b-table.b-table-stacked-lg>caption,
    table.b-table.b-table-stacked-lg>tbody,
    table.b-table.b-table-stacked-lg>tbody>tr,
    table.b-table.b-table-stacked-lg>tbody>tr>td,
    table.b-table.b-table-stacked-lg>tbody>tr>th {
        display: block
    }
    table.b-table.b-table-stacked-lg>tbody>tr.b-table-bottom-row,
    table.b-table.b-table-stacked-lg>tbody>tr.b-table-top-row,
    table.b-table.b-table-stacked-lg>tfoot,
    table.b-table.b-table-stacked-lg>thead {
        display: none
    }
    table.b-table.b-table-stacked-lg>tbody>tr>:first-child {
        border-top-width: .4rem
    }
    table.b-table.b-table-stacked-lg>tbody>tr>[data-label] {
        display: grid;
        grid-template-columns: 40% auto;
        grid-gap: .25rem 1rem
    }
    table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:before {
        content: attr(data-label);
        display: inline;
        text-align: right;
        word-wrap: break-word;
        font-weight: 700;
        font-style: normal
    }
}

@media (max-width:1199.99px) {
    table.b-table.b-table-stacked-xl {
        width: 100%
    }
    table.b-table.b-table-stacked-xl,
    table.b-table.b-table-stacked-xl>caption,
    table.b-table.b-table-stacked-xl>tbody,
    table.b-table.b-table-stacked-xl>tbody>tr,
    table.b-table.b-table-stacked-xl>tbody>tr>td,
    table.b-table.b-table-stacked-xl>tbody>tr>th {
        display: block
    }
    table.b-table.b-table-stacked-xl>tbody>tr.b-table-bottom-row,
    table.b-table.b-table-stacked-xl>tbody>tr.b-table-top-row,
    table.b-table.b-table-stacked-xl>tfoot,
    table.b-table.b-table-stacked-xl>thead {
        display: none
    }
    table.b-table.b-table-stacked-xl>tbody>tr>:first-child {
        border-top-width: .4rem
    }
    table.b-table.b-table-stacked-xl>tbody>tr>[data-label] {
        display: grid;
        grid-template-columns: 40% auto;
        grid-gap: .25rem 1rem
    }
    table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:before {
        content: attr(data-label);
        display: inline;
        text-align: right;
        word-wrap: break-word;
        font-weight: 700;
        font-style: normal
    }
}

table.b-table>tbody>tr.b-table-details>td {
    border-top: none
}


.vs-row {
    clear: both;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.vs-col {
    float: left
}

.vs-lg-12 {
    width: 100%!important
}

.vs-lg-11 {
    width: 91.66666666666667%!important
}

.vs-lg-10 {
    width: 83.33333333333333%!important
}

.vs-lg-9 {
    width: 75%!important
}

.vs-lg-8 {
    width: 66.66666666666667%!important
}

.vs-lg-7 {
    width: 58.33333333333333%!important
}

.vs-lg-6 {
    width: 50%!important
}

.vs-lg-5 {
    width: 41.66666666666667%!important
}

.vs-lg-4 {
    width: 33.33333333333333%!important
}

.vs-lg-3 {
    width: 25%!important
}

.vs-lg-2 {
    width: 16.66666666666667%!important
}

.vs-lg-1 {
    width: 8.333333333333332%!important
}

.vs-lg-0 {
    display: none!important
}

@media only screen and (max-width:900px) {
    .vs-sm-12 {
        width: 100%!important
    }
    .vs-sm-11 {
        width: 91.66666666666667%!important
    }
    .vs-sm-10 {
        width: 83.33333333333333%!important
    }
    .vs-sm-9 {
        width: 75%!important
    }
    .vs-sm-8 {
        width: 66.66666666666667%!important
    }
    .vs-sm-7 {
        width: 58.33333333333333%!important
    }
    .vs-sm-6 {
        width: 50%!important
    }
    .vs-sm-5 {
        width: 41.66666666666667%!important
    }
    .vs-sm-4 {
        width: 33.33333333333333%!important
    }
    .vs-sm-3 {
        width: 25%!important
    }
    .vs-sm-2 {
        width: 16.66666666666667%!important
    }
    .vs-sm-1 {
        width: 8.333333333333332%!important
    }
    .vs-sm-0 {
        display: none!important
    }
}

@media only screen and (max-width:600px) {
    .vs-xs-12 {
        width: 100%!important
    }
    .vs-xs-11 {
        width: 91.66666666666667%!important
    }
    .vs-xs-10 {
        width: 83.33333333333333%!important
    }
    .vs-xs-9 {
        width: 75%!important
    }
    .vs-xs-8 {
        width: 66.66666666666667%!important
    }
    .vs-xs-7 {
        width: 58.33333333333333%!important
    }
    .vs-xs-6 {
        width: 50%!important
    }
    .vs-xs-5 {
        width: 41.66666666666667%!important
    }
    .vs-xs-4 {
        width: 33.33333333333333%!important
    }
    .vs-xs-3 {
        width: 25%!important
    }
    .vs-xs-2 {
        width: 16.66666666666667%!important
    }
    .vs-xs-1 {
        width: 8.333333333333332%!important
    }
    .vs-xs-0 {
        display: none!important
    }
}

:root {
    --primary: 31, 116, 255;
    --danger: 255, 71, 87;
    --success: 70, 201, 58;
    --dark: 30, 30, 30;
    --warning: 255, 186, 0
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    text-transform: none;
    text-decoration: none
}

.mt1 {
    margin-top: 1px
}

.mb1 {
    margin-bottom: 1px
}

.ml1 {
    margin-left: 1px
}

.mr1 {
    margin-right: 1px
}

.mt2 {
    margin-top: 2px
}

.mb2 {
    margin-bottom: 2px
}

.ml2 {
    margin-left: 2px
}

.mr2 {
    margin-right: 2px
}

.mt3 {
    margin-top: 3px
}

.mb3 {
    margin-bottom: 3px
}

.ml3 {
    margin-left: 3px
}

.mr3 {
    margin-right: 3px
}

.mt4 {
    margin-top: 4px
}

.mb4 {
    margin-bottom: 4px
}

.ml4 {
    margin-left: 4px
}

.mr4 {
    margin-right: 4px
}

.mt5 {
    margin-top: 5px
}

.mb5 {
    margin-bottom: 5px
}

.ml5 {
    margin-left: 5px
}

.mr5 {
    margin-right: 5px
}

.mt10 {
    margin-top: 10px
}

.mb10 {
    margin-bottom: 10px
}

.ml10 {
    margin-left: 10px
}

.mr10 {
    margin-right: 10px
}

.mt15 {
    margin-top: 15px
}

.mb15 {
    margin-bottom: 15px
}

.ml15 {
    margin-left: 15px
}

.mr15 {
    margin-right: 15px
}

.mt20 {
    margin-top: 20px
}

.mb20 {
    margin-bottom: 20px
}

.ml20 {
    margin-left: 20px
}

.mr20 {
    margin-right: 20px
}

.mt25 {
    margin-top: 25px
}

.mb25 {
    margin-bottom: 25px
}

.ml25 {
    margin-left: 25px
}

.mr25 {
    margin-right: 25px
}

.mt30 {
    margin-top: 30px
}

.mb30 {
    margin-bottom: 30px
}

.ml30 {
    margin-left: 30px
}

.mr30 {
    margin-right: 30px
}

.mt35 {
    margin-top: 35px
}

.mb35 {
    margin-bottom: 35px
}

.ml35 {
    margin-left: 35px
}

.mr35 {
    margin-right: 35px
}

.mt40 {
    margin-top: 40px
}

.mb40 {
    margin-bottom: 40px
}

.ml40 {
    margin-left: 40px
}

.mr40 {
    margin-right: 40px
}

.mt45 {
    margin-top: 45px
}

.mb45 {
    margin-bottom: 45px
}

.ml45 {
    margin-left: 45px
}

.mr45 {
    margin-right: 45px
}

.mt50 {
    margin-top: 50px
}

.mb50 {
    margin-bottom: 50px
}

.ml50 {
    margin-left: 50px
}

.mr50 {
    margin-right: 50px
}

.mt55 {
    margin-top: 55px
}

.mb55 {
    margin-bottom: 55px
}

.ml55 {
    margin-left: 55px
}

.mr55 {
    margin-right: 55px
}

.mt60 {
    margin-top: 60px
}

.mb60 {
    margin-bottom: 60px
}

.ml60 {
    margin-left: 60px
}

.mr60 {
    margin-right: 60px
}

.mt65 {
    margin-top: 65px
}

.mb65 {
    margin-bottom: 65px
}

.ml65 {
    margin-left: 65px
}

.mr65 {
    margin-right: 65px
}

.mt70 {
    margin-top: 70px
}

.mb70 {
    margin-bottom: 70px
}

.ml70 {
    margin-left: 70px
}

.mr70 {
    margin-right: 70px
}

.mt75 {
    margin-top: 75px
}

.mb75 {
    margin-bottom: 75px
}

.ml75 {
    margin-left: 75px
}

.mr75 {
    margin-right: 75px
}

.mt80 {
    margin-top: 80px
}

.mb80 {
    margin-bottom: 80px
}

.ml80 {
    margin-left: 80px
}

.mr80 {
    margin-right: 80px
}

.mt85 {
    margin-top: 85px
}

.mb85 {
    margin-bottom: 85px
}

.ml85 {
    margin-left: 85px
}

.mr85 {
    margin-right: 85px
}

.mt90 {
    margin-top: 90px
}

.mb90 {
    margin-bottom: 90px
}

.ml90 {
    margin-left: 90px
}

.mr90 {
    margin-right: 90px
}

.mt95 {
    margin-top: 95px
}

.mb95 {
    margin-bottom: 95px
}

.ml95 {
    margin-left: 95px
}

.mr95 {
    margin-right: 95px
}

.mt100 {
    margin-top: 100px
}

.mb100 {
    margin-bottom: 100px
}

.ml100 {
    margin-left: 100px
}

.mr100 {
    margin-right: 100px
}

.pt1 {
    padding-top: 1px
}

.pb1 {
    padding-bottom: 1px
}

.pl1 {
    padding-left: 1px
}

.pr1 {
    padding-right: 1px
}

.pt2 {
    padding-top: 2px
}

.pb2 {
    padding-bottom: 2px
}

.pl2 {
    padding-left: 2px
}

.pr2 {
    padding-right: 2px
}

.pt3 {
    padding-top: 3px
}

.pb3 {
    padding-bottom: 3px
}

.pl3 {
    padding-left: 3px
}

.pr3 {
    padding-right: 3px
}

.pt4 {
    padding-top: 4px
}

.pb4 {
    padding-bottom: 4px
}

.pl4 {
    padding-left: 4px
}

.pr4 {
    padding-right: 4px
}

.pt5 {
    padding-top: 5px
}

.pb5 {
    padding-bottom: 5px
}

.pl5 {
    padding-left: 5px
}

.pr5 {
    padding-right: 5px
}

.pt10 {
    padding-top: 10px
}

.pb10 {
    padding-bottom: 10px
}

.pl10 {
    padding-left: 10px
}

.pr10 {
    padding-right: 10px
}

.pt15 {
    padding-top: 15px
}

.pb15 {
    padding-bottom: 15px
}

.pl15 {
    padding-left: 15px
}

.pr15 {
    padding-right: 15px
}

.pt20 {
    padding-top: 20px
}

.pb20 {
    padding-bottom: 20px
}

.pl20 {
    padding-left: 20px
}

.pr20 {
    padding-right: 20px
}

.pt25 {
    padding-top: 25px
}

.pb25 {
    padding-bottom: 25px
}

.pl25 {
    padding-left: 25px
}

.pr25 {
    padding-right: 25px
}

.pt30 {
    padding-top: 30px
}

.pb30 {
    padding-bottom: 30px
}

.pl30 {
    padding-left: 30px
}

.pr30 {
    padding-right: 30px
}

.pt35 {
    padding-top: 35px
}

.pb35 {
    padding-bottom: 35px
}

.pl35 {
    padding-left: 35px
}

.pr35 {
    padding-right: 35px
}

.pt40 {
    padding-top: 40px
}

.pb40 {
    padding-bottom: 40px
}

.pl40 {
    padding-left: 40px
}

.pr40 {
    padding-right: 40px
}

.pt45 {
    padding-top: 45px
}

.pb45 {
    padding-bottom: 45px
}

.pl45 {
    padding-left: 45px
}

.pr45 {
    padding-right: 45px
}

.pt50 {
    padding-top: 50px
}

.pb50 {
    padding-bottom: 50px
}

.pl50 {
    padding-left: 50px
}

.pr50 {
    padding-right: 50px
}

.pt55 {
    padding-top: 55px
}

.pb55 {
    padding-bottom: 55px
}

.pl55 {
    padding-left: 55px
}

.pr55 {
    padding-right: 55px
}

.pt60 {
    padding-top: 60px
}

.pb60 {
    padding-bottom: 60px
}

.pl60 {
    padding-left: 60px
}

.pr60 {
    padding-right: 60px
}

.pt65 {
    padding-top: 65px
}

.pb65 {
    padding-bottom: 65px
}

.pl65 {
    padding-left: 65px
}

.pr65 {
    padding-right: 65px
}

.pt70 {
    padding-top: 70px
}

.pb70 {
    padding-bottom: 70px
}

.pl70 {
    padding-left: 70px
}

.pr70 {
    padding-right: 70px
}

.pt75 {
    padding-top: 75px
}

.pb75 {
    padding-bottom: 75px
}

.pl75 {
    padding-left: 75px
}

.pr75 {
    padding-right: 75px
}

.pt80 {
    padding-top: 80px
}

.pb80 {
    padding-bottom: 80px
}

.pl80 {
    padding-left: 80px
}

.pr80 {
    padding-right: 80px
}

.pt85 {
    padding-top: 85px
}

.pb85 {
    padding-bottom: 85px
}

.pl85 {
    padding-left: 85px
}

.pr85 {
    padding-right: 85px
}

.pt90 {
    padding-top: 90px
}

.pb90 {
    padding-bottom: 90px
}

.pl90 {
    padding-left: 90px
}

.pr90 {
    padding-right: 90px
}

.pt95 {
    padding-top: 95px
}

.pb95 {
    padding-bottom: 95px
}

.pl95 {
    padding-left: 95px
}

.pr95 {
    padding-right: 95px
}

.pt100 {
    padding-top: 100px
}

.pb100 {
    padding-bottom: 100px
}

.pl100 {
    padding-left: 100px
}

.pr100 {
    padding-right: 100px
}

.ft5 {
    font-size: 5px
}

.ft10 {
    font-size: 10px
}

.ft15 {
    font-size: 15px
}

.ft20 {
    font-size: 20px
}

.ft25 {
    font-size: 25px
}

.ft30 {
    font-size: 30px
}

.ft35 {
    font-size: 35px
}

.ft40 {
    font-size: 40px
}

.ft45 {
    font-size: 45px
}

.ft50 {
    font-size: 50px
}

.ft55 {
    font-size: 55px
}

.ft60 {
    font-size: 60px
}

.ft65 {
    font-size: 65px
}

.ft70 {
    font-size: 70px
}

.ft75 {
    font-size: 75px
}

.ft80 {
    font-size: 80px
}

.ft85 {
    font-size: 85px
}

.ft90 {
    font-size: 90px
}

.ft95 {
    font-size: 95px
}

.ft100 {
    font-size: 100px
}

.con-vs-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin: 5px
}

.con-vs-avatar.large {
    width: 50px;
    height: 50px
}

.con-vs-avatar.small {
    width: 24px;
    height: 24px
}

.con-vs-avatar.small .vs-avatar-text {
    font-size: .9375em
}

.vs-avatar--count {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    z-index: 100
}

.vs-avatar--count.badgeNumber {
    width: auto;
    height: auto;
    top: -3px;
    right: 0;
    border-radius: 4px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: .625em;
    color: #fff
}

.vs-avatar--text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vs-avatar--con-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%
}

.vs-avatar--con-img img {
    width: 100%
}

.con-vs-avatar-primary {
    background: #1f74ff;
    background: rgba(var(--primary), 1)
}

.vs-avatar-text-primary {
    color: #1f74ff;
    color: rgba(var(--primary), 1)
}

.con-vs-avatar-secondary {
    background: rgba(var(--secondary), 1)
}

.vs-avatar-text-secondary {
    color: rgba(var(--secondary), 1)
}

.con-vs-avatar-danger {
    background: #ff4757;
    background: rgba(var(--danger), 1)
}

.vs-avatar-text-danger {
    color: #ff4757;
    color: rgba(var(--danger), 1)
}

.con-vs-avatar-success {
    background: #46c93a;
    background: rgba(var(--success), 1)
}

.vs-avatar-text-success {
    color: #46c93a;
    color: rgba(var(--success), 1)
}

.con-vs-avatar-warning {
    background: #ffba00;
    background: rgba(var(--warning), 1)
}

.vs-avatar-text-warning {
    color: #ffba00;
    color: rgba(var(--warning), 1)
}

.con-vs-avatar-dark {
    background: #1e1e1e;
    background: rgba(var(--dark), 1)
}

.vs-avatar-text-dark {
    color: #1e1e1e;
    color: rgba(var(--dark), 1)
}

.con-vs-avatar-light {
    background: rgba(var(--light), 1)
}

.vs-avatar-text-light {
    color: rgba(var(--light), 1)
}

.vs-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vs-breadcrumb.vs-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vs-breadcrumb.vs-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vs-breadcrumb.vs-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vs-breadcrumb .disabled-link {
    opacity: .5;
    pointer-events: none
}

.vs-breadcrumb--ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    list-style-type: none
}

.vs-breadcrumb--ol li.vs-active {
    cursor: default
}

.vs-breadcrumb--ol a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: rgba(0, 0, 0, .4)
}

.vs-breadcrumb--ol a:focus,
.vs-breadcrumb--ol a:hover {
    color: rgba(0, 0, 0, .7);
    text-decoration: none
}

.vs-breadcrum--separator {
    color: rgba(0, 0, 0, .4);
    padding: 0 .5rem
}

.vs-breadcrum--separator.material-icons {
    vertical-align: middle;
    font-size: inherit
}

.vs-breadcrumb-text-primary {
    color: #1f74ff;
    color: rgba(var(--primary), 1)
}

.vs-breadcrumb-text-secondary {
    color: rgba(var(--secondary), 1)
}

.vs-breadcrumb-text-danger {
    color: #ff4757;
    color: rgba(var(--danger), 1)
}

.vs-breadcrumb-text-success {
    color: #46c93a;
    color: rgba(var(--success), 1)
}

.vs-breadcrumb-text-warning {
    color: #ffba00;
    color: rgba(var(--warning), 1)
}

.vs-breadcrumb-text-dark {
    color: #1e1e1e;
    color: rgba(var(--dark), 1)
}

.vs-breadcrumb-text-light {
    color: rgba(var(--light), 1)
}

.vs-button {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding: 10px;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent
}

.vs-button.vs-radius {
    border-radius: 50%
}

.vs-button.large {
    padding: 12px;
    font-size: 1em
}

.vs-button.small {
    padding: 7px;
    font-size: .7em
}

.vs-button:disabled {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.vs-button--icon {
    z-index: 100;
    display: block;
    position: relative;
    font-size: 1.125em;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.vs-button--background {
    border-radius: 50%;
    width: 10px;
    position: absolute;
    height: 10px;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, .5);
    box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, .5)
}

.vs-button--text {
    position: relative;
    color: inherit;
    display: inline-block;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.vs-button-border {
    padding: 9px
}

.vs-button-border.isActive .vs-button--icon,
.vs-button-border.isActive .vs-button--text,
.vs-button-flat.isActive .vs-button--icon,
.vs-button-flat.isActive .vs-button--text {
    color: #fff!important
}

.vs-button-filled:hover {
    -webkit-box-shadow: 0 9px 28px -9px;
    box-shadow: 0 9px 28px -9px
}

.vs-button-line {
    padding: 9px 10px;
    border-radius: 0;
    overflow: visible;
    border-style: solid
}

.vs-button-line .vs-button-linex {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px
}

.vs-button-line:hover .vs-button--icon,
.vs-button-line:hover .vs-button--text {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.vs-button-line:hover .vs-button-linex {
    width: 100%!important
}

.vs-button-gradient:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 8px 25px -8px #aaa;
    box-shadow: 0 8px 25px -8px #aaa
}

.vs-button-gradient:active {
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-box-shadow: 0 8px 0 -8px #aaa;
    box-shadow: 0 8px 0 -8px #aaa
}

.vs-button-relief {
    padding: 10px
}

.vs-button-relief:active {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.includeIcon {
    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;
    float: left
}

.includeIconOnly {
    width: 38px!important;
    height: 38px!important
}

.includeIconOnly.large {
    width: 44px!important;
    height: 44px!important;
    font-size: .7em
}

.includeIconOnly.small {
    width: 28px!important;
    height: 28px!important
}

.includeIconOnly.small .vs-icon {
    font-size: .85rem
}

.vs-button-primary.vs-button-filled {
    background: #1f74ff;
    background: rgba(var(--primary), 1)
}

.vs-button-primary.vs-button-filled:hover {
    -webkit-box-shadow: 0 8px 25px -8px #1f74ff;
    -webkit-box-shadow: 0 8px 25px -8px rgba(var(--primary), 1);
    box-shadow: 0 8px 25px -8px #1f74ff;
    box-shadow: 0 8px 25px -8px rgba(var(--primary), 1)
}

.vs-button-primary.vs-button-border,
.vs-button-primary.vs-button-flat {
    border: 1px solid #1f74ff;
    border: 1px solid rgba(var(--primary), 1);
    background: transparent!important;
    color: #1f74ff;
    color: rgba(var(--primary), 1)
}

.vs-button-primary.vs-button-border .vs-button--text.isActive,
.vs-button-primary.vs-button-flat .vs-button--text.isActive {
    color: #fff!important
}

.vs-button-primary.vs-button-border:hover,
.vs-button-primary.vs-button-flat:hover {
    background: rgba(31, 116, 255, .08)!important;
    background: rgba(var(--primary), .08)!important
}

.vs-button-primary.vs-button-border .vs-button-backgroundx,
.vs-button-primary.vs-button-flat .vs-button-backgroundx {
    background: #1f74ff;
    background: rgba(var(--primary), 1);
    -webkit-box-shadow: inset 0 0 60px 0 #1f74ff;
    -webkit-box-shadow: inset 0 0 60px 0 rgba(var(--primary), 1);
    box-shadow: inset 0 0 60px 0 #1f74ff;
    box-shadow: inset 0 0 60px 0 rgba(var(--primary), 1)
}

.vs-button-primary.vs-button-flat {
    border: none!important
}

.vs-button-primary.vs-button-line {
    color: #1f74ff;
    color: rgba(var(--primary), 1);
    border-color: rgba(31, 116, 255, .2);
    border-color: rgba(var(--primary), .2)
}

.vs-button-primary.vs-button-line .vs-button-linex {
    background: #1f74ff;
    background: rgba(var(--primary), 1)
}

.vs-button-primary.vs-button-gradient {
    background: #640064;
    background-image: linear-gradient(30deg, #1f74ff, rgba(31, 116, 255, .5))!important;
    background-image: linear-gradient(30deg, rgba(var(--primary), 1), rgba(var(--primary), .5))!important;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-button-primary.vs-button-relief {
    background: #1f74ff;
    background: rgba(var(--primary), 1);
    -webkit-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, .2) inset;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2)
}

.vs-button-secondary.vs-button-filled {
    background: rgba(var(--secondary), 1)
}

.vs-button-secondary.vs-button-filled:hover {
    -webkit-box-shadow: 0 8px 25px -8px rgba(var(--secondary), 1);
    box-shadow: 0 8px 25px -8px rgba(var(--secondary), 1)
}

.vs-button-secondary.vs-button-border,
.vs-button-secondary.vs-button-flat {
    border: 1px solid rgba(var(--secondary), 1);
    background: transparent!important;
    color: rgba(var(--secondary), 1)
}

.vs-button-secondary.vs-button-border .vs-button--text.isActive,
.vs-button-secondary.vs-button-flat .vs-button--text.isActive {
    color: #fff!important
}

.vs-button-secondary.vs-button-border:hover,
.vs-button-secondary.vs-button-flat:hover {
    background: rgba(var(--secondary), .08)!important
}

.vs-button-secondary.vs-button-border .vs-button-backgroundx,
.vs-button-secondary.vs-button-flat .vs-button-backgroundx {
    background: rgba(var(--secondary), 1);
    -webkit-box-shadow: inset 0 0 60px 0 rgba(var(--secondary), 1);
    box-shadow: inset 0 0 60px 0 rgba(var(--secondary), 1)
}

.vs-button-secondary.vs-button-flat {
    border: none!important
}

.vs-button-secondary.vs-button-line {
    color: rgba(var(--secondary), 1);
    border-color: rgba(var(--secondary), .2)
}

.vs-button-secondary.vs-button-line .vs-button-linex {
    background: rgba(var(--secondary), 1)
}

.vs-button-secondary.vs-button-gradient {
    background: #640064;
    background-image: linear-gradient(30deg, rgba(var(--secondary), 1), rgba(var(--secondary), .5))!important;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-button-secondary.vs-button-relief {
    background: rgba(var(--secondary), 1);
    -webkit-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, .2) inset;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2)
}

.vs-button-danger.vs-button-filled {
    background: #ff4757;
    background: rgba(var(--danger), 1)
}

.vs-button-danger.vs-button-filled:hover {
    -webkit-box-shadow: 0 8px 25px -8px #ff4757;
    -webkit-box-shadow: 0 8px 25px -8px rgba(var(--danger), 1);
    box-shadow: 0 8px 25px -8px #ff4757;
    box-shadow: 0 8px 25px -8px rgba(var(--danger), 1)
}

.vs-button-danger.vs-button-border,
.vs-button-danger.vs-button-flat {
    border: 1px solid #ff4757;
    border: 1px solid rgba(var(--danger), 1);
    background: transparent!important;
    color: #ff4757;
    color: rgba(var(--danger), 1)
}

.vs-button-danger.vs-button-border .vs-button--text.isActive,
.vs-button-danger.vs-button-flat .vs-button--text.isActive {
    color: #fff!important
}

.vs-button-danger.vs-button-border:hover,
.vs-button-danger.vs-button-flat:hover {
    background: rgba(255, 71, 87, .08)!important;
    background: rgba(var(--danger), .08)!important
}

.vs-button-danger.vs-button-border .vs-button-backgroundx,
.vs-button-danger.vs-button-flat .vs-button-backgroundx {
    background: #ff4757;
    background: rgba(var(--danger), 1);
    -webkit-box-shadow: inset 0 0 60px 0 #ff4757;
    -webkit-box-shadow: inset 0 0 60px 0 rgba(var(--danger), 1);
    box-shadow: inset 0 0 60px 0 #ff4757;
    box-shadow: inset 0 0 60px 0 rgba(var(--danger), 1)
}

.vs-button-danger.vs-button-flat {
    border: none!important
}

.vs-button-danger.vs-button-line {
    color: #ff4757;
    color: rgba(var(--danger), 1);
    border-color: rgba(255, 71, 87, .2);
    border-color: rgba(var(--danger), .2)
}

.vs-button-danger.vs-button-line .vs-button-linex {
    background: #ff4757;
    background: rgba(var(--danger), 1)
}

.vs-button-danger.vs-button-gradient {
    background: #640064;
    background-image: linear-gradient(30deg, #ff4757, rgba(255, 71, 87, .5))!important;
    background-image: linear-gradient(30deg, rgba(var(--danger), 1), rgba(var(--danger), .5))!important;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-button-danger.vs-button-relief {
    background: #ff4757;
    background: rgba(var(--danger), 1);
    -webkit-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, .2) inset;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2)
}

.vs-button-success.vs-button-filled {
    background: #46c93a;
    background: rgba(var(--success), 1)
}

.vs-button-success.vs-button-filled:hover {
    -webkit-box-shadow: 0 8px 25px -8px #46c93a;
    -webkit-box-shadow: 0 8px 25px -8px rgba(var(--success), 1);
    box-shadow: 0 8px 25px -8px #46c93a;
    box-shadow: 0 8px 25px -8px rgba(var(--success), 1)
}

.vs-button-success.vs-button-border,
.vs-button-success.vs-button-flat {
    border: 1px solid #46c93a;
    border: 1px solid rgba(var(--success), 1);
    background: transparent!important;
    color: #46c93a;
    color: rgba(var(--success), 1)
}

.vs-button-success.vs-button-border .vs-button--text.isActive,
.vs-button-success.vs-button-flat .vs-button--text.isActive {
    color: #fff!important
}

.vs-button-success.vs-button-border:hover,
.vs-button-success.vs-button-flat:hover {
    background: rgba(70, 201, 58, .08)!important;
    background: rgba(var(--success), .08)!important
}

.vs-button-success.vs-button-border .vs-button-backgroundx,
.vs-button-success.vs-button-flat .vs-button-backgroundx {
    background: #46c93a;
    background: rgba(var(--success), 1);
    -webkit-box-shadow: inset 0 0 60px 0 #46c93a;
    -webkit-box-shadow: inset 0 0 60px 0 rgba(var(--success), 1);
    box-shadow: inset 0 0 60px 0 #46c93a;
    box-shadow: inset 0 0 60px 0 rgba(var(--success), 1)
}

.vs-button-success.vs-button-flat {
    border: none!important
}

.vs-button-success.vs-button-line {
    color: #46c93a;
    color: rgba(var(--success), 1);
    border-color: rgba(70, 201, 58, .2);
    border-color: rgba(var(--success), .2)
}

.vs-button-success.vs-button-line .vs-button-linex {
    background: #46c93a;
    background: rgba(var(--success), 1)
}

.vs-button-success.vs-button-gradient {
    background: #0064fa;
    background-image: linear-gradient(30deg, #46c93a, rgba(70, 201, 58, .6))!important;
    background-image: linear-gradient(30deg, rgba(var(--success), 1), rgba(var(--success), .6))!important;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-button-success.vs-button-relief {
    background: #46c93a;
    background: rgba(var(--success), 1);
    -webkit-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, .2) inset;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2)
}

.vs-button-warning.vs-button-filled {
    background: #ffba00;
    background: rgba(var(--warning), 1)
}

.vs-button-warning.vs-button-filled:hover {
    -webkit-box-shadow: 0 8px 25px -8px #ffba00;
    -webkit-box-shadow: 0 8px 25px -8px rgba(var(--warning), 1);
    box-shadow: 0 8px 25px -8px #ffba00;
    box-shadow: 0 8px 25px -8px rgba(var(--warning), 1)
}

.vs-button-warning.vs-button-border,
.vs-button-warning.vs-button-flat {
    border: 1px solid #ffba00;
    border: 1px solid rgba(var(--warning), 1);
    background: transparent!important;
    color: #ffba00;
    color: rgba(var(--warning), 1)
}

.vs-button-warning.vs-button-border .vs-button--text.isActive,
.vs-button-warning.vs-button-flat .vs-button--text.isActive {
    color: #fff!important
}

.vs-button-warning.vs-button-border:hover,
.vs-button-warning.vs-button-flat:hover {
    background: rgba(255, 186, 0, .08)!important;
    background: rgba(var(--warning), .08)!important
}

.vs-button-warning.vs-button-border .vs-button-backgroundx,
.vs-button-warning.vs-button-flat .vs-button-backgroundx {
    background: #ffba00;
    background: rgba(var(--warning), 1);
    -webkit-box-shadow: inset 0 0 60px 0 #ffba00;
    -webkit-box-shadow: inset 0 0 60px 0 rgba(var(--warning), 1);
    box-shadow: inset 0 0 60px 0 #ffba00;
    box-shadow: inset 0 0 60px 0 rgba(var(--warning), 1)
}

.vs-button-warning.vs-button-flat {
    border: none!important
}

.vs-button-warning.vs-button-line {
    color: #ffba00;
    color: rgba(var(--warning), 1);
    border-color: rgba(255, 186, 0, .2);
    border-color: rgba(var(--warning), .2)
}

.vs-button-warning.vs-button-line .vs-button-linex {
    background: #ffba00;
    background: rgba(var(--warning), 1)
}

.vs-button-warning.vs-button-gradient {
    background: #fafafa;
    background-image: linear-gradient(30deg, #ffba00, rgba(255, 186, 0, .5))!important;
    background-image: linear-gradient(30deg, rgba(var(--warning), 1), rgba(var(--warning), .5))!important;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-button-warning.vs-button-relief {
    background: #ffba00;
    background: rgba(var(--warning), 1);
    -webkit-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, .2) inset;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2)
}

.vs-button-dark.vs-button-filled {
    background: #1e1e1e;
    background: rgba(var(--dark), 1)
}

.vs-button-dark.vs-button-filled:hover {
    -webkit-box-shadow: 0 8px 25px -8px #1e1e1e;
    -webkit-box-shadow: 0 8px 25px -8px rgba(var(--dark), 1);
    box-shadow: 0 8px 25px -8px #1e1e1e;
    box-shadow: 0 8px 25px -8px rgba(var(--dark), 1)
}

.vs-button-dark.vs-button-border,
.vs-button-dark.vs-button-flat {
    border: 1px solid #1e1e1e;
    border: 1px solid rgba(var(--dark), 1);
    background: transparent!important;
    color: #1e1e1e;
    color: rgba(var(--dark), 1)
}

.vs-button-dark.vs-button-border .vs-button--text.isActive,
.vs-button-dark.vs-button-flat .vs-button--text.isActive {
    color: #fff!important
}

.vs-button-dark.vs-button-border:hover,
.vs-button-dark.vs-button-flat:hover {
    background: rgba(30, 30, 30, .08)!important;
    background: rgba(var(--dark), .08)!important
}

.vs-button-dark.vs-button-border .vs-button-backgroundx,
.vs-button-dark.vs-button-flat .vs-button-backgroundx {
    background: #1e1e1e;
    background: rgba(var(--dark), 1);
    -webkit-box-shadow: inset 0 0 60px 0 #1e1e1e;
    -webkit-box-shadow: inset 0 0 60px 0 rgba(var(--dark), 1);
    box-shadow: inset 0 0 60px 0 #1e1e1e;
    box-shadow: inset 0 0 60px 0 rgba(var(--dark), 1)
}

.vs-button-dark.vs-button-flat {
    border: none!important
}

.vs-button-dark.vs-button-line {
    color: #1e1e1e;
    color: rgba(var(--dark), 1);
    border-color: rgba(30, 30, 30, .2);
    border-color: rgba(var(--dark), .2)
}

.vs-button-dark.vs-button-line .vs-button-linex {
    background: #1e1e1e;
    background: rgba(var(--dark), 1)
}

.vs-button-dark.vs-button-gradient {
    background: #640064;
    background-image: linear-gradient(30deg, #1e1e1e, rgba(30, 30, 30, .5))!important;
    background-image: linear-gradient(30deg, rgba(var(--dark), 1), rgba(var(--dark), .5))!important;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-button-dark.vs-button-relief {
    background: #1e1e1e;
    background: rgba(var(--dark), 1);
    -webkit-box-shadow: 0 -3px 0 0 hsla(0, 0%, 100%, .1) inset;
    box-shadow: inset 0 -3px 0 0 hsla(0, 0%, 100%, .1)
}

.vs-button-light.vs-button-filled {
    background: rgba(var(--light), 1)
}

.vs-button-light.vs-button-filled:hover {
    -webkit-box-shadow: 0 8px 25px -8px rgba(var(--light), 1);
    box-shadow: 0 8px 25px -8px rgba(var(--light), 1)
}

.vs-button-light.vs-button-border,
.vs-button-light.vs-button-flat {
    border: 1px solid rgba(var(--light), 1);
    background: transparent!important;
    color: rgba(var(--light), 1)
}

.vs-button-light.vs-button-border .vs-button--text.isActive,
.vs-button-light.vs-button-flat .vs-button--text.isActive {
    color: #fff!important
}

.vs-button-light.vs-button-border:hover,
.vs-button-light.vs-button-flat:hover {
    background: rgba(var(--light), .08)!important
}

.vs-button-light.vs-button-border .vs-button-backgroundx,
.vs-button-light.vs-button-flat .vs-button-backgroundx {
    background: rgba(var(--light), 1);
    -webkit-box-shadow: inset 0 0 60px 0 rgba(var(--light), 1);
    box-shadow: inset 0 0 60px 0 rgba(var(--light), 1)
}

.vs-button-light.vs-button-flat {
    border: none!important
}

.vs-button-light.vs-button-line {
    color: rgba(var(--light), 1);
    border-color: rgba(var(--light), .2)
}

.vs-button-light.vs-button-line .vs-button-linex {
    background: rgba(var(--light), 1)
}

.vs-button-light.vs-button-gradient {
    background: #640064;
    background-image: linear-gradient(30deg, rgba(var(--light), 1), rgba(var(--light), .5))!important;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-button-light.vs-button-relief {
    background: rgba(var(--light), 1);
    -webkit-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, .2) inset;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2)
}

.vs-divider {
    width: 100%;
    position: relative;
    display: block;
    margin: 15px 0;
    clear: both;
    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
}

.vs-divider .after,
.vs-divider .before {
    position: relative;
    display: block;
    width: 100%
}

.vs-divider--text {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    white-space: nowrap;
    background: #fff;
    padding-left: 12px;
    padding-right: 12px;
    font-size: .9375em
}

.vs-divider--icon {
    font-size: 1.25em
}

.vs-divider-border-primary {
    border-top-color: #1f74ff;
    border-top-color: rgba(var(--primary), 1)
}

.vs-divider-text-primary {
    color: #1f74ff;
    color: rgba(var(--primary), 1)
}

.vs-divider-border-secondary {
    border-top-color: rgba(var(--secondary), 1)
}

.vs-divider-text-secondary {
    color: rgba(var(--secondary), 1)
}

.vs-divider-border-danger {
    border-top-color: #ff4757;
    border-top-color: rgba(var(--danger), 1)
}

.vs-divider-text-danger {
    color: #ff4757;
    color: rgba(var(--danger), 1)
}

.vs-divider-border-success {
    border-top-color: #46c93a;
    border-top-color: rgba(var(--success), 1)
}

.vs-divider-text-success {
    color: #46c93a;
    color: rgba(var(--success), 1)
}

.vs-divider-border-warning {
    border-top-color: #ffba00;
    border-top-color: rgba(var(--warning), 1)
}

.vs-divider-text-warning {
    color: #ffba00;
    color: rgba(var(--warning), 1)
}

.vs-divider-border-dark {
    border-top-color: #1e1e1e;
    border-top-color: rgba(var(--dark), 1)
}

.vs-divider-text-dark {
    color: #1e1e1e;
    color: rgba(var(--dark), 1)
}

.vs-divider-border-light {
    border-top-color: rgba(var(--light), 1)
}

.vs-divider-text-light {
    color: rgba(var(--light), 1)
}

.fadeselect-enter-active {
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s
}

.fadeselect-leave-active {
    -webkit-transition: opacity .15s, -webkit-transform .15s;
    transition: opacity .15s, -webkit-transform .15s;
    transition: transform .15s, opacity .15s;
    transition: transform .15s, opacity .15s, -webkit-transform .15s
}

.fadeselect-enter,
.fadeselect-leave-to {
    opacity: 0;
    -webkit-transform: translate(0) scale(.95);
    transform: translate(0) scale(.95);
    -webkit-box-shadow: 0 10px 0 -5px transparent;
    box-shadow: 0 10px 0 -5px transparent
}

.con-select,
.input-select-con {
    position: relative
}

.con-select {
    width: 200px;
    clear: both
}

.con-select.activeOptions:not(.autocompletex) .input-select {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.con-select.activeOptions .vs-select--icon {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.vs-select--icon {
    position: absolute;
    right: 5px;
    font-size: 1.0625em;
    top: 50%;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vs-select--icon,
.vs-select--input {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.vs-select--input {
    color: inherit;
    width: 100%;
    position: relative;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 7px 20px 7px 7px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis
}

.vs-select--input:hover {
    border: 1px solid rgba(0, 0, 0, .4)
}

.vs-select--input-con {
    position: relative
}

.vs-select--input:disabled {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.vs-select--label {
    padding-left: 5px;
    font-size: .85rem;
    color: rgba(0, 0, 0, .6)
}

.con-text-validation {
    position: relative;
    font-size: .65rem;
    overflow: hidden;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.con-text-validation .span-text-validation {
    padding: 2px 4px 4px;
    display: block
}

.scrollx ul {
    padding-right: 4px
}

.vs-select--options {
    padding: 6px 4px 6px 5px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .05);
    border-radius: 5px;
    position: absolute;
    z-index: 40000;
    background: #fff
}

.vs-select--options ul {
    max-height: 260px;
    overflow: auto;
    padding: 0
}

.vs-select--options ul li {
    margin: 0
}

.vs-select--item {
    text-align: left;
    color: rgba(0, 0, 0, .8);
    padding: 7px;
    border: 0;
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0!important;
    cursor: pointer
}

.vs-select--item:focus,
.vs-select--item:hover {
    background: #f5f5f5
}

.vs-select--item.con-icon.activex {
    padding-left: 25px
}

.vs-select--item.con-icon.activex .vs-select--item-icon {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vs-select--item-icon {
    position: absolute;
    font-size: 1em;
    left: 5px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    top: 50%
}

.vs-select-primary .vs-select--item.activex {
    background: rgba(31, 116, 255, .1);
    background: rgba(var(--primary), .1);
    color: #1f74ff;
    color: rgba(var(--primary), 1);
    font-weight: 700
}

.input-select-label-primary--active {
    color: #1f74ff;
    color: rgba(var(--primary), 1)
}

.input-select-validate-primary .input-select-con .input-select {
    border-color: #1f74ff;
    border-color: rgba(var(--primary), 1)
}

.input-select-validate-primary .input-select-con .vs-select--icon {
    color: #1f74ff;
    color: rgba(var(--primary), 1)
}

.vs-select-secondary .vs-select--item.activex {
    background: rgba(var(--secondary), .1);
    color: rgba(var(--secondary), 1);
    font-weight: 700
}

.input-select-label-secondary--active {
    color: rgba(var(--secondary), 1)
}

.input-select-validate-secondary .input-select-con .input-select {
    border-color: rgba(var(--secondary), 1)
}

.input-select-validate-secondary .input-select-con .vs-select--icon {
    color: rgba(var(--secondary), 1)
}

.vs-select-danger .vs-select--item.activex {
    background: rgba(255, 71, 87, .1);
    background: rgba(var(--danger), .1);
    color: #ff4757;
    color: rgba(var(--danger), 1);
    font-weight: 700
}

.input-select-label-danger--active {
    color: #ff4757;
    color: rgba(var(--danger), 1)
}

.input-select-validate-danger .input-select-con .input-select {
    border-color: #ff4757;
    border-color: rgba(var(--danger), 1)
}

.input-select-validate-danger .input-select-con .vs-select--icon {
    color: #ff4757;
    color: rgba(var(--danger), 1)
}

.vs-select-success .vs-select--item.activex {
    background: rgba(70, 201, 58, .1);
    background: rgba(var(--success), .1);
    color: #46c93a;
    color: rgba(var(--success), 1);
    font-weight: 700
}

.input-select-label-success--active {
    color: #46c93a;
    color: rgba(var(--success), 1)
}

.input-select-validate-success .input-select-con .input-select {
    border-color: #46c93a;
    border-color: rgba(var(--success), 1)
}

.input-select-validate-success .input-select-con .vs-select--icon {
    color: #46c93a;
    color: rgba(var(--success), 1)
}

.vs-select-warning .vs-select--item.activex {
    background: rgba(255, 186, 0, .1);
    background: rgba(var(--warning), .1);
    color: #ffba00;
    color: rgba(var(--warning), 1);
    font-weight: 700
}

.input-select-label-warning--active {
    color: #ffba00;
    color: rgba(var(--warning), 1)
}

.input-select-validate-warning .input-select-con .input-select {
    border-color: #ffba00;
    border-color: rgba(var(--warning), 1)
}

.input-select-validate-warning .input-select-con .vs-select--icon {
    color: #ffba00;
    color: rgba(var(--warning), 1)
}

.vs-select-dark .vs-select--item.activex {
    background: rgba(30, 30, 30, .1);
    background: rgba(var(--dark), .1);
    color: #1e1e1e;
    color: rgba(var(--dark), 1);
    font-weight: 700
}

.input-select-label-dark--active {
    color: #1e1e1e;
    color: rgba(var(--dark), 1)
}

.input-select-validate-dark .input-select-con .input-select {
    border-color: #1e1e1e;
    border-color: rgba(var(--dark), 1)
}

.input-select-validate-dark .input-select-con .vs-select--icon {
    color: #1e1e1e;
    color: rgba(var(--dark), 1)
}

.vs-select-light .vs-select--item.activex {
    background: rgba(var(--light), .1);
    color: rgba(var(--light), 1);
    font-weight: 700
}

.input-select-label-light--active {
    color: rgba(var(--light), 1)
}

.input-select-validate-light .input-select-con .input-select {
    border-color: rgba(var(--light), 1)
}

.input-select-validate-light .input-select-con .vs-select--icon {
    color: rgba(var(--light), 1)
}

.vs-select--item {
    background: transparent;
    padding: 5px;
    width: 100%;
    margin: 0;
    text-transform: capitalize
}

.vs-select--item.disabledx {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.vs-select--item span.searchx {
    background: rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    font-weight: 700;
    color: inherit
}

.vs-select-group h4 {
    padding-left: 10px;
    cursor: default;
    padding-bottom: 5px
}

.vs-select-group li {
    border-left: 1px solid rgba(0, 0, 0, .1);
    margin-left: 15px!important;
    list-style: none
}

.vs-switch {
    border-radius: 12px;
    border: 0;
    min-width: 42px;
    height: 22px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    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
}

.vs-switch:disabled {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.vs-switch:active:not(.vs-switch--circle) .vs-switch--circle {
    width: 24px;
    border-radius: 15px
}

.vs-switch.vs-switch-active:active .vs-switch--circle {
    width: 24px;
    margin-left: calc(100% - 29px)
}

.vs-switch.vs-switch-active .vs-switch--circle {
    margin-left: calc(100% - 22px)
}

.vs-switch--circle {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    background: #fff;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1)
}

.vs-switch--text {
    position: absolute;
    display: block;
    font-size: .625em;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    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;
    white-space: nowrap;
    overflow: hidden
}

.vs-switch--text.text-on {
    padding-left: 6px;
    left: 0;
    color: #fff;
    -webkit-transform: translate(10px);
    transform: translate(10px)
}

.vs-switch--text.text-off {
    right: 0;
    padding-right: 5px;
    color: #a0a0a0;
    -webkit-transform: translate(-10px);
    transform: translate(-10px)
}

.vs-switch--text.active-text {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.vs-switch--icon {
    font-size: .8rem;
    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;
    overflow: hidden;
    max-width: 16px;
    padding: 0 2px
}

.vs-switch--input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 200;
    opacity: 0;
    cursor: pointer
}

.vs-switch-primary {
    background: #e2e2e2
}

.vs-switch-primary.vs-switch-active {
    background: #1f74ff;
    background: rgba(var(--primary), 1)
}

.vs-switch-secondary {
    background: #e2e2e2
}

.vs-switch-secondary.vs-switch-active {
    background: rgba(var(--secondary), 1)
}

.vs-switch-danger {
    background: #e2e2e2
}

.vs-switch-danger.vs-switch-active {
    background: #ff4757;
    background: rgba(var(--danger), 1)
}

.vs-switch-success {
    background: #e2e2e2
}

.vs-switch-success.vs-switch-active {
    background: #46c93a;
    background: rgba(var(--success), 1)
}

.vs-switch-warning {
    background: #e2e2e2
}

.vs-switch-warning.vs-switch-active {
    background: #ffba00;
    background: rgba(var(--warning), 1)
}

.vs-switch-dark {
    background: #e2e2e2
}

.vs-switch-dark.vs-switch-active {
    background: #1e1e1e;
    background: rgba(var(--dark), 1)
}

.vs-switch-light {
    background: #e2e2e2
}

.vs-switch-light.vs-switch-active {
    background: rgba(var(--light), 1)
}

.con-vs-checkbox {
    position: relative;
    display: block;
    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;
    margin-left: 5px;
    margin-right: 5px
}

.con-vs-checkbox.vs-checkbox-small .vs-checkbox {
    width: 15px;
    height: 15px
}

.con-vs-checkbox.vs-checkbox-small .vs-checkbox .vs-icon {
    font-size: .7rem
}

.con-vs-checkbox.vs-checkbox-large .vs-checkbox {
    width: 24px;
    height: 24px
}

.vs-checkbox--input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 200;
    cursor: pointer;
    background: #55d775
}

.vs-checkbox--input:disabled {
    cursor: default;
    pointer-events: none
}

.vs-checkbox--input:disabled+.vs-checkbox {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.vs-checkbox--input:disabled+.vs-checkbox .vs-checkbox--check {
    cursor: default;
    pointer-events: none
}

.vs-checkbox--input:active:checked+.vs-checkbox .vs-checkbox--check {
    -webkit-transform: translate(3px);
    transform: translate(3px)
}

.vs-checkbox--input:active:checked+.vs-checkbox .vs-icon {
    -webkit-transform: translate(6px);
    transform: translate(6px)
}

.vs-checkbox--input:checked+.vs-checkbox {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.vs-checkbox--input:checked+.vs-checkbox .vs-checkbox--check,
.vs-checkbox--input:checked+.vs-checkbox .vs-icon {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.vs-checkbox--input:checked+.vs-checkbox .vs-icon {
    opacity: 1;
    color: #fff
}

.vs-checkbox {
    cursor: pointer;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    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-transform: rotate(-90deg);
    transform: rotate(-90deg);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5px
}

.vs-checkbox,
.vs-checkbox--check {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.vs-checkbox--check {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    -webkit-transform-origin: right;
    transform-origin: right;
    z-index: 10
}

.vs-checkbox--icon {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 100;
    font-size: 1.125em;
    opacity: 0;
    -webkit-transform: translate(30px);
    transform: translate(30px);
    -webkit-transform-origin: center;
    transform-origin: center
}

.vs-checkbox-primary .vs-checkbox--check {
    background: #1f74ff;
    background: rgba(var(--primary), 1)
}

.vs-checkbox-primary .vs-checkbox {
    border: 2px solid #b4b4b4
}

.vs-checkbox-primary input:checked+.vs-checkbox {
    border: 2px solid #1f74ff!important;
    border: 2px solid rgba(var(--primary), 1)!important
}

.vs-checkbox-secondary .vs-checkbox--check {
    background: rgba(var(--secondary), 1)
}

.vs-checkbox-secondary .vs-checkbox {
    border: 2px solid #b4b4b4
}

.vs-checkbox-secondary input:checked+.vs-checkbox {
    border: 2px solid rgba(var(--secondary), 1)!important
}

.vs-checkbox-danger .vs-checkbox--check {
    background: #ff4757;
    background: rgba(var(--danger), 1)
}

.vs-checkbox-danger .vs-checkbox {
    border: 2px solid #b4b4b4
}

.vs-checkbox-danger input:checked+.vs-checkbox {
    border: 2px solid #ff4757!important;
    border: 2px solid rgba(var(--danger), 1)!important
}

.vs-checkbox-success .vs-checkbox--check {
    background: #46c93a;
    background: rgba(var(--success), 1)
}

.vs-checkbox-success .vs-checkbox {
    border: 2px solid #b4b4b4
}

.vs-checkbox-success input:checked+.vs-checkbox {
    border: 2px solid #46c93a!important;
    border: 2px solid rgba(var(--success), 1)!important
}

.vs-checkbox-warning .vs-checkbox--check {
    background: #ffba00;
    background: rgba(var(--warning), 1)
}

.vs-checkbox-warning .vs-checkbox {
    border: 2px solid #b4b4b4
}

.vs-checkbox-warning input:checked+.vs-checkbox {
    border: 2px solid #ffba00!important;
    border: 2px solid rgba(var(--warning), 1)!important
}

.vs-checkbox-dark .vs-checkbox--check {
    background: #1e1e1e;
    background: rgba(var(--dark), 1)
}

.vs-checkbox-dark .vs-checkbox {
    border: 2px solid #b4b4b4
}

.vs-checkbox-dark input:checked+.vs-checkbox {
    border: 2px solid #1e1e1e!important;
    border: 2px solid rgba(var(--dark), 1)!important
}

.vs-checkbox-light .vs-checkbox--check {
    background: rgba(var(--light), 1)
}

.vs-checkbox-light .vs-checkbox {
    border: 2px solid #b4b4b4
}

.vs-checkbox-light input:checked+.vs-checkbox {
    border: 2px solid rgba(var(--light), 1)!important
}

.con-vs-radio {
    position: relative;
    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
}

.con-vs-radio:hover .vs-radio--borde {
    border: 2px solid #a0a0a0
}

.vs-radio--label {
    margin-left: 5px;
    cursor: pointer
}

.vs-radio {
    width: 18px;
    height: 18px;
    position: relative;
    display: block;
    border-radius: 50%;
    cursor: pointer
}

.vs-radio--borde {
    background: transparent
}

.vs-radio--borde,
.vs-radio--circle {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    top: 0
}

.vs-radio--circle {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: 0
}

.vs-radio--input {
    position: absolute;
    left: 0;
    opacity: 0;
    width: 20px
}

.vs-radio--input:checked+.vs-radio {
    cursor: default
}

.vs-radio--input:checked+.vs-radio .vs-radio--circle {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.vs-radio--input:checked+.vs-radio .vs-radio--borde {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3)
}

.vs-radio--input:active+.vs-radio .vs-radio--borde {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.vs-radio--input:disabled+.vs-radio {
    opacity: .4
}

.vs-radio--input:disabled+.vs-radio .vs-radio--circle {
    pointer-events: none
}

.vs-radio--input:disabled+.vs-radio .vs-radio--borde {
    border: 2px solid #b4b4b4;
    background: #d2d2d2;
    pointer-events: none
}

.vs-radio-primary .vs-radio--circle {
    background: #1f74ff;
    background: rgba(var(--primary), 1);
    -webkit-box-shadow: 0 3px 12px 0 rgba(31, 116, 255, .4);
    -webkit-box-shadow: 0 3px 12px 0 rgba(var(--primary), .4);
    box-shadow: 0 3px 12px 0 rgba(31, 116, 255, .4);
    box-shadow: 0 3px 12px 0 rgba(var(--primary), .4)
}

.vs-radio-secondary .vs-radio--circle {
    background: rgba(var(--secondary), 1);
    -webkit-box-shadow: 0 3px 12px 0 rgba(var(--secondary), .4);
    box-shadow: 0 3px 12px 0 rgba(var(--secondary), .4)
}

.vs-radio-danger .vs-radio--circle {
    background: #ff4757;
    background: rgba(var(--danger), 1);
    -webkit-box-shadow: 0 3px 12px 0 rgba(255, 71, 87, .4);
    -webkit-box-shadow: 0 3px 12px 0 rgba(var(--danger), .4);
    box-shadow: 0 3px 12px 0 rgba(255, 71, 87, .4);
    box-shadow: 0 3px 12px 0 rgba(var(--danger), .4)
}

.vs-radio-success .vs-radio--circle {
    background: #46c93a;
    background: rgba(var(--success), 1);
    -webkit-box-shadow: 0 3px 12px 0 rgba(70, 201, 58, .4);
    -webkit-box-shadow: 0 3px 12px 0 rgba(var(--success), .4);
    box-shadow: 0 3px 12px 0 rgba(70, 201, 58, .4);
    box-shadow: 0 3px 12px 0 rgba(var(--success), .4)
}

.vs-radio-warning .vs-radio--circle {
    background: #ffba00;
    background: rgba(var(--warning), 1);
    -webkit-box-shadow: 0 3px 12px 0 rgba(255, 186, 0, .4);
    -webkit-box-shadow: 0 3px 12px 0 rgba(var(--warning), .4);
    box-shadow: 0 3px 12px 0 rgba(255, 186, 0, .4);
    box-shadow: 0 3px 12px 0 rgba(var(--warning), .4)
}

.vs-radio-dark .vs-radio--circle {
    background: #1e1e1e;
    background: rgba(var(--dark), 1);
    -webkit-box-shadow: 0 3px 12px 0 rgba(30, 30, 30, .4);
    -webkit-box-shadow: 0 3px 12px 0 rgba(var(--dark), .4);
    box-shadow: 0 3px 12px 0 rgba(30, 30, 30, .4);
    box-shadow: 0 3px 12px 0 rgba(var(--dark), .4)
}

.vs-radio-light .vs-radio--circle {
    background: rgba(var(--light), 1);
    -webkit-box-shadow: 0 3px 12px 0 rgba(var(--light), .4);
    box-shadow: 0 3px 12px 0 rgba(var(--light), .4)
}

.placeholderx-enter,
.placeholderx-leave-to {
    opacity: 0;
    -webkit-transform: translate(15px)!important;
    transform: translate(15px)!important
}

.icon-validate-enter,
.icon-validate-leave-to {
    opacity: 0;
    -webkit-transform: scale(.5)!important;
    transform: scale(.5)!important
}

.vs-con-input-label {
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 200px
}

.vs-con-input-label.is-label-placeholder {
    margin-top: 17px
}

.vs-con-input-label .vs-con-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vs-input--icon {
    position: absolute;
    left: 5px;
    z-index: 100;
    font-size: 1.1rem;
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding-right: 3px;
    color: rgba(0, 0, 0, .4);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 8px
}

.vs-input--icon.small {
    top: 4px;
    font-size: 1rem
}

.vs-input--icon.large {
    top: 14px
}

.vs-input--icon.icon-after {
    left: auto;
    right: 5px;
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 0;
    padding-left: 3px;
    padding-right: 0
}

.vs-input--placeholder {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    border-radius: 5px;
    left: 0;
    padding: .4rem .4rem .4rem .55rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-size: .85rem;
    color: rgba(0, 0, 0, .4);
    white-space: nowrap;
    cursor: text;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 2px
}

.vs-input--placeholder.small {
    padding: .2rem .2rem .2rem .55rem
}

.vs-input--placeholder.large {
    padding: .7rem
}

.vs-input--label {
    padding-left: 5px;
    font-size: .85rem;
    color: rgba(0, 0, 0, .7)
}

.vs-input--text-validation {
    position: relative;
    font-size: .65rem;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.vs-input--text-validation .vs-input--text-validation-span {
    padding: 2px 4px 4px;
    display: block
}

.vs-input--icon-validate {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.1rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4px;
    border-radius: 0 5px 5px 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.vs-input--icon-validate.icon-before {
    position: absolute;
    left: 0;
    right: auto;
    z-index: 100;
    font-size: 1.1rem;
    padding-right: .2rem;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0;
    border-right: 1px
}

.vs-input--input {
    color: inherit;
    position: relative;
    padding: .4rem;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%
}

.vs-input--input.small {
    padding: .2rem .2rem .2rem .55rem
}

.vs-input--input.small+.vs-placeholder-label-small {
    padding: 0 .4rem
}

.vs-input--input.normal {
    padding: .4rem
}

.vs-input--input.large {
    padding: .8rem
}

.vs-input--input.large+.vs-placeholder-label-large {
    padding: .6rem
}

.vs-input--input:focus {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.vs-input--input.hasValue+.vs-placeholder-label,
.vs-input--input:focus+.vs-placeholder-label {
    -webkit-transform: translate(-3px, -90%)!important;
    transform: translate(-3px, -90%)!important;
    font-size: .7rem;
    padding-left: .5rem!important
}

.vs-input--input.hasValue+.vs-placeholder-label-small,
.vs-input--input:focus+.vs-placeholder-label-small {
    -webkit-transform: translate(-3px, -120%)!important;
    transform: translate(-3px, -120%)!important;
    font-size: .7rem;
    padding-left: .5rem!important
}

.vs-input--input:focus+.vs-input--placeholder {
    -webkit-transform: translate(5px);
    transform: translate(5px)
}

.vs-input--input.hasIcon,
.vs-input--input.hasIcon+.vs-input--placeholder {
    padding-left: 32px
}

.vs-input--input.icon-after-input {
    padding-left: 1.75rem!important;
    padding-right: 1.75rem
}

.vs-input--input.icon-after-input+.vs-input--placeholder {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.vs-input--input:disabled,
.vs-input--input:disabled+.vs-input--placeholder {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.vs-input-primary .vs-input--input:focus {
    border: 1px solid #1f74ff!important;
    border: 1px solid rgba(var(--primary), 1)!important
}

.vs-input-primary.isFocus .vs-input--label,
.vs-input-primary .vs-input--input:focus~.icon-inputx,
.vs-input-primary .vs-input--input:focus~.vs-placeholder-label {
    color: #1f74ff;
    color: rgba(var(--primary), 1)
}

.span-text-validation-primary {
    color: #1f74ff!important;
    color: rgba(var(--primary), 1)!important
}

.input-icon-validate-primary .vs-input--input,
.input-icon-validate-primary .vs-input--input:focus {
    border: 1px solid #1f74ff!important;
    border: 1px solid rgba(var(--primary), 1)!important
}

.input-icon-validate-primary .input-icon-validate {
    background: rgba(31, 116, 255, .2);
    background: rgba(var(--primary), .2);
    color: #1f74ff;
    color: rgba(var(--primary), 1)
}

.vs-input-secondary .vs-input--input:focus {
    border: 1px solid rgba(var(--secondary), 1)!important
}

.vs-input-secondary.isFocus .vs-input--label,
.vs-input-secondary .vs-input--input:focus~.icon-inputx,
.vs-input-secondary .vs-input--input:focus~.vs-placeholder-label {
    color: rgba(var(--secondary), 1)
}

.span-text-validation-secondary {
    color: rgba(var(--secondary), 1)!important
}

.input-icon-validate-secondary .vs-input--input,
.input-icon-validate-secondary .vs-input--input:focus {
    border: 1px solid rgba(var(--secondary), 1)!important
}

.input-icon-validate-secondary .input-icon-validate {
    background: rgba(var(--secondary), .2);
    color: rgba(var(--secondary), 1)
}

.vs-input-danger .vs-input--input:focus {
    border: 1px solid #ff4757!important;
    border: 1px solid rgba(var(--danger), 1)!important
}

.vs-input-danger.isFocus .vs-input--label,
.vs-input-danger .vs-input--input:focus~.icon-inputx,
.vs-input-danger .vs-input--input:focus~.vs-placeholder-label {
    color: #ff4757;
    color: rgba(var(--danger), 1)
}

.span-text-validation-danger {
    color: #ff4757!important;
    color: rgba(var(--danger), 1)!important
}

.input-icon-validate-danger .vs-input--input,
.input-icon-validate-danger .vs-input--input:focus {
    border: 1px solid #ff4757!important;
    border: 1px solid rgba(var(--danger), 1)!important
}

.input-icon-validate-danger .input-icon-validate {
    background: rgba(255, 71, 87, .2);
    background: rgba(var(--danger), .2);
    color: #ff4757;
    color: rgba(var(--danger), 1)
}

.vs-input-success .vs-input--input:focus {
    border: 1px solid #46c93a!important;
    border: 1px solid rgba(var(--success), 1)!important
}

.vs-input-success.isFocus .vs-input--label,
.vs-input-success .vs-input--input:focus~.icon-inputx,
.vs-input-success .vs-input--input:focus~.vs-placeholder-label {
    color: #46c93a;
    color: rgba(var(--success), 1)
}

.span-text-validation-success {
    color: #46c93a!important;
    color: rgba(var(--success), 1)!important
}

.input-icon-validate-success .vs-input--input,
.input-icon-validate-success .vs-input--input:focus {
    border: 1px solid #46c93a!important;
    border: 1px solid rgba(var(--success), 1)!important
}

.input-icon-validate-success .input-icon-validate {
    background: rgba(70, 201, 58, .2);
    background: rgba(var(--success), .2);
    color: #46c93a;
    color: rgba(var(--success), 1)
}

.vs-input-warning .vs-input--input:focus {
    border: 1px solid #ffba00!important;
    border: 1px solid rgba(var(--warning), 1)!important
}

.vs-input-warning.isFocus .vs-input--label,
.vs-input-warning .vs-input--input:focus~.icon-inputx,
.vs-input-warning .vs-input--input:focus~.vs-placeholder-label {
    color: #ffba00;
    color: rgba(var(--warning), 1)
}

.span-text-validation-warning {
    color: #ffba00!important;
    color: rgba(var(--warning), 1)!important
}

.input-icon-validate-warning .vs-input--input,
.input-icon-validate-warning .vs-input--input:focus {
    border: 1px solid #ffba00!important;
    border: 1px solid rgba(var(--warning), 1)!important
}

.input-icon-validate-warning .input-icon-validate {
    background: rgba(255, 186, 0, .2);
    background: rgba(var(--warning), .2);
    color: #ffba00;
    color: rgba(var(--warning), 1)
}

.vs-input-dark .vs-input--input:focus {
    border: 1px solid #1e1e1e!important;
    border: 1px solid rgba(var(--dark), 1)!important
}

.vs-input-dark.isFocus .vs-input--label,
.vs-input-dark .vs-input--input:focus~.icon-inputx,
.vs-input-dark .vs-input--input:focus~.vs-placeholder-label {
    color: #1e1e1e;
    color: rgba(var(--dark), 1)
}

.span-text-validation-dark {
    color: #1e1e1e!important;
    color: rgba(var(--dark), 1)!important
}

.input-icon-validate-dark .vs-input--input,
.input-icon-validate-dark .vs-input--input:focus {
    border: 1px solid #1e1e1e!important;
    border: 1px solid rgba(var(--dark), 1)!important
}

.input-icon-validate-dark .input-icon-validate {
    background: rgba(30, 30, 30, .2);
    background: rgba(var(--dark), .2);
    color: #1e1e1e;
    color: rgba(var(--dark), 1)
}

.vs-input-light .vs-input--input:focus {
    border: 1px solid rgba(var(--light), 1)!important
}

.vs-input-light.isFocus .vs-input--label,
.vs-input-light .vs-input--input:focus~.icon-inputx,
.vs-input-light .vs-input--input:focus~.vs-placeholder-label {
    color: rgba(var(--light), 1)
}

.span-text-validation-light {
    color: rgba(var(--light), 1)!important
}

.input-icon-validate-light .vs-input--input,
.input-icon-validate-light .vs-input--input:focus {
    border: 1px solid rgba(var(--light), 1)!important
}

.input-icon-validate-light .input-icon-validate {
    background: rgba(var(--light), .2);
    color: rgba(var(--light), 1)
}

.fade-tab-enter-active,
.fade-tab-leave-active {
    -webkit-transition: all .3s;
    transition: all .3s
}

.fade-tab-enter,
.fade-tab-leave-to {
    top: 0;
    opacity: 0;
    position: absolute!important;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fade-tab-leave-to {
    top: 0;
    opacity: 0;
    position: absolute!important;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fade-tab-invert-enter-active,
.fade-tab-invert-leave-active {
    -webkit-transition: all .3s;
    transition: all .3s
}

.fade-tab-invert-enter,
.fade-tab-invert-leave-to {
    top: 0;
    opacity: 0;
    position: absolute!important;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fade-tab-invert-leave-to {
    top: 0;
    opacity: 0;
    position: absolute!important;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fade-tab-vertical-enter-active,
.fade-tab-vertical-leave-active {
    -webkit-transition: all .3s;
    transition: all .3s
}

.fade-tab-vertical-enter {
    top: 0;
    opacity: 0;
    position: absolute!important;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.fade-tab-vertical-leave-to {
    top: 0;
    opacity: 0;
    position: absolute!important;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.fade-tab-vertical-invert-enter-active,
.fade-tab-vertical-invert-leave-active {
    -webkit-transition: all .3s;
    transition: all .3s
}

.fade-tab-vertical-invert-enter {
    top: 0;
    opacity: 0;
    position: absolute!important;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.fade-tab-vertical-invert-leave-to {
    top: 0;
    opacity: 0;
    position: absolute!important;
    -webkit-transform: translate3d(0, 100%, 0)!important;
    transform: translate3d(0, 100%, 0)!important
}

.con-vs-tabs {
    width: 100%;
    overflow: hidden;
    position: relative
}

.con-vs-tabs .con-slot-tabs {
    position: relative;
    display: block;
    overflow: hidden
}

.con-vs-tabs .con-ul-tabs,
.vs-tabs--ul {
    position: relative
}

.vs-tabs--ul {
    width: 100%;
    padding-left: 0;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .04)
}

.vs-tabs--ul.ul-tabs-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vs-tabs--ul.ul-tabs-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vs-tabs--ul.ul-tabs-fixed {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.vs-tabs--ul.ul-tabs-fixed li {
    width: 100%
}

.line-vs-tabs {
    width: 100px;
    height: 2px;
    display: block;
    position: absolute;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: left, right
}

.vs-tabs--li {
    display: block
}

.vs-tabs--li button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    background: transparent;
    margin: 0;
    padding: 10px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.activeChild button:not(:disabled),
.vs-tabs--li button:hover:not(:disabled) {
    color: inherit
}

.activeChild button {
    padding-top: 8px;
    padding-bottom: 12px
}

.vs-tabs-position-bottom .vs-tabs--ul,
.vs-tabs-position-top .vs-tabs--ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vs-tabs-position-bottom .vs-tabs--ul {
    border-top: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 0!important
}

.vs-tabs-position-bottom .con-ul-tabs {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.vs-tabs-position-bottom .line-vs-tabs {
    top: 0
}

.vs-tabs-position-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vs-tabs-position-left .line-vs-tabs {
    left: auto!important;
    right: 0
}

.vs-tabs-position-left .con-ul-tabs {
    float: left;
    height: 100%;
    display: block
}

.vs-tabs-position-left .vs-tabs--ul {
    display: block;
    width: auto;
    border-bottom: 0!important;
    border-right: 1px solid rgba(0, 0, 0, .05)
}

.vs-tabs-position-left .activeChild button {
    padding: 10px 8px 10px 12px!important
}

.vs-tabs-position-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vs-tabs-position-right .con-slot-tabs {
    width: 100%
}

.vs-tabs-position-right .con-ul-tabs {
    float: left;
    height: 100%;
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.vs-tabs-position-right .vs-tabs--ul {
    display: block;
    width: auto;
    border-bottom: 0!important;
    border-left: 1px solid rgba(0, 0, 0, .05)
}

.vs-tabs-position-right .activeChild button {
    padding: 10px 12px 10px 8px!important
}

.vs-tabs-primary button:disabled {
    opacity: .5;
    cursor: default!important
}

.vs-tabs-primary .activeChild button,
.vs-tabs-primary button:not(:disabled):hover {
    color: #1f74ff!important;
    color: rgba(var(--primary), 1)!important
}

.vs-tabs-primary .activeChild button:active {
    background: #000
}

.vs-tabs-primary .line-vs-tabs {
    background: linear-gradient(30deg, #1f74ff, rgba(31, 116, 255, .5))!important;
    background: linear-gradient(30deg, rgba(var(--primary), 1), rgba(var(--primary), .5))!important;
    -webkit-box-shadow: 0 0 8px 0 rgba(31, 116, 255, .4)!important;
    -webkit-box-shadow: 0 0 8px 0 rgba(var(--primary), .4)!important;
    box-shadow: 0 0 8px 0 rgba(31, 116, 255, .4)!important;
    box-shadow: 0 0 8px 0 rgba(var(--primary), .4)!important
}

.vs-tabs-secondary button:disabled {
    opacity: .5;
    cursor: default!important
}

.vs-tabs-secondary .activeChild button,
.vs-tabs-secondary button:not(:disabled):hover {
    color: rgba(var(--secondary), 1)!important
}

.vs-tabs-secondary .activeChild button:active {
    background: #000
}

.vs-tabs-secondary .line-vs-tabs {
    background: linear-gradient(30deg, rgba(var(--secondary), 1), rgba(var(--secondary), .5))!important;
    -webkit-box-shadow: 0 0 8px 0 rgba(var(--secondary), .4)!important;
    box-shadow: 0 0 8px 0 rgba(var(--secondary), .4)!important
}

.vs-tabs-danger button:disabled {
    opacity: .5;
    cursor: default!important
}

.vs-tabs-danger .activeChild button,
.vs-tabs-danger button:not(:disabled):hover {
    color: #ff4757!important;
    color: rgba(var(--danger), 1)!important
}

.vs-tabs-danger .activeChild button:active {
    background: #000
}

.vs-tabs-danger .line-vs-tabs {
    background: linear-gradient(30deg, #ff4757, rgba(255, 71, 87, .5))!important;
    background: linear-gradient(30deg, rgba(var(--danger), 1), rgba(var(--danger), .5))!important;
    -webkit-box-shadow: 0 0 8px 0 rgba(255, 71, 87, .4)!important;
    -webkit-box-shadow: 0 0 8px 0 rgba(var(--danger), .4)!important;
    box-shadow: 0 0 8px 0 rgba(255, 71, 87, .4)!important;
    box-shadow: 0 0 8px 0 rgba(var(--danger), .4)!important
}

.vs-tabs-success button:disabled {
    opacity: .5;
    cursor: default!important
}

.vs-tabs-success .activeChild button,
.vs-tabs-success button:not(:disabled):hover {
    color: #46c93a!important;
    color: rgba(var(--success), 1)!important
}

.vs-tabs-success .activeChild button:active {
    background: #000
}

.vs-tabs-success .line-vs-tabs {
    background: linear-gradient(30deg, #46c93a, rgba(70, 201, 58, .5))!important;
    background: linear-gradient(30deg, rgba(var(--success), 1), rgba(var(--success), .5))!important;
    -webkit-box-shadow: 0 0 8px 0 rgba(70, 201, 58, .4)!important;
    -webkit-box-shadow: 0 0 8px 0 rgba(var(--success), .4)!important;
    box-shadow: 0 0 8px 0 rgba(70, 201, 58, .4)!important;
    box-shadow: 0 0 8px 0 rgba(var(--success), .4)!important
}

.vs-tabs-warning button:disabled {
    opacity: .5;
    cursor: default!important
}

.vs-tabs-warning .activeChild button,
.vs-tabs-warning button:not(:disabled):hover {
    color: #ffba00!important;
    color: rgba(var(--warning), 1)!important
}

.vs-tabs-warning .activeChild button:active {
    background: #000
}

.vs-tabs-warning .line-vs-tabs {
    background: linear-gradient(30deg, #ffba00, rgba(255, 186, 0, .5))!important;
    background: linear-gradient(30deg, rgba(var(--warning), 1), rgba(var(--warning), .5))!important;
    -webkit-box-shadow: 0 0 8px 0 rgba(255, 186, 0, .4)!important;
    -webkit-box-shadow: 0 0 8px 0 rgba(var(--warning), .4)!important;
    box-shadow: 0 0 8px 0 rgba(255, 186, 0, .4)!important;
    box-shadow: 0 0 8px 0 rgba(var(--warning), .4)!important
}

.vs-tabs-dark button:disabled {
    opacity: .5;
    cursor: default!important
}

.vs-tabs-dark .activeChild button,
.vs-tabs-dark button:not(:disabled):hover {
    color: #1e1e1e!important;
    color: rgba(var(--dark), 1)!important
}

.vs-tabs-dark .activeChild button:active {
    background: #000
}

.vs-tabs-dark .line-vs-tabs {
    background: linear-gradient(30deg, #1e1e1e, rgba(30, 30, 30, .5))!important;
    background: linear-gradient(30deg, rgba(var(--dark), 1), rgba(var(--dark), .5))!important;
    -webkit-box-shadow: 0 0 8px 0 rgba(30, 30, 30, .4)!important;
    -webkit-box-shadow: 0 0 8px 0 rgba(var(--dark), .4)!important;
    box-shadow: 0 0 8px 0 rgba(30, 30, 30, .4)!important;
    box-shadow: 0 0 8px 0 rgba(var(--dark), .4)!important
}

.vs-tabs-light button:disabled {
    opacity: .5;
    cursor: default!important
}

.vs-tabs-light .activeChild button,
.vs-tabs-light button:not(:disabled):hover {
    color: rgba(var(--light), 1)!important
}

.vs-tabs-light .activeChild button:active {
    background: #000
}

.vs-tabs-light .line-vs-tabs {
    background: linear-gradient(30deg, rgba(var(--light), 1), rgba(var(--light), .5))!important;
    -webkit-box-shadow: 0 0 8px 0 rgba(var(--light), .4)!important;
    box-shadow: 0 0 8px 0 rgba(var(--light), .4)!important
}

.vs-tabs--content {
    padding: 10px
}

.con-vs-slider,
.vs-tabs--content {
    position: relative;
    width: 100%;
    display: block
}

.con-vs-slider {
    left: 0;
    margin: 16px 0;
    min-width: 300px;
    z-index: 100
}

.con-vs-slider.disabledx {
    opacity: .4;
    cursor: default
}

.con-vs-slider.disabledx button {
    cursor: default!important;
    pointer-events: none
}

.vs-slider {
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: #f0f0f0;
    position: relative;
    cursor: pointer;
    border: 0;
    margin: 0;
    display: block;
    overflow: hidden
}

.vs-slider-line-one {
    width: 20px;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1
}

.vs-slider-line-one.hasTransition {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.vs-slider-line-efect {
    width: 0;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    -webkit-transition: opacity .3s ease, width .3s ease;
    transition: opacity .3s ease, width .3s ease;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.vs-slider-line-efect:not(.run-effect) {
    opacity: 0!important;
    width: 0!important
}

.vs-slider-line-efect.run-effect {
    width: 100%;
    -webkit-animation: example .3s ease;
    animation: example .3s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.vs-slider--tick {
    position: absolute;
    left: 100px;
    background: #d2d2d2;
    width: 4px;
    height: 100%;
    top: 0
}

.vs-slider--tick.isEnd {
    -webkit-transform: translate(-100%);
    transform: translate(-100%)
}

.vs-slider--circles {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: border .2s ease, border-radius .2s ease, -webkit-transform .2s ease;
    transition: border .2s ease, border-radius .2s ease, -webkit-transform .2s ease;
    transition: border .2s ease, transform .2s ease, border-radius .2s ease;
    transition: border .2s ease, transform .2s ease, border-radius .2s ease, -webkit-transform .2s ease;
    display: block;
    background: #fff
}

.vs-slider--circles:active {
    border-width: 7px!important
}

.vs-slider--circles.isEquals.vs-circle-slider-two {
    border-radius: 50% 50% 0 0;
    -webkit-transform: translate(-50%, -7px) scale(.9)!important;
    transform: translate(-50%, -7px) scale(.9)!important
}

.vs-slider--circles.isEquals.vs-circle-slider {
    border-radius: 0 0 50% 50%;
    -webkit-transform: translate(-50%, 6px) scale(.9)!important;
    transform: translate(-50%, 6px) scale(.9)!important
}

.vs-slider--circles.changeValue:active {
    border-width: 6px!important
}

.vs-slider--circles.changeValue:active .text-circle-slider {
    -webkit-transform: translate(-50%, calc(-100% + -19px))!important;
    transform: translate(-50%, calc(-100% + -19px))!important
}

.vs-slider--circles.isEndValue {
    border-radius: 50% 0 0 50%!important
}

.vs-slider--circles:hover:not(:active) {
    -webkit-transform: scale(1.2) translate(-50%);
    transform: scale(1.2) translate(-50%)
}

.vs-slider--circles:active .text-circle-slider {
    opacity: 1;
    -webkit-transform: translate(-50%, calc(-100% + -13px)) scale(1) rotate(0deg);
    transform: translate(-50%, calc(-100% + -13px)) scale(1) rotate(0deg);
    visibility: visible
}

.vs-slider--circle-text {
    color: #fff;
    position: absolute;
    padding: 2px 5px;
    display: block;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -20%) scale(.3);
    transform: translate(-50%, -20%) scale(.3);
    top: 0;
    left: 50%;
    font-size: .75rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    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;
    z-index: 1000
}

.vs-slider--circle-text span {
    margin-left: 2px
}

.vs-slider--circle-text i {
    font-size: .8rem;
    margin-left: 2px
}

.vs-slider--circle-text:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    background: inherit;
    left: 50%;
    bottom: -3px;
    -webkit-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg)
}

.vs-slider--circle {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -6px;
    border-radius: 50%;
    cursor: pointer;
    border: 0;
    margin: 0;
    z-index: 200
}

.vs-slider--circle.hasTransition {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.vs-slider--circle-two {
    z-index: 100;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -6px;
    border-radius: 50%;
    cursor: pointer;
    border: 0;
    margin: 0;
    color: #fff
}

.vs-slider--circle-two.hasTransition {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.vs-slider-primary .vs-slider-line-one {
    background: #1f74ff;
    background: rgba(var(--primary), 1)
}

.vs-slider-primary .vs-circles-slider {
    border: 2px solid #1f74ff;
    border: 2px solid rgba(var(--primary), 1)
}

.vs-slider-primary .text-circle-slider,
.vs-slider-primary .vs-slider-line-efect {
    background: #1f74ff;
    background: rgba(var(--primary), 1)
}

.vs-slider-secondary .vs-slider-line-one {
    background: rgba(var(--secondary), 1)
}

.vs-slider-secondary .vs-circles-slider {
    border: 2px solid rgba(var(--secondary), 1)
}

.vs-slider-secondary .text-circle-slider,
.vs-slider-secondary .vs-slider-line-efect {
    background: rgba(var(--secondary), 1)
}

.vs-slider-danger .vs-slider-line-one {
    background: #ff4757;
    background: rgba(var(--danger), 1)
}

.vs-slider-danger .vs-circles-slider {
    border: 2px solid #ff4757;
    border: 2px solid rgba(var(--danger), 1)
}

.vs-slider-danger .text-circle-slider,
.vs-slider-danger .vs-slider-line-efect {
    background: #ff4757;
    background: rgba(var(--danger), 1)
}

.vs-slider-success .vs-slider-line-one {
    background: #46c93a;
    background: rgba(var(--success), 1)
}

.vs-slider-success .vs-circles-slider {
    border: 2px solid #46c93a;
    border: 2px solid rgba(var(--success), 1)
}

.vs-slider-success .text-circle-slider,
.vs-slider-success .vs-slider-line-efect {
    background: #46c93a;
    background: rgba(var(--success), 1)
}

.vs-slider-warning .vs-slider-line-one {
    background: #ffba00;
    background: rgba(var(--warning), 1)
}

.vs-slider-warning .vs-circles-slider {
    border: 2px solid #ffba00;
    border: 2px solid rgba(var(--warning), 1)
}

.vs-slider-warning .text-circle-slider,
.vs-slider-warning .vs-slider-line-efect {
    background: #ffba00;
    background: rgba(var(--warning), 1)
}

.vs-slider-dark .vs-slider-line-one {
    background: #1e1e1e;
    background: rgba(var(--dark), 1)
}

.vs-slider-dark .vs-circles-slider {
    border: 2px solid #1e1e1e;
    border: 2px solid rgba(var(--dark), 1)
}

.vs-slider-dark .text-circle-slider,
.vs-slider-dark .vs-slider-line-efect {
    background: #1e1e1e;
    background: rgba(var(--dark), 1)
}

.vs-slider-light .vs-slider-line-one {
    background: rgba(var(--light), 1)
}

.vs-slider-light .vs-circles-slider {
    border: 2px solid rgba(var(--light), 1)
}

.vs-slider-light .text-circle-slider,
.vs-slider-light .vs-slider-line-efect {
    background: rgba(var(--light), 1)
}

@-webkit-keyframes example {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes example {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.vs-input-number {
    position: relative;
    display: block;
    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;
    margin: 5px 10px;
    background: #f5f5f5;
    padding: 2px;
    border-radius: 5px
}

.vs-input-number.isChangeValue .vs-input-number--input {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    opacity: .5
}

.vs-input-number .vs-input-number--input {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 40px;
    min-width: 40px;
    border: 0;
    text-align: center;
    background: transparent;
    padding: 4px;
    -moz-appearance: textfield
}

.vs-input-number .vs-input-number--input[type=number]::-webkit-inner-spin-button,
.vs-input-number .vs-input-number--input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.vs-input-number button {
    min-width: 22px;
    min-height: 22px;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    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 .3s ease;
    transition: all .3s ease;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.vs-input-number button:disabled {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.vs-input-number button i {
    font-size: .9rem
}

.vs-input-number button.vs-input-number--button-plus {
    -webkit-transform: translate(10px);
    transform: translate(10px)
}

.vs-input-number button.vs-input-number--button-plus:active {
    -webkit-transform: scale(.9) translate(10px);
    transform: scale(.9) translate(10px)
}

.vs-input-number button.vs-input-number--button-plus.limit,
.vs-input-number button.vs-input-number--button-plus:disabled {
    opacity: .5;
    cursor: default;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .5)
}

.vs-input-number button.vs-input-number--button-less {
    -webkit-transform: translate(-10px);
    transform: translate(-10px)
}

.vs-input-number button.vs-input-number--button-less:active {
    -webkit-transform: scale(.9) translate(-10px);
    transform: scale(.9) translate(-10px)
}

.vs-input-number button.vs-input-number--button-less.limit,
.vs-input-number button.vs-input-number--button-less:disabled {
    opacity: .5;
    cursor: default;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .5)
}

.vs-input-number.vs-input-number-size-medium input {
    padding: 3px;
    font-size: .8rem
}

.vs-input-number.vs-input-number-size-medium button {
    min-width: 19px;
    min-height: 19px
}

.vs-input-number.vs-input-number-size-medium button i {
    font-size: .8rem
}

.vs-input-number.vs-input-number-size-medium button.vs-input-number--button-plus {
    -webkit-transform: translate(8px);
    transform: translate(8px)
}

.vs-input-number.vs-input-number-size-medium button.vs-input-number--button-plus:active {
    -webkit-transform: scale(.9) translate(8px);
    transform: scale(.9) translate(8px)
}

.vs-input-number.vs-input-number-size-medium button.vs-input-number--button-less {
    -webkit-transform: translate(-8px);
    transform: translate(-8px)
}

.vs-input-number.vs-input-number-size-medium button.vs-input-number--button-less:active {
    -webkit-transform: scale(.9) translate(-8px);
    transform: scale(.9) translate(-8px)
}

.vs-input-number.vs-input-number-size-small .vs-input-number--input {
    padding: 2px;
    font-size: .7rem
}

.vs-input-number.vs-input-number-size-small button {
    min-width: 16px;
    min-height: 16px
}

.vs-input-number.vs-input-number-size-small button i {
    font-size: .7rem
}

.vs-input-number.vs-input-number-size-small button.vs-input-number--button-plus {
    -webkit-transform: translate(7px);
    transform: translate(7px)
}

.vs-input-number.vs-input-number-size-small button.vs-input-number--button-plus:active {
    -webkit-transform: scale(.9) translate(7px);
    transform: scale(.9) translate(7px)
}

.vs-input-number.vs-input-number-size-small button.vs-input-number--button-less {
    -webkit-transform: translate(-7px);
    transform: translate(-7px)
}

.vs-input-number.vs-input-number-size-small button.vs-input-number--button-less:active {
    -webkit-transform: scale(.9) translate(-7px);
    transform: scale(.9) translate(-7px)
}

.vs-input-number.vs-input-number-size-mini .vs-input-number--input {
    padding: 1px;
    font-size: .6rem
}

.vs-input-number.vs-input-number-size-mini button {
    min-width: 14px;
    min-height: 14px
}

.vs-input-number.vs-input-number-size-mini button i {
    font-size: .6rem
}

.vs-input-number.vs-input-number-size-mini button.vs-input-number--button-plus {
    -webkit-transform: translate(6px);
    transform: translate(6px)
}

.vs-input-number.vs-input-number-size-mini button.vs-input-number--button-plus:active {
    -webkit-transform: scale(.9) translate(6px);
    transform: scale(.9) translate(6px)
}

.vs-input-number.vs-input-number-size-mini button.vs-input-number--button-less {
    -webkit-transform: translate(-6px);
    transform: translate(-6px)
}

.vs-input-number.vs-input-number-size-mini button.vs-input-number--button-less:active {
    -webkit-transform: scale(.9) translate(-6px);
    transform: scale(.9) translate(-6px)
}

.vs-input-number-primary button {
    background: #1f74ff;
    background: rgba(var(--primary), 1)
}

.vs-input-number-primary button:hover {
    -webkit-box-shadow: 0 3px 12px 0 rgba(31, 116, 255, .4);
    -webkit-box-shadow: 0 3px 12px 0 rgba(var(--primary), .4);
    box-shadow: 0 3px 12px 0 rgba(31, 116, 255, .4);
    box-shadow: 0 3px 12px 0 rgba(var(--primary), .4)
}

.vs-input-number-secondary button {
    background: rgba(var(--secondary), 1)
}

.vs-input-number-secondary button:hover {
    -webkit-box-shadow: 0 3px 12px 0 rgba(var(--secondary), .4);
    box-shadow: 0 3px 12px 0 rgba(var(--secondary), .4)
}

.vs-input-number-danger button {
    background: #ff4757;
    background: rgba(var(--danger), 1)
}

.vs-input-number-danger button:hover {
    -webkit-box-shadow: 0 3px 12px 0 rgba(255, 71, 87, .4);
    -webkit-box-shadow: 0 3px 12px 0 rgba(var(--danger), .4);
    box-shadow: 0 3px 12px 0 rgba(255, 71, 87, .4);
    box-shadow: 0 3px 12px 0 rgba(var(--danger), .4)
}

.vs-input-number-success button {
    background: #46c93a;
    background: rgba(var(--success), 1)
}

.vs-input-number-success button:hover {
    -webkit-box-shadow: 0 3px 12px 0 rgba(70, 201, 58, .4);
    -webkit-box-shadow: 0 3px 12px 0 rgba(var(--success), .4);
    box-shadow: 0 3px 12px 0 rgba(70, 201, 58, .4);
    box-shadow: 0 3px 12px 0 rgba(var(--success), .4)
}

.vs-input-number-warning button {
    background: #ffba00;
    background: rgba(var(--warning), 1)
}

.vs-input-number-warning button:hover {
    -webkit-box-shadow: 0 3px 12px 0 rgba(255, 186, 0, .4);
    -webkit-box-shadow: 0 3px 12px 0 rgba(var(--warning), .4);
    box-shadow: 0 3px 12px 0 rgba(255, 186, 0, .4);
    box-shadow: 0 3px 12px 0 rgba(var(--warning), .4)
}

.vs-input-number-dark button {
    background: #1e1e1e;
    background: rgba(var(--dark), 1)
}

.vs-input-number-dark button:hover {
    -webkit-box-shadow: 0 3px 12px 0 rgba(30, 30, 30, .4);
    -webkit-box-shadow: 0 3px 12px 0 rgba(var(--dark), .4);
    box-shadow: 0 3px 12px 0 rgba(30, 30, 30, .4);
    box-shadow: 0 3px 12px 0 rgba(var(--dark), .4)
}

.vs-input-number-light button {
    background: rgba(var(--light), 1)
}

.vs-input-number-light button:hover {
    -webkit-box-shadow: 0 3px 12px 0 rgba(var(--light), .4);
    box-shadow: 0 3px 12px 0 rgba(var(--light), .4)
}

.vs-tooltip {
    display: block;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 40000;
    background: #323232;
    padding: 5px 7px;
    font-size: 12px;
    border-radius: 6px;
    max-width: 220px;
    color: #fff
}

.vs-tooltip.after-none:after {
    display: none!important
}

.vs-tooltip h4 {
    font-size: 13px;
    width: 100%;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: center
}

.vs-tooltip:after {
    content: "";
    background: inherit;
    width: 8px;
    height: 8px;
    position: absolute;
    display: block
}

.vs-tooltip.vs-tooltip-top:after {
    bottom: -6px
}

.vs-tooltip.vs-tooltip-bottom:after,
.vs-tooltip.vs-tooltip-top:after {
    -webkit-transform: rotate(45deg) translate(-50%);
    transform: rotate(45deg) translate(-50%);
    left: 50%
}

.vs-tooltip.vs-tooltip-bottom:after {
    top: -1px
}

.vs-tooltip.vs-tooltip-left:after {
    right: -1px
}

.vs-tooltip.vs-tooltip-left:after,
.vs-tooltip.vs-tooltip-right:after {
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 50%
}

.vs-tooltip.vs-tooltip-right:after {
    left: -6px
}

.tooltip-fade-enter-active,
.tooltip-fade-leave-active {
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s
}

.tooltip-fade-enter,
.tooltip-fade-leave-to {
    opacity: 0
}

.tooltip-fade-enter.vs-tooltip-top,
.tooltip-fade-leave-to.vs-tooltip-top {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tooltip-fade-enter.vs-tooltip-bottom,
.tooltip-fade-leave-to.vs-tooltip-bottom {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.tooltip-fade-enter.vs-tooltip-left,
.tooltip-fade-leave-to.vs-tooltip-left {
    -webkit-transform: translate(-10px);
    transform: translate(-10px)
}

.tooltip-fade-enter.vs-tooltip-right,
.tooltip-fade-leave-to.vs-tooltip-right {
    -webkit-transform: translate(10px);
    transform: translate(10px)
}

.vs-tooltip-primary {
    background: #1f74ff;
    background: rgba(var(--primary), 1)
}

.vs-tooltip-secondary {
    background: rgba(var(--secondary), 1)
}

.vs-tooltip-danger {
    background: #ff4757;
    background: rgba(var(--danger), 1)
}

.vs-tooltip-success {
    background: #46c93a;
    background: rgba(var(--success), 1)
}

.vs-tooltip-warning {
    background: #ffba00;
    background: rgba(var(--warning), 1)
}

.vs-tooltip-dark {
    background: #1e1e1e;
    background: rgba(var(--dark), 1)
}

.vs-tooltip-light {
    background: rgba(var(--light), 1)
}

.con-input-upload,
.con-upload {
    width: 100%;
    position: relative
}

.con-input-upload {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px dashed rgba(0, 0, 0, .1);
    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
}

.con-input-upload:hover {
    border: 1px dashed rgba(31, 116, 255, .5)
}

.con-input-upload.disabled-upload {
    opacity: .5;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.con-input-upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer
}

.con-input-upload .text-input {
    min-width: 200px;
    display: block;
    text-align: center;
    margin: 0!important;
    padding: 0!important;
    width: 100%;
    font-weight: 700
}

.con-input-upload .input-progress {
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 29%;
    background: #1f74ff;
    border-radius: 10px
}

.con-input-upload.on-progress-all-upload {
    width: 100%;
    height: 4px;
    overflow: hidden;
    padding: 0;
    border: 0 solid transparent
}

.con-input-upload.on-progress-all-upload .text-input,
.con-input-upload.on-progress-all-upload .vs-upload--button-upload {
    opacity: 0;
    -webkit-transform: translate(-40px);
    transform: translate(-40px)
}

.con-input-upload.is-ready-all-upload .input-progress {
    background: #46c93a!important
}

.vs-upload--button-upload {
    border: 0;
    border-radius: 5px;
    padding: 4px 6px;
    font-size: .8rem;
    z-index: 500;
    cursor: pointer;
    margin: 0;
    color: #1f74ff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1)
}

.vs-upload--button-upload:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1)
}

.con-img-upload {
    width: 100%;
    background: #fff;
    position: relative;
    border-radius: 10px;
    margin-top: 5px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-column-gap: 5px;
    grid-column-gap: 5px;
    column-gap: 5px
}

.con-img-upload .img-upload {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    float: left;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(0, 80, 0, .5);
    background: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    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;
    width: 200px;
    height: 200px;
    margin: 5px;
    position: relative;
    cursor: pointer
}

.con-img-upload .img-upload.fileError {
    border: 1px solid rgba(255, 71, 87, .2);
    -webkit-box-shadow: 0 5px 20px 0 rgba(255, 71, 87, .2);
    box-shadow: 0 5px 20px 0 rgba(255, 71, 87, .2)
}

.con-img-upload .img-upload.fileError .btn-upload-file {
    background: rgba(255, 71, 87, .3)!important
}

.con-img-upload .img-upload.fileError .btn-upload-file i {
    background: #ff4757!important
}

.con-img-upload .img-upload.removeItem {
    -webkit-transition: all .3s ease, height .2s ease .2s;
    transition: all .3s ease, height .2s ease .2s;
    opacity: 0!important;
    width: 0!important;
    visibility: hidden;
    margin: 0!important;
    height: 0!important
}

.con-img-upload .img-upload img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.con-img-upload .img-upload:hover {
    -webkit-transform: scale(.99);
    transform: scale(.99);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1)
}

.con-img-upload .img-upload:hover .btn-x-file {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.con-img-upload .img-upload:hover .btn-upload-file {
    opacity: 1;
    -webkit-transform: translate(-50%, 65%);
    transform: translate(-50%, 65%)
}

.con-img-upload .img-upload .btn-x-file {
    display: block;
    position: absolute;
    top: 5px;
    padding: 0;
    right: 5px;
    margin: 0;
    -webkit-transform: translate(20%, -20%);
    transform: translate(20%, -20%);
    background: transparent;
    z-index: 300;
    opacity: 0;
    border: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 10px
}

.con-img-upload .img-upload .btn-x-file i {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
    padding: 4px;
    font-size: 1.4rem;
    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;
    border-radius: 5px;
    background: rgba(0, 0, 0, .1);
    color: #fff;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .5)
}

.con-img-upload .img-upload .btn-x-file:hover i {
    border-radius: 50%;
    background: #ff4757
}

.con-img-upload .img-upload .btn-x-file:hover~.btn-upload-file:not(.on-progress) {
    background: radial-gradient(ellipse at center, #ff4757 0, transparent 70%);
    height: 300px
}

.con-img-upload .img-upload .btn-x-file:hover~.btn-upload-file:not(.on-progress):after {
    border: 1px solid #ff4757
}

.con-img-upload .img-upload .btn-x-file:hover~.btn-upload-file:not(.on-progress) i {
    opacity: 0
}

.con-img-upload .img-upload .btn-x-file:hover~.on-progress {
    background: rgba(255, 71, 87, .2)
}

.con-img-upload .img-upload .btn-x-file:hover~.on-progress i {
    opacity: 0
}

.con-img-upload .img-upload .btn-x-file:hover~img {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%)
}

.con-img-upload .img-upload .text-archive {
    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;
    text-align: center;
    padding: 5px
}

.con-img-upload .img-upload .text-archive i {
    position: absolute;
    font-size: 7rem;
    opacity: .05
}

.con-img-upload .img-upload .text-archive span {
    position: relative;
    padding: 5px
}

.con-img-upload .img-upload .btn-upload-file {
    margin: 0;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 200;
    border-radius: 50%;
    width: 300px;
    height: 200px;
    -webkit-transform: translate(-50%, 80%);
    transform: translate(-50%, 80%);
    border: 0;
    background: radial-gradient(ellipse at center, #46c93a 0, transparent 70%);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation: imageRebound .7s ease!important;
    animation: imageRebound .7s ease!important
}

.con-img-upload .img-upload .btn-upload-file:after {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: 100;
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: 50%;
    border: 1px solid #46c93a;
    -webkit-animation: circle 1.5s ease infinite;
    animation: circle 1.5s ease infinite
}

.con-img-upload .img-upload .btn-upload-file:not(.on-progress):hover {
    width: 200px;
    height: 200px;
    -webkit-transform: translate(-50%, 70%);
    transform: translate(-50%, 70%)
}

.con-img-upload .img-upload .btn-upload-file:not(.on-progress):hover i {
    font-size: 1.4rem;
    background: #46c93a;
    top: 6%;
    padding: 10px
}

.con-img-upload .img-upload .btn-upload-file i {
    z-index: 50;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    left: 50%;
    top: 12%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    color: #fff;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    padding: 20px;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.con-img-upload .img-upload .btn-upload-file span {
    opacity: 0;
    z-index: 300
}

.con-img-upload .img-upload .btn-upload-file.on-progress {
    width: 100%;
    height: 20px;
    background: rgba(70, 201, 58, .3);
    border-top: 1px solid #46c93a;
    bottom: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    left: 0;
    opacity: 1!important;
    overflow: hidden;
    border-radius: 0;
    pointer-events: none
}

.con-img-upload .img-upload .btn-upload-file.on-progress i {
    opacity: .2;
    background: #46c93a;
    -webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .15);
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    padding: 20px
}

.con-img-upload .img-upload .btn-upload-file.on-progress span {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
    color: #fff;
    font-size: 1rem;
    position: absolute;
    top: calc(50% + 40px);
    left: 0;
    text-align: center;
    width: 100%;
    text-shadow: 0 3px 15px #46c93a;
    font-weight: 700;
    z-index: 300;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.con-img-upload .img-upload .btn-upload-file.ready-progress {
    border-top: 0 solid #46c93a;
    background: rgba(70, 201, 58, .5)
}

.con-img-upload .img-upload .btn-upload-file.ready-progress span {
    z-index: 10;
    -webkit-transform: translateY(-50%) scale(.5);
    transform: translateY(-50%) scale(.5);
    top: calc(50% + 20px);
    opacity: 0
}

.con-img-upload .img-upload .btn-upload-file.ready-progress:after {
    opacity: 0
}

.con-img-upload .img-upload .btn-upload-file.ready-progress i {
    opacity: 1;
    background: #46c93a;
    -webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .15);
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    padding: 10px
}

.upload-enter-active {
    -webkit-transition: all .7s ease!important;
    transition: all .7s ease!important;
    -webkit-animation: imageRebound .7s ease!important;
    animation: imageRebound .7s ease!important
}

.view-upload-enter-active,
.view-upload-leave-active {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.view-upload-enter,
.view-upload-leave-to {
    opacity: 0
}

.view-upload-enter img,
.view-upload-leave-to img {
    -webkit-transform: scale(.4);
    transform: scale(.4)
}

.view-upload {
    position: fixed;
    left: 0;
    z-index: 15000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    top: 0;
    padding: 20px;
    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
}

.view-upload img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
    position: relative;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-animation: imageRebound .7s ease!important;
    animation: imageRebound .7s ease!important;
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .25);
    background: #fff
}

@-webkit-keyframes imageRebound {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        border-radius: 30%;
        pointer-events: none
    }
    40% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        border-radius: 14px;
        pointer-events: none
    }
    70% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        border-radius: 18px;
        pointer-events: none
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        border-radius: 10px;
        pointer-events: none
    }
}

@keyframes imageRebound {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        border-radius: 30%;
        pointer-events: none
    }
    40% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        border-radius: 14px;
        pointer-events: none
    }
    70% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        border-radius: 18px;
        pointer-events: none
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        border-radius: 10px;
        pointer-events: none
    }
}

@-webkit-keyframes circle {
    0% {
        width: 0;
        height: 0
    }
    to {
        width: 230px;
        height: 230px;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        width: 0;
        height: 0
    }
    to {
        width: 230px;
        height: 230px;
        opacity: 0
    }
}

.popup-t-enter,
.popup-t-leave-to {
    opacity: 0!important
}

.popup-t-enter .vs-popup,
.popup-t-leave-to .vs-popup {
    -webkit-transform: scale(.9)!important;
    transform: scale(.9)!important
}

.popup-t-enter .vs-popup-cancel,
.popup-t-leave-to .vs-popup-cancel {
    border-radius: 50%!important;
    -webkit-transform: translate(8px, -8px) scale(.5)!important;
    transform: translate(8px, -8px) scale(.5)!important
}

.popup-t-enter .vs-popup-text,
.popup-t-leave-to .vs-popup-text {
    opacity: 0;
    -webkit-transform: translate(-15px)!important;
    transform: translate(-15px)!important
}

.popup-t-enter header h3,
.popup-t-leave-to header h3 {
    -webkit-transform: translate(-50px);
    transform: translate(-50px);
    opacity: 0
}

.con-vs-popup {
    -webkit-transition: all .2s;
    transition: all .2s;
    position: fixed;
    left: 100px;
    top: 100px;
    left: 0;
    top: 0;
    z-index: 20000;
    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;
    opacity: 1
}

.con-vs-popup,
.con-vs-popup.fullscreen .vs-popup {
    width: 100%;
    height: 100%
}

.con-vs-popup .vs-popup {
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 100;
    width: 600px;
    margin: 10px;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    background: #fff;
    -webkit-animation: rebound .3s;
    animation: rebound .3s
}

.vs-popup--header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(0, 0, 0, .05);
    border-radius: 5px 5px;
    position: relative
}

.vs-popup--content {
    padding: 13px;
    font-size: .9em;
    overflow: auto;
    max-height: calc(100vh - 100px);
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc(100% - 5px)
}

.vs-popup--close,
.vs-popup--content {
    -webkit-transition: all .23s ease .1s;
    transition: all .23s ease .1s
}

.vs-popup--close {
    position: relative;
    padding: 8px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
    background: #fff;
    font-size: 1.25em;
    color: rgba(0, 0, 0, .6)
}

.vs-popup--close:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    -webkit-transform: translate(5px, -5px);
    transform: translate(5px, -5px)
}

.vs-popup--title {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0
}

.vs-popup--title h3 {
    -webkit-transition: all .23s ease .1s;
    transition: all .23s ease .1s;
    padding: 8px 8px 8px 12px;
    font-size: 1.2rem
}

.vs-popup--background {
    width: 100%;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 1
}

.vs-popup-primary header .after {
    background: #1f74ff;
    background: rgba(var(--primary), 1)
}

.vs-popup-secondary header .after {
    background: rgba(var(--secondary), 1)
}

.vs-popup-danger header .after {
    background: #ff4757;
    background: rgba(var(--danger), 1)
}

.vs-popup-success header .after {
    background: #46c93a;
    background: rgba(var(--success), 1)
}

.vs-popup-warning header .after {
    background: #ffba00;
    background: rgba(var(--warning), 1)
}

.vs-popup-dark header .after {
    background: #1e1e1e;
    background: rgba(var(--dark), 1)
}

.vs-popup-light header .after {
    background: rgba(var(--light), 1)
}

.con-vs-alert {
    border-radius: 6px;
    color: #fff;
    width: 100%;
    position: relative;
    font-size: .8rem;
    cursor: default;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    overflow: hidden
}

.icon-alert {
    height: 100%;
    position: relative;
    float: left;
    padding: 0 10px 0 5px;
    font-size: 1.1rem
}

.vs-alert {
    padding: 10px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vs-alert--title {
    font-size: .9rem;
    font-weight: 700;
    padding: 8px 10px
}

.vs-alert--close {
    position: relative;
    margin-top: 4px;
    margin-right: 4px;
    display: inline-block;
    float: right;
    border-radius: 6px;
    padding: 4px 4px 1px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.vs-alert--close:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1)
}

.con-vs-alert-primary {
    background: rgba(31, 116, 255, .15);
    background: rgba(var(--primary), .15);
    -webkit-box-shadow: 0 0 25px 0 rgba(31, 116, 255, .15);
    -webkit-box-shadow: 0 0 25px 0 rgba(var(--primary), .15);
    box-shadow: 0 0 25px 0 rgba(31, 116, 255, .15);
    box-shadow: 0 0 25px 0 rgba(var(--primary), .15);
    color: #1f74ff;
    color: rgba(var(--primary), 1)
}

.con-vs-alert-primary h4 {
    -webkit-box-shadow: 0 6px 15px -7px rgba(31, 116, 255, .4);
    -webkit-box-shadow: 0 6px 15px -7px rgba(var(--primary), .4);
    box-shadow: 0 6px 15px -7px rgba(31, 116, 255, .4);
    box-shadow: 0 6px 15px -7px rgba(var(--primary), .4)
}

.con-vs-alert-primary .con-x {
    background: #1f74ff;
    background: rgba(var(--primary), 1);
    color: #fff
}

.con-vs-alert-secondary {
    background: rgba(var(--secondary), .15);
    -webkit-box-shadow: 0 0 25px 0 rgba(var(--secondary), .15);
    box-shadow: 0 0 25px 0 rgba(var(--secondary), .15);
    color: rgba(var(--secondary), 1)
}

.con-vs-alert-secondary h4 {
    -webkit-box-shadow: 0 6px 15px -7px rgba(var(--secondary), .4);
    box-shadow: 0 6px 15px -7px rgba(var(--secondary), .4)
}

.con-vs-alert-secondary .con-x {
    background: rgba(var(--secondary), 1);
    color: #fff
}

.con-vs-alert-danger {
    background: rgba(255, 71, 87, .15);
    background: rgba(var(--danger), .15);
    -webkit-box-shadow: 0 0 25px 0 rgba(255, 71, 87, .15);
    -webkit-box-shadow: 0 0 25px 0 rgba(var(--danger), .15);
    box-shadow: 0 0 25px 0 rgba(255, 71, 87, .15);
    box-shadow: 0 0 25px 0 rgba(var(--danger), .15);
    color: #ff4757;
    color: rgba(var(--danger), 1)
}

.con-vs-alert-danger h4 {
    -webkit-box-shadow: 0 6px 15px -7px rgba(255, 71, 87, .4);
    -webkit-box-shadow: 0 6px 15px -7px rgba(var(--danger), .4);
    box-shadow: 0 6px 15px -7px rgba(255, 71, 87, .4);
    box-shadow: 0 6px 15px -7px rgba(var(--danger), .4)
}

.con-vs-alert-danger .con-x {
    background: #ff4757;
    background: rgba(var(--danger), 1);
    color: #fff
}

.con-vs-alert-success {
    background: rgba(70, 201, 58, .15);
    background: rgba(var(--success), .15);
    -webkit-box-shadow: 0 0 25px 0 rgba(70, 201, 58, .15);
    -webkit-box-shadow: 0 0 25px 0 rgba(var(--success), .15);
    box-shadow: 0 0 25px 0 rgba(70, 201, 58, .15);
    box-shadow: 0 0 25px 0 rgba(var(--success), .15);
    color: #46c93a;
    color: rgba(var(--success), 1)
}

.con-vs-alert-success h4 {
    -webkit-box-shadow: 0 6px 15px -7px rgba(70, 201, 58, .4);
    -webkit-box-shadow: 0 6px 15px -7px rgba(var(--success), .4);
    box-shadow: 0 6px 15px -7px rgba(70, 201, 58, .4);
    box-shadow: 0 6px 15px -7px rgba(var(--success), .4)
}

.con-vs-alert-success .con-x {
    background: #46c93a;
    background: rgba(var(--success), 1);
    color: #fff
}

.con-vs-alert-warning {
    background: rgba(255, 186, 0, .15);
    background: rgba(var(--warning), .15);
    -webkit-box-shadow: 0 0 25px 0 rgba(255, 186, 0, .15);
    -webkit-box-shadow: 0 0 25px 0 rgba(var(--warning), .15);
    box-shadow: 0 0 25px 0 rgba(255, 186, 0, .15);
    box-shadow: 0 0 25px 0 rgba(var(--warning), .15);
    color: #ffba00;
    color: rgba(var(--warning), 1)
}

.con-vs-alert-warning h4 {
    -webkit-box-shadow: 0 6px 15px -7px rgba(255, 186, 0, .4);
    -webkit-box-shadow: 0 6px 15px -7px rgba(var(--warning), .4);
    box-shadow: 0 6px 15px -7px rgba(255, 186, 0, .4);
    box-shadow: 0 6px 15px -7px rgba(var(--warning), .4)
}

.con-vs-alert-warning .con-x {
    background: #ffba00;
    background: rgba(var(--warning), 1);
    color: #fff
}

.con-vs-alert-dark {
    background: rgba(30, 30, 30, .15);
    background: rgba(var(--dark), .15);
    -webkit-box-shadow: 0 0 25px 0 rgba(30, 30, 30, .15);
    -webkit-box-shadow: 0 0 25px 0 rgba(var(--dark), .15);
    box-shadow: 0 0 25px 0 rgba(30, 30, 30, .15);
    box-shadow: 0 0 25px 0 rgba(var(--dark), .15);
    color: #1e1e1e;
    color: rgba(var(--dark), 1)
}

.con-vs-alert-dark h4 {
    -webkit-box-shadow: 0 6px 15px -7px rgba(30, 30, 30, .4);
    -webkit-box-shadow: 0 6px 15px -7px rgba(var(--dark), .4);
    box-shadow: 0 6px 15px -7px rgba(30, 30, 30, .4);
    box-shadow: 0 6px 15px -7px rgba(var(--dark), .4)
}

.con-vs-alert-dark .con-x {
    background: #1e1e1e;
    background: rgba(var(--dark), 1);
    color: #fff
}

.con-vs-alert-light {
    background: rgba(var(--light), .15);
    -webkit-box-shadow: 0 0 25px 0 rgba(var(--light), .15);
    box-shadow: 0 0 25px 0 rgba(var(--light), .15);
    color: rgba(var(--light), 1)
}

.con-vs-alert-light h4 {
    -webkit-box-shadow: 0 6px 15px -7px rgba(var(--light), .4);
    box-shadow: 0 6px 15px -7px rgba(var(--light), .4)
}

.con-vs-alert-light .con-x {
    background: rgba(var(--light), 1);
    color: #fff
}

.con-vs-chip {
    background: #f0f0f0;
    border-radius: 20px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .7rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 2px;
    margin-bottom: 3px;
    min-height: 28px;
    padding-right: 10px;
    color: rgba(0, 0, 0, .7);
    position: relative
}

.con-vs-chip.closable {
    padding-right: 0
}

.con-vs-chip.con-color .con-vs-avatar {
    background: hsla(0, 0%, 100%, .2)
}

.con-vs-chip .con-vs-avatar {
    width: 24px;
    height: 24px;
    position: relative;
    display: block;
    margin: 2px 0;
    -webkit-transform: translate(-8px);
    transform: translate(-8px);
    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;
    background: rgba(0, 0, 0, .15)
}

.con-vs-chip .con-vs-avatar .material-icons {
    margin-top: 0;
    font-size: .8rem
}

.vs-chip--close {
    width: 20px;
    height: 20px;
    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;
    border-radius: 50%;
    border: 0;
    margin: 0 4px;
    cursor: pointer;
    background: rgba(0, 0, 0, .15);
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.vs-chip--close:hover {
    background: #ff4757
}

.vs-chip--close i {
    font-size: .9rem
}

.vs-chip--text {
    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;
    margin-left: 10px
}

.vs-chip-primary {
    background: #1f74ff;
    background: rgba(var(--primary), 1)
}

.vs-chip-secondary {
    background: rgba(var(--secondary), 1)
}

.vs-chip-danger {
    background: #ff4757;
    background: rgba(var(--danger), 1)
}

.vs-chip-success {
    background: #46c93a;
    background: rgba(var(--success), 1)
}

.vs-chip-warning {
    background: #ffba00;
    background: rgba(var(--warning), 1)
}

.vs-chip-dark {
    background: #1e1e1e;
    background: rgba(var(--dark), 1)
}

.vs-chip-light {
    background: rgba(var(--light), 1)
}

.con-chips {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    overflow: hidden;
    padding: 5px
}

.con-chips .con-vs-chip {
    margin-top: 0;
    margin-bottom: 0
}

.con-chips--input {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 80px;
    border: 0;
    padding: 9px 9px 9px 2px
}

.con-chips--remove-all {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 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;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.con-chips--remove-all:hover {
    color: #ff4757;
    color: rgba(var(--danger), 1)
}

.no-items .con-chips--input {
    padding-left: 10px!important
}

.vs-progress--indeterminate {
    position: absolute;
    width: 0;
    height: 100%;
    left: -100%;
    top: 0;
    border-radius: 2px;
    -webkit-animation: indeterminate 1.2s ease infinite;
    animation: indeterminate 1.2s ease infinite;
    border-radius: 20px
}

.vs-progress--background {
    width: 100%;
    border-radius: 18px;
    background-color: rgba(0, 0, 0, .06);
    z-index: 50;
    position: relative;
    display: inline-block;
    overflow: hidden
}

.vs-progress--foreground {
    z-index: 100;
    height: 100%;
    border-radius: 18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.vs-progress-primary {
    background: rgba(31, 116, 255, .1);
    background: rgba(var(--primary), .1)
}

.vs-progress-primary .vs-progress--foreground,
.vs-progress-primary .vs-progress--indeterminate {
    background: #1f74ff;
    background: rgba(var(--primary), 1)
}

.vs-progress-secondary {
    background: rgba(var(--secondary), .1)
}

.vs-progress-secondary .vs-progress--foreground,
.vs-progress-secondary .vs-progress--indeterminate {
    background: rgba(var(--secondary), 1)
}

.vs-progress-danger {
    background: rgba(255, 71, 87, .1);
    background: rgba(var(--danger), .1)
}

.vs-progress-danger .vs-progress--foreground,
.vs-progress-danger .vs-progress--indeterminate {
    background: #ff4757;
    background: rgba(var(--danger), 1)
}

.vs-progress-success {
    background: rgba(70, 201, 58, .1);
    background: rgba(var(--success), .1)
}

.vs-progress-success .vs-progress--foreground,
.vs-progress-success .vs-progress--indeterminate {
    background: #46c93a;
    background: rgba(var(--success), 1)
}

.vs-progress-warning {
    background: rgba(255, 186, 0, .1);
    background: rgba(var(--warning), .1)
}

.vs-progress-warning .vs-progress--foreground,
.vs-progress-warning .vs-progress--indeterminate {
    background: #ffba00;
    background: rgba(var(--warning), 1)
}

.vs-progress-dark {
    background: rgba(30, 30, 30, .1);
    background: rgba(var(--dark), .1)
}

.vs-progress-dark .vs-progress--foreground,
.vs-progress-dark .vs-progress--indeterminate {
    background: #1e1e1e;
    background: rgba(var(--dark), 1)
}

.vs-progress-light {
    background: rgba(var(--light), .1)
}

.vs-progress-light .vs-progress--foreground,
.vs-progress-light .vs-progress--indeterminate {
    background: rgba(var(--light), 1)
}

@-webkit-keyframes indeterminate {
    0% {
        width: 30%;
        left: -40%
    }
    60% {
        left: 100%;
        width: 100%
    }
    to {
        left: 100%;
        width: 0
    }
}

@keyframes indeterminate {
    0% {
        width: 30%;
        left: -40%
    }
    60% {
        left: 100%;
        width: 100%
    }
    to {
        left: 100%;
        width: 0
    }
}

.con-vs-card {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
    -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.con-vs-card.withHover {
    cursor: pointer
}

.con-vs-card.withHover:hover {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.con-vs-card.withHover:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.con-vs-card.fixedHeight {
    height: 100%;
    position: relative
}

.vs-card--header {
    padding: 10px;
    -webkit-box-shadow: 0 10px 15px -10px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, .05)
}

.vs-card--header h3 {
    padding: 0
}

.vs-card--footer {
    position: relative;
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    margin-top: -5%;
    padding: 0 10px 10px;
    overflow: hidden
}

.vs-card--footer.fixedHeight {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.vs-card--content {
    padding: 10px;
    font-size: .8rem;
    margin-bottom: 15px
}

.vs-card--content.fixedHeight {
    margin-bottom: 20px
}

.vs-card--media {
    width: 100%;
    overflow: hidden
}

.vs-card--media img {
    width: 100%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    display: block
}

.vs-list {
    width: 100%;
    position: relative;
    padding: 5px
}

.vs-list--icon {
    padding: 6px;
    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
}

.vs-list--icon i {
    font-size: 1.2rem!important
}

.vs-list--header {
    padding: 8px 0;
    font-weight: 700;
    -webkit-box-shadow: 0 7px 7px -5px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 7px -5px rgba(0, 0, 0, .08);
    margin-bottom: 5px
}

.vs-list--header,
.vs-list--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vs-list--item {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding: 5px
}

.vs-list--slot {
    margin-left: auto
}

.vs-list--title {
    font-weight: 700
}

.vs-list--subtitle {
    font-size: .8rem
}

.vs-header-list-primary {
    color: #1f74ff;
    color: rgba(var(--primary), 1)
}

.vs-header-list-secondary {
    color: rgba(var(--secondary), 1)
}

.vs-header-list-danger {
    color: #ff4757;
    color: rgba(var(--danger), 1)
}

.vs-header-list-success {
    color: #46c93a;
    color: rgba(var(--success), 1)
}

.vs-header-list-warning {
    color: #ffba00;
    color: rgba(var(--warning), 1)
}

.vs-header-list-dark {
    color: #1e1e1e;
    color: rgba(var(--dark), 1)
}

.vs-header-list-light {
    color: rgba(var(--light), 1)
}

.con-vs-pagination {
    --color-pagination: #f0f0f0;
    --color-pagination-alpha: #f0f0f0
}

.vs-pagination--input-goto {
    padding: 8px;
    border-radius: 5px;
    border: 0 solid rgba(0, 0, 0, .2);
    background: #f0f0f0;
    margin-left: 5px
}

.vs-pagination--nav,
.vs-pagination--ul {
    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
}

.vs-pagination--ul {
    background: #f0f0f0;
    border-radius: 20px;
    padding: 0 5px
}

.vs-pagination--li {
    cursor: pointer;
    width: 35px;
    height: 35px;
    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;
    border-radius: 8px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    position: relative;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    margin: 0 2px;
    font-weight: 700;
    color: rgba(0, 0, 0, .5)
}

.vs-pagination--li span {
    z-index: 100
}

.vs-pagination--li .effect {
    z-index: 50;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-pagination);
    left: 0;
    top: 0;
    display: block;
    border-radius: 8px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: 0 0 20px 0 transparent;
    box-shadow: 0 0 20px 0 transparent
}

.vs-pagination--li.is-current {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    color: #fff;
    font-weight: 700;
    cursor: default;
    background: var(--color-pagination)
}

.vs-pagination--li.is-current .effect {
    opacity: 1;
    -webkit-transform: scale(1)!important;
    transform: scale(1)!important;
    -webkit-box-shadow: 0 0 20px 0 rgba(var(----color-pagination-alpha), 1);
    box-shadow: 0 0 20px 0 rgba(var(----color-pagination-alpha), 1)
}

.vs-pagination--li:hover:not(.is-current) {
    color: var(--color-pagination)
}

.vs-pagination--buttons {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    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;
    color: rgba(0, 0, 0, .6);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #f0f0f0;
    margin: 0;
    z-index: 200
}

.vs-pagination--buttons.vs-pagination--button-prev {
    margin-right: 5px
}

.vs-pagination--buttons.vs-pagination--button-next {
    margin-left: 5px
}

.vs-pagination--buttons.disabled,
.vs-pagination--buttons:disabled {
    cursor: default;
    pointer-events: none;
    opacity: .5
}

.vs-pagination--buttons i {
    font-size: 1.2rem
}

.vs-pagination--buttons:hover {
    background: var(--color-pagination);
    color: #fff
}

.vs-pagination-primary li:hover:not(.is-current) {
    color: #1f74ff!important;
    color: rgba(var(--primary), 1)!important
}

.vs-pagination-primary .effect {
    -webkit-box-shadow: 0 0 20px 0 rgba(31, 116, 255, .5);
    -webkit-box-shadow: 0 0 20px 0 rgba(var(--primary), .5);
    box-shadow: 0 0 20px 0 rgba(31, 116, 255, .5);
    box-shadow: 0 0 20px 0 rgba(var(--primary), .5)
}

.vs-pagination-primary .effect,
.vs-pagination-primary .vs-pagination--buttons:hover {
    background: #1f74ff!important;
    background: rgba(var(--primary), 1)!important
}

.vs-pagination-secondary li:hover:not(.is-current) {
    color: rgba(var(--secondary), 1)!important
}

.vs-pagination-secondary .effect {
    -webkit-box-shadow: 0 0 20px 0 rgba(var(--secondary), .5);
    box-shadow: 0 0 20px 0 rgba(var(--secondary), .5)
}

.vs-pagination-secondary .effect,
.vs-pagination-secondary .vs-pagination--buttons:hover {
    background: rgba(var(--secondary), 1)!important
}

.vs-pagination-danger li:hover:not(.is-current) {
    color: #ff4757!important;
    color: rgba(var(--danger), 1)!important
}

.vs-pagination-danger .effect {
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 71, 87, .5);
    -webkit-box-shadow: 0 0 20px 0 rgba(var(--danger), .5);
    box-shadow: 0 0 20px 0 rgba(255, 71, 87, .5);
    box-shadow: 0 0 20px 0 rgba(var(--danger), .5)
}

.vs-pagination-danger .effect,
.vs-pagination-danger .vs-pagination--buttons:hover {
    background: #ff4757!important;
    background: rgba(var(--danger), 1)!important
}

.vs-pagination-success li:hover:not(.is-current) {
    color: #46c93a!important;
    color: rgba(var(--success), 1)!important
}

.vs-pagination-success .effect {
    -webkit-box-shadow: 0 0 20px 0 rgba(70, 201, 58, .5);
    -webkit-box-shadow: 0 0 20px 0 rgba(var(--success), .5);
    box-shadow: 0 0 20px 0 rgba(70, 201, 58, .5);
    box-shadow: 0 0 20px 0 rgba(var(--success), .5)
}

.vs-pagination-success .effect,
.vs-pagination-success .vs-pagination--buttons:hover {
    background: #46c93a!important;
    background: rgba(var(--success), 1)!important
}

.vs-pagination-warning li:hover:not(.is-current) {
    color: #ffba00!important;
    color: rgba(var(--warning), 1)!important
}

.vs-pagination-warning .effect {
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 186, 0, .5);
    -webkit-box-shadow: 0 0 20px 0 rgba(var(--warning), .5);
    box-shadow: 0 0 20px 0 rgba(255, 186, 0, .5);
    box-shadow: 0 0 20px 0 rgba(var(--warning), .5)
}

.vs-pagination-warning .effect,
.vs-pagination-warning .vs-pagination--buttons:hover {
    background: #ffba00!important;
    background: rgba(var(--warning), 1)!important
}

.vs-pagination-dark li:hover:not(.is-current) {
    color: #1e1e1e!important;
    color: rgba(var(--dark), 1)!important
}

.vs-pagination-dark .effect {
    -webkit-box-shadow: 0 0 20px 0 rgba(30, 30, 30, .5);
    -webkit-box-shadow: 0 0 20px 0 rgba(var(--dark), .5);
    box-shadow: 0 0 20px 0 rgba(30, 30, 30, .5);
    box-shadow: 0 0 20px 0 rgba(var(--dark), .5)
}

.vs-pagination-dark .effect,
.vs-pagination-dark .vs-pagination--buttons:hover {
    background: #1e1e1e!important;
    background: rgba(var(--dark), 1)!important
}

.vs-pagination-light li:hover:not(.is-current) {
    color: rgba(var(--light), 1)!important
}

.vs-pagination-light .effect {
    -webkit-box-shadow: 0 0 20px 0 rgba(var(--light), .5);
    box-shadow: 0 0 20px 0 rgba(var(--light), .5)
}

.vs-pagination-light .effect,
.vs-pagination-light .vs-pagination--buttons:hover {
    background: rgba(var(--light), 1)!important
}

.vs-navbar {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    width: 100%;
    z-index: 10000;
    position: relative
}

.vs-navbar button {
    margin: 0
}

.vs-navbar--item {
    display: block;
    position: relative;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 1000
}

.vs-navbar--item.is-active-item .vs-navbar-after {
    width: 100%
}

.vs-navbar--item:hover .vs-navbar-submenu {
    opacity: 1;
    visibility: visible
}

.vs-navbar--item a {
    font-size: .8rem;
    padding: 10px 12px;
    display: block;
    color: inherit;
    text-decoration: none!important;
    position: relative;
    z-index: 100
}

.vs-navbar--item a:hover~.vs-navbar-after {
    width: 100%
}

.vs-navbar--item .vs-navbar-after {
    width: 0;
    height: 2px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background: 31, 116, 255;
    position: absolute;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 10
}

.vs-navbar--title {
    font-size: 1.1rem;
    padding: 0 10px;
    color: inherit
}

.vs-navbar--items {
    position: relative
}

.vs-navbar-submenu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    z-index: 1000;
    padding-left: 0;
    width: 200px
}

.vs-navbar-submenu .vs-navbar-after {
    display: none
}

.vs-navbar-submenu .vs-navbar--items a {
    text-align: left
}

.vs-navbar-flat {
    -webkit-box-shadow: none;
    box-shadow: none
}

.vs-navbar-flat .vs-navbar-after {
    display: none
}

.vs-navbar-fund {
    -webkit-box-shadow: none;
    box-shadow: none
}

.vs-navbar-fund .vs-navbar-after {
    width: 100%;
    height: 0%;
    opacity: .1
}

.vs-navbar-fund .vs-navbar--item.is-active-item .vs-navbar-after,
.vs-navbar-fund a:hover~.vs-navbar-after {
    height: 100%
}

.vs-navbar-border {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .05)
}

.vs-navbar-border .vs-navbar--item {
    border-left: 1px solid rgba(0, 0, 0, .05)
}

.vs-navbar-border .vs-navbar-after {
    height: 1px;
    bottom: -1px
}

.vs-navbar-gradient .vs-navbar--item {
    margin: 4px 3px
}

.vs-navbar-gradient .vs-navbar--item a {
    padding: 6px 12px
}

.vs-navbar-gradient .vs-navbar-after {
    display: none
}

.vs-navbar-shadow {
    -webkit-box-shadow: none;
    box-shadow: none
}

.vs-navbar-shadow .vs-navbar--item {
    background: rgba(0, 0, 0, .05)
}

.vs-navbar-shadow .vs-navbar--item.is-active-item {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .07)
}

.vs-navbar-shadow .vs-navbar-after {
    display: none
}

.vs-navbar-submenu .vs-navbar-item-primary.is-active-item,
.vs-navbar-submenu .vs-navbar-item-primary:hover,
.vs-navbar .vs-navbar-item-primary.is-active-item,
.vs-navbar .vs-navbar-item-primary:hover>a {
    color: #1f74ff
}

.vs-navbar-gradient .vs-navbar-item-primary {
    border-radius: 4px
}

.vs-navbar-gradient .vs-navbar-item-primary.is-active-item {
    border-radius: 6px;
    color: #fff;
    background: #640064;
    background-image: linear-gradient(30deg, #1f74ff, rgba(31, 116, 255, .5));
    background-image: linear-gradient(30deg, rgba(var(--primary), 1), rgba(var(--primary), .5));
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-navbar-submenu .vs-navbar-item-secondary.is-active-item,
.vs-navbar-submenu .vs-navbar-item-secondary:hover,
.vs-navbar .vs-navbar-item-secondary.is-active-item,
.vs-navbar .vs-navbar-item-secondary:hover>a {
    color: #7931b1
}

.vs-navbar-gradient .vs-navbar-item-secondary {
    border-radius: 4px
}

.vs-navbar-gradient .vs-navbar-item-secondary.is-active-item {
    border-radius: 6px;
    color: #fff;
    background: #640064;
    background-image: linear-gradient(30deg, rgba(var(--secondary), 1), rgba(var(--secondary), .5));
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-navbar-submenu .vs-navbar-item-danger.is-active-item,
.vs-navbar-submenu .vs-navbar-item-danger:hover,
.vs-navbar .vs-navbar-item-danger.is-active-item,
.vs-navbar .vs-navbar-item-danger:hover>a {
    color: #ff4757
}

.vs-navbar-gradient .vs-navbar-item-danger {
    border-radius: 4px
}

.vs-navbar-gradient .vs-navbar-item-danger.is-active-item {
    border-radius: 6px;
    color: #fff;
    background: #640064;
    background-image: linear-gradient(30deg, #ff4757, rgba(255, 71, 87, .5));
    background-image: linear-gradient(30deg, rgba(var(--danger), 1), rgba(var(--danger), .5));
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-navbar-submenu .vs-navbar-item-success.is-active-item,
.vs-navbar-submenu .vs-navbar-item-success:hover,
.vs-navbar .vs-navbar-item-success.is-active-item,
.vs-navbar .vs-navbar-item-success:hover>a {
    color: #46c93a
}

.vs-navbar-gradient .vs-navbar-item-success {
    border-radius: 4px
}

.vs-navbar-gradient .vs-navbar-item-success.is-active-item {
    border-radius: 6px;
    color: #fff;
    background: #640064;
    background-image: linear-gradient(30deg, #46c93a, rgba(70, 201, 58, .5));
    background-image: linear-gradient(30deg, rgba(var(--success), 1), rgba(var(--success), .5));
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-navbar-submenu .vs-navbar-item-warning.is-active-item,
.vs-navbar-submenu .vs-navbar-item-warning:hover,
.vs-navbar .vs-navbar-item-warning.is-active-item,
.vs-navbar .vs-navbar-item-warning:hover>a {
    color: #ffba00
}

.vs-navbar-gradient .vs-navbar-item-warning {
    border-radius: 4px
}

.vs-navbar-gradient .vs-navbar-item-warning.is-active-item {
    border-radius: 6px;
    color: #fff;
    background: #640064;
    background-image: linear-gradient(30deg, #ffba00, rgba(255, 186, 0, .5));
    background-image: linear-gradient(30deg, rgba(var(--warning), 1), rgba(var(--warning), .5));
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-navbar-submenu .vs-navbar-item-dark.is-active-item,
.vs-navbar-submenu .vs-navbar-item-dark:hover,
.vs-navbar .vs-navbar-item-dark.is-active-item,
.vs-navbar .vs-navbar-item-dark:hover>a {
    color: #1e1e1e
}

.vs-navbar-gradient .vs-navbar-item-dark {
    border-radius: 4px
}

.vs-navbar-gradient .vs-navbar-item-dark.is-active-item {
    border-radius: 6px;
    color: #fff;
    background: #640064;
    background-image: linear-gradient(30deg, #1e1e1e, rgba(30, 30, 30, .5));
    background-image: linear-gradient(30deg, rgba(var(--dark), 1), rgba(var(--dark), .5));
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-navbar-submenu .vs-navbar-item-light.is-active-item,
.vs-navbar-submenu .vs-navbar-item-light:hover,
.vs-navbar .vs-navbar-item-light.is-active-item,
.vs-navbar .vs-navbar-item-light:hover>a {
    color: #f5f5f5
}

.vs-navbar-gradient .vs-navbar-item-light {
    border-radius: 4px
}

.vs-navbar-gradient .vs-navbar-item-light.is-active-item {
    border-radius: 6px;
    color: #fff;
    background: #640064;
    background-image: linear-gradient(30deg, rgba(var(--light), 1), rgba(var(--light), .5));
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.vs-spacer {
    padding: 0;
    margin: 0;
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
    background: transparent
}

.parentx-static .vs-sidebar-background {
    display: none
}

.vs-sidebar--background {
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1
}

.vs-sidebar {
    background: #fff;
    z-index: 3000;
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 260px;
    top: 0;
    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-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    left: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 40000
}

.vs-sidebar.vs-sidebar-reduce {
    max-width: 54px;
    border-radius: 0 10px 10px 0
}

.vs-sidebar.vs-sidebar-reduce h4 {
    display: block;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    font-size: .7rem
}

.vs-sidebar.vs-sidebar-reduce h4 i {
    opacity: 0
}

.vs-sidebar.vs-sidebar-reduce ul {
    padding-left: 0!important
}

.vs-sidebar.vs-sidebar-reduce .con-vs-avatar {
    width: 40px!important;
    height: 40px!important
}

.vs-sidebar.vs-sidebar-reduce.vs-sidebar-reduceNotHoverExpand h4 {
    text-align: center
}

.vs-sidebar.vs-sidebar-reduce.vs-sidebar-reduceNotHoverExpand h4:hover~.vs-sidebar--tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(5px, -110%);
    transform: translate(5px, -110%)
}

.vs-sidebar.vs-sidebar-reduce:hover:not(.vs-sidebar-reduceNotRebound):not(.vs-sidebar-reduceNotHoverExpand) {
    -webkit-animation: expand .4s ease .15s;
    animation: expand .4s ease .15s
}

.vs-sidebar.vs-sidebar-reduce:hover:not(.vs-sidebar-reduceNotHoverExpand) {
    max-width: 260px
}

.vs-sidebar.vs-sidebar-reduce:hover:not(.vs-sidebar-reduceNotHoverExpand) h4 i {
    opacity: 1
}

.vs-sidebar.vs-sidebar-reduce .vs-sidebar--item {
    overflow: hidden
}

.vs-sidebar.vs-sidebar-reduce .vs-sidebar--item i {
    padding: 10px
}

.vs-sidebar.vs-sidebar-position-right {
    left: auto;
    right: 0
}

.vs-sidebar.vs-sidebar-position-right.vs-sidebar-reduce {
    border-radius: 10px 0 0 10px
}

.vs-sidebar.vs-sidebar-position-right .vs-sidebar-tooltip {
    right: 70px;
    left: auto
}

.vs-sidebar.vs-sidebar-position-right .vs-sidebar-tooltip:after {
    right: -5px;
    left: auto;
    -webkit-box-shadow: 4px 0 6px -3px rgba(0, 0, 0, .07);
    box-shadow: 4px 0 6px -3px rgba(0, 0, 0, .07)
}

.vs-sidebar.vs-sidebar-parent {
    position: absolute;
    height: 100%!important;
    top: 0
}

.vs-sidebar.vs-sidebar-staticPosition {
    position: relative
}

.vs-sidebar .vs-divider-text {
    opacity: .7
}

.vs-sidebar--footer {
    border-top: 1px solid rgba(0, 0, 0, .06)
}

.vs-sidebar--items {
    padding: 10px 0;
    background: inherit;
    overflow-y: auto
}

.vs-sidebar--item {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.vs-sidebar--item i.material-icons {
    margin-right: 8px;
    -webkit-transition: border .25s ease;
    transition: border .25s ease;
    font-size: 1rem
}

.vs-sidebar--item a {
    padding: 10px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    opacity: .8;
    font-size: .85rem;
    text-decoration: none
}

.vs-sidebar--item a:hover {
    opacity: 1
}

.vs-sidebar--header {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    padding: 10px 5px
}

.vs-sidebar-group {
    background: inherit;
    position: relative
}

.vs-sidebar-group>ul {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.vs-sidebar-group h4 {
    padding: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    border-bottom: 1px solid transparent;
    background: inherit;
    font-size: .7rem
}

.vs-sidebar-group h4 i {
    position: absolute;
    right: 10px
}

.vs-sidebar-group .vs-icon {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.vs-sidebar-group.vs-sidebar-group-open>ul {
    padding-left: 10px;
    opacity: 1
}

.vs-sidebar-group.vs-sidebar-group-open>ul .vs-sidebar--item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.vs-sidebar-group.vs-sidebar-group-open>h4 {
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, .01)));
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .01))
}

.vs-sidebar-group.vs-sidebar-group-open>h4>.vs-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.vs-sidebar--tooltip {
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    background: inherit;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .07);
    padding: 4px 8px;
    border-radius: 4px;
    position: fixed;
    left: 60px;
    pointer-events: none;
    visibility: hidden;
    -webkit-transform: translate(15px, -110%);
    transform: translate(15px, -110%)
}

.vs-sidebar--tooltip:after {
    content: "";
    left: -5px;
    width: 10px;
    height: 10px;
    background: inherit;
    -webkit-box-shadow: -4px 0 6px -3px rgba(0, 0, 0, .07);
    box-shadow: -4px 0 6px -3px rgba(0, 0, 0, .07);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.vs-sidebar--group-items {
    padding: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    max-height: 0;
    overflow: hidden;
    background: inherit
}

.vs-sidebar-primary .vs-sidebar--item a:hover {
    color: #1f74ff;
    color: rgba(var(--primary), 1)
}

.vs-sidebar-primary .vs-sidebar-item-active {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, .01)));
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .01));
    border-right: 3px solid #1f74ff!important;
    border-right: 3px solid rgba(var(--primary), 1)!important
}

.vs-sidebar-primary .vs-sidebar-item-active a {
    color: #1f74ff!important;
    color: rgba(var(--primary), 1)!important;
    opacity: 1!important
}

.vs-sidebar-secondary .vs-sidebar--item a:hover {
    color: rgba(var(--secondary), 1)
}

.vs-sidebar-secondary .vs-sidebar-item-active {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, .01)));
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .01));
    border-right: 3px solid rgba(var(--secondary), 1)!important
}

.vs-sidebar-secondary .vs-sidebar-item-active a {
    color: rgba(var(--secondary), 1)!important;
    opacity: 1!important
}

.vs-sidebar-danger .vs-sidebar--item a:hover {
    color: #ff4757;
    color: rgba(var(--danger), 1)
}

.vs-sidebar-danger .vs-sidebar-item-active {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, .01)));
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .01));
    border-right: 3px solid #ff4757!important;
    border-right: 3px solid rgba(var(--danger), 1)!important
}

.vs-sidebar-danger .vs-sidebar-item-active a {
    color: #ff4757!important;
    color: rgba(var(--danger), 1)!important;
    opacity: 1!important
}

.vs-sidebar-success .vs-sidebar--item a:hover {
    color: #46c93a;
    color: rgba(var(--success), 1)
}

.vs-sidebar-success .vs-sidebar-item-active {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, .01)));
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .01));
    border-right: 3px solid #46c93a!important;
    border-right: 3px solid rgba(var(--success), 1)!important
}

.vs-sidebar-success .vs-sidebar-item-active a {
    color: #46c93a!important;
    color: rgba(var(--success), 1)!important;
    opacity: 1!important
}

.vs-sidebar-warning .vs-sidebar--item a:hover {
    color: #ffba00;
    color: rgba(var(--warning), 1)
}

.vs-sidebar-warning .vs-sidebar-item-active {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, .01)));
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .01));
    border-right: 3px solid #ffba00!important;
    border-right: 3px solid rgba(var(--warning), 1)!important
}

.vs-sidebar-warning .vs-sidebar-item-active a {
    color: #ffba00!important;
    color: rgba(var(--warning), 1)!important;
    opacity: 1!important
}

.vs-sidebar-dark .vs-sidebar--item a:hover {
    color: #1e1e1e;
    color: rgba(var(--dark), 1)
}

.vs-sidebar-dark .vs-sidebar-item-active {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, .01)));
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .01));
    border-right: 3px solid #1e1e1e!important;
    border-right: 3px solid rgba(var(--dark), 1)!important
}

.vs-sidebar-dark .vs-sidebar-item-active a {
    color: #1e1e1e!important;
    color: rgba(var(--dark), 1)!important;
    opacity: 1!important
}

.vs-sidebar-light .vs-sidebar--item a:hover {
    color: rgba(var(--light), 1)
}

.vs-sidebar-light .vs-sidebar-item-active {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, .01)));
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .01));
    border-right: 3px solid rgba(var(--light), 1)!important
}

.vs-sidebar-light .vs-sidebar-item-active a {
    color: rgba(var(--light), 1)!important;
    opacity: 1!important
}

.vs-sidebar-animate-enter-active,
.vs-sidebar-animate-enter-active .vs-sidebar,
.vs-sidebar-animate-leave-active,
.vs-sidebar-animate-leave-active .vs-sidebar {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.vs-sidebar-animate-enter:not(.vs-sidebar-position-right) .vs-sidebar,
.vs-sidebar-animate-leave-to:not(.vs-sidebar-position-right) .vs-sidebar {
    -webkit-transform: translate(-100%);
    transform: translate(-100%)
}

.vs-sidebar-animate-enter .vs-sidebar-background,
.vs-sidebar-animate-leave-to .vs-sidebar-background {
    opacity: 0!important
}

.vs-sidebar-animate-enter .vs-sidebar.vs-sidebar-position-right,
.vs-sidebar-animate-leave-to .vs-sidebar.vs-sidebar-position-right {
    -webkit-transform: translate(100%);
    transform: translate(100%)
}

@-webkit-keyframes expand {
    0% {
        max-width: 275px
    }
    30% {
        max-width: 250px
    }
    60% {
        max-width: 265px
    }
    to {
        max-width: 260px
    }
}

@keyframes expand {
    0% {
        max-width: 275px
    }
    30% {
        max-width: 250px
    }
    60% {
        max-width: 265px
    }
    to {
        max-width: 260px
    }
}

.vs-icon {
    color: inherit;
    text-align: center;
    font-size: 1rem
}

.vs-icon.large {
    font-size: 3.125rem;
    width: 3.125rem;
    height: 3.125rem
}

.vs-icon.medium {
    font-size: 2.31rem;
    width: 2.31rem;
    height: 2.31rem
}

.vs-icon.small {
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem
}

.vs-icon-bg {
    width: 1rem;
    height: 1rem
}

.vs-icon-bg.bg-large {
    width: 3.125rem;
    height: 3.125rem
}

.vs-icon-bg.bg-medium {
    width: 2.31rem;
    height: 2.31rem
}

.vs-icon-bg.bg-small {
    width: 1.5rem;
    height: 1.5rem
}

.round {
    border-radius: 50%
}

.con-vs-icon-bg-primary,
.dot-count-primary {
    background: #1f74ff;
    background: rgba(var(--primary), 1)
}

.vs-icon-primary {
    color: #1f74ff;
    color: rgba(var(--primary), 1)
}

.con-vs-icon-bg-secondary,
.dot-count-secondary {
    background: rgba(var(--secondary), 1)
}

.vs-icon-secondary {
    color: rgba(var(--secondary), 1)
}

.con-vs-icon-bg-danger,
.dot-count-danger {
    background: #ff4757;
    background: rgba(var(--danger), 1)
}

.vs-icon-danger {
    color: #ff4757;
    color: rgba(var(--danger), 1)
}

.con-vs-icon-bg-success,
.dot-count-success {
    background: #46c93a;
    background: rgba(var(--success), 1)
}

.vs-icon-success {
    color: #46c93a;
    color: rgba(var(--success), 1)
}

.con-vs-icon-bg-warning,
.dot-count-warning {
    background: #ffba00;
    background: rgba(var(--warning), 1)
}

.vs-icon-warning {
    color: #ffba00;
    color: rgba(var(--warning), 1)
}

.con-vs-icon-bg-dark,
.dot-count-dark {
    background: #1e1e1e;
    background: rgba(var(--dark), 1)
}

.vs-icon-dark {
    color: #1e1e1e;
    color: rgba(var(--dark), 1)
}

.con-vs-icon-bg-light,
.dot-count-light {
    background: rgba(var(--light), 1)
}

.vs-icon-light {
    color: rgba(var(--light), 1)
}

.dropdown-group-enter-active,
.dropdown-group-leave-active {
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

.dropdown-group-enter,
.dropdown-group-leave-to {
    opacity: 0
}

.vs-con-dropdown {
    position: relative;
    display: inline-block;
    border: 0;
    background: transparent
}

.vs-con-dropdown a {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

.vs-con-dropdown:active {
    opacity: 1!important
}

.vs-dropdown--group {
    position: relative;
    list-style: none;
    width: calc(100% - 6px);
    margin-left: 3px;
    width: auto;
    display: block;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.vs-dropdown--group.marginIcon {
    padding-right: 25px
}

.vs-dropdown--group.marginIcon:hover .con-dropdown--group {
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.vs-dropdown--group.marginIcon:hover>.icon-group {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    opacity: 0
}

.vs-dropdown--group-label {
    font-size: .9375em;
    font-weight: 400
}

.vs-dropdown--group-icon {
    position: absolute;
    right: 4px;
    font-size: 1.125em;
    top: 50%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.con-dropdown--group-con-ul {
    padding-left: 3px;
    position: relative;
    right: 0;
    top: 0;
    min-width: 130px;
    width: auto;
    z-index: 1000;
    background: inherit;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.con-dropdown--group-ul {
    padding-top: 5px;
    padding-left: 0;
    position: relative;
    background: #fff;
    border-radius: 5px
}

.no-cascading {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding-left: 0!important;
    padding-right: 0!important;
    margin-top: 5px!important;
    margin-left: 0
}

.no-cascading>h3 {
    font-size: .9375em;
    padding: 6px 10px;
    cursor: default
}

.no-cascading .con-dropdown--group-no-cascading {
    width: 100%!important;
    font-weight: 700;
    height: auto!important;
    opacity: 1!important;
    border-left: 1px solid transparent!important
}

.no-cascading .con-dropdown--group-no-cascading ul {
    width: 100%;
    -webkit-box-shadow: 0 5px 20px 0 transparent!important;
    box-shadow: 0 5px 20px 0 transparent!important;
    padding-left: 0!important
}

.vs-dropdown--item {
    z-index: 100;
    text-align: left;
    border-radius: 5px;
    width: calc(100% - 6px);
    margin: 0 3px;
    list-style: none;
    font-weight: 400!important;
    font-size: .9375em
}

.vs-dropdown--item,
.vs-dropdown--item .vs-dropdown--item-link {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative
}

.vs-dropdown--item .vs-dropdown--item-link {
    background: inherit!important;
    color: inherit!important;
    cursor: pointer;
    padding: 5px 10px;
    width: 100%;
    display: block;
    color: rgba(0, 0, 0, .7)
}

.vs-dropdown--item .vs-dropdown--item-link.disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none!important;
    cursor: default;
    opacity: .5!important;
    color: rgba(0, 0, 0, .5)!important
}

.vs-dropdown--item.divider {
    border-top: 1px solid rgba(0, 0, 0, .08);
    margin-top: 5px
}

.dropdownx-enter,
.dropdownx-leave-to {
    opacity: 0;
    -webkit-transform: translate(-100%, 8px)!important;
    transform: translate(-100%, 8px)!important
}

.con-vs-dropdown--menu {
    padding-top: 10px;
    position: absolute;
    height: auto;
    width: auto;
    z-index: 40000;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: opacity .25s, width .3s ease, -webkit-transform .25s;
    transition: opacity .25s, width .3s ease, -webkit-transform .25s;
    transition: opacity .25s, transform .25s, width .3s ease;
    transition: opacity .25s, transform .25s, width .3s ease, -webkit-transform .25s
}

.con-vs-dropdown--menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: 100%
}

.vs-dropdown--menu {
    background: #fff;
    padding-left: 0!important;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .1);
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative
}

.vs-dropdown--menu:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    width: 10px;
    height: 10px;
    display: block;
    background: #d72d13;
    -webkit-transform: rotate(45deg) translate(-7px);
    transform: rotate(45deg) translate(-7px);
    background: inherit;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1);
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.notHeight .vs-dropdown-menu:after {
    top: auto;
    bottom: 0;
    border-color: transparent rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) transparent;
    border-style: solid;
    border-width: 1px;
    -webkit-transform: rotate(45deg) translate(7px);
    transform: rotate(45deg) translate(7px)
}

.vs-dropdown--custom {
    padding: 8px 5px 5px!important
}

.vs-con-table {
    background: #fbfbfb;
    border-radius: 5px;
    padding: 5p
}

.vs-con-table .empty {
    color: #ff4757;
    color: rgba(var(--danger), 1)
}

.vs-con-table .con-edit-td {
    position: absolute;
    padding: 6px;
    left: 0;
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
    border-radius: 5px;
    z-index: 300;
    background: #fff;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .05);
    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;
    width: 100%;
    overflow: hidden
}

.vs-con-table.stripe .tr-table:nth-child(2n),
.vs-con-table.stripe .tr-table:nth-child(2n) .tr-values {
    background: transparent!important
}

.vs-con-table table {
    font-size: .8rem;
    width: 100%;
    border-collapse: collapse
}

.vs-con-table table tbody {
    width: 100%
}

.td-edit {
    text-decoration: underline
}

.td-edit .icon-edit {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    font-size: .75rem;
    position: absolute;
    opacity: 0;
    padding-top: 3px;
    -webkit-transform: translate(0);
    transform: translate(0);
    background: #f0f0f0;
    width: 17px;
    height: 17px;
    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;
    border-radius: 5px
}

.td-edit>span {
    cursor: pointer
}

.vs-table--pagination {
    width: 100%;
    padding: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vs-table--pagination .vs-pagination--buttons {
    width: 30px;
    height: 30px
}

.vs-table--pagination .item-pagination {
    width: 30px;
    height: 30px;
    font-size: .8rem
}

.vs-table--tbody {
    z-index: 400;
    position: relative
}

.vs-table--tbody-table {
    width: 100%;
    margin: 0;
    min-width: 400px;
    position: relative
}

.vs-table--tbody-table .tr-table:last-child .con-edit-td {
    -webkit-transform: translateY(-100%)!important;
    transform: translateY(-100%)!important
}

.vs-table--tbody-table .tr-spacer {
    height: 4px;
    opacity: 1
}

.vs-table--tbody-table:nth-child(2n) {
    background: #000
}

.vs-table--tbody-table .tr-expand td {
    padding: 0;
    overflow: hidden
}

.vs-table--tbody-table .tr-expand td .con-expand,
.vs-table--tbody-table .tr-table {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.vs-table--tbody-table .tr-table {
    width: calc(100% - 10px);
    margin-left: 5px;
    z-index: 100;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    background: #fff;
    padding: 6px 0;
    position: relative
}

.vs-table--tbody-table .tr-table .tr-values {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.vs-table--tbody-table .tr-table.activeEdit {
    z-index: 500!important
}

.vs-table--tbody-table .tr-table.activeEdit+.tr-table {
    -webkit-transform: translate(0)!important;
    transform: translate(0)!important
}

.vs-table--tbody-table .tr-table.hoverFlat:not(.activeEdit):not(.is-expand):hover {
    opacity: .8
}

.vs-table--tbody-table .tr-table:not(.activeEdit):not(.is-expand):not(.hoverFlat):hover {
    border-radius: 5px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.vs-table--tbody-table .tr-table:not(.activeEdit):not(.is-expand):not(.hoverFlat):hover .tr-values {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .05)
}

.vs-table--tbody-table .tr-table:not(.activeEdit):not(.is-expand):not(.hoverFlat):hover~tbody {
    z-index: 10
}

.vs-table--tbody-table .tr-table tr {
    background: #fff;
    border-radius: 5px
}

.vs-table--tbody-table .tr-table td {
    padding: 10px
}

.vs-table--tbody-table .tr-table .tr-expand td {
    padding: 0
}

.vs-table--tbody-table .tr-table.selected {
    cursor: pointer
}

.vs-table--tbody-table .tr-table:last-child {
    border-bottom: 1px solid transparent
}

.vs-table--tbody-table .tr-table.is-expand {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
    z-index: 300
}

.vs-table--tbody-table .tr-table.is-expand .tr-values {
    z-index: 300;
    -webkit-box-shadow: 0 2px 10px 0 transparent;
    box-shadow: 0 2px 10px 0 transparent
}

.vs-table--tbody-table .tr-table.is-expand .tr-spacer {
    height: 0
}

.vs-table--tbody-table .tr-table.is-expand .tr-expand .con-expand {
    border-top: 1px solid rgba(0, 0, 0, .05)!important
}

.vs-table--tbody-table .tr-table.is-expand .td-check .vs-icon {
    -webkit-transform: translate(7px) rotate(0deg);
    transform: translate(7px) rotate(0deg)
}

.vs-table--tbody-table td {
    border: 0;
    padding: 2px 8px
}

.vs-table--tbody-table td:first-child {
    border-left: 1px solid transparent
}

.vs-table--tbody-table td.td-check {
    cursor: pointer;
    padding: 5px!important
}

.vs-table--tbody-table td.td-check .con-vs-checkbox {
    margin-left: 0!important;
    margin-right: 0!important
}

.vs-table--tbody-table td.td-check .vs-icon {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(7px) rotate(-90deg);
    transform: translate(7px) rotate(-90deg)
}

.vs-table--content {
    width: 100%;
    overflow: auto
}

.vs-table--header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.vs-table--header,
.vs-table--search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vs-table--search {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 200px;
    position: relative
}

.vs-table--search i {
    position: absolute;
    left: 7px;
    font-size: 1rem
}

.vs-table--search-input,
.vs-table--search i {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.vs-table--search-input {
    padding: 5px 10px 5px 23px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .04);
    font-size: .7rem;
    width: 200px;
    color: rgba(0, 0, 0, .7)
}

.vs-table--search-input:focus {
    padding-left: 10px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .03)
}

.vs-table--search-input:focus+i {
    left: -18px
}

.vs-table--thead {
    z-index: 200;
    width: 100%;
    position: relative
}

th {
    padding: 5px 10px 3px;
    border: 0;
    text-align: left;
    font-size: .85rem
}

th .vs-table-text {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

th .sort-th,
th .vs-table-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

th .sort-th {
    -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;
    padding-right: 6px
}

th .sort-th i {
    font-size: .7rem;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 2px
}

th .sort-th i.up-sort {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

th .sort-th i.up-sort:hover {
    -webkit-transform: translate(0);
    transform: translate(0);
    background: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05)
}

th .sort-th i.down-sort {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

th .sort-th i.down-sort:hover {
    -webkit-transform: translate(0);
    transform: translate(0);
    background: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05)
}

th.td-check {
    padding: 0!important
}

th.td-check .con-td-check {
    display: block;
    background: #fff;
    border-radius: 6px;
    padding: 5px 2px 5px 5px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

th.td-check:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .05)
}

th.td-check .con-vs-checkbox {
    margin-right: 0!important;
    margin-left: 0!important
}

.vs-table--not-data {
    padding: 10px;
    text-align: center
}

.tr-table-state-primary .tr-values {
    background: rgba(31, 116, 255, .1)!important;
    background: rgba(var(--primary), .1)!important;
    color: #1f74ff;
    color: rgba(var(--primary), 1);
    -webkit-box-shadow: 0 0 1px 0 #1f74ff!important;
    -webkit-box-shadow: 0 0 1px 0 rgba(var(--primary), 1)!important;
    box-shadow: 0 0 1px 0 #1f74ff!important;
    box-shadow: 0 0 1px 0 rgba(var(--primary), 1)!important
}

.vs-table-primary .is-selected {
    -webkit-transform: translate(0)!important;
    transform: translate(0)!important
}

.vs-table-primary .is-selected .tr-values {
    color: #1f74ff;
    color: rgba(var(--primary), 1);
    background: rgba(31, 116, 255, .05)!important;
    background: rgba(var(--primary), .05)!important;
    -webkit-box-shadow: 0 0 1px 0 #1f74ff!important;
    -webkit-box-shadow: 0 0 1px 0 rgba(var(--primary), 1)!important;
    box-shadow: 0 0 1px 0 #1f74ff!important;
    box-shadow: 0 0 1px 0 rgba(var(--primary), 1)!important
}

.vs-table-primary .is-selected td:first-child {
    border-left: 1px solid transparent!important
}

.tr-table-state-secondary .tr-values {
    background: rgba(var(--secondary), .1)!important;
    color: rgba(var(--secondary), 1);
    -webkit-box-shadow: 0 0 1px 0 rgba(var(--secondary), 1)!important;
    box-shadow: 0 0 1px 0 rgba(var(--secondary), 1)!important
}

.vs-table-secondary .is-selected {
    -webkit-transform: translate(0)!important;
    transform: translate(0)!important
}

.vs-table-secondary .is-selected .tr-values {
    color: rgba(var(--secondary), 1);
    background: rgba(var(--secondary), .05)!important;
    -webkit-box-shadow: 0 0 1px 0 rgba(var(--secondary), 1)!important;
    box-shadow: 0 0 1px 0 rgba(var(--secondary), 1)!important
}

.vs-table-secondary .is-selected td:first-child {
    border-left: 1px solid transparent!important
}

.tr-table-state-danger .tr-values {
    background: rgba(255, 71, 87, .1)!important;
    background: rgba(var(--danger), .1)!important;
    color: #ff4757;
    color: rgba(var(--danger), 1);
    -webkit-box-shadow: 0 0 1px 0 #ff4757!important;
    -webkit-box-shadow: 0 0 1px 0 rgba(var(--danger), 1)!important;
    box-shadow: 0 0 1px 0 #ff4757!important;
    box-shadow: 0 0 1px 0 rgba(var(--danger), 1)!important
}

.vs-table-danger .is-selected {
    -webkit-transform: translate(0)!important;
    transform: translate(0)!important
}

.vs-table-danger .is-selected .tr-values {
    color: #ff4757;
    color: rgba(var(--danger), 1);
    background: rgba(255, 71, 87, .05)!important;
    background: rgba(var(--danger), .05)!important;
    -webkit-box-shadow: 0 0 1px 0 #ff4757!important;
    -webkit-box-shadow: 0 0 1px 0 rgba(var(--danger), 1)!important;
    box-shadow: 0 0 1px 0 #ff4757!important;
    box-shadow: 0 0 1px 0 rgba(var(--danger), 1)!important
}

.vs-table-danger .is-selected td:first-child {
    border-left: 1px solid transparent!important
}

.tr-table-state-success .tr-values {
    background: rgba(70, 201, 58, .1)!important;
    background: rgba(var(--success), .1)!important;
    color: #46c93a;
    color: rgba(var(--success), 1);
    -webkit-box-shadow: 0 0 1px 0 #46c93a!important;
    -webkit-box-shadow: 0 0 1px 0 rgba(var(--success), 1)!important;
    box-shadow: 0 0 1px 0 #46c93a!important;
    box-shadow: 0 0 1px 0 rgba(var(--success), 1)!important
}

.vs-table-success .is-selected {
    -webkit-transform: translate(0)!important;
    transform: translate(0)!important
}

.vs-table-success .is-selected .tr-values {
    color: #46c93a;
    color: rgba(var(--success), 1);
    background: rgba(70, 201, 58, .05)!important;
    background: rgba(var(--success), .05)!important;
    -webkit-box-shadow: 0 0 1px 0 #46c93a!important;
    -webkit-box-shadow: 0 0 1px 0 rgba(var(--success), 1)!important;
    box-shadow: 0 0 1px 0 #46c93a!important;
    box-shadow: 0 0 1px 0 rgba(var(--success), 1)!important
}

.vs-table-success .is-selected td:first-child {
    border-left: 1px solid transparent!important
}

.tr-table-state-warning .tr-values {
    background: rgba(255, 186, 0, .1)!important;
    background: rgba(var(--warning), .1)!important;
    color: #ffba00;
    color: rgba(var(--warning), 1);
    -webkit-box-shadow: 0 0 1px 0 #ffba00!important;
    -webkit-box-shadow: 0 0 1px 0 rgba(var(--warning), 1)!important;
    box-shadow: 0 0 1px 0 #ffba00!important;
    box-shadow: 0 0 1px 0 rgba(var(--warning), 1)!important
}

.vs-table-warning .is-selected {
    -webkit-transform: translate(0)!important;
    transform: translate(0)!important
}

.vs-table-warning .is-selected .tr-values {
    color: #ffba00;
    color: rgba(var(--warning), 1);
    background: rgba(255, 186, 0, .05)!important;
    background: rgba(var(--warning), .05)!important;
    -webkit-box-shadow: 0 0 1px 0 #ffba00!important;
    -webkit-box-shadow: 0 0 1px 0 rgba(var(--warning), 1)!important;
    box-shadow: 0 0 1px 0 #ffba00!important;
    box-shadow: 0 0 1px 0 rgba(var(--warning), 1)!important
}

.vs-table-warning .is-selected td:first-child {
    border-left: 1px solid transparent!important
}

.tr-table-state-dark .tr-values {
    background: rgba(30, 30, 30, .1)!important;
    background: rgba(var(--dark), .1)!important;
    color: #1e1e1e;
    color: rgba(var(--dark), 1);
    -webkit-box-shadow: 0 0 1px 0 #1e1e1e!important;
    -webkit-box-shadow: 0 0 1px 0 rgba(var(--dark), 1)!important;
    box-shadow: 0 0 1px 0 #1e1e1e!important;
    box-shadow: 0 0 1px 0 rgba(var(--dark), 1)!important
}

.vs-table-dark .is-selected {
    -webkit-transform: translate(0)!important;
    transform: translate(0)!important
}

.vs-table-dark .is-selected .tr-values {
    color: #1e1e1e;
    color: rgba(var(--dark), 1);
    background: rgba(30, 30, 30, .05)!important;
    background: rgba(var(--dark), .05)!important;
    -webkit-box-shadow: 0 0 1px 0 #1e1e1e!important;
    -webkit-box-shadow: 0 0 1px 0 rgba(var(--dark), 1)!important;
    box-shadow: 0 0 1px 0 #1e1e1e!important;
    box-shadow: 0 0 1px 0 rgba(var(--dark), 1)!important
}

.vs-table-dark .is-selected td:first-child {
    border-left: 1px solid transparent!important
}

.tr-table-state-light .tr-values {
    background: rgba(var(--light), .1)!important;
    color: rgba(var(--light), 1);
    -webkit-box-shadow: 0 0 1px 0 rgba(var(--light), 1)!important;
    box-shadow: 0 0 1px 0 rgba(var(--light), 1)!important
}

.vs-table-light .is-selected {
    -webkit-transform: translate(0)!important;
    transform: translate(0)!important
}

.vs-table-light .is-selected .tr-values {
    color: rgba(var(--light), 1);
    background: rgba(var(--light), .05)!important;
    -webkit-box-shadow: 0 0 1px 0 rgba(var(--light), 1)!important;
    box-shadow: 0 0 1px 0 rgba(var(--light), 1)!important
}

.vs-table-light .is-selected td:first-child {
    border-left: 1px solid transparent!important
}

.td-enter-active,
.td-leave-active {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.td-enter,
.td-leave-to {
    opacity: 0;
    -webkit-transform: translateY(15%) scale(.4)!important;
    transform: translateY(15%) scale(.4)!important
}

.vs-con-textarea {
    width: 100%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    border-radius: 6px;
    -webkit-transition: boxShadow .25s ease, border .25s ease, -webkit-transform .25s ease;
    transition: boxShadow .25s ease, border .25s ease, -webkit-transform .25s ease;
    transition: boxShadow .25s ease, border .25s ease, transform .25s ease;
    transition: boxShadow .25s ease, border .25s ease, transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translate(0);
    transform: translate(0);
    margin-bottom: 16px
}

.vs-con-textarea.focusx {
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .02);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.vs-con-textarea.focusx h4 {
    background: #fcfcfc;
    padding-top: 4px;
    padding-bottom: 4px
}

.vs-con-textarea h4 {
    font-size: .7rem;
    padding: 8px 8px 0;
    cursor: default;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 5px 5px 0 0
}

.vs-textarea {
    resize: none;
    border-radius: 6px;
    border: 0 solid transparent;
    display: block;
    padding: 9px;
    color: rgba(0, 0, 0, .8);
    font-size: .8rem;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background: transparent
}

.vs-textarea:focus {
    resize: auto!important
}

.vs-textarea:focus~.count {
    opacity: 1
}

.textarea-danger {
    border: 1px solid rgba(255, 71, 87, .4);
    border: 1px solid rgba(var(--danger), .4);
    -webkit-box-shadow: 0 4px 20px 0 rgba(255, 71, 87, .1);
    -webkit-box-shadow: 0 4px 20px 0 rgba(var(--danger), .1);
    box-shadow: 0 4px 20px 0 rgba(255, 71, 87, .1);
    box-shadow: 0 4px 20px 0 rgba(var(--danger), .1)
}

.textarea-danger .vs-textarea {
    color: rgba(255, 71, 87, .8);
    color: rgba(var(--danger), .8)
}

.textarea-danger .count {
    background: #ff4757;
    background: rgba(var(--danger), 1)
}

.vs-textarea--count {
    position: absolute;
    right: 14px;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    padding: 1px 6px;
    font-size: .6rem;
    border-radius: 0 0 5px 5px;
    font-weight: 700;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    cursor: default;
    background: #1f74ff;
    background: rgba(var(--primary), 1);
    color: #fff;
    opacity: .3;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.vs-collapse {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 8px;
    padding: 10px
}

.vs-collapse .open-item,
.vs-collapse.shadow {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .05);
    margin-top: 5px;
    border-bottom: 0 solid transparent;
    margin-bottom: 10px;
    border-radius: 6px
}

.vs-collapse .open-item .con-content-item,
.vs-collapse.shadow .con-content-item {
    opacity: 1
}

.vs-collapse .open-item .vs-collapse-item--icon-header,
.vs-collapse.shadow .vs-collapse-item--icon-header {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.vs-collapse.margin .vs-collapse-item {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .05);
    border-radius: 5px;
    border-bottom: 0 solid transparent
}

.vs-collapse.margin .open-item .con-content-item {
    opacity: 1
}

.vs-collapse.margin .open-item .vs-collapse-item--icon-header {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.vs-collapse.border {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0
}

.vs-collapse.border .vs-collapse-item {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.vs-collapse.border .open-item .con-content-item {
    opacity: 1
}

.vs-collapse.border .open-item .vs-collapse-item--icon-header {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.vs-collapse.default .open-item .con-content--item {
    opacity: 1
}

.vs-collapse.default .open-item .vs-collapse-item--icon-header {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.vs-collapse-item {
    border-bottom: 1px solid rgba(0, 0, 0, .04);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.vs-collapse-item.disabledx {
    opacity: .5;
    cursor: default;
    pointer-events: none;
    z-index: 999
}

.vs-collapse-item:last-child {
    border-bottom: 0 solid transparent!important
}

.vs-collapse-item--header {
    display: block;
    padding: 10px;
    position: relative
}

.vs-collapse-item--header,
.vs-collapse-item--icon-header {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.vs-collapse-item--icon-header {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    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;
    border-radius: 5px
}

.vs-collapse-item--content {
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.con-content--item {
    padding: 0 10px 10px;
    font-size: .85rem;
    opacity: .2;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.vs-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vs-images.notBorderRadius .con-vs-image,
.vs-images.notBorderRadius .vs-image {
    border-radius: 0!important
}

.vs-images.alternating .vs-image:nth-child(5n) {
    width: calc(50% - 4px);
    float: right
}

.vs-images.alternating.notMargin .vs-image:nth-child(5n) {
    width: 50%
}

.vs-images.notMargin .vs-image {
    margin: 0;
    width: 25%
}

.vs-images--ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 10px;
    width: 100%
}

.vs-image {
    width: calc(25% - 4px);
    height: auto;
    list-style: none;
    margin: 2px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    float: left;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    cursor: pointer
}

.vs-image,
.vs-image .con-vs-image {
    border-radius: 10px;
    position: relative
}

.vs-image .con-vs-image {
    overflow: hidden;
    width: 100%;
    z-index: 200
}

.vs-image .imag-blur {
    position: absolute;
    bottom: 0;
    border-radius: 10px;
    opacity: 0;
    z-index: 100;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.vs-image--img,
.vs-image .imag-blur {
    width: 100%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.vs-image--img {
    background-position: 50%;
    padding-bottom: 100%;
    display: block;
    position: relative
}

.vs-images-hover-blur .vs-image:hover {
    -webkit-transform: scale(1.04) translateY(-2px);
    transform: scale(1.04) translateY(-2px);
    cursor: pointer;
    z-index: 300
}

.vs-images-hover-blur .vs-image:hover .imag-blur {
    opacity: .8;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    bottom: -10px
}

.vs-images-hover-zoom .vs-image:hover .vs-image--img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.vs-images-hover-default .vs-image:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.vs-images-hover-default .vs-image:hover .vs-image--img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.vs-images-hover-dark .vs-image:hover {
    background: #000;
    border-radius: 20px
}

.vs-images-hover-dark .vs-image:hover .vs-image--img {
    opacity: .4;
    border-radius: 20px
}

.vs-images-hover-scale .vs-image:hover {
    z-index: 300;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .3)
}

.vs-images-hover-curtain .vs-image {
    overflow: hidden
}

.vs-images-hover-curtain .vs-image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 400;
    border-radius: inherit;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.vs-images-hover-curtain .vs-image .vs-image--img {
    -webkit-transform: scale(1.2) translateY(-10px);
    transform: scale(1.2) translateY(-10px)
}

.vs-images-hover-curtain .vs-image:hover .vs-image--img {
    -webkit-transform: scale(1.25) translateY(10px);
    transform: scale(1.25) translateY(10px)
}

.vs-images-hover-curtain .vs-image:hover:after {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
    opacity: 1
}

@media only screen and (max-width:700px) {
    .vs-image {
        width: calc(33% - 4px)
    }
}

@media only screen and (max-width:550px) {
    .vs-image {
        width: calc(50% - 4px)
    }
}

@media only screen and (max-width:350px) {
    .vs-image {
        width: calc(100% - 4px)
    }
}

.vs-timepicker {
    display: inline-block;
    position: relative
}

.vs-timepicker .con-vs-time {
    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
}

.vs-timepicker .con-vs-time .time {
    padding: 5px 8px;
    margin: 0 2px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
    cursor: pointer;
    position: relative
}

.con-ul-time {
    overflow: hidden;
    max-height: 180px;
    position: absolute;
    z-index: 20000
}

.ul-time {
    position: relative;
    background: #fff;
    margin: 0;
    padding: 0;
    height: auto;
    max-height: 180px;
    overflow: auto;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05)
}

.ul-time li {
    padding: 5px 8px;
    list-style: none;
    text-align: center;
    cursor: pointer
}

.ul-time li.active-time {
    background: #000
}

.vs-notifications {
    position: fixed;
    z-index: 200000;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: default;
    max-width: 350px;
    min-width: 200px
}

.vs-notifications:active {
    opacity: .8
}

.vs-notifications .content-noti {
    position: relative;
    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;
    width: 100%
}

.vs-notifications .content-noti .con-text-noti {
    width: 100%
}

.vs-notifications .content-noti .vs-icon-noti {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    display: block;
    padding: 5px;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 6px;
    font-size: 20px;
    -webkit-animation: openicon .4s ease;
    animation: openicon .4s ease
}

.vs-notifications h3,
.vs-notifications p {
    z-index: 100;
    position: relative;
    -webkit-animation: open .4s ease;
    animation: open .4s ease
}

.vs-notifications h3 {
    font-size: 16px;
    padding: 5px 5px 0
}

.vs-notifications p {
    font-size: 14px;
    padding: 5px 10px 5px 5px
}

.vs-notifications.vs-noti-active h3,
.vs-notifications.vs-noti-active p {
    opacity: 1
}

.vs-notifications .filling {
    display: block;
    position: absolute;
    -webkit-transition: all .45s ease;
    transition: all .45s ease;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vs-noti-primary .filling {
    background: #1f74ff;
    background: rgba(var(--primary), 1);
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.vs-noti-secondary .filling {
    background: rgba(var(--secondary), 1);
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.vs-noti-danger .filling {
    background: #ff4757;
    background: rgba(var(--danger), 1);
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.vs-noti-success .filling {
    background: #46c93a;
    background: rgba(var(--success), 1);
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.vs-noti-warning .filling {
    background: #ffba00;
    background: rgba(var(--warning), 1);
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.vs-noti-dark .filling {
    background: #1e1e1e;
    background: rgba(var(--dark), 1);
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.vs-noti-light .filling {
    background: rgba(var(--light), 1);
    width: 10px;
    height: 10px;
    border-radius: 50%
}

@-webkit-keyframes open {
    0% {
        opacity: 0;
        -webkit-transform: translate(-30px);
        transform: translate(-30px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@keyframes open {
    0% {
        opacity: 0;
        -webkit-transform: translate(-30px);
        transform: translate(-30px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@-webkit-keyframes openicon {
    0% {
        opacity: 0;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes openicon {
    0% {
        opacity: 0;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.dialog-t-enter,
.dialog-t-leave-to {
    opacity: 0!important
}

.dialog-t-enter .vs-dialog,
.dialog-t-leave-to .vs-dialog {
    -webkit-transform: scale(.9)!important;
    transform: scale(.9)!important
}

.dialog-t-enter .vs-dialog-cancel,
.dialog-t-leave-to .vs-dialog-cancel {
    border-radius: 50%!important;
    -webkit-transform: translate(8px, -8px) scale(.5)!important;
    transform: translate(8px, -8px) scale(.5)!important
}

.dialog-t-enter .vs-dialog-text,
.dialog-t-leave-to .vs-dialog-text {
    opacity: 0;
    -webkit-transform: translate(-15px)!important;
    transform: translate(-15px)!important
}

.dialog-t-enter .after,
.dialog-t-leave-to .after {
    height: 0%!important
}

.dialog-t-enter header h3,
.dialog-t-leave-to header h3 {
    -webkit-transform: translate(-50px);
    transform: translate(-50px);
    opacity: 0
}

.dialog-t-enter footer button,
.dialog-t-leave-to footer button {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0
}

.con-vs-dialog {
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 100px;
    top: 100px;
    left: 0;
    top: 0;
    z-index: 200000;
    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;
    opacity: 1
}

.con-vs-dialog .vs-dialog-dark {
    width: 100%;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 1
}

.con-vs-dialog .vs-dialog {
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 100;
    width: calc(100% - 20px);
    margin: 10px;
    max-width: 400px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    background: #fff;
    -webkit-animation: rebound .3s;
    animation: rebound .3s
}

.con-vs-dialog .vs-dialog.locked {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.con-vs-dialog .vs-dialog .vs-dialog-text {
    padding: 10px;
    font-size: .875em;
    -webkit-transition: all .23s ease .1s;
    transition: all .23s ease .1s
}

.con-vs-dialog .vs-dialog header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f8f8f8;
    border-radius: 5px 5px;
    position: relative
}

.con-vs-dialog .vs-dialog header .con-title-after {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0
}

.con-vs-dialog .vs-dialog header span.after {
    -webkit-transition: all .23s ease .1s;
    transition: all .23s ease .1s;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 100%;
    display: block
}

.con-vs-dialog .vs-dialog header h3 {
    -webkit-transition: all .23s ease .1s;
    transition: all .23s ease .1s;
    padding: 8px 8px 8px 12px;
    font-size: 1.2rem
}

.con-vs-dialog .vs-dialog header .vs-dialog-cancel {
    -webkit-transition: all .23s ease .1s;
    transition: all .23s ease .1s;
    position: relative;
    padding: 8px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
    background: #fff;
    font-size: 1.25em
}

.con-vs-dialog .vs-dialog header .vs-dialog-cancel:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    -webkit-transform: translate(5px, -5px);
    transform: translate(5px, -5px)
}

.con-vs-dialog .vs-dialog footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.con-vs-dialog .vs-dialog footer button {
    margin-left: 0
}

.con-vs-dialog .vs-dialog footer:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 90%;
    margin-left: 5%;
    height: 1px;
    background: rgba(0, 0, 0, .05)
}

.vs-dialog-primary header {
    color: #1f74ff;
    color: rgba(var(--primary), 1)
}

.vs-dialog-primary .after {
    background: #1f74ff;
    background: rgba(var(--primary), 1)
}

.vs-dialog-secondary header {
    color: rgba(var(--secondary), 1)
}

.vs-dialog-secondary .after {
    background: rgba(var(--secondary), 1)
}

.vs-dialog-danger header {
    color: #ff4757;
    color: rgba(var(--danger), 1)
}

.vs-dialog-danger .after {
    background: #ff4757;
    background: rgba(var(--danger), 1)
}

.vs-dialog-success header {
    color: #46c93a;
    color: rgba(var(--success), 1)
}

.vs-dialog-success .after {
    background: #46c93a;
    background: rgba(var(--success), 1)
}

.vs-dialog-warning header {
    color: #ffba00;
    color: rgba(var(--warning), 1)
}

.vs-dialog-warning .after {
    background: #ffba00;
    background: rgba(var(--warning), 1)
}

.vs-dialog-dark header {
    color: #1e1e1e;
    color: rgba(var(--dark), 1)
}

.vs-dialog-dark .after {
    background: #1e1e1e;
    background: rgba(var(--dark), 1)
}

.vs-dialog-light header {
    color: rgba(var(--light), 1)
}

.vs-dialog-light .after {
    background: rgba(var(--light), 1)
}

@-webkit-keyframes rebound {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    50% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rebound {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    50% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.vs-con-loading__container {
    position: relative;
    overflow: hidden
}

.vs-con-loading__container .con-vs-loading {
    position: absolute!important;
    width: 100%;
    height: 100%;
    min-height: 60px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.beforeRemove {
    opacity: 0
}

.con-vs-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: hsla(0, 0%, 100%, .6);
    z-index: 300000;
    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;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.con-vs-loading.textAfter {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.con-vs-loading .title-loading {
    position: relative;
    padding: 5px
}

.con-vs-loading .effect-click {
    position: absolute;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .1);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.con-vs-loading .vs-loading {
    position: relative;
    width: 55px;
    height: 55px;
    display: block;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid transparent
}

.con-vs-loading .vs-loading .effects {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.con-vs-loading .vs-loading.material {
    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
}

.con-vs-loading .vs-loading.border .effect-1,
.con-vs-loading .vs-loading.default .effect-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-left-color: #1f74ff;
    -webkit-animation: rotate 1s ease infinite;
    animation: rotate 1s ease infinite;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.con-vs-loading .vs-loading.border .effect-2,
.con-vs-loading .vs-loading.default .effect-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-left-color: #1f74ff;
    -webkit-animation: rotateOpacity 1s ease .1s infinite;
    animation: rotateOpacity 1s ease .1s infinite;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.con-vs-loading .vs-loading.border .effect-3,
.con-vs-loading .vs-loading.default .effect-3 {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-left-color: #1f74ff;
    -webkit-animation: rotateOpacity 1s ease .2s infinite;
    animation: rotateOpacity 1s ease .2s infinite;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.con-vs-loading .vs-loading.border {
    border: 1px solid #f0f0f0
}

.con-vs-loading .vs-loading.border .effect-1,
.con-vs-loading .vs-loading.border .effect-2,
.con-vs-loading .vs-loading.border .effect-3 {
    border: 1px solid transparent;
    border-left-color: #1f74ff
}

.con-vs-loading .vs-loading.point .effect-1 {
    -webkit-animation: scale 1.2s ease infinite;
    animation: scale 1.2s ease infinite
}

.con-vs-loading .vs-loading.point .effect-1,
.con-vs-loading .vs-loading.point .effect-2 {
    background: rgba(31, 116, 255, .4);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.con-vs-loading .vs-loading.point .effect-2 {
    -webkit-animation: scale 1.8s ease infinite;
    animation: scale 1.8s ease infinite
}

.con-vs-loading .vs-loading.point .effect-3 {
    background: rgba(31, 116, 255, .4);
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: scale 3.6s ease-out infinite;
    animation: scale 3.6s ease-out infinite;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.con-vs-loading .vs-loading.radius .effect-1 {
    -webkit-animation: radius 1s ease infinite;
    animation: radius 1s ease infinite
}

.con-vs-loading .vs-loading.radius .effect-1,
.con-vs-loading .vs-loading.radius .effect-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #1f74ff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.con-vs-loading .vs-loading.radius .effect-2 {
    -webkit-animation: radius 2s ease .1s infinite;
    animation: radius 2s ease .1s infinite
}

.con-vs-loading .vs-loading.radius .effect-3 {
    -webkit-animation: radius 3s ease .2s infinite;
    animation: radius 3s ease .2s infinite
}

.con-vs-loading .vs-loading.corners .effect-1,
.con-vs-loading .vs-loading.radius .effect-3 {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #1f74ff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.con-vs-loading .vs-loading.corners .effect-1 {
    -webkit-animation: corners 1s ease infinite;
    animation: corners 1s ease infinite
}

.con-vs-loading .vs-loading.sound {
    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
}

.con-vs-loading .vs-loading.sound .effect-1 {
    height: 100%;
    -webkit-animation: sound 1.4s ease infinite alternate;
    animation: sound 1.4s ease infinite alternate
}

.con-vs-loading .vs-loading.sound .effect-1,
.con-vs-loading .vs-loading.sound .effect-2 {
    position: relative;
    width: 5px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #1f74ff;
    margin: 0 4px
}

.con-vs-loading .vs-loading.sound .effect-2 {
    height: 60%;
    -webkit-animation: sound .7s ease infinite alternate;
    animation: sound .7s ease infinite alternate
}

.con-vs-loading .vs-loading.sound .effect-3 {
    position: relative;
    width: 5px;
    height: 80%;
    -webkit-animation: sound 1s ease-out infinite alternate;
    animation: sound 1s ease-out infinite alternate;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #1f74ff;
    margin: 0 4px
}

.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite
}

.fade-enter-active,
.fade-leave-active {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.effect-click-leave-active {
    -webkit-transition: all .3s;
    transition: all .3s
}

.effect-click-leave-to {
    opacity: 0;
    width: 1000px!important;
    height: 1000px!important
}

.vs-loading-background-primary {
    background: #1f74ff;
    background: rgba(var(--primary), 1)
}

.vs-loading-color-primary .border .effect-1,
.vs-loading-color-primary .border .effect-2,
.vs-loading-color-primary .border .effect-3,
.vs-loading-color-primary .default .effect-1,
.vs-loading-color-primary .default .effect-2,
.vs-loading-color-primary .default .effect-3 {
    border-left: 3px solid #1f74ff!important;
    border-left: 3px solid rgba(var(--primary), 1)!important
}

.vs-loading-color-primary .border .effect-1,
.vs-loading-color-primary .border .effect-2,
.vs-loading-color-primary .border .effect-3 {
    border-left: 1px solid #1f74ff!important;
    border-left: 1px solid rgba(var(--primary), 1)!important
}

.vs-loading-color-primary .point .effect-1,
.vs-loading-color-primary .point .effect-2,
.vs-loading-color-primary .point .effect-3 {
    background: rgba(31, 116, 255, .4)!important;
    background: rgba(var(--primary), .4)!important
}

.vs-loading-color-primary .corners .effect-1,
.vs-loading-color-primary .radius .effect-1,
.vs-loading-color-primary .radius .effect-2,
.vs-loading-color-primary .radius .effect-3 {
    border: 3px solid #1f74ff!important;
    border: 3px solid rgba(var(--primary), 1)!important
}

.vs-loading-color-primary .sound .effect-1,
.vs-loading-color-primary .sound .effect-2,
.vs-loading-color-primary .sound .effect-3 {
    background: #1f74ff!important;
    background: rgba(var(--primary), 1)!important
}

.vs-loading-background-secondary {
    background: rgba(var(--secondary), 1)
}

.vs-loading-color-secondary .border .effect-1,
.vs-loading-color-secondary .border .effect-2,
.vs-loading-color-secondary .border .effect-3,
.vs-loading-color-secondary .default .effect-1,
.vs-loading-color-secondary .default .effect-2,
.vs-loading-color-secondary .default .effect-3 {
    border-left: 3px solid rgba(var(--secondary), 1)!important
}

.vs-loading-color-secondary .border .effect-1,
.vs-loading-color-secondary .border .effect-2,
.vs-loading-color-secondary .border .effect-3 {
    border-left: 1px solid rgba(var(--secondary), 1)!important
}

.vs-loading-color-secondary .point .effect-1,
.vs-loading-color-secondary .point .effect-2,
.vs-loading-color-secondary .point .effect-3 {
    background: rgba(var(--secondary), .4)!important
}

.vs-loading-color-secondary .corners .effect-1,
.vs-loading-color-secondary .radius .effect-1,
.vs-loading-color-secondary .radius .effect-2,
.vs-loading-color-secondary .radius .effect-3 {
    border: 3px solid rgba(var(--secondary), 1)!important
}

.vs-loading-color-secondary .sound .effect-1,
.vs-loading-color-secondary .sound .effect-2,
.vs-loading-color-secondary .sound .effect-3 {
    background: rgba(var(--secondary), 1)!important
}

.vs-loading-background-danger {
    background: #ff4757;
    background: rgba(var(--danger), 1)
}

.vs-loading-color-danger .border .effect-1,
.vs-loading-color-danger .border .effect-2,
.vs-loading-color-danger .border .effect-3,
.vs-loading-color-danger .default .effect-1,
.vs-loading-color-danger .default .effect-2,
.vs-loading-color-danger .default .effect-3 {
    border-left: 3px solid #ff4757!important;
    border-left: 3px solid rgba(var(--danger), 1)!important
}

.vs-loading-color-danger .border .effect-1,
.vs-loading-color-danger .border .effect-2,
.vs-loading-color-danger .border .effect-3 {
    border-left: 1px solid #ff4757!important;
    border-left: 1px solid rgba(var(--danger), 1)!important
}

.vs-loading-color-danger .point .effect-1,
.vs-loading-color-danger .point .effect-2,
.vs-loading-color-danger .point .effect-3 {
    background: rgba(255, 71, 87, .4)!important;
    background: rgba(var(--danger), .4)!important
}

.vs-loading-color-danger .corners .effect-1,
.vs-loading-color-danger .radius .effect-1,
.vs-loading-color-danger .radius .effect-2,
.vs-loading-color-danger .radius .effect-3 {
    border: 3px solid #ff4757!important;
    border: 3px solid rgba(var(--danger), 1)!important
}

.vs-loading-color-danger .sound .effect-1,
.vs-loading-color-danger .sound .effect-2,
.vs-loading-color-danger .sound .effect-3 {
    background: #ff4757!important;
    background: rgba(var(--danger), 1)!important
}

.vs-loading-background-success {
    background: #46c93a;
    background: rgba(var(--success), 1)
}

.vs-loading-color-success .border .effect-1,
.vs-loading-color-success .border .effect-2,
.vs-loading-color-success .border .effect-3,
.vs-loading-color-success .default .effect-1,
.vs-loading-color-success .default .effect-2,
.vs-loading-color-success .default .effect-3 {
    border-left: 3px solid #46c93a!important;
    border-left: 3px solid rgba(var(--success), 1)!important
}

.vs-loading-color-success .border .effect-1,
.vs-loading-color-success .border .effect-2,
.vs-loading-color-success .border .effect-3 {
    border-left: 1px solid #46c93a!important;
    border-left: 1px solid rgba(var(--success), 1)!important
}

.vs-loading-color-success .point .effect-1,
.vs-loading-color-success .point .effect-2,
.vs-loading-color-success .point .effect-3 {
    background: rgba(70, 201, 58, .4)!important;
    background: rgba(var(--success), .4)!important
}

.vs-loading-color-success .corners .effect-1,
.vs-loading-color-success .radius .effect-1,
.vs-loading-color-success .radius .effect-2,
.vs-loading-color-success .radius .effect-3 {
    border: 3px solid #46c93a!important;
    border: 3px solid rgba(var(--success), 1)!important
}

.vs-loading-color-success .sound .effect-1,
.vs-loading-color-success .sound .effect-2,
.vs-loading-color-success .sound .effect-3 {
    background: #46c93a!important;
    background: rgba(var(--success), 1)!important
}

.vs-loading-background-warning {
    background: #ffba00;
    background: rgba(var(--warning), 1)
}

.vs-loading-color-warning .border .effect-1,
.vs-loading-color-warning .border .effect-2,
.vs-loading-color-warning .border .effect-3,
.vs-loading-color-warning .default .effect-1,
.vs-loading-color-warning .default .effect-2,
.vs-loading-color-warning .default .effect-3 {
    border-left: 3px solid #ffba00!important;
    border-left: 3px solid rgba(var(--warning), 1)!important
}

.vs-loading-color-warning .border .effect-1,
.vs-loading-color-warning .border .effect-2,
.vs-loading-color-warning .border .effect-3 {
    border-left: 1px solid #ffba00!important;
    border-left: 1px solid rgba(var(--warning), 1)!important
}

.vs-loading-color-warning .point .effect-1,
.vs-loading-color-warning .point .effect-2,
.vs-loading-color-warning .point .effect-3 {
    background: rgba(255, 186, 0, .4)!important;
    background: rgba(var(--warning), .4)!important
}

.vs-loading-color-warning .corners .effect-1,
.vs-loading-color-warning .radius .effect-1,
.vs-loading-color-warning .radius .effect-2,
.vs-loading-color-warning .radius .effect-3 {
    border: 3px solid #ffba00!important;
    border: 3px solid rgba(var(--warning), 1)!important
}

.vs-loading-color-warning .sound .effect-1,
.vs-loading-color-warning .sound .effect-2,
.vs-loading-color-warning .sound .effect-3 {
    background: #ffba00!important;
    background: rgba(var(--warning), 1)!important
}

.vs-loading-background-dark {
    background: #1e1e1e;
    background: rgba(var(--dark), 1)
}

.vs-loading-color-dark .border .effect-1,
.vs-loading-color-dark .border .effect-2,
.vs-loading-color-dark .border .effect-3,
.vs-loading-color-dark .default .effect-1,
.vs-loading-color-dark .default .effect-2,
.vs-loading-color-dark .default .effect-3 {
    border-left: 3px solid #1e1e1e!important;
    border-left: 3px solid rgba(var(--dark), 1)!important
}

.vs-loading-color-dark .border .effect-1,
.vs-loading-color-dark .border .effect-2,
.vs-loading-color-dark .border .effect-3 {
    border-left: 1px solid #1e1e1e!important;
    border-left: 1px solid rgba(var(--dark), 1)!important
}

.vs-loading-color-dark .point .effect-1,
.vs-loading-color-dark .point .effect-2,
.vs-loading-color-dark .point .effect-3 {
    background: rgba(30, 30, 30, .4)!important;
    background: rgba(var(--dark), .4)!important
}

.vs-loading-color-dark .corners .effect-1,
.vs-loading-color-dark .radius .effect-1,
.vs-loading-color-dark .radius .effect-2,
.vs-loading-color-dark .radius .effect-3 {
    border: 3px solid #1e1e1e!important;
    border: 3px solid rgba(var(--dark), 1)!important
}

.vs-loading-color-dark .sound .effect-1,
.vs-loading-color-dark .sound .effect-2,
.vs-loading-color-dark .sound .effect-3 {
    background: #1e1e1e!important;
    background: rgba(var(--dark), 1)!important
}

.vs-loading-background-light {
    background: rgba(var(--light), 1)
}

.vs-loading-color-light .border .effect-1,
.vs-loading-color-light .border .effect-2,
.vs-loading-color-light .border .effect-3,
.vs-loading-color-light .default .effect-1,
.vs-loading-color-light .default .effect-2,
.vs-loading-color-light .default .effect-3 {
    border-left: 3px solid rgba(var(--light), 1)!important
}

.vs-loading-color-light .border .effect-1,
.vs-loading-color-light .border .effect-2,
.vs-loading-color-light .border .effect-3 {
    border-left: 1px solid rgba(var(--light), 1)!important
}

.vs-loading-color-light .point .effect-1,
.vs-loading-color-light .point .effect-2,
.vs-loading-color-light .point .effect-3 {
    background: rgba(var(--light), .4)!important
}

.vs-loading-color-light .corners .effect-1,
.vs-loading-color-light .radius .effect-1,
.vs-loading-color-light .radius .effect-2,
.vs-loading-color-light .radius .effect-3 {
    border: 3px solid rgba(var(--light), 1)!important
}

.vs-loading-color-light .sound .effect-1,
.vs-loading-color-light .sound .effect-2,
.vs-loading-color-light .sound .effect-3 {
    background: rgba(var(--light), 1)!important
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes rotateOpacity {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: .1
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
        opacity: 1
    }
}

@keyframes rotateOpacity {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: .1
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
        opacity: 1
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
}

@-webkit-keyframes radius {
    0% {
        -webkit-transform: rotate(0deg) scale(.1);
        transform: rotate(0deg) scale(.1);
        opacity: 1
    }
    60% {
        -webkit-transform: rotate(160deg) scale(1);
        transform: rotate(160deg) scale(1);
        opacity: 0
    }
    to {
        -webkit-transform: rotate(0deg) scale(.1);
        transform: rotate(0deg) scale(.1);
        opacity: 1
    }
}

@keyframes radius {
    0% {
        -webkit-transform: rotate(0deg) scale(.1);
        transform: rotate(0deg) scale(.1);
        opacity: 1
    }
    60% {
        -webkit-transform: rotate(160deg) scale(1);
        transform: rotate(160deg) scale(1);
        opacity: 0
    }
    to {
        -webkit-transform: rotate(0deg) scale(.1);
        transform: rotate(0deg) scale(.1);
        opacity: 1
    }
}

@-webkit-keyframes corners {
    0% {
        border-radius: 50%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        border-radius: 50% 50% 50% 20%
    }
    50% {
        border-radius: 50% 50% 20% 30%
    }
    75% {
        border-radius: 50% 20% 30% 30%
    }
    to {
        border-radius: 50%;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@keyframes corners {
    0% {
        border-radius: 50%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        border-radius: 50% 50% 50% 20%
    }
    50% {
        border-radius: 50% 50% 20% 30%
    }
    75% {
        border-radius: 50% 20% 30% 30%
    }
    to {
        border-radius: 50%;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@-webkit-keyframes sound {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: .7
    }
    40% {
        -webkit-transform: scaleY(1.2);
        transform: scaleY(1.2);
        opacity: .5
    }
    70% {
        -webkit-transform: scaleY(.2);
        transform: scaleY(.2);
        opacity: .8
    }
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }
}

@keyframes sound {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: .7
    }
    40% {
        -webkit-transform: scaleY(1.2);
        transform: scaleY(1.2);
        opacity: .5
    }
    70% {
        -webkit-transform: scaleY(.2);
        transform: scaleY(.2);
        opacity: .8
    }
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    to {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    to {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@-webkit-keyframes colors {
    0% {
        stroke: #4285f4
    }
    25% {
        stroke: #de3e35
    }
    50% {
        stroke: #f7c223
    }
    75% {
        stroke: #1b9a59
    }
    to {
        stroke: #4285f4
    }
}

@keyframes colors {
    0% {
        stroke: #4285f4
    }
    25% {
        stroke: #de3e35
    }
    50% {
        stroke: #f7c223
    }
    75% {
        stroke: #1b9a59
    }
    to {
        stroke: #4285f4
    }
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}


.v--modal-block-scroll {
    overflow: hidden;
    width: 100vw;
}

.v--modal-overlay {
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
    opacity: 1;
}

.v--modal-overlay.scrollable {
    height: 100%;
    min-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.v--modal-overlay .v--modal-background-click {
    min-height: 100%;
    width: 100%;
}

.v--modal-overlay .v--modal-box {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.v--modal-overlay.scrollable .v--modal-box {
    margin-bottom: 2px;
}

.v--modal {
    background-color: white;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
    padding: 0;
}

.v--modal.v--modal-fullscreen {
    width: 100vw;
    height: 100vh;
    margin: 0;
    left: 0;
    top: 0;
}

.v--modal-top-right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay-fade-enter-active,
.overlay-fade-leave-active {
    transition: all 0.2s;
}

.overlay-fade-enter,
.overlay-fade-leave-active {
    opacity: 0;
}

.nice-modal-fade-enter-active,
.nice-modal-fade-leave-active {
    transition: all 0.4s;
}

.nice-modal-fade-enter,
.nice-modal-fade-leave-active {
    opacity: 0;
    transform: translateY(-20px);
}


.vue-modal-resizer {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background: transparent;
    cursor: se-resize;
}

.vue-modal-resizer::after {
    display: block;
    position: absolute;
    content: '';
    background: transparent;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ddd;
    border-left: 10px solid transparent;
}

.vue-modal-resizer.clicked::after {
    border-bottom: 10px solid #369be9;
}


.vue-dialog div {
    box-sizing: border-box;
}

.vue-dialog .dialog-flex {
    width: 100%;
    height: 100%;
}

.vue-dialog .dialog-content {
    flex: 1 0 auto;
    width: 100%;
    padding: 15px;
    font-size: 14px;
}

.vue-dialog .dialog-c-title {
    font-weight: 600;
    padding-bottom: 15px;
}

.vue-dialog .dialog-c-text {}

.vue-dialog .vue-dialog-buttons {
    display: flex;
    flex: 0 1 auto;
    width: 100%;
    border-top: 1px solid #eee;
}

.vue-dialog .vue-dialog-buttons-none {
    width: 100%;
    padding-bottom: 15px;
}

.vue-dialog-button {
    font-size: 12px !important;
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    color: inherit;
    font: inherit;
    outline: none;
}

.vue-dialog-button:hover {
    background: rgba(0, 0, 0, 0.01);
}

.vue-dialog-button:active {
    background: rgba(0, 0, 0, 0.025);
}

.vue-dialog-button:not(:first-of-type) {
    border-left: 1px solid #eee;
}


.agile {
    position: relative
}

.agile:active,
.agile:active,
.agile:focus,
.agile:focus {
    outline: none
}

.agile__list {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%
}

.agile__track {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.agile--disabled .agile__track,
.agile__slide {
    display: block
}

.agile--fade .agile__slide {
    opacity: 0;
    position: relative;
    z-index: 0
}

.agile--fade .agile__slide--active {
    opacity: 1;
    z-index: 2
}

.agile--fade .agile__slide--expiring {
    opacity: 1;
    transition-duration: 0s;
    z-index: 1
}

.agile__arrow[disabled] {
    cursor: default
}

.agile__dots {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.agile__dot button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0
}


.ps {
    overflow: hidden!important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    height: 15px;
    bottom: 0
}

.ps__rail-x,
.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    position: absolute
}

.ps__rail-y {
    width: 15px;
    right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-y {
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto!important
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .ps {
        overflow: auto!important
    }
}

.ps {
    position: relative
}


.fade-enter-active[data-v-0339b2c6],
.fade-leave-active[data-v-0339b2c6] {
    transition: opacity .5s
}

.fade-enter[data-v-0339b2c6],
.fade-leave-to[data-v-0339b2c6] {
    opacity: 0
}


.agile__list {
    z-index: 100
}

.agile__dots {
    position: absolute!important;
    right: 0;
    bottom: 50px;
    display: block!important;
    width: calc(100% - 940px);
    text-align: center;
    cursor: pointer!important;
    z-index: 101
}

.agile__dots .agile__dot {
    display: inline-block!important;
    margin: 0 6px
}

.agile__dots .agile__dot button {
    display: inline-block!important;
    width: 12px;
    height: 12px;
    background: hsla(0, 0%, 100%, .5);
    border-radius: 100%;
    border: 0
}

.agile__dots .agile__dot--current button {
    display: inline-block!important;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 100%;
    padding: 0!important
}

.agile__arrow {
    position: absolute!important;
    left: 0;
    top: 0;
    display: none!important
}

.agile__arrow svg {
    display: none
}

@media (max-width:470px) {
    .agile__dots {
        width: 100%
    }
}

@media (max-width:768px) {
    .agile__dots {
        bottom: 20px
    }
}


.mainbanner {
    width: 100%;
    position: relative;
    overflow: hidden
}

.mainbanner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: bgchange-data-v-4d166242 1.3s ease-in-out;
    animation: bgchange-data-v-4d166242 1.3s ease-in-out
}

@-webkit-keyframes bgchange-data-v-4d166242 {
    0% {
        background-color: rgba(0, 0, 0, .8)
    }
    to {
        background-color: transparent;
        opacity: 0
    }
}

@keyframes bgchange-data-v-4d166242 {
    0% {
        background-color: rgba(0, 0, 0, .8)
    }
    to {
        background-color: transparent;
        opacity: 0
    }
}

.bannerimg {
    background-image: url(/images/main/banner_new.jpg?v1.4)
}

.bannerimg,
.bannerimg2 {
    background-size: cover;
    height: 450px;
    width: 100%;
    background-position: top
}

.bannerimg2 {
    background-image: url(/images/main/banner2.jpg)
}

.bannertext {
    position: absolute;
    text-align: center;
    top: 52%;
    left: 15%;
    width: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

.bannertext h2 {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: -.5px;
    -webkit-animation: h2change-data-v-4d166242 1s ease-in-out;
    animation: h2change-data-v-4d166242 1s ease-in-out
}

.bannertext p {
    display: block;
    color: hsla(0, 0%, 100%, .8);
    font-size: 16px;
    line-height: 1.7;
    margin-top: 15px;
    -webkit-animation: h2change-data-v-4d166242 1.5s ease-in-out;
    animation: h2change-data-v-4d166242 1.5s ease-in-out
}

@-webkit-keyframes h2change-data-v-4d166242 {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
    40% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes h2change-data-v-4d166242 {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
    40% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@media (max-width:470px) {
    .bannertext {
        left: 0;
        width: 50%
    }
}

@media (max-width:768px) {
    .blackbg:after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        top: 0;
        left: 0;
        right: 0;
        z-index: 0
    }
    .bannerimg,
    .bannerimg2 {
        background-position: 60% top;
        height: 300px
    }
    .bannertext {
        left: 0;
        width: 100%;
        z-index: 1000;
        position: relative
    }
    .bannertext h2 {
        font-size: 18px
    }
    .bannertext p {
        font-size: 14px
    }
    @-webkit-keyframes bgchange-data-v-4d166242 {
        0% {
            background-color: rgba(0, 0, 0, .8)
        }
        to {
            background-color: rgba(0, 0, 0, .5);
            opacity: 1
        }
    }
    @keyframes bgchange-data-v-4d166242 {
        0% {
            background-color: rgba(0, 0, 0, .8)
        }
        to {
            background-color: rgba(0, 0, 0, .5);
            opacity: 1
        }
    }
}


.article {
    position: relative;
    width: 100%
}

.articlebox {
    width: 1000px;
    background-color: #fff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .07);
    padding: 25px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100
}

.articlebox,
.inbox {
    position: relative;
    height: 65px
}

.inbox {
    width: 100%
}

.inbox:after {
    clear: both;
    width: 1px;
    height: 100%;
    background-color: #ddd;
    content: "";
    left: 50%
}

.inbox .more,
.inbox:after {
    top: -25px;
    position: absolute;
    display: block
}

.inbox .more {
    background-color: #6579e0;
    color: #fff;
    right: -25px;
    width: 80px;
    height: 65px;
    text-align: center
}

.inbox .more .t1 {
    font-size: 26px;
    margin-top: 10px;
    font-weight: 300
}

.inbox .more .t2 {
    font-size: 12px
}

.inbox .more:hover {
    background-color: #4e64d5;
    color: #fff
}

.article1 {
    float: left;
    width: 50%
}

.article2 {
    float: left;
    width: calc(50% - 80px);
    padding-left: 25px
}

.inbox a {
    color: #444;
    font-size: 15px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap
}

.inbox a:hover {
    color: #111
}

.inbox a span {
    font-size: 11px;
    text-align: center;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 8px;
    color: #fff;
    height: 20px;
    line-height: 20px
}

.inbox .smallred {
    background-color: #f12e45
}

.inbox .smallblue {
    background-color: #6d6de2
}

@media (max-width:470px) {
    .articlebox {
        width: 100%
    }
    #section .article1 {
        margin-top: 0
    }
    .inbox a {
        font-size: 13px;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
        height: 24px
    }
}

@media (max-width:768px) {
    .articlebox {
        width: 100%;
        height: inherit;
        padding: 10px;
        -webkit-transform: none;
        transform: none;
        margin-bottom: 0
    }
    .inbox .more,
    .inbox:after {
        display: none
    }
    .article1,
    .article2 {
        width: 100%;
        padding: 5px;
        float: none
    }
    #section .article1 {
        margin-top: 0
    }
    .inbox {
        height: inherit
    }
    .inbox a {
        font-size: 13px;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
        height: 18px;
        line-height: 18px
    }
}


/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
/*
*  Owl Carousel - Core
*/

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */

.no-js .owl-carousel {
    display: block;
}
/*
*  Owl Carousel - Animate Plugin
*/

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*
* 	Owl Carousel - Auto Height Plugin
*/

.owl-height {
    transition: height 500ms ease-in-out;
}
/*
* 	Owl Carousel - Lazy Load Plugin
*/

.owl-carousel .owl-item {
    /**
        This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
        calculation of the height of the owl-item that breaks page layouts
     */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
/*
* 	Owl Carousel - Video Plugin
*/

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(4a37f8008959c75f619bf0a3a4e2d7a2.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
/*
* 	Default theme - Owl Carousel CSS File
*/

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}


.apexcharts-canvas {
    position: relative;
    user-select: none;
    /* cannot give overflow: hidden as it will crop tooltips which overflow outside chart area */
}
/* scrollbar is not visible by default for legend, hence forcing the visibility */

.apexcharts-canvas::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
}

.apexcharts-canvas::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.apexcharts-canvas.dark {
    background: #343F57;
}

.apexcharts-inner {
    position: relative;
}

.legend-mouseover-inactive {
    transition: 0.15s ease all;
    opacity: 0.20;
}

.apexcharts-series-collapsed {
    opacity: 0;
}

.apexcharts-gridline,
.apexcharts-text {
    pointer-events: none;
}

.apexcharts-tooltip {
    border-radius: 5px;
    box-shadow: 2px 2px 6px -4px #999;
    cursor: default;
    font-size: 14px;
    left: 62px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 20px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 12;
    transition: 0.15s ease all;
}

.apexcharts-tooltip.light {
    border: 1px solid #e3e3e3;
    background: rgba(255, 255, 255, 0.96);
}

.apexcharts-tooltip.dark {
    color: #fff;
    background: rgba(30, 30, 30, 0.8);
}

.apexcharts-tooltip * {
    font-family: inherit;
}

.apexcharts-tooltip .apexcharts-marker,
.apexcharts-area-series .apexcharts-area,
.apexcharts-line {
    pointer-events: none;
}

.apexcharts-tooltip.active {
    opacity: 1;
    transition: 0.15s ease all;
}

.apexcharts-tooltip-title {
    padding: 6px;
    font-size: 15px;
    margin-bottom: 4px;
}

.apexcharts-tooltip.light .apexcharts-tooltip-title {
    background: #ECEFF1;
    border-bottom: 1px solid #ddd;
}

.apexcharts-tooltip.dark .apexcharts-tooltip-title {
    background: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #333;
}

.apexcharts-tooltip-text-value,
.apexcharts-tooltip-text-z-value {
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
}

.apexcharts-tooltip-text-z-label:empty,
.apexcharts-tooltip-text-z-value:empty {
    display: none;
}

.apexcharts-tooltip-text-value,
.apexcharts-tooltip-text-z-value {
    font-weight: 600;
}

.apexcharts-tooltip-marker {
    width: 12px;
    height: 12px;
    position: relative;
    top: 0px;
    margin-right: 10px;
    border-radius: 50%;
}

.apexcharts-tooltip-series-group {
    padding: 0 10px;
    display: none;
    text-align: left;
    justify-content: left;
    align-items: center;
}

.apexcharts-tooltip-series-group.active .apexcharts-tooltip-marker {
    opacity: 1;
}

.apexcharts-tooltip-series-group.active,
.apexcharts-tooltip-series-group:last-child {
    padding-bottom: 4px;
}

.apexcharts-tooltip-y-group {
    padding: 6px 0 5px;
}

.apexcharts-tooltip-candlestick {
    padding: 4px 8px;
}

.apexcharts-tooltip-candlestick > div {
    margin: 4px 0;
}

.apexcharts-tooltip-candlestick span.value {
    font-weight: bold;
}

.apexcharts-xaxistooltip {
    opacity: 0;
    padding: 9px 10px;
    pointer-events: none;
    color: #373d3f;
    font-size: 13px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    background: #ECEFF1;
    border: 1px solid #90A4AE;
    transition: 0.15s ease all;
}

.apexcharts-xaxistooltip.dark {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #fff;
}

.apexcharts-xaxistooltip:after,
.apexcharts-xaxistooltip:before {
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.apexcharts-xaxistooltip:after {
    border-color: rgba(236, 239, 241, 0);
    border-width: 6px;
    margin-left: -6px;
}

.apexcharts-xaxistooltip:before {
    border-color: rgba(144, 164, 174, 0);
    border-width: 7px;
    margin-left: -7px;
}

.apexcharts-xaxistooltip-bottom:after,
.apexcharts-xaxistooltip-bottom:before {
    bottom: 100%;
}

.apexcharts-xaxistooltip-top:after,
.apexcharts-xaxistooltip-top:before {
    top: 100%;
}

.apexcharts-xaxistooltip-bottom:after {
    border-bottom-color: #ECEFF1;
}

.apexcharts-xaxistooltip-bottom:before {
    border-bottom-color: #90A4AE;
}

.apexcharts-xaxistooltip-bottom.dark:after {
    border-bottom-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-xaxistooltip-bottom.dark:before {
    border-bottom-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-xaxistooltip-top:after {
    border-top-color: #ECEFF1
}

.apexcharts-xaxistooltip-top:before {
    border-top-color: #90A4AE;
}

.apexcharts-xaxistooltip-top.dark:after {
    border-top-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-xaxistooltip-top.dark:before {
    border-top-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-xaxistooltip.active {
    opacity: 1;
    transition: 0.15s ease all;
}

.apexcharts-yaxistooltip {
    opacity: 0;
    padding: 4px 10px;
    pointer-events: none;
    color: #373d3f;
    font-size: 13px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    background: #ECEFF1;
    border: 1px solid #90A4AE;
}

.apexcharts-yaxistooltip.dark {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #fff;
}

.apexcharts-yaxistooltip:after,
.apexcharts-yaxistooltip:before {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.apexcharts-yaxistooltip:after {
    border-color: rgba(236, 239, 241, 0);
    border-width: 6px;
    margin-top: -6px;
}

.apexcharts-yaxistooltip:before {
    border-color: rgba(144, 164, 174, 0);
    border-width: 7px;
    margin-top: -7px;
}

.apexcharts-yaxistooltip-left:after,
.apexcharts-yaxistooltip-left:before {
    left: 100%;
}

.apexcharts-yaxistooltip-right:after,
.apexcharts-yaxistooltip-right:before {
    right: 100%;
}

.apexcharts-yaxistooltip-left:after {
    border-left-color: #ECEFF1;
}

.apexcharts-yaxistooltip-left:before {
    border-left-color: #90A4AE;
}

.apexcharts-yaxistooltip-left.dark:after {
    border-left-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-yaxistooltip-left.dark:before {
    border-left-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-yaxistooltip-right:after {
    border-right-color: #ECEFF1;
}

.apexcharts-yaxistooltip-right:before {
    border-right-color: #90A4AE;
}

.apexcharts-yaxistooltip-right.dark:after {
    border-right-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-yaxistooltip-right.dark:before {
    border-right-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-yaxistooltip.active {
    opacity: 1;
}

.apexcharts-xcrosshairs,
.apexcharts-ycrosshairs {
    pointer-events: none;
    opacity: 0;
    transition: 0.15s ease all;
}

.apexcharts-xcrosshairs.active,
.apexcharts-ycrosshairs.active {
    opacity: 1;
    transition: 0.15s ease all;
}

.apexcharts-ycrosshairs-hidden {
    opacity: 0;
}

.apexcharts-zoom-rect {
    pointer-events: none;
}

.apexcharts-selection-rect {
    cursor: move;
}

.svg_select_points,
.svg_select_points_rot {
    opacity: 0;
    visibility: hidden;
}

.svg_select_points_l,
.svg_select_points_r {
    cursor: ew-resize;
    opacity: 1;
    visibility: visible;
    fill: #888;
}

.apexcharts-canvas.zoomable .hovering-zoom {
    cursor: crosshair
}

.apexcharts-canvas.zoomable .hovering-pan {
    cursor: move
}

.apexcharts-xaxis,
.apexcharts-yaxis {
    pointer-events: none;
}

.apexcharts-zoom-icon,
.apexcharts-zoom-in-icon,
.apexcharts-zoom-out-icon,
.apexcharts-reset-zoom-icon,
.apexcharts-pan-icon,
.apexcharts-selection-icon,
.apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 24px;
    color: #6E8192;
    text-align: center;
}

.apexcharts-zoom-icon svg,
.apexcharts-zoom-in-icon svg,
.apexcharts-zoom-out-icon svg,
.apexcharts-reset-zoom-icon svg,
.apexcharts-menu-icon svg {
    fill: #6E8192;
}

.apexcharts-selection-icon svg {
    fill: #444;
    transform: scale(0.76)
}

.dark .apexcharts-zoom-icon svg,
.dark .apexcharts-zoom-in-icon svg,
.dark .apexcharts-zoom-out-icon svg,
.dark .apexcharts-reset-zoom-icon svg,
.dark .apexcharts-pan-icon svg,
.dark .apexcharts-selection-icon svg,
.dark .apexcharts-menu-icon svg,
.dark .apexcharts-toolbar-custom-icon svg {
    fill: #f3f4f5;
}

.apexcharts-canvas .apexcharts-zoom-icon.selected svg,
.apexcharts-canvas .apexcharts-selection-icon.selected svg,
.apexcharts-canvas .apexcharts-reset-zoom-icon.selected svg {
    fill: #008FFB;
}

.light .apexcharts-selection-icon:not(.selected):hover svg,
.light .apexcharts-zoom-icon:not(.selected):hover svg,
.light .apexcharts-zoom-in-icon:hover svg,
.light .apexcharts-zoom-out-icon:hover svg,
.light .apexcharts-reset-zoom-icon:hover svg,
.light .apexcharts-menu-icon:hover svg {
    fill: #333;
}

.apexcharts-selection-icon,
.apexcharts-menu-icon {
    position: relative;
}

.apexcharts-reset-zoom-icon {
    margin-left: 5px;
}

.apexcharts-zoom-icon,
.apexcharts-reset-zoom-icon,
.apexcharts-menu-icon {
    transform: scale(0.85);
}

.apexcharts-zoom-in-icon,
.apexcharts-zoom-out-icon {
    transform: scale(0.7)
}

.apexcharts-zoom-out-icon {
    margin-right: 3px;
}

.apexcharts-pan-icon {
    transform: scale(0.62);
    position: relative;
    left: 1px;
    top: 0px;
}

.apexcharts-pan-icon svg {
    fill: #fff;
    stroke: #6E8192;
    stroke-width: 2;
}

.apexcharts-pan-icon.selected svg {
    stroke: #008FFB;
}

.apexcharts-pan-icon:not(.selected):hover svg {
    stroke: #333;
}

.apexcharts-toolbar {
    position: absolute;
    z-index: 11;
    top: 0px;
    right: 3px;
    max-width: 176px;
    text-align: right;
    border-radius: 3px;
    padding: 0px 6px 2px 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.apexcharts-toolbar svg {
    pointer-events: none;
}

.apexcharts-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px;
    right: 10px;
    opacity: 0;
    min-width: 110px;
    transition: 0.15s ease all;
    pointer-events: none;
}

.apexcharts-menu.open {
    opacity: 1;
    pointer-events: all;
    transition: 0.15s ease all;
}

.apexcharts-menu-item {
    padding: 6px 7px;
    font-size: 12px;
    cursor: pointer;
}

.light .apexcharts-menu-item:hover {
    background: #eee;
}

.dark .apexcharts-menu {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

@media screen and (min-width: 768px) {
    .apexcharts-toolbar {
        /*opacity: 0;*/
    }
    .apexcharts-canvas:hover .apexcharts-toolbar {
        opacity: 1;
    }
}

.apexcharts-datalabel.hidden {
    opacity: 0;
}

.apexcharts-pie-label,
.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value {
    cursor: default;
    pointer-events: none;
}

.apexcharts-pie-label-delay {
    opacity: 0;
    animation-name: opaque;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}

.apexcharts-canvas .hidden {
    opacity: 0;
}

.apexcharts-hide .apexcharts-series-points {
    opacity: 0;
}

.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-radar-series path,
.apexcharts-radar-series polygon {
    pointer-events: none;
}
/* markers */

.apexcharts-marker {
    transition: 0.15s ease all;
}

@keyframes opaque {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 7px;
    background-color: #bbb!important
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #7488e5!important
}


.marketinfo {
    width: 1100px;
    height: 500px;
    margin: 0 auto 40px;
    padding: 0 40px;
    overflow: hidden
}

.hotmarket {
    background-color: #dfe3e6;
    height: 180px;
    width: 100%;
    position: relative;
    margin-top: -65px;
    z-index: 10;
    margin-bottom: 30px
}

.markettab {
    text-align: center;
    font-weight: 400
}

.markettab,
.markettab p {
    position: relative;
    font-size: 16px
}

.markettab p {
    color: #888;
    padding: 14px 20px
}

.markettabact p {
    color: #333!important;
    font-weight: 500;
    position: relative
}

.markettabact p:after {
    position: absolute;
    content: "";
    display: block;
    clear: both;
    left: 0;
    bottom: -1px;
    height: 3px;
    width: 100%;
    background-color: #93a1e9
}

.hotbox {
    width: 1200px;
    margin: 0 auto;
    padding-top: 65px
}

.hotbox .cabox {
    background-color: #fff;
    border-color: #ccc;
    width: calc(100% - 20px);
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    height: 110px;
    position: relative
}

.hotbox .cabox:after {
    display: block;
    content: "";
    clear: both
}

.hotbox .cabox a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.hotbox .cabox .graphbox {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    bottom: 0;
    width: 100%
}

.hotbox .cabox .info {
    margin: 0 15px;
    padding-top: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.hotbox .cabox .info .name {
    font-size: 15px;
    font-weight: 700;
    color: #333
}

.hotbox .cabox .info .name span {
    font-size: 13px;
    font-weight: 400;
    color: #8c8c8c
}

.hotbox .cabox .info .price {
    font-size: 18px;
    font-weight: 700;
    margin: 6px 0
}

.hotbox .cabox .info .price span {
    font-size: 14px
}

.hotbox .cabox .info .change {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 14px;
    font-weight: 500
}

.main_t .table td p {
    color: #555
}

.main_t .table td p,
.main_t .table td p i {
    font-size: 14px;
    vertical-align: middle
}

.main_t .table td img,
.main_t .table td p.starcheck {
    display: inline-block
}

.main_t .table td img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 10px
}

.main_t .table td p.coinname {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px
}

.main_t .table td p.unit {
    color: #8b8b8b;
    font-weight: 400;
    font-size: 12px
}

.main_t .table td p.arr a {
    color: #b9b9b9;
    padding-left: 10px;
    padding-right: 10px
}

.starcheck {
    display: inline-block;
    padding: 0 10px 0 8px;
    width: 20px
}

.starcheck input[type=checkbox] {
    display: none
}

.starcheck input[type=checkbox]~label i {
    color: #cccdd0;
    cursor: pointer;
    font-size: 13px
}

.starcheck input[type=checkbox]:checked~label i {
    color: #7488e5
}

@media (max-width:1300px) {
    .marketinfo {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px
    }
}

@media (max-width:1200px) {
    .hotbox {
        width: 100%
    }
}

@media (max-width:768px) {
    .main_t .table td img {
        display: none
    }
    .main_t .table td p,
    .main_t .table td p i {
        font-size: 12px
    }
    .main_t .table td p.coinname {
        font-size: 13px
    }
    .hotbox {
        padding: 0
    }
    .hotbox .cabox {
        width: calc(100% - 6px);
        margin-left: 3px;
        margin-right: 3px
    }
    .hotmarket {
        height: inherit;
        margin-top: 0;
        padding: 20px 5px
    }
}


.visioninfo {
    background-color: #efefef;
    height: 480px;
    width: 100%;
    padding: 70px 0;
    position: relative
}

.visionbox {
    width: 1240px;
    padding: 0;
    display: block;
    margin: 0 auto;
    position: relative
}

.visionbox:after {
    content: "";
    display: block;
    clear: both
}

.visionbox li {
    position: relative;
    display: block;
    overflow: hidden;
    width: calc(33.33% - 10px);
    margin: 0 5px;
    height: 314px;
    float: left;
    background-color: #fff;
    box-shadow: 0 2px 5px 5px rgba(0, 0, 0, .03)
}

.visionbox .bgimg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 235px;
    width: 100%;
    display: block;
    margin-top: 0;
    transition: all .2s ease-in-out
}

.visionbox .col1 .bgimg {
    background-image: url(/images/main/7df6181.jpg)
}

.visionbox .col2 .bgimg {
    background-image: url(/images/main/ab64b3b.jpg)
}

.visionbox .col3 .bgimg {
    background-image: url(/images/main/9596e35.jpg)
}

.visionbox .bgcolor {
    position: absolute;
    background-color: #768ad8;
    height: 314px;
    width: 100%;
    display: block;
    color: #fff;
    top: 0;
    transition: all .2s ease-in-out 0s;
    opacity: 0
}

.visionbox p.title {
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #555;
    top: 265px;
    position: absolute;
    transition: all .3s ease-in-out
}

.visionbox li p.bar {
    top: 80px;
    display: block;
    height: 3px;
    width: 0;
    background-color: #a5ecfd;
    position: absolute;
    left: calc(50% - 5px);
    opacity: 1;
    transition: all .5s ease-in-out .1s
}

.visionbox p.smallicon {
    top: 150px;
    height: 100px;
    width: 100%;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0;
    transition: all .3s ease-in-out
}

.visionbox li p.txt {
    color: #fff;
    width: 100%;
    position: absolute;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -.5px;
    text-align: center;
    top: 270px;
    opacity: 0;
    transition: all .5s ease-in-out
}

.visionbox .col1 p.smallicon {
    background-image: url(/images/main/a466f66.png)
}

.visionbox .col2 p.smallicon {
    background-image: url(/images/main/bd6e3f8.png)
}

.visionbox .col3 p.smallicon {
    background-image: url(/images/main/2657dce.png)
}

.visionbox li.active .bgcolor,
.visionbox li:hover .bgcolor {
    top: 0;
    opacity: 1
}

.visionbox li.active p.title,
.visionbox li:hover p.title {
    color: #fff;
    top: 45px;
    font-size: 20px;
    font-weight: 500
}

.visionbox li.active p.bar,
.visionbox li:hover p.bar {
    top: 80px;
    opacity: 1;
    width: 100px;
    left: calc(50% - 50px)
}

.visionbox li.active p.smallicon,
.visionbox li:hover p.smallicon {
    top: 80px;
    opacity: 1
}

.visionbox li.active p.txt,
.visionbox li:hover p.txt {
    top: 170px;
    opacity: 1
}

.visionbox li.active p.bgimg,
.visionbox li:hover p.bgimg {
    margin-top: -50px
}

@media (max-width:1260px) {
    .visionbox {
        width: 100%
    }
    .visionbox li p.txt {
        font-size: 13px
    }
    .visioninfo {
        padding: 40px 0;
        height: inherit
    }
}

@media (max-width:768px) {
    .visioninfo {
        height: inherit;
        padding: 40px 0
    }
    .visionbox {
        width: 100%
    }
    .visionbox li {
        width: 100%;
        height: 240px;
        float: none;
        clear: both;
        margin: 0
    }
    .visionbox li p.bgimg {
        height: 190px
    }
    .visionbox p.title {
        top: 205px
    }
    .visionbox li p.txt {
        padding: 0 30px;
        font-size: 13px
    }
    .visionbox li p.smallicon {
        height: 60px;
        background-size: 40px auto
    }
    .visionbox li p.txt br {
        display: none
    }
    .visionbox li.active p.txt,
    .visionbox li:hover p.txt {
        top: 130px
    }
    .visionbox li.active p.title {
        font-size: 18px
    }
}


#openscbox[data-v-3c35c6dd] {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: block;
    left: 0;
    z-index: 10000;
    top: calc(50% - 250px)
}

.openscboxin[data-v-3c35c6dd] {
    width: 600px;
    height: 550px;
    background-color: #d5d5d5;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    border-radius: 8px;
    padding: 10px;
    margin: 0 auto
}

.opensc_inner[data-v-3c35c6dd] {
    width: 100%;
    background-color: #fff;
    border-radius: 7px;
    padding: 0 30px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
    height: 100%;
    position: relative
}

.opensc_btn[data-v-3c35c6dd] {
    text-align: center
}

.opensc_btn[data-v-3c35c6dd]:after {
    display: block;
    content: "";
    clear: both
}

.opensc_btn .dayonly[data-v-3c35c6dd] {
    float: left;
    margin-top: 8px
}

.opensc_btn120[data-v-3c35c6dd] {
    float: right;
    background-color: #3a487e;
    font-size: 16px;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 120px;
    border-radius: 3px;
    display: inline-block
}

.opensc_btn120[data-v-3c35c6dd]:hover {
    background-color: #485a9f
}

.opensc_tit[data-v-3c35c6dd] {
    padding-top: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px
}

.opensc_tit p.title[data-v-3c35c6dd] {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    width: calc(100% - 25px)
}

.opensc_tit .topclose[data-v-3c35c6dd] {
    position: absolute;
    right: 1px;
    top: 0;
    padding: 10px;
    color: #666;
    cursor: pointer
}

.opensc_tit .topclose i[data-v-3c35c6dd] {
    font-size: 20px
}

.opensc_tit .topimg[data-v-3c35c6dd] {
    margin: 10px auto
}

.opensc_cont>b[data-v-3c35c6dd] {
    font-weight: 500
}

.opensc_cont[data-v-3c35c6dd] {
    width: 100%;
    height: 380px;
    margin-bottom: 15px;
    text-align: left;
    box-sizing: border-box;
    padding: 15px 5px;
    overflow-y: auto;
    font-size: 13px;
    line-height: 1.4;
    color: #555
}

.dayonly input[type=checkbox][data-v-3c35c6dd] {
    display: none
}

.dayonly input[type=checkbox]+.chk_img span[data-v-3c35c6dd] {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -2px 3px 0 0;
    vertical-align: middle;
    background: url(/images/main/6829207.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    cursor: pointer
}

.dayonly input[type=checkbox]:checked+.chk_img span[data-v-3c35c6dd] {
    background: url(/images/main/73d0fed.jpg) 0 0 no-repeat;
    background-size: 100% 100%
}

.dayonly .chk_txt[data-v-3c35c6dd] {
    font-size: 14px;
    color: #4e4e51;
    cursor: pointer;
    font-weight: 500
}

.opensc_cont[data-v-3c35c6dd]::-webkit-scrollbar {
    width: 13px
}

.opensc_cont[data-v-3c35c6dd]::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #bbb;
    border-radius: 0
}

.opensc_cont[data-v-3c35c6dd]::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 0
}

.opensc_cont[data-v-3c35c6dd] {
    scrollbar-arrow-color: #bbb;
    scrollbar-3dlight-color: #fff;
    scrollbar-darkshadow-color: #fff;
    scrollbar-face-color: #bbb;
    scrollbar-hightlight-color: #fff;
    scrollbar-shadow-color: #fff;
    scrollbar-track-color: #fff
}

@media (max-width:1439px) {
    #openscbox[data-v-3c35c6dd] {
        top: 120px
    }
}

@media (max-width:768px) {
    #openscbox[data-v-3c35c6dd] {
        top: 50px
    }
    .opensc_cont[data-v-3c35c6dd] {
        height: calc(100% - 115px);
        font-size: 12px!important
    }
    .openscboxin[data-v-3c35c6dd] {
        width: 95%;
        height: 440px;
        padding: 6px
    }
    .opensc_inner[data-v-3c35c6dd] {
        padding: 5px 10px
    }
    .opensc_tit[data-v-3c35c6dd] {
        padding-top: 15px;
        padding-bottom: 20px;
        font-size: 16px
    }
    .opensc_tit .topimg[data-v-3c35c6dd] {
        width: 30px
    }
    .opensc_tit p.title[data-v-3c35c6dd] {
        font-size: 16px
    }
    .opensc_tit .topclose[data-v-3c35c6dd] {
        top: 9px;
        right: 5px
    }
}


.opennotice[data-v-04778f6c] {
    position: fixed;
    left: 10px;
    top: 80px;
    z-index: 10001
}

.opennoticein[data-v-04778f6c] {
    width: 400px;
    height: 430px;
    background-color: #d5d5d5;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    border-radius: 8px;
    padding: 10px;
    margin: 0 auto
}

.opennotice_inner[data-v-04778f6c] {
    width: 100%;
    background-color: #fff;
    border-radius: 7px;
    padding: 0 20px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
    height: 100%;
    position: relative
}

.opensc_cont[data-v-04778f6c] {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
    padding: 15px 5px;
    overflow-y: auto;
    font-size: 13px!important;
    line-height: 1.4;
    color: #555
}

.opensc_btn[data-v-04778f6c] {
    text-align: center
}

.opensc_btn[data-v-04778f6c]:after {
    display: block;
    content: "";
    clear: both
}

.opensc_btn .dayonly[data-v-04778f6c] {
    float: left;
    margin-top: 8px
}

.opensc_btn120[data-v-04778f6c] {
    float: right;
    background-color: #3a487e;
    font-size: 16px;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 120px;
    border-radius: 3px;
    display: inline-block
}

.opensc_btn120[data-v-04778f6c]:hover {
    background-color: #485a9f
}

.opensc_tit[data-v-04778f6c] {
    padding-top: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px
}

.opensc_tit p.title[data-v-04778f6c] {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    width: calc(100% - 25px)
}

.opensc_tit .topclose[data-v-04778f6c] {
    position: absolute;
    right: 1px;
    top: 0;
    padding: 10px;
    color: #666;
    cursor: pointer
}

.opensc_tit .topclose i[data-v-04778f6c] {
    font-size: 20px
}

.opensc_tit .topimg[data-v-04778f6c] {
    margin: 10px auto
}

.opensc_cont>b[data-v-04778f6c] {
    font-weight: 500
}

.dayonly input[type=checkbox][data-v-04778f6c] {
    display: none
}

.dayonly input[type=checkbox]+.chk_img span[data-v-04778f6c] {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -2px 3px 0 0;
    vertical-align: middle;
    background: url(/images/main/6829207.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    cursor: pointer
}

.dayonly input[type=checkbox]:checked+.chk_img span[data-v-04778f6c] {
    background: url(/images/main/73d0fed.jpg) 0 0 no-repeat;
    background-size: 100% 100%
}

.dayonly .chk_txt[data-v-04778f6c] {
    font-size: 14px;
    color: #4e4e51;
    cursor: pointer;
    font-weight: 500
}

.opensc_cont[data-v-04778f6c]::-webkit-scrollbar {
    width: 13px
}

.opensc_cont[data-v-04778f6c]::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #bbb;
    border-radius: 0
}

.opensc_cont[data-v-04778f6c]::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 0
}

.opensc_cont[data-v-04778f6c] {
    scrollbar-arrow-color: #bbb;
    scrollbar-3dlight-color: #fff;
    scrollbar-darkshadow-color: #fff;
    scrollbar-face-color: #bbb;
    scrollbar-hightlight-color: #fff;
    scrollbar-shadow-color: #fff;
    scrollbar-track-color: #fff
}

@media (max-width:1439px) {
    #openscbox[data-v-04778f6c] {
        top: 120px
    }
}

@media (max-width:768px) {
    #openscbox[data-v-04778f6c] {
        top: 50px
    }
    .opensc_cont[data-v-04778f6c] {
        height: calc(100% - 115px);
        font-size: 12px!important
    }
    .openscboxin[data-v-04778f6c] {
        width: 95%;
        height: 440px;
        padding: 6px
    }
    .opensc_inner[data-v-04778f6c] {
        padding: 5px 10px
    }
    .opensc_tit[data-v-04778f6c] {
        padding-top: 15px;
        padding-bottom: 20px;
        font-size: 16px
    }
    .opensc_tit .topimg[data-v-04778f6c] {
        width: 30px
    }
    .opensc_tit p.title[data-v-04778f6c] {
        font-size: 16px
    }
    .opensc_tit .topclose[data-v-04778f6c] {
        top: 9px;
        right: 5px
    }
}



@keyframes resizeanim {
    from {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}

.resize-triggers {
    animation: 1ms resizeanim;
    visibility: hidden;
    opacity: 0;
}

.resize-triggers,
.resize-triggers > div,
.contract-trigger:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.resize-triggers > div {
    background: #eee;
    overflow: auto;
}

.contract-trigger:before {
    width: 200%;
    height: 200%;
}

#exchange[data-v-408fdd64] {
    padding-top: 55px;
    height: 100vh;
    position: relative
}

.coinlist[data-v-408fdd64] {
    width: 220px;
    position: absolute;
    top: 0;
    top: 55px;
    left: 0;
    height: calc(100% - 55px);
    transition: width .3s;
    -webkit-animation: coinltwid .5s ease-in-out;
    animation: coinltwid .5s ease-in-out
}

.bigcontent[data-v-408fdd64] {
    width: calc(100% - 220px);
    min-width: 930px;
    height: calc(100vh - 55px);
    margin-left: 220px;
    position: relative;
    padding: 10px;
    color: #fff;
    transition: all .3s;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    -webkit-animation: coinltwid2 .5s ease-in-out;
    animation: coinltwid2 .5s ease-in-out
}

.bigcontent[data-v-408fdd64]:after {
    content: "";
    display: block;
    clear: both
}

.topstate[data-v-408fdd64] {
    order: -10;
    height: 56px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    flex: 1 1 auto
}

.colorblack .graphbox[data-v-408fdd64] {
    background-image: url(/images/main/c5526f6.jpg)
}

.colorblack .graphbox[data-v-408fdd64],
.colorwhite .graphbox[data-v-408fdd64] {
    order: 2;
    float: left;
    clear: both;
    height: calc(100vh - 440px);
    width: calc(100% - 630px);
    background-position: 100% 100%;
    transition: height .2s
}

.colorwhite .graphbox[data-v-408fdd64] {
    background-image: url(/images/main/d14616c.jpg)
}

.orderbook[data-v-408fdd64] {
    order: 3;
    margin-left: 10px;
    margin-right: 10px;
    height: calc(100vh - 440px)
}

.orderbook[data-v-408fdd64],
.timesale[data-v-408fdd64] {
    float: left;
    width: 305px
}

.timesale[data-v-408fdd64] {
    order: 4;
    height: calc(100vh - 445px)
}

.tradehistory[data-v-408fdd64] {
    order: 5;
    width: calc(100% - 650px);
    overflow: hidden;
    left: 10px;
    transition: height .2s
}

.sellnbuy[data-v-408fdd64],
.tradehistory[data-v-408fdd64] {
    float: left;
    height: 290px;
    position: absolute;
    bottom: 10px
}

.sellnbuy[data-v-408fdd64] {
    order: 6;
    width: 620px;
    right: 10px
}

.tradehistory.changebox[data-v-408fdd64] {
    height: 45px
}

.graphbox.changebox[data-v-408fdd64] {
    height: calc(100vh - 200px)
}

.coinlist.changebox[data-v-408fdd64] {
    width: 320px
}

.bigcontent.changebox[data-v-408fdd64] {
    margin-left: 320px;
    width: calc(100% - 320px)
}

.coinlist_box[data-v-408fdd64] {
    height: calc(100vh - 180px)
}

.coinlist .btitle[data-v-408fdd64] {
    font-weight: 700;
    font-size: 16px;
    padding: 16px 0 17px;
    position: relative;
    cursor: pointer
}

.colorblack .coinlist .btitle[data-v-408fdd64]:hover {
    color: #fff!important
}

.colorwhite .coinlist .btitle[data-v-408fdd64]:hover {
    color: #111!important
}

.coinlist .btitle p[data-v-408fdd64] {
    display: inline-block;
    height: 16px;
    width: 20px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 17px;
    font-size: 16px
}

.coinlist .btitle p span[data-v-408fdd64]:first-child {
    right: 0
}

.coinlist .btitle p span[data-v-408fdd64]:first-child,
.coinlist .btitle p span[data-v-408fdd64]:nth-child(2) {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 16px;
    transition: all .3s ease-in-out
}

.coinlist .btitle p span[data-v-408fdd64]:nth-child(2) {
    right: 20px
}

.coinlist .btitle:hover p span.rt[data-v-408fdd64] {
    -webkit-animation: arrowr-data-v-408fdd64 .3s ease-in-out;
    animation: arrowr-data-v-408fdd64 .3s ease-in-out
}

.coinlist.changebox .btitle p[data-v-408fdd64] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@-webkit-keyframes arrowr-data-v-408fdd64 {
    0% {
        margin-right: 0
    }
    to {
        margin-right: -20px
    }
}

@keyframes arrowr-data-v-408fdd64 {
    0% {
        margin-right: 0
    }
    to {
        margin-right: -20px
    }
}

.coinselec[data-v-408fdd64] {
    width: 100%;
    height: 38px;
    padding: 0 7px;
    display: block;
    margin-bottom: 3px;
    position: relative
}

.coinselec[data-v-408fdd64]:after {
    display: block;
    content: "";
    clear: both
}

.coinselec select[data-v-408fdd64] {
    font-size: 14px;
    position: relative;
    cursor: pointer;
    border-color: #3e6dc4;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAECAYAAAC3OK7NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZDQjY2NkUzQjE0MTFFOTlCNEZCNzM3MUJERDhDNTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZDQjY2NkYzQjE0MTFFOTlCNEZCNzM3MUJERDhDNTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkNCNjY2QzNCMTQxMUU5OUI0RkI3MzcxQkREOEM1MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkNCNjY2RDNCMTQxMUU5OUI0RkI3MzcxQkREOEM1MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrfphHYAAAAxSURBVHjaYvz//z9D79RF/xlwgOLsOEYQzQTlM+JQBxdnwiaIjc8ENR5dEsMGgAADAGebCEfGiWJHAAAAAElFTkSuQmCC);
    background-position: right 5px center;
    background-size: 10px 4px;
    background-repeat: no-repeat;
    padding-right: 5px;
    padding-left: 8px
}

.coinselec .seloption[data-v-408fdd64] {
    font-size: 15px
}

.coinselec .selectbox[data-v-408fdd64] {
    position: relative;
    width: calc(100% - 133px);
    float: left;
    margin-right: 5px;
    height: 38px
}

.coinselec .selectbox[data-v-408fdd64]:hover {
    box-shadow: 0 0 1px 1px #3e6dc4;
    z-index: 0
}

.coinselec .searchbox[data-v-408fdd64] {
    width: 128px;
    font-size: 13px;
    float: left;
    height: 38px
}

.coinselec .searchbox input[type=text][data-v-408fdd64] {
    font-size: 14px;
    padding-left: 8px
}

.searchbox button[data-v-408fdd64] {
    font-size: 12px
}

.coinlist_t[data-v-408fdd64] {
    width: calc(100% - 1px);
    margin-left: 0;
    margin-right: 0
}

.coinlist_t>tbody>tr>td[data-v-408fdd64]:first-child,
.coinlist_t>thead>tr>th[data-v-408fdd64]:first-child {
    text-align: left
}

.coinlist_t>tbody>tr>td[data-v-408fdd64]:nth-child(2),
.coinlist_t>thead>tr>th[data-v-408fdd64]:nth-child(2) {
    text-align: right;
    padding-right: 15px!important
}

.coinlist_t>tbody>tr>td[data-v-408fdd64]:nth-child(3),
.coinlist_t>thead>tr>th[data-v-408fdd64]:nth-child(3) {
    display: none;
    text-align: right;
    padding-right: 15px!important
}

.coinlist.changebox .coinlist_t>tbody>tr>td[data-v-408fdd64]:nth-child(2),
.coinlist.changebox .coinlist_t>thead>tr>th[data-v-408fdd64]:nth-child(2) {
    padding-right: 4px
}

.coinlist.changebox .coinlist_t>tbody>tr>td[data-v-408fdd64]:nth-child(3),
.coinlist.changebox .coinlist_t>thead>tr>th[data-v-408fdd64]:nth-child(3) {
    display: table-cell;
    text-align: right;
    padding-right: 15px;
    vertical-align: middle
}

.coinlist_t>thead>tr>th[data-v-408fdd64] {
    color: #8891a1;
    font-size: 12px;
    padding: 8px;
    border-bottom: 1px solid #394250
}

.colorwhite .coinlist_t>thead>tr>th[data-v-408fdd64] {
    border-bottom: 1px solid #cccdd0
}

.coinlist_t>thead>tr>th[data-v-408fdd64]:first-child {
    padding-left: 15px
}

.coinlist_t>tbody>tr>td[data-v-408fdd64] {
    font-size: 13px;
    line-height: 1.4;
    padding: 6px 4px!important;
    cursor: pointer;
    border-bottom: 1px solid #353f4e
}

.colorwhite .coinlist_t>tbody>tr>td[data-v-408fdd64] {
    border-bottom: 1px solid #cccdd0
}

.coinlist_t>tbody>tr:active td[data-v-408fdd64] {
    background-color: #2f5894
}

.colorwhite .coinlist_t>tbody>tr:active td[data-v-408fdd64] {
    background-color: #d1e0ef
}

.colorblack .coinlist_t>tbody>tr.active[data-v-408fdd64],
.colorblack .coinlist_t>tbody>tr[data-v-408fdd64]:hover {
    background-color: #262d39
}

.colorwhite .coinlist_t>tbody>tr[data-v-408fdd64]:hover {
    background-color: #f5f6f6
}

.colorwhite .coinlist_t>tbody>tr.active[data-v-408fdd64] {
    background-color: #eff2f5
}

.coinlist_t>tbody>tr.active td[data-v-408fdd64]:first-child {
    position: relative
}

.coinlist_t>tbody>tr.active td[data-v-408fdd64]:first-child:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    width: 3px;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #7488e5
}

.starcheck input[type=checkbox][data-v-408fdd64] {
    display: none
}

.starcheck input[type=checkbox]~label i[data-v-408fdd64] {
    color: #57595e;
    cursor: pointer;
    font-size: 12px
}

.colorwhite .starcheck input[type=checkbox]~label i[data-v-408fdd64] {
    color: #cccdd0
}

.starcheck input[type=checkbox]:checked~label i[data-v-408fdd64] {
    color: #7488e5
}

.coinlist_t .starcheck[data-v-408fdd64] {
    display: inline-block;
    padding: 0 10px 0 8px;
    width: 30px
}

.coinlist_t .tit[data-v-408fdd64] {
    display: inline-block;
    font-size: 13px;
    font-weight: 500
}

.coinlist_t .unit[data-v-408fdd64] {
    padding-left: 30px;
    font-size: 12px;
    color: #8891a1
}

.coinlist_t .price[data-v-408fdd64] {
    font-weight: 500
}

.topstate .topinfo[data-v-408fdd64] {
    padding: 7px 20px;
    font-size: 13px
}

.topinfo[data-v-408fdd64]:after {
    content: "";
    display: block;
    clear: both
}

.topinfo table[data-v-408fdd64] {
    float: left
}

.topinfo table th[data-v-408fdd64] {
    font-size: 12px;
    text-align: left;
    padding: 4px 15px
}

.topinfo table td[data-v-408fdd64] {
    font-size: 13px;
    text-align: left;
    font-weight: 500;
    padding: 4px 15px
}

.topinfo .topinfoleft[data-v-408fdd64] {
    float: left
}

.topinfo .per[data-v-408fdd64] {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    display: inline-block;
    line-height: 18px;
    padding-bottom: 2px
}

.topinfoleft .img[data-v-408fdd64] {
    vertical-align: top;
    margin-top: 9px
}

.topinfoleft .tit[data-v-408fdd64] {
    font-size: 20px;
    font-weight: 500;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 12px;
    display: inline-block
}

.topinfoleft .unit[data-v-408fdd64] {
    display: inline-block;
    margin-right: 20px;
    font-weight: 500
}

.topinfoleft .price[data-v-408fdd64] {
    font-size: 20px;
    font-weight: 500;
    margin-left: 5px;
    display: inline-block
}

.sunmoon[data-v-408fdd64] {
    position: absolute;
    top: 16px;
    right: 20px
}

.sunmoon input[type=radio][data-v-408fdd64] {
    display: none
}

.sunmoon input[type=radio]~label i[data-v-408fdd64] {
    color: #8d95a2;
    cursor: pointer;
    font-size: 14px;
    background-color: #000;
    padding: 5px 10px;
    display: inline-block
}

.colorwhite .sunmoon input[type=radio]~label i[data-v-408fdd64] {
    background-color: #ddd
}

.sunmoon input#sun[type=radio]:checked~label.sun i[data-v-408fdd64] {
    color: #fff;
    background-color: #de2c3f
}

.sunmoon input#moon[type=radio]:checked~label.moon i[data-v-408fdd64] {
    color: #fff;
    background-color: #3e6dc4
}

.sunmoon input[type=radio]~label[data-v-408fdd64] {
    width: 30px;
    height: 27px;
    margin: 0
}

.sunmoon input[type=radio]~label.sun i[data-v-408fdd64] {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.sunmoon input[type=radio]~label.moon i[data-v-408fdd64] {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.orderbookbox[data-v-408fdd64] {
    height: calc(100% - 68px);
    overflow: hidden;
    position: relative;
    width: 100%
}

.orderbookboxin[data-v-408fdd64] {
    position: absolute;
    top: calc(50% - 416px);
    left: 0;
    right: 1px;
    transition: all .2s
}

.toptitle[data-v-408fdd64] {
    height: 34px;
    position: relative
}

.toptitle[data-v-408fdd64]:after {
    content: "";
    display: block;
    clear: both
}

.toptitle p[data-v-408fdd64] {
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    padding-left: 15px
}

.orderbook .toptitle .btngroup[data-v-408fdd64] {
    position: absolute;
    right: 16px;
    top: 7px
}

.btngroup input[type=radio][data-v-408fdd64] {
    display: none
}

.btngroup input[type=radio]~label[data-v-408fdd64] {
    background-repeat: no-repeat;
    background-position: 50%;
    text-indent: -9999px;
    margin-left: 3px;
    width: 17px;
    height: 19px;
    cursor: pointer
}

.btngroup input[type=radio]:checked+label[data-v-408fdd64] {
    border: 1px solid #3e6dc4
}

.colorwhite .btngroup input[type=radio]:checked+label[data-v-408fdd64] {
    border: 1px solid #8eaadc
}

input[type=radio]#odselected1+label[data-v-408fdd64] {
    background-image: url(/images/main/b6ea76a.png)
}

input[type=radio]#odselected2+label[data-v-408fdd64] {
    background-image: url(/images/main/682e4a1.png)
}

input[type=radio]#odselected3+label[data-v-408fdd64] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAARCAYAAAACCvahAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkE0RDdCQTczMDFGMTFFOUJEMzVCRDExNjNBM0M4RjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkE0RDdCQTgzMDFGMTFFOUJEMzVCRDExNjNBM0M4RjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQTREN0JBNTMwMUYxMUU5QkQzNUJEMTE2M0EzQzhGMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQTREN0JBNjMwMUYxMUU5QkQzNUJEMTE2M0EzQzhGMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PinN5MMAAABMSURBVHjaYvz//z8DuYCJgQKAV3PilBt4ncVIibNZiLF1fo4GI31sxuZXbLZT12Z8IYxuO/VsJhSv6LZTx2ZibEW3fYjaTFGWBAgwABMBMtt4wLneAAAAAElFTkSuQmCC)
}

.orderbook .ob_t tbody td[data-v-408fdd64],
.orderbook .ob_t tbody tr[data-v-408fdd64] {
    display: block
}

.orderbook .ob_t tbody tr td[data-v-408fdd64]:first-child {
    width: 40%
}

.orderbook .ob_t tbody tr td.last[data-v-408fdd64] {
    width: 60%
}

.orderbook .ob_t tbody tr td[data-v-408fdd64] {
    float: left
}

.orderbook .middlearea[data-v-408fdd64] {
    height: 33px;
    border-top: 1px solid #494d55;
    border-bottom: 1px solid #494d55;
    padding-left: 15px;
    padding-right: 15px
}

.colorwhite .orderbook .middlearea[data-v-408fdd64] {
    border-top: 1px solid #cccdd0;
    border-bottom: 1px solid #cccdd0
}

.orderbook .middlearea[data-v-408fdd64]:after {
    content: "";
    display: block;
    clear: both
}

.middlearea span[data-v-408fdd64] {
    vertical-align: bottom;
    display: inline-block;
    margin-top: 7px
}

.middlearea .left[data-v-408fdd64] {
    float: left
}

.middlearea .right[data-v-408fdd64] {
    float: right
}

.middlearea .tit[data-v-408fdd64] {
    font-size: 16px;
    font-weight: 700
}

.redarea[data-v-408fdd64] {
    vertical-align: bottom;
    position: relative;
    display: table-cell;
    width: 306px
}

.bluearea[data-v-408fdd64],
.redarea[data-v-408fdd64] {
    height: 400px
}

.bluearea .table tbody tr[data-v-408fdd64]:active {
    background-color: rgba(213, 47, 66, .3)!important
}

.redarea .table tbody tr[data-v-408fdd64]:active {
    background-color: rgba(59, 160, 251, .3)!important
}

.timesalearea[data-v-408fdd64] {
    height: 385px;
    height: calc(100% - 70px)
}

.timesale .table tbody tr td[data-v-408fdd64]:first-child,
.timesale .table tr th[data-v-408fdd64]:first-child {
    width: 80px
}

.tabtitle[data-v-408fdd64] {
    font-weight: 500;
    font-size: 15px;
    line-height: 44px;
    padding: 0 30px;
    position: relative
}

.nav-pills .nav-item.show .nav-link .tabtitle[data-v-408fdd64]:after,
.nav-pills .nav-link.active .tabtitle[data-v-408fdd64]:after {
    content: "";
    position: absolute;
    display: block;
    clear: both;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #7488e5
}

.tabtitle[data-v-408fdd64]:hover {
    color: #dadeef
}

.colorwhite .tabtitle[data-v-408fdd64]:hover {
    color: #111
}

.tradehistory .vsmall[data-v-408fdd64] {
    position: absolute;
    right: 10px;
    top: 11px;
    cursor: pointer;
    text-align: center
}

.tradehistory .vsmall i[data-v-408fdd64] {
    padding: 5px
}

.tradehistory .vsmall[data-v-408fdd64]:hover {
    color: #dadeef!important
}

.colorwhite .tradehistory .vsmall[data-v-408fdd64]:hover {
    color: #333!important
}

.tradehistory .vsmall p[data-v-408fdd64] {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 25px;
    overflow: hidden
}

.tradehistory .vsmall p span[data-v-408fdd64]:first-child {
    top: -25px
}

.tradehistory .vsmall p span[data-v-408fdd64]:first-child,
.tradehistory .vsmall p span[data-v-408fdd64]:nth-child(2) {
    display: block;
    position: absolute;
    width: 30px;
    right: 0;
    height: 25px;
    transition: all .3s ease-in-out
}

.tradehistory .vsmall p span[data-v-408fdd64]:nth-child(2) {
    top: 0
}

.tradehistory .vsmall:hover p span[data-v-408fdd64] {
    -webkit-animation: arrowb-data-v-408fdd64 .3s ease-in-out;
    animation: arrowb-data-v-408fdd64 .3s ease-in-out
}

@-webkit-keyframes arrowb-data-v-408fdd64 {
    0% {
        margin-top: 0
    }
    to {
        margin-top: 25px
    }
}

@keyframes arrowb-data-v-408fdd64 {
    0% {
        margin-top: 0
    }
    to {
        margin-top: 25px
    }
}

.tradehistory .vsmall.changebox p[data-v-408fdd64] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.datebtn[data-v-408fdd64] {
    border-top: 1px solid #4f545d!important
}

.colorwhite .datebtn[data-v-408fdd64] {
    border-top: 1px solid #cccdd0!important
}

.datebtn input[type=radio][data-v-408fdd64] {
    display: none
}

.datebtn input[type=radio]~label[data-v-408fdd64] {
    cursor: pointer;
    font-size: 12px;
    padding: 0 8px;
    line-height: 37px
}

.datebtn input[type=radio]:checked+label[data-v-408fdd64],
.datebtn input[type=radio]~label[data-v-408fdd64]:hover {
    color: #6093d7
}

.colorwhite .datebtn input[type=radio]:checked+label[data-v-408fdd64],
.colorwhite .datebtn input[type=radio]~label[data-v-408fdd64]:hover {
    color: #3b6bd0
}

.tradeh_tbox[data-v-408fdd64] {
    height: 173px
}

.thbox .unit[data-v-408fdd64] {
    opacity: .85;
    margin-right: 3px
}

.coinlist_t tbody tr:hover td p[data-v-408fdd64],
.thbox .table tbody tr:hover td p[data-v-408fdd64] {
    -webkit-transform: none;
    transform: none
}

.thbox .table tbody tr td[data-v-408fdd64] {
    padding: 5px 4px
}

.thbox .table tbody tr td[data-v-408fdd64]:nth-child(2),
.thbox .table tr th[data-v-408fdd64]:nth-child(2) {
    text-align: center!important;
    min-width: 140px
}

.thbox .table tbody tr td[data-v-408fdd64]:nth-child(3),
.thbox .table tbody tr td[data-v-408fdd64]:nth-child(4),
.thbox .table tbody tr td[data-v-408fdd64]:nth-child(5),
.thbox .table tbody tr td[data-v-408fdd64]:nth-child(6),
.thbox .table tr th[data-v-408fdd64]:nth-child(3),
.thbox .table tr th[data-v-408fdd64]:nth-child(4),
.thbox .table tr th[data-v-408fdd64]:nth-child(5),
.thbox .table tr th[data-v-408fdd64]:nth-child(6) {
    text-align: right;
    width: 16%;
    word-break: keep-all
}

.thbox .table tbody tr td[data-v-408fdd64]:first-child,
.thbox .table tr th[data-v-408fdd64]:first-child {
    width: 80px;
    min-width: 60px;
    text-align: center!important;
    padding-left: 15px
}

.thbox .table tbody tr td[data-v-408fdd64]:last-child,
.thbox .table tr th[data-v-408fdd64]:last-child {
    width: 80px;
    min-width: 60px;
    text-align: center!important;
    padding-right: 15px
}

.thbox .table.ttab2 tbody tr td[data-v-408fdd64]:nth-child(2),
.thbox .table.ttab2 tr th[data-v-408fdd64]:nth-child(2) {
    text-align: center
}

.thbox .table.ttab2 tbody tr td[data-v-408fdd64]:nth-child(3),
.thbox .table.ttab2 tbody tr td[data-v-408fdd64]:nth-child(4),
.thbox .table.ttab2 tbody tr td[data-v-408fdd64]:nth-child(5),
.thbox .table.ttab2 tr th[data-v-408fdd64]:nth-child(3),
.thbox .table.ttab2 tr th[data-v-408fdd64]:nth-child(4),
.thbox .table.ttab2 tr th[data-v-408fdd64]:nth-child(5) {
    text-align: right;
    width: 18%
}

.thbox .table.ttab2 tbody tr td[data-v-408fdd64]:last-child,
.thbox .table.ttab2 tr th[data-v-408fdd64]:last-child {
    width: 15%;
    text-align: center!important;
    padding-right: 25px!important
}

.thbox .table.ttab3 tbody tr td[data-v-408fdd64]:nth-child(2),
.thbox .table.ttab3 tr th[data-v-408fdd64]:nth-child(2) {
    text-align: center
}

.thbox .table.ttab3 tbody tr td[data-v-408fdd64]:nth-child(3),
.thbox .table.ttab3 tbody tr td[data-v-408fdd64]:nth-child(4),
.thbox .table.ttab3 tbody tr td[data-v-408fdd64]:nth-child(5),
.thbox .table.ttab3 tr th[data-v-408fdd64]:nth-child(3),
.thbox .table.ttab3 tr th[data-v-408fdd64]:nth-child(4),
.thbox .table.ttab3 tr th[data-v-408fdd64]:nth-child(5) {
    text-align: right;
    width: 18%
}

.thbox .table.ttab3 tbody tr td[data-v-408fdd64]:last-child,
.thbox .table.ttab3 tr th[data-v-408fdd64]:last-child {
    width: 18%;
    text-align: right!important;
    padding-right: 25px!important
}

.thbox .cancel[data-v-408fdd64] {
    color: #8891a1;
    padding: 0 7px
}

.thbox .table tbody tr:hover td .cancel[data-v-408fdd64] {
    color: #dadeef;
    background-color: rgba(116, 136, 229, .5)
}

.colorwhite .thbox .table tbody tr:hover td .cancel[data-v-408fdd64] {
    color: #fff;
    background-color: rgba(116, 136, 229, .9)
}

.sellnbuy[data-v-408fdd64] {
    padding: 20px 17px 0
}

.sellnbuy[data-v-408fdd64]:after {
    display: block;
    content: "";
    clear: both
}

.sellnbuy .rowt[data-v-408fdd64] {
    font-size: 13px
}

.sellnbuy .rowt .right[data-v-408fdd64]:after,
.sellnbuy .rowt[data-v-408fdd64]:after {
    content: "";
    display: block;
    clear: both
}

.sellnbuy .rowt .left[data-v-408fdd64] {
    float: left
}

.sellnbuy .rowt .left.w70[data-v-408fdd64] {
    width: 70px;
    font-size: 14px;
    line-height: 40px
}

.sellnbuy .rowt .left .unit[data-v-408fdd64] {
    font-size: 12px
}

.sellnbuy .rowt .right[data-v-408fdd64] {
    float: right
}

.sellnbuy .rowt .right.w100[data-v-408fdd64] {
    width: calc(100% - 70px)
}

.sellnbuy .inbox.buyarea[data-v-408fdd64] {
    width: 280px;
    float: left;
    position: relative
}

.sellnbuy .inbox.sellarea[data-v-408fdd64] {
    width: 280px;
    float: right
}

.sellnbuy .nfont[data-v-408fdd64] {
    font-size: 14px
}

.sellnbuy .tit[data-v-408fdd64] {
    font-size: 16px;
    font-weight: 500
}

.sellnbuy .total[data-v-408fdd64] {
    font-size: 15px;
    font-weight: 700
}

.tradebtn[data-v-408fdd64] {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    border: 1px solid transparent;
    height: 38px;
    line-height: 36px;
    padding: 0
}

.colorblack .sellnbuy .btn.small[data-v-408fdd64],
.colorblack .sellnbuy input[data-v-408fdd64],
.colorblack .sellnbuy select[data-v-408fdd64] {
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-color: #4a5362;
    padding-left: 8px
}

.coinselec .sellnbuy select[data-v-408fdd64]:focus,
.coinselec .sellnbuy select[data-v-408fdd64]:hover,
.colorblack .sellnbuy input[data-v-408fdd64]:focus,
.colorblack .sellnbuy input[data-v-408fdd64]:hover,
.sellnbuy .rowt .right.w100 .btn.small[data-v-408fdd64]:hover {
    border-color: #3e6dc4;
    z-index: 100
}

.sellnbuy .rowt .right.w100 .btn.small[data-v-408fdd64] {
    text-align: center;
    width: 32px;
    border: 1px solid #4a5362;
    margin-left: -1px;
    padding: 0;
    font-size: 11px
}

.sellnbuy .rowt .right.w100 .btn.small[data-v-408fdd64]:active {
    background-color: #3d4879
}

.numamount[data-v-408fdd64] {
    margin-right: 62px
}

.sellnbuy .selectbox[data-v-408fdd64] {
    position: relative
}

.sellnbuy .selectbox select[data-v-408fdd64] {
    position: absolute;
    right: 0;
    top: 0;
    width: 63px;
    font-size: 13px;
    padding: 0 12px 0 8px;
    background-color: #1c212a;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAECAYAAAC3OK7NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZDQjY2NkUzQjE0MTFFOTlCNEZCNzM3MUJERDhDNTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZDQjY2NkYzQjE0MTFFOTlCNEZCNzM3MUJERDhDNTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkNCNjY2QzNCMTQxMUU5OUI0RkI3MzcxQkREOEM1MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkNCNjY2RDNCMTQxMUU5OUI0RkI3MzcxQkREOEM1MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrfphHYAAAAxSURBVHjaYvz//z9D79RF/xlwgOLsOEYQzQTlM+JQBxdnwiaIjc8ENR5dEsMGgAADAGebCEfGiWJHAAAAAElFTkSuQmCC);
    background-position: right 5px center;
    background-size: 10px 4px;
    background-repeat: no-repeat
}

.sellnbuy select[data-v-408fdd64]:hover {
    border-color: #3e6dc4
}

.tradebtn.login[data-v-408fdd64] {
    font-size: 13px;
    font-weight: 400
}

.tradebtn.red[data-v-408fdd64] {
    background-color: #bf2b3b
}

.tradebtn.red[data-v-408fdd64]:hover {
    background-color: #d4273a
}

.tradebtn.red[data-v-408fdd64]:active {
    background-color: #b11d2d
}

.tradebtn.blue[data-v-408fdd64] {
    background-color: #3661bc
}

.tradebtn.blue[data-v-408fdd64]:hover {
    background-color: #3b6bd0
}

.tradebtn.blue[data-v-408fdd64]:active {
    background-color: #2851a9
}

.colorwhite .tradebtn.red[data-v-408fdd64] {
    background-color: #d4273a
}

.colorwhite .tradebtn.red[data-v-408fdd64]:hover {
    background-color: #ea2238
}

.colorwhite .tradebtn.red[data-v-408fdd64]:active {
    background-color: #bf2b3b
}

.colorwhite .tradebtn.blue[data-v-408fdd64] {
    background-color: #3b6bd0
}

.colorwhite .tradebtn.blue[data-v-408fdd64]:hover {
    background-color: #3e77ef
}

.colorwhite .tradebtn.blue[data-v-408fdd64]:active {
    background-color: #3661bc
}

.colorwhite .sellnbuy .selectbox select[data-v-408fdd64] {
    background-color: #eff2f5;
    color: #333
}

.colorwhite .sellnbuy .rowt .right.w100 .btn.small[data-v-408fdd64] {
    border: 1px solid #cccdd0;
    background-color: #eff2f5
}

.colorwhite .sellnbuy .rowt .right.w100 .btn.small[data-v-408fdd64]:hover,
.colorwhite .sellnbuy input[data-v-408fdd64]:focus,
.colorwhite .sellnbuy input[data-v-408fdd64]:hover {
    border-color: #3e77ef;
    z-index: 100
}

.colorwhite .sellnbuy select[data-v-408fdd64]:hover {
    border-color: #3e77ef
}

.colorwhite .sellnbuy .rowt .right.w100 .btn.small[data-v-408fdd64]:active {
    background-color: rgba(59, 116, 221, .3)
}

@media (max-width:1330px) {
    .topinfo table td[data-v-408fdd64]:nth-child(3),
    .topinfo table td[data-v-408fdd64]:nth-child(4),
    .topinfo table th[data-v-408fdd64]:nth-child(3),
    .topinfo table th[data-v-408fdd64]:nth-child(4) {
        display: none
    }
    .tabtitle[data-v-408fdd64] {
        padding: 0 7px
    }
}
