/*!
 * 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-xxxs: 0;
    --breakpoint-xxs: 480px;
    --breakpoint-xs: 576px;
    --breakpoint-sm: 667px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1440px;
    --breakpoint-xxxl: 1600px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-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;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

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]) {
    color: inherit;
    text-decoration: none
}

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 {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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: 600;
    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;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #CCCCCB;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-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;
    max-width: 0
}

@media (min-width:480px) {
    .container {
        max-width: 480px
    }
}

@media (min-width:576px) {
    .container {
        max-width: 576px
    }
}

@media (min-width:667px) {
    .container {
        max-width: 667px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 992px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width:1440px) {
    .container {
        max-width: 1440px
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1600px
    }
}

.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-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto,
.col-xxs,
.col-xxs-1,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-auto,
.col-xxxl,
.col-xxxl-1,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-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.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.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.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:480px) {
    .col-xxs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xxs-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxs-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxs-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxs-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxs-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxs-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxs-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxs-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxs-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxs-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxs-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxs-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxs-first {
        order: -1
    }

    .order-xxs-last {
        order: 13
    }

    .order-xxs-0 {
        order: 0
    }

    .order-xxs-1 {
        order: 1
    }

    .order-xxs-2 {
        order: 2
    }

    .order-xxs-3 {
        order: 3
    }

    .order-xxs-4 {
        order: 4
    }

    .order-xxs-5 {
        order: 5
    }

    .order-xxs-6 {
        order: 6
    }

    .order-xxs-7 {
        order: 7
    }

    .order-xxs-8 {
        order: 8
    }

    .order-xxs-9 {
        order: 9
    }

    .order-xxs-10 {
        order: 10
    }

    .order-xxs-11 {
        order: 11
    }

    .order-xxs-12 {
        order: 12
    }

    .offset-xxs-0 {
        margin-left: 0
    }

    .offset-xxs-1 {
        margin-left: 8.33333%
    }

    .offset-xxs-2 {
        margin-left: 16.66667%
    }

    .offset-xxs-3 {
        margin-left: 25%
    }

    .offset-xxs-4 {
        margin-left: 33.33333%
    }

    .offset-xxs-5 {
        margin-left: 41.66667%
    }

    .offset-xxs-6 {
        margin-left: 50%
    }

    .offset-xxs-7 {
        margin-left: 58.33333%
    }

    .offset-xxs-8 {
        margin-left: 66.66667%
    }

    .offset-xxs-9 {
        margin-left: 75%
    }

    .offset-xxs-10 {
        margin-left: 83.33333%
    }

    .offset-xxs-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:576px) {
    .col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xs-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xs-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xs-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xs-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xs-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xs-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xs-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xs-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xs-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xs-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xs-first {
        order: -1
    }

    .order-xs-last {
        order: 13
    }

    .order-xs-0 {
        order: 0
    }

    .order-xs-1 {
        order: 1
    }

    .order-xs-2 {
        order: 2
    }

    .order-xs-3 {
        order: 3
    }

    .order-xs-4 {
        order: 4
    }

    .order-xs-5 {
        order: 5
    }

    .order-xs-6 {
        order: 6
    }

    .order-xs-7 {
        order: 7
    }

    .order-xs-8 {
        order: 8
    }

    .order-xs-9 {
        order: 9
    }

    .order-xs-10 {
        order: 10
    }

    .order-xs-11 {
        order: 11
    }

    .order-xs-12 {
        order: 12
    }

    .offset-xs-0 {
        margin-left: 0
    }

    .offset-xs-1 {
        margin-left: 8.33333%
    }

    .offset-xs-2 {
        margin-left: 16.66667%
    }

    .offset-xs-3 {
        margin-left: 25%
    }

    .offset-xs-4 {
        margin-left: 33.33333%
    }

    .offset-xs-5 {
        margin-left: 41.66667%
    }

    .offset-xs-6 {
        margin-left: 50%
    }

    .offset-xs-7 {
        margin-left: 58.33333%
    }

    .offset-xs-8 {
        margin-left: 66.66667%
    }

    .offset-xs-9 {
        margin-left: 75%
    }

    .offset-xs-10 {
        margin-left: 83.33333%
    }

    .offset-xs-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:667px) {
    .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.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .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.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@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.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .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.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@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.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .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.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@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.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .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.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1440px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1600px) {
    .col-xxxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xxxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxxl-first {
        order: -1
    }

    .order-xxxl-last {
        order: 13
    }

    .order-xxxl-0 {
        order: 0
    }

    .order-xxxl-1 {
        order: 1
    }

    .order-xxxl-2 {
        order: 2
    }

    .order-xxxl-3 {
        order: 3
    }

    .order-xxxl-4 {
        order: 4
    }

    .order-xxxl-5 {
        order: 5
    }

    .order-xxxl-6 {
        order: 6
    }

    .order-xxxl-7 {
        order: 7
    }

    .order-xxxl-8 {
        order: 8
    }

    .order-xxxl-9 {
        order: 9
    }

    .order-xxxl-10 {
        order: 10
    }

    .order-xxxl-11 {
        order: 11
    }

    .order-xxxl-12 {
        order: 12
    }

    .offset-xxxl-0 {
        margin-left: 0
    }

    .offset-xxxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxxl-3 {
        margin-left: 25%
    }

    .offset-xxxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxxl-6 {
        margin-left: 50%
    }

    .offset-xxxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxxl-9 {
        margin-left: 75%
    }

    .offset-xxxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxxl-11 {
        margin-left: 91.66667%
    }
}

.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: .4rem
}

.table-bordered {
    border: 1px solid #CCCCCB
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #CCCCCB
}

.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(176, 152, 18, 0.796);
    color:#fff
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #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: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:479.98px) {
    .table-responsive-xxs {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xxs>.table-bordered {
        border: 0
    }
}

@media (max-width:575.98px) {
    .table-responsive-xs {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xs>.table-bordered {
        border: 0
    }
}

@media (max-width:666.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
    }
}

@media (max-width:1439.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xxl>.table-bordered {
        border: 0
    }
}

@media (max-width:1599.98px) {
    .table-responsive-xxxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xxxl>.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::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] {
    height: auto
}

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.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:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file: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.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:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file: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:667px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: 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;
    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;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    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: ""
}

.dropleft .dropdown-toggle::after {
    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:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.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-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 input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: 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 {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    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;
    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);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    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 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    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;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    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::-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;
    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 {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.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;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.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 center center;
    background-size: 100% 100%
}

@media (max-width:479.98px) {

    .navbar-expand-xxs>.container,
    .navbar-expand-xxs>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:480px) {
    .navbar-expand-xxs {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxs .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxs .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxs .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxs>.container,
    .navbar-expand-xxs>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-xxs .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxs .navbar-toggler {
        display: none
    }
}

@media (max-width:575.98px) {

    .navbar-expand-xs>.container,
    .navbar-expand-xs>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-xs {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xs .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xs .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xs .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xs>.container,
    .navbar-expand-xs>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-xs .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xs .navbar-toggler {
        display: none
    }
}

@media (max-width:666.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:667px) {
    .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
    }
}

@media (max-width:1439.98px) {

    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1440px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

@media (max-width:1599.98px) {

    .navbar-expand-xxxl>.container,
    .navbar-expand-xxxl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1600px) {
    .navbar-expand-xxxl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxxl>.container,
    .navbar-expand-xxxl>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-xxxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxxl .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 {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;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 {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;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: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: 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;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-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-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.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:667px) {
    .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:667px) {
    .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) {
        border-radius: 0
    }

    .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:667px) {
    .card-columns {
        column-count: 3;
        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
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    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 #CCCCCB
}

.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:667px) {
    .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
}

@keyframes progress-bar-stripes {
    from {
        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, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:667px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 960px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    backface-visibility: hidden;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    transition: transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {

    .active.carousel-item-right,
    .carousel-item-next {
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {

    .active.carousel-item-left,
    .carousel-item-prev {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        transform: translate3d(0, 0, 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 center center;
    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: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.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 {}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #CCCCCB !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;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-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:480px) {
    .d-xxs-none {
        display: none !important
    }

    .d-xxs-inline {
        display: inline !important
    }

    .d-xxs-inline-block {
        display: inline-block !important
    }

    .d-xxs-block {
        display: block !important
    }

    .d-xxs-table {
        display: table !important
    }

    .d-xxs-table-row {
        display: table-row !important
    }

    .d-xxs-table-cell {
        display: table-cell !important
    }

    .d-xxs-flex {
        display: flex !important
    }

    .d-xxs-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:576px) {
    .d-xs-none {
        display: none !important
    }

    .d-xs-inline {
        display: inline !important
    }

    .d-xs-inline-block {
        display: inline-block !important
    }

    .d-xs-block {
        display: block !important
    }

    .d-xs-table {
        display: table !important
    }

    .d-xs-table-row {
        display: table-row !important
    }

    .d-xs-table-cell {
        display: table-cell !important
    }

    .d-xs-flex {
        display: flex !important
    }

    .d-xs-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:667px) {
    .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 (min-width:1440px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1600px) {
    .d-xxxl-none {
        display: none !important
    }

    .d-xxxl-inline {
        display: inline !important
    }

    .d-xxxl-inline-block {
        display: inline-block !important
    }

    .d-xxxl-block {
        display: block !important
    }

    .d-xxxl-table {
        display: table !important
    }

    .d-xxxl-table-row {
        display: table-row !important
    }

    .d-xxxl-table-cell {
        display: table-cell !important
    }

    .d-xxxl-flex {
        display: flex !important
    }

    .d-xxxl-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.85714%
}

.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:480px) {
    .flex-xxs-row {
        flex-direction: row !important
    }

    .flex-xxs-column {
        flex-direction: column !important
    }

    .flex-xxs-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxs-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxs-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxs-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxs-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxs-fill {
        flex: 1 1 auto !important
    }

    .flex-xxs-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxs-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxs-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxs-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxs-start {
        justify-content: flex-start !important
    }

    .justify-content-xxs-end {
        justify-content: flex-end !important
    }

    .justify-content-xxs-center {
        justify-content: center !important
    }

    .justify-content-xxs-between {
        justify-content: space-between !important
    }

    .justify-content-xxs-around {
        justify-content: space-around !important
    }

    .align-items-xxs-start {
        align-items: flex-start !important
    }

    .align-items-xxs-end {
        align-items: flex-end !important
    }

    .align-items-xxs-center {
        align-items: center !important
    }

    .align-items-xxs-baseline {
        align-items: baseline !important
    }

    .align-items-xxs-stretch {
        align-items: stretch !important
    }

    .align-content-xxs-start {
        align-content: flex-start !important
    }

    .align-content-xxs-end {
        align-content: flex-end !important
    }

    .align-content-xxs-center {
        align-content: center !important
    }

    .align-content-xxs-between {
        align-content: space-between !important
    }

    .align-content-xxs-around {
        align-content: space-around !important
    }

    .align-content-xxs-stretch {
        align-content: stretch !important
    }

    .align-self-xxs-auto {
        align-self: auto !important
    }

    .align-self-xxs-start {
        align-self: flex-start !important
    }

    .align-self-xxs-end {
        align-self: flex-end !important
    }

    .align-self-xxs-center {
        align-self: center !important
    }

    .align-self-xxs-baseline {
        align-self: baseline !important
    }

    .align-self-xxs-stretch {
        align-self: stretch !important
    }
}

@media (min-width:576px) {
    .flex-xs-row {
        flex-direction: row !important
    }

    .flex-xs-column {
        flex-direction: column !important
    }

    .flex-xs-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xs-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xs-wrap {
        flex-wrap: wrap !important
    }

    .flex-xs-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xs-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xs-fill {
        flex: 1 1 auto !important
    }

    .flex-xs-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xs-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xs-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xs-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xs-start {
        justify-content: flex-start !important
    }

    .justify-content-xs-end {
        justify-content: flex-end !important
    }

    .justify-content-xs-center {
        justify-content: center !important
    }

    .justify-content-xs-between {
        justify-content: space-between !important
    }

    .justify-content-xs-around {
        justify-content: space-around !important
    }

    .align-items-xs-start {
        align-items: flex-start !important
    }

    .align-items-xs-end {
        align-items: flex-end !important
    }

    .align-items-xs-center {
        align-items: center !important
    }

    .align-items-xs-baseline {
        align-items: baseline !important
    }

    .align-items-xs-stretch {
        align-items: stretch !important
    }

    .align-content-xs-start {
        align-content: flex-start !important
    }

    .align-content-xs-end {
        align-content: flex-end !important
    }

    .align-content-xs-center {
        align-content: center !important
    }

    .align-content-xs-between {
        align-content: space-between !important
    }

    .align-content-xs-around {
        align-content: space-around !important
    }

    .align-content-xs-stretch {
        align-content: stretch !important
    }

    .align-self-xs-auto {
        align-self: auto !important
    }

    .align-self-xs-start {
        align-self: flex-start !important
    }

    .align-self-xs-end {
        align-self: flex-end !important
    }

    .align-self-xs-center {
        align-self: center !important
    }

    .align-self-xs-baseline {
        align-self: baseline !important
    }

    .align-self-xs-stretch {
        align-self: stretch !important
    }
}

@media (min-width:667px) {
    .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
    }
}

@media (min-width:1440px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1600px) {
    .flex-xxxl-row {
        flex-direction: row !important
    }

    .flex-xxxl-column {
        flex-direction: column !important
    }

    .flex-xxxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxxl-center {
        justify-content: center !important
    }

    .justify-content-xxxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxxl-around {
        justify-content: space-around !important
    }

    .align-items-xxxl-start {
        align-items: flex-start !important
    }

    .align-items-xxxl-end {
        align-items: flex-end !important
    }

    .align-items-xxxl-center {
        align-items: center !important
    }

    .align-items-xxxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxxl-start {
        align-content: flex-start !important
    }

    .align-content-xxxl-end {
        align-content: flex-end !important
    }

    .align-content-xxxl-center {
        align-content: center !important
    }

    .align-content-xxxl-between {
        align-content: space-between !important
    }

    .align-content-xxxl-around {
        align-content: space-around !important
    }

    .align-content-xxxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxxl-auto {
        align-self: auto !important
    }

    .align-self-xxxl-start {
        align-self: flex-start !important
    }

    .align-self-xxxl-end {
        align-self: flex-end !important
    }

    .align-self-xxxl-center {
        align-self: center !important
    }

    .align-self-xxxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxxl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:480px) {
    .float-xxs-left {
        float: left !important
    }

    .float-xxs-right {
        float: right !important
    }

    .float-xxs-none {
        float: none !important
    }
}

@media (min-width:576px) {
    .float-xs-left {
        float: left !important
    }

    .float-xs-right {
        float: right !important
    }

    .float-xs-none {
        float: none !important
    }
}

@media (min-width:667px) {
    .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
    }
}

@media (min-width:1440px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

@media (min-width:1600px) {
    .float-xxxl-left {
        float: left !important
    }

    .float-xxxl-right {
        float: right !important
    }

    .float-xxxl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position:sticky) {
    .sticky-top {
        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:480px) {
    .m-xxs-0 {
        margin: 0 !important
    }

    .mt-xxs-0,
    .my-xxs-0 {
        margin-top: 0 !important
    }

    .mr-xxs-0,
    .mx-xxs-0 {
        margin-right: 0 !important
    }

    .mb-xxs-0,
    .my-xxs-0 {
        margin-bottom: 0 !important
    }

    .ml-xxs-0,
    .mx-xxs-0 {
        margin-left: 0 !important
    }

    .m-xxs-1 {
        margin: .25rem !important
    }

    .mt-xxs-1,
    .my-xxs-1 {
        margin-top: .25rem !important
    }

    .mr-xxs-1,
    .mx-xxs-1 {
        margin-right: .25rem !important
    }

    .mb-xxs-1,
    .my-xxs-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxs-1,
    .mx-xxs-1 {
        margin-left: .25rem !important
    }

    .m-xxs-2 {
        margin: .5rem !important
    }

    .mt-xxs-2,
    .my-xxs-2 {
        margin-top: .5rem !important
    }

    .mr-xxs-2,
    .mx-xxs-2 {
        margin-right: .5rem !important
    }

    .mb-xxs-2,
    .my-xxs-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxs-2,
    .mx-xxs-2 {
        margin-left: .5rem !important
    }

    .m-xxs-3 {
        margin: 1rem !important
    }

    .mt-xxs-3,
    .my-xxs-3 {
        margin-top: 1rem !important
    }

    .mr-xxs-3,
    .mx-xxs-3 {
        margin-right: 1rem !important
    }

    .mb-xxs-3,
    .my-xxs-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxs-3,
    .mx-xxs-3 {
        margin-left: 1rem !important
    }

    .m-xxs-4 {
        margin: 1.5rem !important
    }

    .mt-xxs-4,
    .my-xxs-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxs-4,
    .mx-xxs-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxs-4,
    .my-xxs-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxs-4,
    .mx-xxs-4 {
        margin-left: 1.5rem !important
    }

    .m-xxs-5 {
        margin: 3rem !important
    }

    .mt-xxs-5,
    .my-xxs-5 {
        margin-top: 3rem !important
    }

    .mr-xxs-5,
    .mx-xxs-5 {
        margin-right: 3rem !important
    }

    .mb-xxs-5,
    .my-xxs-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxs-5,
    .mx-xxs-5 {
        margin-left: 3rem !important
    }

    .p-xxs-0 {
        padding: 0 !important
    }

    .pt-xxs-0,
    .py-xxs-0 {
        padding-top: 0 !important
    }

    .pr-xxs-0,
    .px-xxs-0 {
        padding-right: 0 !important
    }

    .pb-xxs-0,
    .py-xxs-0 {
        padding-bottom: 0 !important
    }

    .pl-xxs-0,
    .px-xxs-0 {
        padding-left: 0 !important
    }

    .p-xxs-1 {
        padding: .25rem !important
    }

    .pt-xxs-1,
    .py-xxs-1 {
        padding-top: .25rem !important
    }

    .pr-xxs-1,
    .px-xxs-1 {
        padding-right: .25rem !important
    }

    .pb-xxs-1,
    .py-xxs-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxs-1,
    .px-xxs-1 {
        padding-left: .25rem !important
    }

    .p-xxs-2 {
        padding: .5rem !important
    }

    .pt-xxs-2,
    .py-xxs-2 {
        padding-top: .5rem !important
    }

    .pr-xxs-2,
    .px-xxs-2 {
        padding-right: .5rem !important
    }

    .pb-xxs-2,
    .py-xxs-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxs-2,
    .px-xxs-2 {
        padding-left: .5rem !important
    }

    .p-xxs-3 {
        padding: 1rem !important
    }

    .pt-xxs-3,
    .py-xxs-3 {
        padding-top: 1rem !important
    }

    .pr-xxs-3,
    .px-xxs-3 {
        padding-right: 1rem !important
    }

    .pb-xxs-3,
    .py-xxs-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxs-3,
    .px-xxs-3 {
        padding-left: 1rem !important
    }

    .p-xxs-4 {
        padding: 1.5rem !important
    }

    .pt-xxs-4,
    .py-xxs-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxs-4,
    .px-xxs-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxs-4,
    .py-xxs-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxs-4,
    .px-xxs-4 {
        padding-left: 1.5rem !important
    }

    .p-xxs-5 {
        padding: 3rem !important
    }

    .pt-xxs-5,
    .py-xxs-5 {
        padding-top: 3rem !important
    }

    .pr-xxs-5,
    .px-xxs-5 {
        padding-right: 3rem !important
    }

    .pb-xxs-5,
    .py-xxs-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxs-5,
    .px-xxs-5 {
        padding-left: 3rem !important
    }

    .m-xxs-auto {
        margin: auto !important
    }

    .mt-xxs-auto,
    .my-xxs-auto {
        margin-top: auto !important
    }

    .mr-xxs-auto,
    .mx-xxs-auto {
        margin-right: auto !important
    }

    .mb-xxs-auto,
    .my-xxs-auto {
        margin-bottom: auto !important
    }

    .ml-xxs-auto,
    .mx-xxs-auto {
        margin-left: auto !important
    }
}

@media (min-width:576px) {
    .m-xs-0 {
        margin: 0 !important
    }

    .mt-xs-0,
    .my-xs-0 {
        margin-top: 0 !important
    }

    .mr-xs-0,
    .mx-xs-0 {
        margin-right: 0 !important
    }

    .mb-xs-0,
    .my-xs-0 {
        margin-bottom: 0 !important
    }

    .ml-xs-0,
    .mx-xs-0 {
        margin-left: 0 !important
    }

    .m-xs-1 {
        margin: .25rem !important
    }

    .mt-xs-1,
    .my-xs-1 {
        margin-top: .25rem !important
    }

    .mr-xs-1,
    .mx-xs-1 {
        margin-right: .25rem !important
    }

    .mb-xs-1,
    .my-xs-1 {
        margin-bottom: .25rem !important
    }

    .ml-xs-1,
    .mx-xs-1 {
        margin-left: .25rem !important
    }

    .m-xs-2 {
        margin: .5rem !important
    }

    .mt-xs-2,
    .my-xs-2 {
        margin-top: .5rem !important
    }

    .mr-xs-2,
    .mx-xs-2 {
        margin-right: .5rem !important
    }

    .mb-xs-2,
    .my-xs-2 {
        margin-bottom: .5rem !important
    }

    .ml-xs-2,
    .mx-xs-2 {
        margin-left: .5rem !important
    }

    .m-xs-3 {
        margin: 1rem !important
    }

    .mt-xs-3,
    .my-xs-3 {
        margin-top: 1rem !important
    }

    .mr-xs-3,
    .mx-xs-3 {
        margin-right: 1rem !important
    }

    .mb-xs-3,
    .my-xs-3 {
        margin-bottom: 1rem !important
    }

    .ml-xs-3,
    .mx-xs-3 {
        margin-left: 1rem !important
    }

    .m-xs-4 {
        margin: 1.5rem !important
    }

    .mt-xs-4,
    .my-xs-4 {
        margin-top: 1.5rem !important
    }

    .mr-xs-4,
    .mx-xs-4 {
        margin-right: 1.5rem !important
    }

    .mb-xs-4,
    .my-xs-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xs-4,
    .mx-xs-4 {
        margin-left: 1.5rem !important
    }

    .m-xs-5 {
        margin: 3rem !important
    }

    .mt-xs-5,
    .my-xs-5 {
        margin-top: 3rem !important
    }

    .mr-xs-5,
    .mx-xs-5 {
        margin-right: 3rem !important
    }

    .mb-xs-5,
    .my-xs-5 {
        margin-bottom: 3rem !important
    }

    .ml-xs-5,
    .mx-xs-5 {
        margin-left: 3rem !important
    }

    .p-xs-0 {
        padding: 0 !important
    }

    .pt-xs-0,
    .py-xs-0 {
        padding-top: 0 !important
    }

    .pr-xs-0,
    .px-xs-0 {
        padding-right: 0 !important
    }

    .pb-xs-0,
    .py-xs-0 {
        padding-bottom: 0 !important
    }

    .pl-xs-0,
    .px-xs-0 {
        padding-left: 0 !important
    }

    .p-xs-1 {
        padding: .25rem !important
    }

    .pt-xs-1,
    .py-xs-1 {
        padding-top: .25rem !important
    }

    .pr-xs-1,
    .px-xs-1 {
        padding-right: .25rem !important
    }

    .pb-xs-1,
    .py-xs-1 {
        padding-bottom: .25rem !important
    }

    .pl-xs-1,
    .px-xs-1 {
        padding-left: .25rem !important
    }

    .p-xs-2 {
        padding: .5rem !important
    }

    .pt-xs-2,
    .py-xs-2 {
        padding-top: .5rem !important
    }

    .pr-xs-2,
    .px-xs-2 {
        padding-right: .5rem !important
    }

    .pb-xs-2,
    .py-xs-2 {
        padding-bottom: .5rem !important
    }

    .pl-xs-2,
    .px-xs-2 {
        padding-left: .5rem !important
    }

    .p-xs-3 {
        padding: 1rem !important
    }

    .pt-xs-3,
    .py-xs-3 {
        padding-top: 1rem !important
    }

    .pr-xs-3,
    .px-xs-3 {
        padding-right: 1rem !important
    }

    .pb-xs-3,
    .py-xs-3 {
        padding-bottom: 1rem !important
    }

    .pl-xs-3,
    .px-xs-3 {
        padding-left: 1rem !important
    }

    .p-xs-4 {
        padding: 1.5rem !important
    }

    .pt-xs-4,
    .py-xs-4 {
        padding-top: 1.5rem !important
    }

    .pr-xs-4,
    .px-xs-4 {
        padding-right: 1.5rem !important
    }

    .pb-xs-4,
    .py-xs-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xs-4,
    .px-xs-4 {
        padding-left: 1.5rem !important
    }

    .p-xs-5 {
        padding: 3rem !important
    }

    .pt-xs-5,
    .py-xs-5 {
        padding-top: 3rem !important
    }

    .pr-xs-5,
    .px-xs-5 {
        padding-right: 3rem !important
    }

    .pb-xs-5,
    .py-xs-5 {
        padding-bottom: 3rem !important
    }

    .pl-xs-5,
    .px-xs-5 {
        padding-left: 3rem !important
    }

    .m-xs-auto {
        margin: auto !important
    }

    .mt-xs-auto,
    .my-xs-auto {
        margin-top: auto !important
    }

    .mr-xs-auto,
    .mx-xs-auto {
        margin-right: auto !important
    }

    .mb-xs-auto,
    .my-xs-auto {
        margin-bottom: auto !important
    }

    .ml-xs-auto,
    .mx-xs-auto {
        margin-left: auto !important
    }
}

@media (min-width:667px) {
    .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
    }
}

@media (min-width:1440px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

@media (min-width:1600px) {
    .m-xxxl-0 {
        margin: 0 !important
    }

    .mt-xxxl-0,
    .my-xxxl-0 {
        margin-top: 0 !important
    }

    .mr-xxxl-0,
    .mx-xxxl-0 {
        margin-right: 0 !important
    }

    .mb-xxxl-0,
    .my-xxxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxxl-0,
    .mx-xxxl-0 {
        margin-left: 0 !important
    }

    .m-xxxl-1 {
        margin: .25rem !important
    }

    .mt-xxxl-1,
    .my-xxxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxxl-1,
    .mx-xxxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxxl-1,
    .my-xxxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxxl-1,
    .mx-xxxl-1 {
        margin-left: .25rem !important
    }

    .m-xxxl-2 {
        margin: .5rem !important
    }

    .mt-xxxl-2,
    .my-xxxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxxl-2,
    .mx-xxxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxxl-2,
    .my-xxxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxxl-2,
    .mx-xxxl-2 {
        margin-left: .5rem !important
    }

    .m-xxxl-3 {
        margin: 1rem !important
    }

    .mt-xxxl-3,
    .my-xxxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxxl-3,
    .mx-xxxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxxl-3,
    .my-xxxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxxl-3,
    .mx-xxxl-3 {
        margin-left: 1rem !important
    }

    .m-xxxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxxl-4,
    .my-xxxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxxl-4,
    .mx-xxxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxxl-4,
    .my-xxxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxxl-4,
    .mx-xxxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxxl-5 {
        margin: 3rem !important
    }

    .mt-xxxl-5,
    .my-xxxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxxl-5,
    .mx-xxxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxxl-5,
    .my-xxxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxxl-5,
    .mx-xxxl-5 {
        margin-left: 3rem !important
    }

    .p-xxxl-0 {
        padding: 0 !important
    }

    .pt-xxxl-0,
    .py-xxxl-0 {
        padding-top: 0 !important
    }

    .pr-xxxl-0,
    .px-xxxl-0 {
        padding-right: 0 !important
    }

    .pb-xxxl-0,
    .py-xxxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxxl-0,
    .px-xxxl-0 {
        padding-left: 0 !important
    }

    .p-xxxl-1 {
        padding: .25rem !important
    }

    .pt-xxxl-1,
    .py-xxxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxxl-1,
    .px-xxxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxxl-1,
    .py-xxxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxxl-1,
    .px-xxxl-1 {
        padding-left: .25rem !important
    }

    .p-xxxl-2 {
        padding: .5rem !important
    }

    .pt-xxxl-2,
    .py-xxxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxxl-2,
    .px-xxxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxxl-2,
    .py-xxxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxxl-2,
    .px-xxxl-2 {
        padding-left: .5rem !important
    }

    .p-xxxl-3 {
        padding: 1rem !important
    }

    .pt-xxxl-3,
    .py-xxxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxxl-3,
    .px-xxxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxxl-3,
    .py-xxxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxxl-3,
    .px-xxxl-3 {
        padding-left: 1rem !important
    }

    .p-xxxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxxl-4,
    .py-xxxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxxl-4,
    .px-xxxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxxl-4,
    .py-xxxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxxl-4,
    .px-xxxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxxl-5 {
        padding: 3rem !important
    }

    .pt-xxxl-5,
    .py-xxxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxxl-5,
    .px-xxxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxxl-5,
    .py-xxxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxxl-5,
    .px-xxxl-5 {
        padding-left: 3rem !important
    }

    .m-xxxl-auto {
        margin: auto !important
    }

    .mt-xxxl-auto,
    .my-xxxl-auto {
        margin-top: auto !important
    }

    .mr-xxxl-auto,
    .mx-xxxl-auto {
        margin-right: auto !important
    }

    .mb-xxxl-auto,
    .my-xxxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxxl-auto,
    .mx-xxxl-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:480px) {
    .text-xxs-left {
        text-align: left !important
    }

    .text-xxs-right {
        text-align: right !important
    }

    .text-xxs-center {
        text-align: center !important
    }
}

@media (min-width:576px) {
    .text-xs-left {
        text-align: left !important
    }

    .text-xs-right {
        text-align: right !important
    }

    .text-xs-center {
        text-align: center !important
    }
}

@media (min-width:667px) {
    .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
    }
}

@media (min-width:1440px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1600px) {
    .text-xxxl-left {
        text-align: left !important
    }

    .text-xxxl-right {
        text-align: right !important
    }

    .text-xxxl-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: rgba(255, 255, 255, .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
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #CCCCCB !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
    }
}

.bg-primary {
    background-color: #8e54e9 !important
}

.bg-primary-inverse {
    background-color: rgba(142, 84, 233, .2)
}

.bg-warning {
    background-color: #f7b731 !important
}

.bg-warning-inverse {
    background-color: rgba(247, 183, 49, .2)
}

.bg-success {
    background-color: #32b432 !important
}

.bg-success -inverse {
    background-color: rgba(50, 180, 50, .2)
}

.bg-danger {
    background-color: #e3324c !important
}

.bg-danger-inverse {
    background-color: rgba(227, 50, 76, .2)
}

.bg-info {
    background-color: #45aaf2 !important
}

.bg-info-inverse {
    background-color: rgba(69, 170, 242, .2)
}

.bg-light {
    background-color: #eceef3 !important
}

.bg-gray {
    background-color: #eceef3 !important
}

.bg-inverse {
    background-color: #0c1427 !important
}

.bg-orange {
    background-color: #fd9644 !important
}

.bg-orange-inverse {
    background-color: rgba(253, 150, 68, .2)
}

.bg-cyan {
    background-color: #2bcbba !important
}

.bg-cyan-inverse {
    background-color: rgba(43, 203, 186, .2)
}

.bg-pink {
    background-color: #fb0792 !important
}

.bg-pink-inverse {
    background-color: rgba(251, 7, 146, .2)
}

.bg-primary2-inverse {
    background-color: rgba(71, 118, 230, .2)
}

.bg-white-inverse {
    background-color: rgba(255, 255, 255, .2)
}

.bg-purple {
    background-color: #4776e6 !important
}

.bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

.bg:before {
    content: '';
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.no-overlay:before {
    content: '';
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.bg-primary-overlay:before {
    content: '';
    background: #8e54e9;
    background: rgba(142, 84, 233, .8) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.bg-facebook {
    background: #3b5998 !important
}

.bg-twitter {
    background: #00aced !important
}

.bg-linkedin {
    background: #0077b5 !important
}

.bg-pinterest {
    background: #c92228 !important
}

.bg-instagram {
    background: #c32aa3 !important
}

.bg-dribble {
    background: #c73b65 !important
}

.bg-googleplus {
    background: #d34836 !important
}

.bg-pinterest {
    background: #c92228 !important
}

.bg-dropbox {
    background: #3d9ae8 !important
}

.bg-flickr {
    background: #0063dc !important
}

.bg-tumblr {
    background: #34526f !important
}

.bg-skype {
    background: #12a5f4 !important
}

.bg-youtube {
    background: #c4302b !important
}

.bg-github {
    background: #4078c0 !important
}

.bg-gradient {
    background: #8e54e9;
    background: -moz-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -webkit-gradient(linear, left, right, color-stop(0, #8e54e9), color-stop(100%, #4776e6)) !important;
    background: -webkit-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -o-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -ms-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(to right, #8e54e9 0, #4776e6 100%) !important
}

.bg-gradient-overlay:before {
    content: '';
    background: -moz-linear-gradient(top, rgba(142, 84, 233, .85) 0, rgba(71, 118, 230, .85) 100%);
    background: -webkit-linear-gradient(top, rgba(142, 84, 233, .85) 0, rgba(71, 118, 230, .85) 100%);
    background: linear-gradient(to bottom, rgba(142, 84, 233, .85) 0, rgba(71, 118, 230, .85) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.box-shadow-1 {
    -webkit-box-shadow: 0 0 20px rgba(115, 105, 215, .15);
    -moz-box-shadow: 0 0 20px rgba(115, 105, 215, .15);
    box-shadow: 0 0 20px rgba(115, 105, 215, .15)
}

.p-relative {
    position: relative;
    z-index: 1
}

.p-absolute {
    position: absolute
}

.p-fixed {
    position: fixed
}

p-bottom-0 {
    bottom: 0
}

.responsive-chart canvas {
    width: 100% !important
}

.img-rounded {
    border-radius: 50%
}

.label {
    display: inline;
    padding: .4em .5em .3em;
    font-size: 75% !important;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label-primary {
    background: #8e54e9
}

.label-info {
    background: #45aaf2
}

.label-warning {
    background: #f7b731
}

.label-danger {
    background: #e3324c
}

.label-success {
    background: #32b432
}

.label-pink {
    background: #fb0792
}

.label-inverse {
    background: #0c1427
}

.label-custom {
    background: #2bcbba
}

.label-orange {
    background: #fd9644
}

.arrow-triangle {
    position: absolute;
    background-color: #fff;
    text-align: left;
    transform: rotate(40deg) skewX(-50deg);
    right: 10px;
    top: -7px
}

@media screen and (min-width:577px) and (max-width:767px) {
    .arrow-triangle {
        display: none
    }
}

.arrow-triangle:after,
.arrow-triangle:before {
    content: '';
    position: absolute;
    background-color: inherit
}

.arrow-triangle,
.arrow-triangle:after,
.arrow-triangle:before {
    width: .7em;
    height: .7em;
    border-top-right-radius: 30%
}

.arrow-triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
    -webkit-box-shadow: 2px -2px 5px rgba(115, 105, 215, .15);
    -moz-box-shadow: 2px -2px 5px rgba(115, 105, 215, .15);
    box-shadow: 2px -2px 5px rgba(115, 105, 215, .15)
}

.arrow-triangle:after {
    transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%)
}

.dropdown-item.active,
.dropdown-item:active {
    background: 0 0
}

.text-white {
    color: #fff
}

.text-dark {
    color: #0c1427
}

.text-primary {
    color: #8e54e9 !important
}

.text-info {
    color: #45aaf2 !important
}

a.text-primary {
    color: #8e54e9 !important
}

a.text-primary:hover {
    color: #7630e4 !important
}

a.text-primary:focus {
    color: #7630e4 !important
}

a.text-primary:active {
    color: #7630e4 !important
}

a.text-primary:visited {
    color: #7630e4 !important
}

a.text-secondary {
    color: #a1a1a1 !important
}

a.text-secondary:hover {
    color: #8d8d8d !important
}

a.text-secondary:focus {
    color: #8d8d8d !important
}

a.text-secondary:active {
    color: #8d8d8d !important
}

a.text-secondary:visited {
    color: #8d8d8d !important
}

a.text-muted {
    color: #474a5a !important
}

a.text-muted:hover {
    color: #8f93a5 !important
}

a.text-muted:focus {
    color: #8f93a5 !important
}

a.text-muted:active {
    color: #8f93a5 !important
}

a.text-muted:visited {
    color: #8f93a5 !important
}

a.text-info {
    color: #45aaf2 !important
}

a.text-info:hover {
    color: #1f99ef !important
}

a.text-info:focus {
    color: #1f99ef !important
}

a.text-info:active {
    color: #1f99ef !important
}

a.text-info:visited {
    color: #1f99ef !important
}

a.text-orange {
    color: #fd9644 !important
}

a.text-orange:hover {
    color: #fd7f1c !important
}

a.text-orange:focus {
    color: #fd7f1c !important
}

a.text-orange:active {
    color: #fd7f1c !important
}

a.text-orange:visited {
    color: #fd7f1c !important
}

a.text-cyan {
    color: #2bcbba !important
}

a.text-cyan:hover {
    color: #24a99b !important
}

a.text-cyan:focus {
    color: #24a99b !important
}

a.text-cyan:active {
    color: #24a99b !important
}

a.text-cyan:visited {
    color: #24a99b !important
}

a.text-red {
    color: #e3324c !important
}

a.text-red:hover {
    color: #d01c37 !important
}

a.text-red:focus {
    color: #d01c37 !important
}

a.text-red:active {
    color: #d01c37 !important
}

a.text-red:visited {
    color: #d01c37 !important
}

a.text-blue {
    color: #45aaf2 !important
}

a.text-blue:hover {
    color: #1f99ef !important
}

a.text-blue:focus {
    color: #1f99ef !important
}

a.text-blue:active {
    color: #1f99ef !important
}

a.text-blue:visited {
    color: #1f99ef !important
}

a.text-purple {
    color: #8e54e9 !important
}

a.text-purple:hover {
    color: #7630e4 !important
}

a.text-purple:focus {
    color: #7630e4 !important
}

a.text-purple:active {
    color: #7630e4 !important
}

a.text-purple:visited {
    color: #7630e4 !important
}

a.text-pink {
    color: #fb0792 !important
}

a.text-pink:hover {
    color: #d6037b !important
}

a.text-pink:focus {
    color: #d6037b !important
}

a.text-pink:active {
    color: #d6037b !important
}

a.text-pink:visited {
    color: #d6037b !important
}

.text-muted {
    color: #474a5a !important
}

.text-orange {
    color: #fd9644
}

.text-cyan {
    color: #2bcbba
}

.text-blue {
    color: #45aaf2
}

.text-purple {
    color: #8e54e9
}

.text-pink {
    color: #fb0792
}

.text-facebook {
    color: #3b5998
}

.text-twitter {
    color: #00aced
}

.text-linkedin {
    color: #0077b5
}

.text-dribble {
    color: #c73b65
}

.text-googleplus {
    color: #d34836
}

.text-instagram {
    color: #c32aa3
}

.text-pinterest {
    color: #c92228
}

.text-dropbox {
    color: #3d9ae8
}

.text-flickr {
    color: #0063dc
}

.text-tumblr {
    color: #34526f
}

.text-skype {
    color: #12a5f4
}

.text-youtube {
    color: #c4302b
}

.text-github {
    color: #4078c0
}

.font-xs {
    font-size: .8571rem !important;
    line-height: 1.145rem
}

.font-lg {
    font-size: 1.714rem !important;
    line-height: 2.142rem
}

.font-xxl {
    font-size: 2.571rem !important;
    line-height: 3.142rem
}

.f-30 {
    font-size: 2.143rem !important;
    line-height: 2.143rem
}

.f-50 {
    font-size: 3.571rem !important;
    line-height: 3.571rem
}

.f-70 {
    font-size: 5.271rem !important;
    line-height: 5.271rem
}

.f-100 {
    font-size: 7.125rem !important;
    line-height: 7.125rem
}

.f-150 {
    font-size: 11.125rem !important;
    line-height: 11.125rem
}

.f-200 {
    font-size: 14.125rem !important;
    line-height: 14.125rem
}

.font-light {
    font-weight: 300
}

.font-regular {
    font-weight: 400
}

.font-medium {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-5 {
    margin-top: .35742rem !important
}

.m-t-10 {
    margin-top: .7143rem !important
}

.m-t-20 {
    margin-top: 1.429rem !important
}

.m-t-30 {
    margin-top: 2.143rem !important
}

.m-t-40 {
    margin-top: 2.857rem !important
}

.m-t-50 {
    margin-top: 3.571rem !important
}

.m-t-60 {
    margin-top: 4.286rem !important
}

.m-t-70 {
    margin-top: 5rem !important
}

.m-t-80 {
    margin-top: 5.714rem !important
}

.m-t-90 {
    margin-top: 6.429rem !important
}

.m-t-100 {
    margin-top: 7.143rem !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-10 {
    margin-bottom: .7143rem !important
}

.m-b-20 {
    margin-bottom: 1.429rem !important
}

.m-b-30 {
    margin-bottom: 2.143rem !important
}

.m-b-40 {
    margin-bottom: 2.857rem !important
}

.m-b-50 {
    margin-bottom: 3.571rem !important
}

.m-b-60 {
    margin-bottom: 4.286rem !important
}

.m-b-70 {
    margin-bottom: 5rem !important
}

.m-b-80 {
    margin-bottom: 5.714rem !important
}

.m-b-90 {
    margin-bottom: 6.429rem !important
}

.m-b-100 {
    margin-bottom: 7.143rem !important
}

.m-l-0 {
    margin-left: 0 !important
}

.m-l-10 {
    margin-left: .7143rem !important
}

.m-l-20 {
    margin-left: 1.429rem !important
}

.m-l-30 {
    margin-left: 2.143rem !important
}

.m-l-40 {
    margin-left: 2.857rem !important
}

.m-l-50 {
    margin-left: 3.571rem !important
}

.m-l-60 {
    margin-left: 4.286rem !important
}

.m-l-70 {
    margin-left: 5rem !important
}

.m-l-80 {
    margin-left: 5.714rem !important
}

.m-l-90 {
    margin-left: 6.429rem !important
}

.m-l-100 {
    margin-left: 7.143rem !important
}

.m-r-0 {
    margin-right: 0 !important
}

.m-r-10 {
    margin-right: .7143rem !important
}

.m-r-20 {
    margin-right: 1.429rem !important
}

.m-r-30 {
    margin-right: 2.143rem !important
}

.m-r-40 {
    margin-right: 2.857rem !important
}

.m-r-50 {
    margin-right: 3.571rem !important
}

.m-r-60 {
    margin-right: 4.286rem !important
}

.m-r-70 {
    margin-right: 5rem !important
}

.m-r-80 {
    margin-right: 5.714rem !important
}

.m-r-90 {
    margin-right: 6.429rem !important
}

.m-r-100 {
    margin-right: 7.143rem !important
}

.p-10 {
    padding: .7143rem !important
}

.p-15 {
    padding: 1.0443rem !important
}

.p-20 {
    padding: 1.429rem !important
}

.p-30 {
    padding: 2.143rem !important
}

.p-40 {
    padding: 2.857rem !important
}

.p-50 {
    padding: 3.571rem !important
}

.p-l-0 {
    padding-left: 0 !important
}

.p-l-10 {
    padding-left: .7143rem !important
}

.p-l-20 {
    padding-left: 1.429rem !important
}

.p-l-30 {
    padding-left: 2.143rem !important
}

.p-l-40 {
    padding-left: 2.857rem !important
}

.p-l-50 {
    padding-left: 3.571rem !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-r-10 {
    padding-right: .7143rem !important
}

.p-r-20 {
    padding-right: 1.429rem !important
}

.p-r-30 {
    padding-right: 2.143rem !important
}

.p-r-40 {
    padding-right: 2.857rem !important
}

.p-r-50 {
    padding-right: 3.571rem !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-t-10 {
    padding-top: .7143rem !important
}

.p-t-20 {
    padding-top: 1.429rem !important
}

.p-t-30 {
    padding-top: 2.143rem !important
}

.p-t-40 {
    padding-top: 2.857rem !important
}

.p-t-50 {
    padding-top: 3.571rem !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-b-10 {
    padding-bottom: .7143rem !important
}

.p-b-20 {
    padding-bottom: 1.429rem !important
}

.p-b-30 {
    padding-bottom: 2.143rem !important
}

.p-b-40 {
    padding-bottom: 2.857rem !important
}

.p-b-50 {
    padding-bottom: 3.571rem !important
}

.grid-structure .grid-container {
    background-color: rgba(243, 243, 243, .5);
    margin-bottom: 10px;
    padding: 10px 20px
}

.icon-colored {
    height: 48px;
    width: 48px;
    margin: 2rem
}

.min-h-200 {
    min-height: 200px
}

.min-h-210 {
    min-height: 210px
}

.min-h-220 {
    min-height: 220px
}

.min-h-230 {
    min-height: 230px
}

.min-h-240 {
    min-height: 240px
}

.min-h-250 {
    min-height: 250px
}

.min-h-260 {
    min-height: 260px
}

.min-h-270 {
    min-height: 270px
}

.max-h-200 {
    max-height: 200px
}

.max-h-210 {
    max-height: 210px
}

.max-h-220 {
    max-height: 220px
}

.max-h-230 {
    max-height: 230px
}

.max-h-240 {
    max-height: 240px
}

.max-h-250 {
    max-height: 250px
}

.max-h-260 {
    max-height: 260px
}

.max-h-270 {
    max-height: 270px
}

.max-h-280 {
    max-height: 280px
}

.max-h-290 {
    max-height: 290px
}

.max-h-300 {
    max-height: 300px
}

.max-h-310 {
    max-height: 310px
}

.max-h-320 {
    max-height: 320px
}

.max-h-330 {
    max-height: 330px
}

.max-h-340 {
    max-height: 340px
}

.max-h-350 {
    max-height: 350px
}

.max-h-360 {
    max-height: 360px
}

.max-h-370 {
    max-height: 370px
}

.max-h-380 {
    max-height: 380px
}

.max-h-390 {
    max-height: 390px
}

.max-h-400 {
    max-height: 400px
}

.max-h-410 {
    max-height: 410px
}

.max-h-420 {
    max-height: 420px
}

.max-h-430 {
    max-height: 430px
}

.max-h-440 {
    max-height: 440px
}

.max-h-450 {
    max-height: 450px
}

.max-h-460 {
    max-height: 460px
}

.max-h-470 {
    max-height: 470px
}

.max-h-480 {
    max-height: 480px
}

.max-h-500 {
    max-height: 500px
}

.max-h-510 {
    max-height: 510px
}

.max-h-520 {
    max-height: 520px
}

.max-h-530 {
    max-height: 530px
}

.max-h-540 {
    max-height: 540px
}

.max-h-550 {
    max-height: 550px
}

.max-h-560 {
    max-height: 560px
}

.max-h-570 {
    max-height: 570px
}

.max-h-580 {
    max-height: 580px
}

.max-h-590 {
    max-height: 590px
}

.max-h-600 {
    max-height: 600px
}

.max-h-610 {
    max-height: 610px
}

.max-h-620 {
    max-height: 620px
}

.max-h-630 {
    max-height: 630px
}

.max-h-640 {
    max-height: 640px
}

.max-h-650 {
    max-height: 650px
}

.max-h-660 {
    max-height: 660px
}

.max-h-670 {
    max-height: 670px
}

.max-h-680 {
    max-height: 680px
}

.w-0 {
    width: 0 !important
}

.w-10 {
    width: 10px !important
}

.w-20 {
    width: 20px !important
}

.w-25 {
    width: 25px !important
}

.w-30 {
    width: 30% !important
}

.w-40 {
    width: 40% !important
}

.w-50 {
    width: 50px !important
}

.w-60 {
    width: 60% !important
}

.w-70 {
    width: 70% !important
}

.w-80 {
    width: 80% !important
}

.w-90 {
    width: 90% !important
}

.overflow-x {
    overflow-x: auto
}

.overflow-y {
    overflow-y: auto
}

.overflow-auto {
    overflow: auto
}

.overflow-h {
    overflow: hidden
}

.clock {
    position: relative;
    height: 120px;
    width: 120px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 100%;
    border: 10px solid #8854d0;
    position: absolute;
    top: 20px;
    right: 40px;
    bottom: 0
}

.clock .top {
    position: absolute;
    width: 3px;
    height: 8px;
    background: #262626;
    left: 0;
    right: 0;
    margin: 0 auto
}

.clock .right {
    position: absolute;
    width: 8px;
    height: 3px;
    background: #262626;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0
}

.clock .bottom {
    position: absolute;
    width: 3px;
    height: 8px;
    background: #262626;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto
}

.clock .left {
    position: absolute;
    width: 8px;
    height: 3px;
    background: #262626;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0
}

.clock .center {
    height: 6px;
    width: 6px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #262626;
    border-radius: 100%
}

.clock .hour {
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: time 60s infinite linear
}

.clock .hour:before {
    position: absolute;
    content: "";
    background: #262626;
    height: 60px;
    width: 3px;
    top: 30px
}

.clock .minute {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: time 30s infinite linear
}

.clock .minute:before {
    position: absolute;
    content: "";
    background: #262626;
    height: 33px;
    width: 1px;
    top: 50px
}

.clock .second {
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: time 15s infinite linear
}

.clock .second:before {
    position: absolute;
    content: "";
    background: #fd1111;
    height: 45px;
    width: 2px;
    top: 45px
}

@keyframes time {
    to {
        transform: rotate(360deg)
    }
}

.smiley {
    background: linear-gradient(135deg, #ffe919 0, #fbc000 100%);
    border-radius: 100%;
    padding: 25px;
    position: relative;
    width: 100px;
    height: 100px;
    box-shadow: rgba(211, 165, 110, .498039) 0 10px 10px 1px, #f5f5f5 0 10px 10px 1px;
    margin: 0 auto
}

.mouth {
    width: 60%;
    height: 30%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    box-sizing: border-box;
    position: absolute;
    bottom: 18%;
    left: 50%;
    margin-left: -30%;
    background: #b57700;
    transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.eyes {
    width: 100%;
    box-sizing: border-box;
    transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.eyes .eye {
    width: 15px;
    height: 15px;
    background: #b57700;
    float: left;
    border-radius: 100%;
    position: relative
}

.eyes .eye:nth-of-type(2) {
    float: right
}

.eyes .eye::after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 0%;
    background: #fed800;
    transform: rotate(0);
    top: -15px;
    left: 5px;
    transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.eyes .eye:first-of-type::after {
    transform: rotate(0);
    left: auto;
    right: 5px
}

.smiley.normal .mouth {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 10%;
    width: 40%;
    bottom: 25%;
    margin-left: -20%
}

.smiley.normal .eyes {
    margin-top: 30%
}

.smiley.happy .mouth {
    animation: move-mouth-down .8s;
    animation-delay: .3s
}

@keyframes move-mouth-down {
    0% {
        bottom: 18%
    }

    35% {
        bottom: 16%
    }

    65% {
        bottom: 16%
    }

    100% {
        bottom: 18%
    }
}

.smiley.happy .eyes {
    animation: move-eyes-down .8s;
    animation-delay: .3s
}

@keyframes move-eyes-down {
    0% {
        margin-top: 15%
    }

    35% {
        margin-top: 19%
    }

    65% {
        margin-top: 19%
    }

    100% {
        margin-top: 15%
    }
}

.smiley.happy .eye:nth-of-type(2) {
    height: 20px;
    margin-top: 0;
    animation: wink .8s;
    animation-delay: .3s
}

@keyframes wink {
    0% {
        height: 20px;
        margin-top: 0
    }

    30% {
        height: 3px;
        margin-top: 8px
    }

    70% {
        height: 3px;
        margin-top: 8px
    }

    100% {
        height: 20px;
        margin-top: 0
    }
}

.smiley.normal .eye {
    height: 20px;
    margin-top: 0;
    animation: eyeblink .6s;
    animation-delay: .3s
}

@keyframes eyeblink {
    0% {
        height: 20px;
        margin-top: 0
    }

    25% {
        height: 2px;
        margin-top: 8px
    }

    50% {
        height: 20px;
        margin-top: 0
    }

    75% {
        height: 2px;
        margin-top: 8px
    }

    100% {
        height: 20px;
        margin-top: 0
    }
}

.mCSB_inside>.mCSB_container {
    margin-right: 0
}

.font-9 {
    font-size: .5625rem !important
}

.font-10 {
    font-size: .625rem !important;
    line-height: .625rem
}

.font-11 {
    font-size: .6875rem !important;
    line-height: .6875rem
}

.font-12 {
    font-size: .75rem !important;
    line-height: .75rem
}

.font-13 {
    font-size: .8125rem !important;
    line-height: .8125rem
}

.font-14 {
    font-size: .875rem !important;
    line-height: .875rem
}

.font-15 {
    font-size: .9375rem !important;
    line-height: .9375rem
}

.font-16 {
    font-size: 1rem !important;
    line-height: 1rem
}

.font-17 {
    font-size: 1.063rem !important;
    line-height: 1.063rem
}

.font-18 {
    font-size: 1.125rem !important;
    line-height: 1.125rem
}

.font-19 {
    font-size: 1.188rem !important;
    line-height: 1.188rem
}

.font-20 {
    font-size: 1.25rem !important;
    line-height: 1.25rem
}

.font-21 {
    font-size: 1.313rem !important;
    line-height: 1.313rem
}

.font-22 {
    font-size: 1.375rem !important;
    line-height: 1.375rem
}

.font-23 {
    font-size: 1.438rem !important;
    line-height: 1.438rem
}

.font-24 {
    font-size: 1.5rem !important;
    line-height: 1.5rem
}

.font-25 {
    font-size: 1.563rem !important;
    line-height: 1.563rem
}

.font-26 {
    font-size: 1.625rem !important;
    line-height: 1.625rem
}

.font-27 {
    font-size: 1.688rem !important;
    line-height: 1.688rem
}

.font-28 {
    font-size: 1.75rem !important;
    line-height: 1.75rem
}

.font-29 {
    font-size: 1.813rem !important;
    line-height: 1.813rem
}

.font-30 {
    font-size: 1.875rem !important;
    line-height: 1.875rem
}

.font-31 {
    font-size: 1.938rem !important;
    line-height: 1.938rem
}

.font-32 {
    font-size: 2rem !important;
    line-height: 2rem
}

.font-33 {
    font-size: 2.063rem !important;
    line-height: 2.063rem
}

.font-34 {
    font-size: 2.125rem !important;
    line-height: 2.125rem
}

.font-35 {
    font-size: 2.188rem !important;
    line-height: 2.188rem
}

.font-36 {
    font-size: 2.25rem !important;
    line-height: 2.25rem
}

.font-37 {
    font-size: 2.313rem !important;
    line-height: 2.313rem
}

.font-38 {
    font-size: 2.375rem !important;
    line-height: 2.375rem
}

.font-39 {
    font-size: 2.438rem !important;
    line-height: 2.438rem
}

.font-40 {
    font-size: 2.5rem !important;
    line-height: 2.5rem
}

.font-41 {
    font-size: 2.563rem !important;
    line-height: 2.563rem
}

.font-42 {
    font-size: 2.625rem !important;
    line-height: 2.625rem
}

.font-43 {
    font-size: 2.688rem !important;
    line-height: 2.688rem
}

.font-44 {
    font-size: 2.75rem !important;
    line-height: 2.75rem
}

.font-45 {
    font-size: 2.813rem !important;
    line-height: 2.813rem
}

.font-46 {
    font-size: 2.875rem !important;
    line-height: 2.875rem
}

.font-47 {
    font-size: 2.938rem !important;
    line-height: 2.938rem
}

.font-48 {
    font-size: 3rem !important;
    line-height: 3rem
}

.font-49 {
    font-size: 3.063rem !important;
    line-height: 3.063rem
}

.font-50 {
    font-size: 3.125rem !important;
    line-height: 3.125rem
}

.font-51 {
    font-size: 3.188rem !important;
    line-height: 3.188rem
}

.font-52 {
    font-size: 3.25rem !important;
    line-height: 3.25rem
}

.font-53 {
    font-size: 3.313rem !important;
    line-height: 3.313rem
}

.font-54 {
    font-size: 3.375rem !important;
    line-height: 3.375rem
}

.font-55 {
    font-size: 3.438rem !important;
    line-height: 3.438rem
}

.font-56 {
    font-size: 3.5rem !important;
    line-height: 3.5rem
}

.font-57 {
    font-size: 3.563rem !important;
    line-height: 3.563rem
}

.font-58 {
    font-size: 3.625rem !important;
    line-height: 3.625rem
}

.font-59 {
    font-size: 3.688rem !important;
    line-height: 3.688rem
}

.font-60 {
    font-size: 3.75rem !important;
    line-height: 3.75rem
}

.font-61 {
    font-size: 3.813rem !important;
    line-height: 3.813rem
}

.font-62 {
    font-size: 3.875rem !important;
    line-height: 3.875rem
}

.font-63 {
    font-size: 3.938rem !important;
    line-height: 3.938rem
}

.font-64 {
    font-size: 4rem !important;
    line-height: 4rem
}

.font-65 {
    font-size: 4.063rem !important;
    line-height: 4.063rem
}

.font-66 {
    font-size: 4.125rem !important;
    line-height: 4.125rem
}

.font-67 {
    font-size: 4.188rem !important;
    line-height: 4.188rem
}

.font-68 {
    font-size: 4.25rem !important;
    line-height: 4.25rem
}

.font-69 {
    font-size: 4.313rem !important;
    line-height: 4.313rem
}

.font-70 {
    font-size: 4.375rem !important;
    line-height: 4.375rem
}

.font-71 {
    font-size: 4.438rem !important;
    line-height: 4.438rem
}

.font-72 {
    font-size: 4.5rem !important;
    line-height: 4.5rem
}

.font-73 {
    font-size: 4.563rem !important;
    line-height: 4.563rem
}

.font-74 {
    font-size: 4.625rem !important;
    line-height: 4.625rem
}

.font-75 {
    font-size: 4.688rem !important;
    line-height: 4.688rem
}

.font-76 {
    font-size: 4.75rem !important;
    line-height: 4.75rem
}

.font-77 {
    font-size: 4.813rem !important;
    line-height: 4.813rem
}

.font-78 {
    font-size: 4.875rem !important;
    line-height: 4.875rem
}

.font-79 {
    font-size: 4.938rem !important;
    line-height: 4.938rem
}

.font-80 {
    font-size: 5rem !important;
    line-height: 5rem
}

.font-81 {
    font-size: 5.063rem !important;
    line-height: 5.063rem
}

.font-82 {
    font-size: 5.125rem !important;
    line-height: 5.125rem
}

.font-83 {
    font-size: 5.188rem !important;
    line-height: 5.188rem
}

.font-84 {
    font-size: 5.25rem !important;
    line-height: 5.25rem
}

.font-85 {
    font-size: 5.313rem !important;
    line-height: 5.313rem
}

.font-86 {
    font-size: 5.375rem !important;
    line-height: 5.375rem
}

.font-87 {
    font-size: 5.438rem !important;
    line-height: 5.438rem
}

.font-88 {
    font-size: 5.5rem !important;
    line-height: 5.5rem
}

.font-89 {
    font-size: 5.563rem !important;
    line-height: 5.563rem
}

.font-90 {
    font-size: 5.625rem !important;
    line-height: 5.625rem
}

.font-91 {
    font-size: 5.688rem !important;
    line-height: 5.688rem
}

.font-92 {
    font-size: 5.75rem !important;
    line-height: 5.75rem
}

.font-93 {
    font-size: 5.813rem !important;
    line-height: 5.813rem
}

.font-94 {
    font-size: 5.875rem !important;
    line-height: 5.875rem
}

.font-95 {
    font-size: 5.938rem !important;
    line-height: 5.938rem
}

.font-96 {
    font-size: 6rem !important;
    line-height: 6rem
}

.font-97 {
    font-size: 6.063rem !important;
    line-height: 6.063rem
}

.font-98 {
    font-size: 6.125rem !important;
    line-height: 6.125rem
}

.font-99 {
    font-size: 6.188rem !important;
    line-height: 6.188rem
}

.font-100 {
    font-size: 6.25rem !important;
    line-height: 6.25rem
}

.h-100-vh {
    height: 100vh
}

@media screen and (min-width:577px) and (max-width:767px) {
    .h-100-vh {
        height: 100%
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .h-100-vh {
        height: 100%
    }
}

@media screen and (max-width:480px) {
    .h-100-vh {
        height: 100%
    }
}

.p-absolute-lrb {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0
}

@media screen and (min-width:1200px) and (max-width:1439px) {
    .p-absolute-lrb {
        position: relative
    }
}

@media screen and (min-width:1024px) and (max-width:1199px) {
    .p-absolute-lrb {
        position: relative
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .p-absolute-lrb {
        position: relative
    }
}

@media screen and (min-width:577px) and (max-width:767px) {
    .p-absolute-lrb {
        position: relative
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .p-absolute-lrb {
        position: relative
    }
}

@media screen and (max-width:480px) {
    .p-absolute-lrb {
        position: relative
    }
}

.p-absolute-lr {
    position: absolute;
    left: 0;
    right: 0
}

@media screen and (min-width:1200px) and (max-width:1439px) {
    .p-absolute-lr {
        position: relative
    }
}

@media screen and (min-width:1024px) and (max-width:1199px) {
    .p-absolute-lr {
        position: relative
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .p-absolute-lr {
        position: relative
    }
}

@media screen and (min-width:577px) and (max-width:767px) {
    .p-absolute-lr {
        position: relative
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .p-absolute-lr {
        position: relative
    }
}

@media screen and (max-width:480px) {
    .p-absolute-lr {
        position: relative
    }
}

.modal {
    z-index: 1052
}

.o-hidden {
    overflow: hidden
}

.line-20 {
    line-height: 1.25rem
}

.bg-type {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #8e54e9;
    color: #fff;
    text-align: center;
    border-radius: 30px
}

.bg-type span {
    font-size: 1rem;
    font-weight: 600;
    line-height: 2.3
}

.bg-type.bg-type-md {
    width: 40px;
    height: 33px;
    line-height: 33px;
    background: #8e54e9;
    color: #fff;
    text-align: center;
    border-radius: 40px
}

.bg-type.bg-type-md span {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2.6
}

.bg-img.bg-img-big {
    width: 100px;
    height: 100px
}

.bg-img.bg-img-sm {
    width: 30px;
    height: 30px
}

.bg-img-group .bg-img {
    display: inline-block;
    margin-left: -10px;
    position: relative;
    z-index: 0
}

.bg-img-group .bg-img img {
    border: 1px solid #fff
}

.bg-img-group .bg-img:hover {
    z-index: 1;
    position: relative
}

.bg-img-group .bg-img-more {
    width: 26px;
    height: 26px;
    line-height: 24px;
    background: #8e54e9;
    color: #fff;
    text-align: center;
    border-radius: 26px
}

.bg-img-group .bg-img-more span {
    font-size: .7rem;
    font-weight: 600
}

.bg-img-group .bg-img-more a:hover {
    color: #fff
}

ul.activity {
    margin-left: 10px
}

ul.activity li {
    list-style: none
}

ul.activity li.activity-item {
    position: relative;
    border-left: 2px solid #dee2e6
}

ul.activity li.activity-item:after {
    background-color: #fff;
    border-radius: 30px;
    border: 2px solid #dee2e6;
    height: 20px;
    left: 0;
    margin-left: -11px;
    position: absolute;
    width: 20px;
    clear: both;
    bottom: auto;
    top: 0
}

ul.activity li.activity-item:after,
ul.activity li.activity-item:before {
    content: " ";
    display: table
}

ul.activity li.activity-item .activity-info {
    margin-left: 30px;
    padding-bottom: 17px
}

ul.activity li.activity-item p {
    padding: 0;
    margin: 0
}

ul.activity li.activity-item.primary:after {
    border-color: #8e54e9
}

ul.activity li.activity-item.cyan:after {
    border-color: #2bcbba
}

ul.activity li.activity-item.orange:after {
    border-color: #fd9644
}

ul.activity li.activity-item.success:after {
    border-color: #32b432
}

ul.activity li.activity-item.pink:after {
    border-color: #fb0792
}

ul.activity li.activity-item.primary2:after {
    border-color: #4776e6
}

ul.activity li.activity-item.danger:after {
    border-color: #e3324c
}

ul.activity li.activity-item.info:after {
    border-color: #45aaf2
}

ul.activity li.activity-item.warning:after {
    border-color: #f7b731
}

ul.activity li.activity-item:last-child .activity-info {
    padding-bottom: 0
}

.border-radius-none {
    border-radius: 0
}

.bg-img {
    width: 60px;
    height: 60px;
    line-height: 60px
}

.bg-images {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.bg-images:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .6)
}

.img-text {
    position: relative
}

.img-icon {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    text-align: center;
    line-height: 60px;
    background-color: #eceef3
}

.img-icon i {
    font-size: 20px
}

@media (max-width:1440px) and (min-width:1200px) {
    .border-xxl-t {
        border-top: 1px solid #dee2e6
    }

    .border-xxl-n {
        border: none !important
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .border-xl-t {
        border-top: 1px solid #dee2e6
    }

    .border-xl-n {
        border: none !important
    }
}

@media (max-width:991px) {
    .border-lg-t {
        border-top: 1px solid #dee2e6
    }

    .border-lg-n {
        border: none !important
    }
}

@media (max-width:767px) {
    .border-md-t {
        border-top: 1px solid #dee2e6
    }

    .border-md-n {
        border: none !important
    }
}

@media (max-width:320px) {
    .border-sm-t {
        border-top: 1px solid #dee2e6
    }

    .border-sm-n {
        border: none !important
    }
}

@media (max-width:1199px) and (min-width:320px) {
    .border-t {
        border-top: 1px solid #dee2e6
    }

    .border-n {
        border: none !important
    }
}

@media (max-width:991px) and (min-width:768px) {
    .col-xl-2.col-md-4.col-sm-6.border-right.border-xl-n {
        border: none !important
    }
}

@media (max-width:567px) and (min-width:320px) {
    .col-xl-2.col-md-4.col-sm-6.border-right.border-sm-n {
        border: none !important
    }
}

@media (max-width:1199px) and (min-width:768px) {
    .widget-weather-contant-3 .border-right.border-md-n {
        border: none !important
    }
}

.drag-drop img {
    padding: 1rem
}

.dropdown-menu {
    z-index: 1052
}

.p-inherit {
    position: inherit !important
}

@media screen and (min-width:480px) and (max-width:576px) {
    .dropdown-menu-left-mobile {
        transform: translate3d(0, 38px, 0) !important
    }
}

@media screen and (max-width:480px) {
    .dropdown-menu-left-mobile {
        transform: translate3d(0, 38px, 0) !important
    }
}

.export-btn {
    position: relative;
    padding-right: 12px !important
}

.export-btn:before {
    position: absolute;
    content: "\f220";
    font-family: material-icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    right: 0;
    top: 7px
}

.mb-minus {
    margin-bottom: -1rem
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pl-10 {
    padding-left: 10px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pl-40 {
    padding-left: 40px
}

.pl-50 {
    padding-left: 50px
}

.pr-10 {
    padding-right: 10px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

.pr-40 {
    padding-right: 40px
}

.pr-50 {
    padding-right: 50px
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-10 {
    margin-left: 10px
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.ml-50 {
    margin-left: 50px
}

.mr-10 {
    margin-right: 10px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.mr-50 {
    margin-right: 50px
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-right-0 {
    border-right: 0 solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-left-0 {
    border-left: 0 solid #dee2e6 !important
}

@media screen and (min-width:1441px) {
    .pt-xxl-10 {
        padding-top: 10px
    }

    .pt-xxl-20 {
        padding-top: 20px
    }

    .pt-xxl-30 {
        padding-top: 30px
    }

    .pt-xxl-40 {
        padding-top: 40px
    }

    .pt-xxl-50 {
        padding-top: 50px
    }

    .pb-xxl-10 {
        padding-bottom: 10px
    }

    .pb-xxl-20 {
        padding-bottom: 20px
    }

    .pb-xxl-30 {
        padding-bottom: 30px
    }

    .pb-xxl-40 {
        padding-bottom: 40px
    }

    .pb-xxl-50 {
        padding-bottom: 50px
    }

    .pl-xxl-10 {
        padding-left: 10px
    }

    .pl-xxl-20 {
        padding-left: 20px
    }

    .pl-xxl-30 {
        padding-left: 30px
    }

    .pl-xxl-40 {
        padding-left: 40px
    }

    .pl-xxl-50 {
        padding-left: 50px
    }

    .pr-xxl-10 {
        padding-right: 10px
    }

    .pr-xxl-20 {
        padding-right: 20px
    }

    .pr-xxl-30 {
        padding-right: 30px
    }

    .pr-xxl-40 {
        padding-right: 40px
    }

    .pr-xxl-50 {
        padding-right: 50px
    }

    .mt-xxl-10 {
        margin-top: 10px
    }

    .mt-xxl-20 {
        margin-top: 20px
    }

    .mt-xxl-30 {
        margin-top: 30px
    }

    .mt-xxl-40 {
        margin-top: 40px
    }

    .mt-xxl-50 {
        margin-top: 50px
    }

    .mb-xxl-10 {
        margin-bottom: 10px
    }

    .mb-xxl-20 {
        margin-bottom: 20px
    }

    .mb-xxl-30 {
        margin-bottom: 30px
    }

    .mb-xxl-40 {
        margin-bottom: 40px
    }

    .mb-xxl-50 {
        margin-bottom: 50px
    }

    .ml-xxl-10 {
        margin-left: 10px
    }

    .ml-xxl-20 {
        margin-left: 20px
    }

    .ml-xxl-30 {
        margin-left: 30px
    }

    .ml-xxl-40 {
        margin-left: 40px
    }

    .ml-xxl-50 {
        margin-left: 50px
    }

    .mr-xxl-10 {
        margin-right: 10px
    }

    .mr-xxl-20 {
        margin-right: 20px
    }

    .mr-xxl-30 {
        margin-right: 30px
    }

    .mr-xxl-40 {
        margin-right: 40px
    }

    .mr-xxl-50 {
        margin-right: 50px
    }

    .border-xxl-right {
        border-right: 1px solid #dee2e6 !important
    }

    .border-xxl-right-0 {
        border-right: 0 solid #dee2e6 !important
    }

    .border-xxl-top {
        border-top: 1px solid #dee2e6 !important
    }

    .border-xxl-top-0 {
        border-top: 0 solid #dee2e6 !important
    }

    .border-xxl-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-xxl-bottom-0 {
        border-bottom: 0 solid #dee2e6 !important
    }

    .border-xxl-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-xxl-left-0 {
        border-left: 0 solid #dee2e6 !important
    }
}

@media screen and (min-width:1201px) {
    .pt-xl-10 {
        padding-top: 10px
    }

    .pt-xl-20 {
        padding-top: 20px
    }

    .pt-xl-30 {
        padding-top: 30px
    }

    .pt-xl-40 {
        padding-top: 40px
    }

    .pt-xl-50 {
        padding-top: 50px
    }

    .pb-xl-10 {
        padding-bottom: 10px
    }

    .pb-xl-20 {
        padding-bottom: 20px
    }

    .pb-xl-30 {
        padding-bottom: 30px
    }

    .pb-xl-40 {
        padding-bottom: 40px
    }

    .pb-xl-50 {
        padding-bottom: 50px
    }

    .pl-xl-10 {
        padding-left: 10px
    }

    .pl-xl-20 {
        padding-left: 20px
    }

    .pl-xl-30 {
        padding-left: 30px
    }

    .pl-xl-40 {
        padding-left: 40px
    }

    .pl-xl-50 {
        padding-left: 50px
    }

    .pr-xl-10 {
        padding-right: 10px
    }

    .pr-xl-20 {
        padding-right: 20px
    }

    .pr-xl-30 {
        padding-right: 30px
    }

    .pr-xl-40 {
        padding-right: 40px
    }

    .pr-xl-50 {
        padding-right: 50px
    }

    .mt-xl-10 {
        margin-top: 10px
    }

    .mt-xl-20 {
        margin-top: 20px
    }

    .mt-xl-30 {
        margin-top: 30px
    }

    .mt-xl-40 {
        margin-top: 40px
    }

    .mt-xl-50 {
        margin-top: 50px
    }

    .mb-xl-10 {
        margin-bottom: 10px
    }

    .mb-xl-20 {
        margin-bottom: 20px
    }

    .mb-xl-30 {
        margin-bottom: 30px
    }

    .mb-xl-40 {
        margin-bottom: 40px
    }

    .mb-xl-50 {
        margin-bottom: 50px
    }

    .ml-xl-10 {
        margin-left: 10px
    }

    .ml-xl-20 {
        margin-left: 20px
    }

    .ml-xl-30 {
        margin-left: 30px
    }

    .ml-xl-40 {
        margin-left: 40px
    }

    .ml-xl-50 {
        margin-left: 50px
    }

    .mr-xl-10 {
        margin-right: 10px
    }

    .mr-xl-20 {
        margin-right: 20px
    }

    .mr-xl-30 {
        margin-right: 30px
    }

    .mr-xl-40 {
        margin-right: 40px
    }

    .mr-xl-50 {
        margin-right: 50px
    }

    .border-xl-right {
        border-right: 1px solid #dee2e6 !important
    }

    .border-xl-right-0 {
        border-right: 0 solid #dee2e6 !important
    }

    .border-xl-top {
        border-top: 1px solid #dee2e6 !important
    }

    .border-xl-top-0 {
        border-top: 0 solid #dee2e6 !important
    }

    .border-xl-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-xl-bottom-0 {
        border-bottom: 0 solid #dee2e6 !important
    }

    .border-xl-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-xl-left-0 {
        border-left: 0 solid #dee2e6 !important
    }
}

@media screen and (min-width:993px) {
    .pt-lg-10 {
        padding-top: 10px
    }

    .pt-lg-20 {
        padding-top: 20px
    }

    .pt-lg-30 {
        padding-top: 30px
    }

    .pt-lg-40 {
        padding-top: 40px
    }

    .pt-lg-50 {
        padding-top: 50px
    }

    .pb-lg-10 {
        padding-bottom: 10px
    }

    .pb-lg-20 {
        padding-bottom: 20px
    }

    .pb-lg-30 {
        padding-bottom: 30px
    }

    .pb-lg-40 {
        padding-bottom: 40px
    }

    .pb-lg-50 {
        padding-bottom: 50px
    }

    .pl-lg-10 {
        padding-left: 10px
    }

    .pl-lg-20 {
        padding-left: 20px
    }

    .pl-lg-30 {
        padding-left: 30px
    }

    .pl-lg-40 {
        padding-left: 40px
    }

    .pl-lg-50 {
        padding-left: 50px
    }

    .pr-lg-10 {
        padding-right: 10px
    }

    .pr-lg-20 {
        padding-right: 20px
    }

    .pr-lg-30 {
        padding-right: 30px
    }

    .pr-lg-40 {
        padding-right: 40px
    }

    .pr-lg-50 {
        padding-right: 50px
    }

    .mt-lg-10 {
        margin-top: 10px
    }

    .mt-lg-20 {
        margin-top: 20px
    }

    .mt-lg-30 {
        margin-top: 30px
    }

    .mt-lg-40 {
        margin-top: 40px
    }

    .mt-lg-50 {
        margin-top: 50px
    }

    .mb-lg-10 {
        margin-bottom: 10px
    }

    .mb-lg-20 {
        margin-bottom: 20px
    }

    .mb-lg-30 {
        margin-bottom: 30px
    }

    .mb-lg-40 {
        margin-bottom: 40px
    }

    .mb-lg-50 {
        margin-bottom: 50px
    }

    .ml-lg-10 {
        margin-left: 10px
    }

    .ml-lg-20 {
        margin-left: 20px
    }

    .ml-lg-30 {
        margin-left: 30px
    }

    .ml-lg-40 {
        margin-left: 40px
    }

    .ml-lg-50 {
        margin-left: 50px
    }

    .mr-lg-10 {
        margin-right: 10px
    }

    .mr-lg-20 {
        margin-right: 20px
    }

    .mr-lg-30 {
        margin-right: 30px
    }

    .mr-lg-40 {
        margin-right: 40px
    }

    .mr-lg-50 {
        margin-right: 50px
    }

    .border-lg-right {
        border-right: 1px solid #dee2e6 !important
    }

    .border-lg-right-0 {
        border-right: 0 solid #dee2e6 !important
    }

    .border-lg-top {
        border-top: 1px solid #dee2e6 !important
    }

    .border-lg-top-0 {
        border-top: 0 solid #dee2e6 !important
    }

    .border-lg-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-lg-bottom-0 {
        border-bottom: 0 solid #dee2e6 !important
    }

    .border-lg-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-lg-left-0 {
        border-left: 0 solid #dee2e6 !important
    }
}

@media screen and (min-width:768px) {
    .pt-md-10 {
        padding-top: 10px
    }

    .pt-md-20 {
        padding-top: 20px
    }

    .pt-md-30 {
        padding-top: 30px
    }

    .pt-md-40 {
        padding-top: 40px
    }

    .pt-md-50 {
        padding-top: 50px
    }

    .pb-md-10 {
        padding-bottom: 10px
    }

    .pb-md-20 {
        padding-bottom: 20px
    }

    .pb-md-30 {
        padding-bottom: 30px
    }

    .pb-md-40 {
        padding-bottom: 40px
    }

    .pb-md-50 {
        padding-bottom: 50px
    }

    .pl-md-10 {
        padding-left: 10px
    }

    .pl-md-20 {
        padding-left: 20px
    }

    .pl-md-30 {
        padding-left: 30px
    }

    .pl-md-40 {
        padding-left: 40px
    }

    .pl-md-50 {
        padding-left: 50px
    }

    .pr-md-10 {
        padding-right: 10px
    }

    .pr-md-20 {
        padding-right: 20px
    }

    .pr-md-30 {
        padding-right: 30px
    }

    .pr-md-40 {
        padding-right: 40px
    }

    .pr-md-50 {
        padding-right: 50px
    }

    .mt-md-10 {
        margin-top: 10px
    }

    .mt-md-20 {
        margin-top: 20px
    }

    .mt-md-30 {
        margin-top: 30px
    }

    .mt-md-40 {
        margin-top: 40px
    }

    .mt-md-50 {
        margin-top: 50px
    }

    .mb-md-10 {
        margin-bottom: 10px
    }

    .mb-md-20 {
        margin-bottom: 20px
    }

    .mb-md-30 {
        margin-bottom: 30px
    }

    .mb-md-40 {
        margin-bottom: 40px
    }

    .mb-md-50 {
        margin-bottom: 50px
    }

    .ml-md-10 {
        margin-left: 10px
    }

    .ml-md-20 {
        margin-left: 20px
    }

    .ml-md-30 {
        margin-left: 30px
    }

    .ml-md-40 {
        margin-left: 40px
    }

    .ml-md-50 {
        margin-left: 50px
    }

    .mr-md-10 {
        margin-right: 10px
    }

    .mr-md-20 {
        margin-right: 20px
    }

    .mr-md-30 {
        margin-right: 30px
    }

    .mr-md-40 {
        margin-right: 40px
    }

    .mr-md-50 {
        margin-right: 50px
    }

    .border-md-right {
        border-right: 1px solid #dee2e6 !important
    }

    .border-md-right-0 {
        border-right: 0 solid #dee2e6 !important
    }

    .border-md-top {
        border-top: 1px solid #dee2e6 !important
    }

    .border-md-top-0 {
        border-top: 0 solid #dee2e6 !important
    }

    .border-md-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-md-bottom-0 {
        border-bottom: 0 solid #dee2e6 !important
    }

    .border-md-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-md-left-0 {
        border-left: 0 solid #dee2e6 !important
    }
}

@media screen and (min-width:577px) {
    .pt-sm-10 {
        padding-top: 10px
    }

    .pt-sm-20 {
        padding-top: 20px
    }

    .pt-sm-30 {
        padding-top: 30px
    }

    .pt-sm-40 {
        padding-top: 40px
    }

    .pt-sm-50 {
        padding-top: 50px
    }

    .pb-sm-10 {
        padding-bottom: 10px
    }

    .pb-sm-20 {
        padding-bottom: 20px
    }

    .pb-sm-30 {
        padding-bottom: 30px
    }

    .pb-sm-40 {
        padding-bottom: 40px
    }

    .pb-sm-50 {
        padding-bottom: 50px
    }

    .pl-sm-10 {
        padding-left: 10px
    }

    .pl-sm-20 {
        padding-left: 20px
    }

    .pl-sm-30 {
        padding-left: 30px
    }

    .pl-sm-40 {
        padding-left: 40px
    }

    .pl-sm-50 {
        padding-left: 50px
    }

    .pr-sm-10 {
        padding-right: 10px
    }

    .pr-sm-20 {
        padding-right: 20px
    }

    .pr-sm-30 {
        padding-right: 30px
    }

    .pr-sm-40 {
        padding-right: 40px
    }

    .pr-sm-50 {
        padding-right: 50px
    }

    .mt-sm-10 {
        margin-top: 10px
    }

    .mt-sm-20 {
        margin-top: 20px
    }

    .mt-sm-30 {
        margin-top: 30px
    }

    .mt-sm-40 {
        margin-top: 40px
    }

    .mt-sm-50 {
        margin-top: 50px
    }

    .mb-sm-10 {
        margin-bottom: 10px
    }

    .mb-sm-20 {
        margin-bottom: 20px
    }

    .mb-sm-30 {
        margin-bottom: 30px
    }

    .mb-sm-40 {
        margin-bottom: 40px
    }

    .mb-sm-50 {
        margin-bottom: 50px
    }

    .ml-sm-10 {
        margin-left: 10px
    }

    .ml-sm-20 {
        margin-left: 20px
    }

    .ml-sm-30 {
        margin-left: 30px
    }

    .ml-sm-40 {
        margin-left: 40px
    }

    .ml-sm-50 {
        margin-left: 50px
    }

    .mr-sm-10 {
        margin-right: 10px
    }

    .mr-sm-20 {
        margin-right: 20px
    }

    .mr-sm-30 {
        margin-right: 30px
    }

    .mr-sm-40 {
        margin-right: 40px
    }

    .mr-sm-50 {
        margin-right: 50px
    }

    .border-sm-right {
        border-right: 1px solid #dee2e6 !important
    }

    .border-sm-right-0 {
        border-right: 0 solid #dee2e6 !important
    }

    .border-sm-top {
        border-top: 1px solid #dee2e6 !important
    }

    .border-sm-top-0 {
        border-top: 0 solid #dee2e6 !important
    }

    .border-sm-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-sm-bottom-0 {
        border-bottom: 0 solid #dee2e6 !important
    }

    .border-sm-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-sm-left-0 {
        border-left: 0 solid #dee2e6 !important
    }
}

@media screen and (min-width:481px) {
    .pt-xs-10 {
        padding-top: 10px
    }

    .pt-xs-20 {
        padding-top: 20px
    }

    .pt-xs-30 {
        padding-top: 30px
    }

    .pt-xs-40 {
        padding-top: 40px
    }

    .pt-xs-50 {
        padding-top: 50px
    }

    .pb-xs-10 {
        padding-bottom: 10px
    }

    .pb-xs-20 {
        padding-bottom: 20px
    }

    .pb-xs-30 {
        padding-bottom: 30px
    }

    .pb-xs-40 {
        padding-bottom: 40px
    }

    .pb-xs-50 {
        padding-bottom: 50px
    }

    .pl-xs-10 {
        padding-left: 10px
    }

    .pl-xs-20 {
        padding-left: 20px
    }

    .pl-xs-30 {
        padding-left: 30px
    }

    .pl-xs-40 {
        padding-left: 40px
    }

    .pl-xs-50 {
        padding-left: 50px
    }

    .pr-xs-10 {
        padding-right: 10px
    }

    .pr-xs-20 {
        padding-right: 20px
    }

    .pr-xs-30 {
        padding-right: 30px
    }

    .pr-xs-40 {
        padding-right: 40px
    }

    .pr-xs-50 {
        padding-right: 50px
    }

    .mt-xs-10 {
        margin-top: 10px
    }

    .mt-xs-20 {
        margin-top: 20px
    }

    .mt-xs-30 {
        margin-top: 30px
    }

    .mt-xs-40 {
        margin-top: 40px
    }

    .mt-xs-50 {
        margin-top: 50px
    }

    .mb-xs-10 {
        margin-bottom: 10px
    }

    .mb-xs-20 {
        margin-bottom: 20px
    }

    .mb-xs-30 {
        margin-bottom: 30px
    }

    .mb-xs-40 {
        margin-bottom: 40px
    }

    .mb-xs-50 {
        margin-bottom: 50px
    }

    .ml-xs-10 {
        margin-left: 10px
    }

    .ml-xs-20 {
        margin-left: 20px
    }

    .ml-xs-30 {
        margin-left: 30px
    }

    .ml-xs-40 {
        margin-left: 40px
    }

    .ml-xs-50 {
        margin-left: 50px
    }

    .mr-xs-10 {
        margin-right: 10px
    }

    .mr-xs-20 {
        margin-right: 20px
    }

    .mr-xs-30 {
        margin-right: 30px
    }

    .mr-xs-40 {
        margin-right: 40px
    }

    .mr-xs-50 {
        margin-right: 50px
    }

    .border-xs-right {
        border-right: 1px solid #dee2e6 !important
    }

    .border-xs-right-0 {
        border-right: 0 solid #dee2e6 !important
    }

    .border-xs-top {
        border-top: 1px solid #dee2e6 !important
    }

    .border-xs-top-0 {
        border-top: 0 solid #dee2e6 !important
    }

    .border-xs-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-xs-bottom-0 {
        border-bottom: 0 solid #dee2e6 !important
    }

    .border-xs-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-xs-left-0 {
        border-left: 0 solid #dee2e6 !important
    }
}

@media screen and (max-width:480px) {
    .pt-xxs-10 {
        padding-top: 10px
    }

    .pt-xxs-20 {
        padding-top: 20px
    }

    .pt-xxs-30 {
        padding-top: 30px
    }

    .pt-xxs-40 {
        padding-top: 40px
    }

    .pt-xxs-50 {
        padding-top: 50px
    }

    .pb-xxs-10 {
        padding-bottom: 10px
    }

    .pb-xxs-20 {
        padding-bottom: 20px
    }

    .pb-xxs-30 {
        padding-bottom: 30px
    }

    .pb-xxs-40 {
        padding-bottom: 40px
    }

    .pb-xxs-50 {
        padding-bottom: 50px
    }

    .pl-xxs-10 {
        padding-left: 10px
    }

    .pl-xxs-20 {
        padding-left: 20px
    }

    .pl-xxs-30 {
        padding-left: 30px
    }

    .pl-xxs-40 {
        padding-left: 40px
    }

    .pl-xxs-50 {
        padding-left: 50px
    }

    .pr-xxs-10 {
        padding-right: 10px
    }

    .pr-xxs-20 {
        padding-right: 20px
    }

    .pr-xxs-30 {
        padding-right: 30px
    }

    .pr-xxs-40 {
        padding-right: 40px
    }

    .pr-xxs-50 {
        padding-right: 50px
    }

    .mt-xxs-10 {
        margin-top: 10px
    }

    .mt-xxs-20 {
        margin-top: 20px
    }

    .mt-xxs-30 {
        margin-top: 30px
    }

    .mt-xxs-40 {
        margin-top: 40px
    }

    .mt-xxs-50 {
        margin-top: 50px
    }

    .mb-xxs-10 {
        margin-bottom: 10px
    }

    .mb-xxs-20 {
        margin-bottom: 20px
    }

    .mb-xxs-30 {
        margin-bottom: 30px
    }

    .mb-xxs-40 {
        margin-bottom: 40px
    }

    .mb-xxs-50 {
        margin-bottom: 50px
    }

    .ml-xxs-10 {
        margin-left: 10px
    }

    .ml-xxs-20 {
        margin-left: 20px
    }

    .ml-xxs-30 {
        margin-left: 30px
    }

    .ml-xxs-40 {
        margin-left: 40px
    }

    .ml-xxs-50 {
        margin-left: 50px
    }

    .mr-xxs-10 {
        margin-right: 10px
    }

    .mr-xxs-20 {
        margin-right: 20px
    }

    .mr-xxs-30 {
        margin-right: 30px
    }

    .mr-xxs-40 {
        margin-right: 40px
    }

    .mr-xxs-50 {
        margin-right: 50px
    }

    .border-xxs-right {
        border-right: 1px solid #dee2e6 !important
    }

    .border-xxs-right-0 {
        border-right: 0 solid #dee2e6 !important
    }

    .border-xxs-top {
        border-top: 1px solid #dee2e6 !important
    }

    .border-xxs-top-0 {
        border-top: 0 solid #dee2e6 !important
    }

    .border-xxs-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-xxs-bottom-0 {
        border-bottom: 0 solid #dee2e6 !important
    }

    .border-xxs-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-xxs-left-0 {
        border-left: 0 solid #dee2e6 !important
    }
}

@media screen and (min-width:577px) and (max-width:767px) {

    .m-b-30 .card.h-100,
    .mb-sm-30 .card.h-100 {
        height: auto !important
    }
}

@media screen and (min-width:480px) and (max-width:576px) {

    .m-b-30 .card.h-100,
    .mb-sm-30 .card.h-100 {
        height: auto !important
    }
}

@media screen and (max-width:480px) {

    .m-b-30 .card.h-100,
    .mb-sm-30 .card.h-100 {
        height: auto !important
    }
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, .25) !important;
    width: 6px
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .25) !important;
    width: 6px
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .25);
    filter: "alpha(opacity=25)";
    -ms-filter: "alpha(opacity=25)"
}

.dropdown a {
    cursor: pointer
}

html {
    font-size: 14px
}

body {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    outline: 0;
    background: #f0f0f8;
    color: #474a5a
}

body.sidebar-mini .app-main {
    padding-left: 60px
}

body.sidebar-mini .app-main .container-fluid {
    padding: 90px 30px 60px 30px
}

.app {
    position: relative
}

.app .loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999
}

.app-wrap {
    min-height: 100vh;
    position: relative
}

.app-container {
    position: relative
}

.app-main {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding-left: 240px;
    transition: all .3s ease-out
}

@media screen and (min-width:577px) and (max-width:767px) {
    .app-main {
        padding-left: 0 !important
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .app-main {
        padding-left: 0 !important
    }
}

@media screen and (max-width:480px) {
    .app-main {
        padding-left: 0 !important
    }
}

.app-main .container-fluid {
    padding: 95px 30px 60px 30px;
    transition: all .3s ease-out
}

@media screen and (min-width:577px) and (max-width:767px) {
    .app-main .container-fluid {
        padding-bottom: 0
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .app-main .container-fluid {
        padding-bottom: 0
    }
}

@media screen and (max-width:480px) {
    .app-main .container-fluid {
        padding-bottom: 0
    }
}

.footer {
    background: #fff;
    position: absolute;
    padding: 1.5rem 2.3rem;
    z-index: 0;
    width: calc(100% - 240px);
    bottom: 0;
    right: 0;
    height: 60px;
    -webkit-box-shadow: 0 0 20px rgba(115, 105, 215, .15);
    -moz-box-shadow: 0 0 20px rgba(115, 105, 215, .15);
    box-shadow: 0 0 20px rgba(115, 105, 215, .15);
    transition: all .3s ease-out
}

@media screen and (min-width:577px) and (max-width:767px) {
    .footer {
        width: 100%;
        height: auto;
        position: relative
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .footer {
        width: 100%;
        height: auto;
        position: relative
    }
}

@media screen and (max-width:480px) {
    .footer {
        width: 100%;
        height: auto;
        position: relative
    }
}

.footer a:hover {
    color: #8e54e9
}

.page-title h1 {
    margin-bottom: 0;
    font-size: 1.714rem;
    line-height: 2rem
}

ol.breadcrumb {
    background-color: transparent
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\e661";
    font-family: themify-icons;
    font-size: 10px
}

.notification-wrapper {
    border-radius: 4px
}

.list-style-none {
    list-style: none
}

.list-style-none li {
    font-size: 12px
}

@-moz-keyframes blink {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }

    25% {
        -moz-transform: scale(.1);
        opacity: .1
    }

    50% {
        -moz-transform: scale(.5);
        opacity: .3
    }

    75% {
        -moz-transform: scale(.8);
        opacity: .5
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes blink {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(.1);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(.5);
        opacity: .3
    }

    75% {
        -webkit-transform: scale(.8);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1051;
    width: 100%
}

.top-bar .navbar {
    padding: 0;
    height: 60px
}

@media screen and (min-width:577px) and (max-width:767px) {
    .top-bar .navbar {
        height: auto
    }
}

.top-bar .navbar .mobile-toggle {
    position: absolute;
    color: #fff;
    display: none;
    padding: 20px 30px;
    top: 0;
    left: 0;
    font-size: 1.25rem;
    cursor: pointer
}

@media screen and (min-width:577px) and (max-width:767px) {
    .top-bar .navbar .mobile-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
        width: 78px;
        height: 60px;
        padding: 0;
        font-size: 17px;
        color: #a2a5bd;
        border: 0;
        line-height: 60px
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .top-bar .navbar .mobile-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
        width: 78px;
        height: 60px;
        padding: 0;
        font-size: 17px;
        color: #a2a5bd;
        border: 0;
        line-height: 60px
    }
}

@media screen and (max-width:480px) {
    .top-bar .navbar .mobile-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
        width: 78px;
        height: 60px;
        padding: 0;
        font-size: 17px;
        color: #a2a5bd;
        border: 0;
        line-height: 60px
    }
}

.top-bar .navbar .navbar-header {
    background: #0c1427;
    width: 240px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 60px;
    text-align: center;
    overflow: hidden;
    transition: all .3s ease-out;
    position: relative;
    z-index: 99;
    padding-left: 1.6rem
}

.top-bar .navbar .navbar-header .logo-desktop {
    width: 130px;
    height: auto;
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 0;
    transition: all ease-in-out .2s
}

.top-bar .navbar .navbar-header .logo-mobile {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 30px;
    height: auto;
    transition: all ease-in-out .2s
}

@media screen and (min-width:577px) and (max-width:767px) {
    .top-bar .navbar .navbar-header {
        width: 100%;
        text-align: center;
        padding: 0;
        height: 60px;
        justify-content: center
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .top-bar .navbar .navbar-header {
        width: 100%;
        text-align: center;
        padding: 0;
        height: 60px;
        justify-content: center
    }
}

@media screen and (max-width:480px) {
    .top-bar .navbar .navbar-header {
        width: 100%;
        text-align: center;
        padding: 0;
        height: 60px;
        justify-content: center
    }
}

.top-bar .navbar .navbar-header .navbar-brand {
    font-weight: 700;
    color: #fff;
    margin: 0
}

.top-bar .navbar .navbar-header .nav-link {
    padding-left: 0;
    padding-right: 0
}

.top-bar .navbar .navbar-toggler:focus {
    outline: 0
}

@media screen and (min-width:577px) and (max-width:767px) {
    .top-bar .navbar .navbar-toggler {
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        z-index: 99;
        width: 78px;
        height: 60px;
        padding: 0;
        font-size: 17px;
        color: #a2a5bd;
        border: 0;
        line-height: 60px
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .top-bar .navbar .navbar-toggler {
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        z-index: 99;
        width: 78px;
        height: 60px;
        padding: 0;
        font-size: 17px;
        color: #a2a5bd;
        border: 0;
        line-height: 60px
    }
}

@media screen and (max-width:480px) {
    .top-bar .navbar .navbar-toggler {
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        z-index: 99;
        width: 78px;
        height: 60px;
        padding: 0;
        font-size: 17px;
        color: #a2a5bd;
        border: 0;
        line-height: 60px
    }
}

.top-bar .navbar .nav-link {
    color: #a2a5bd;
    padding: 1.4rem 1rem 1.4rem 1rem;
    font-size: 14px
}

.top-bar .navbar .nav-link:first-child {
    padding-left: 0;
    padding-right: 2rem
}

.top-bar .navbar .nav-link:hover {
    color: #8e54e9
}

@media screen and (min-width:577px) and (max-width:767px) {
    .top-bar .navbar .nav-link {
        padding: 1.3rem .5rem
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .top-bar .navbar .nav-link {
        font-size: .8571rem
    }
}

.top-bar .navbar .nav-left {
    margin-left: 2.1rem
}

@media screen and (min-width:577px) and (max-width:767px) {
    .top-bar .navbar .nav-left {
        display: none
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .top-bar .navbar .nav-left {
        display: none
    }
}

@media screen and (max-width:480px) {
    .top-bar .navbar .nav-left {
        display: none
    }
}

.top-bar .navbar .nav-left .nav-item.dropdown .dropdown-menu a {
    padding: .7rem 1.5rem .7rem 1.5rem;
    font-size: 1rem;
    line-height: 18px
}

.top-bar .navbar .nav-left .dropdown-menu {
    left: 0;
    right: inherit
}

.top-bar .navbar .nav-left .dropdown-menu a {
    padding: .6rem 0
}

.top-bar .navbar .nav-left .dropdown-menu a.dropdown-item:hover {
    background-color: transparent;
    color: #8e54e9
}

.top-bar .navbar .nav-left .dropdown-menu.mega-menu {
    min-width: calc(100% - 60px);
    overflow: hidden;
    margin-left: 30px;
    margin-right: 30px;
    left: 0;
    padding: 0
}

.top-bar .navbar .nav-left .dropdown-menu.mega-menu ul {
    padding: 0;
    margin: 0 -.5rem
}

.top-bar .navbar .nav-left .dropdown-menu.mega-menu ul li {
    padding: .3rem .5rem
}

.top-bar .navbar .nav-left .dropdown-menu.mega-menu .arrow-triangle {
    left: 85px;
    right: inherit
}

.top-bar .navbar .nav-left .dropdown-menu.mega-menu .chart-wrap {
    margin-right: -5px;
    margin-bottom: -5px
}

.top-bar .navbar .nav-left .dropdown-menu.mega-menu .chart-wrap .apexchart-wrapper {
    position: relative;
    margin-top: -163px
}

.top-bar .navbar .nav-right {
    margin-right: 1.7rem
}

@media screen and (min-width:577px) and (max-width:767px) {
    .top-bar .navbar .nav-right {
        margin: 0 !important;
        justify-content: space-between;
        padding: 0 30px;
        width: 100%
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .top-bar .navbar .nav-right {
        margin: 0 !important;
        justify-content: space-between;
        padding: 0 30px;
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .top-bar .navbar .nav-right {
        margin: 0 !important;
        justify-content: space-between;
        padding: 0 30px;
        width: 100%
    }
}

.top-bar .navbar .nav-right li a::after {
    border: none
}

.top-bar .navbar .nav-right .nav-item {
    width: 50px;
    text-align: center
}

@media screen and (min-width:480px) and (max-width:576px) {
    .top-bar .navbar .nav-right .nav-item {
        position: inherit
    }
}

@media screen and (max-width:480px) {
    .top-bar .navbar .nav-right .nav-item {
        position: inherit
    }
}

.top-bar .navbar .nav-right .nav-item .nav-link {
    padding: 1.4rem 0;
    font-size: 17px
}

.top-bar .navbar .nav-right .nav-item.dropdown .dropdown-toggle::after {
    margin: 0
}

.top-bar .navbar .nav-right .nav-item.user-profile {
    width: 50px
}

.top-bar .navbar .nav-right .nav-item.user-profile .nav-link {
    padding: .9em 0;
    position: relative
}

.top-bar .navbar .nav-right .nav-item.user-profile a {
    padding: .6rem 1rem
}

.top-bar .navbar .nav-right .nav-item.user-profile a img {
    width: 36px;
    height: 36px;
    border-radius: 30px
}

.top-bar .navbar .nav-right .nav-item.user-profile a .user-status {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 7px;
    bottom: inherit;
    top: 14px
}

.top-bar .navbar .nav-right .nav-item.user-profile .dropdown-menu {
    width: 23rem
}

@media screen and (min-width:577px) and (max-width:767px) {
    .top-bar .navbar .nav-right .nav-item.user-profile .dropdown-menu {
        width: 100%;
        right: 0;
        left: inherit
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .top-bar .navbar .nav-right .nav-item.user-profile .dropdown-menu {
        width: 100%;
        right: 0;
        left: inherit
    }
}

@media screen and (max-width:480px) {
    .top-bar .navbar .nav-right .nav-item.user-profile .dropdown-menu {
        width: 100%;
        right: 0;
        left: inherit
    }
}

.top-bar .navbar .nav-right .nav-item.user-profile .dropdown-menu a.dropdown-item {
    padding: .7rem 0;
    font-size: 1rem;
    line-height: 18px
}

.top-bar .navbar .nav-right .nav-item.user-profile .dropdown-menu a.dropdown-item:focus,
.top-bar .navbar .nav-right .nav-item.user-profile .dropdown-menu a.dropdown-item:hover {
    background-color: transparent;
    color: #8e54e9
}

.top-bar .navbar .nav-right .nav-item.user-profile .dropdown-menu a.dropdown-item i {
    font-size: 16px;
    width: 30px
}

.top-bar .navbar .nav-right .dropdown-menu {
    right: 6px;
    left: inherit
}

.top-bar .navbar .nav-right .dropdown-menu:after {
    content: '';
    position: absolute
}

.top-bar .navbar .nav-right .dropdown-menu.extended {
    min-width: 21.43rem
}

.top-bar .navbar .nav-right .dropdown-menu.extended ul {
    padding: 0
}

.top-bar .navbar .nav-right .dropdown-menu.extended ul li {
    list-style-type: none
}

.top-bar .navbar .nav-right .dropdown-menu.extended ul li ul {
    padding: 0
}

.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-footer,
.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-header {
    color: #a1a1a1;
    text-align: center;
    padding: .8rem;
    font-size: 1rem;
    font-weight: 400;
    border-top: 1px solid #dee2e6
}

.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-header {
    font-weight: 600
}

.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-header a:hover {
    color: #343a40
}

.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-header a.btn-inverse-light {
    background: #eceef3;
    background: rgba(236, 238, 243, .3) !important;
    color: #fff
}

.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-header a.btn-inverse-light:hover {
    border-color: transparent
}

.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-footer a {
    color: #a1a1a1;
    text-decoration: none
}

.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-footer a:hover {
    color: #8e54e9
}

.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-footer a.btn:hover {
    color: #343a40
}

.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-body {
    max-height: 240px;
    overflow-y: auto
}

.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-body li a {
    padding: .8rem;
    text-decoration: none;
    display: block
}

.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-body li a:hover {
    background: #eceef3;
    color: #8e54e9
}

.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-body .notification .notify-icon {
    width: 40px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    background: #eceef3;
    margin-right: 20px;
    color: #fff
}

.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-body .notify-message p {
    margin: 0;
    font-weight: 400;
    color: #0c1427;
    line-height: 1rem
}

.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-body .notify-message small {
    color: #474a5a
}

.top-bar .navbar .sidebar-toggle {
    font-size: 17px;
    padding: 1.2rem 1rem 1.2rem 1rem
}

@media screen and (min-width:577px) and (max-width:767px) {
    .top-bar .navbar .sidebar-toggle {
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 60px;
        padding: 0 !important;
        line-height: 60px
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .top-bar .navbar .sidebar-toggle {
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 60px;
        padding: 0 !important;
        line-height: 60px
    }
}

@media screen and (max-width:480px) {
    .top-bar .navbar .sidebar-toggle {
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 60px;
        padding: 0 !important;
        line-height: 60px
    }
}

.top-bar .navbar .nav-left .dropdown-menu,
.top-bar .navbar .nav-right .dropdown-menu {
    background: #fff;
    border: none;
    -webkit-box-shadow: 0 1px 20px rgba(115, 105, 215, .25);
    -moz-box-shadow: 0 1px 20px rgba(115, 105, 215, .25);
    box-shadow: 0 1px 20px rgba(115, 105, 215, .25);
    padding: 0;
    border-radius: 0 0 4px 4px;
    margin-top: 1rem;
    visibility: hidden;
    display: block;
    opacity: 0;
    transition: all .3s ease-in-out
}

@media screen and (min-width:577px) and (max-width:767px) {

    .top-bar .navbar .nav-left .dropdown-menu,
    .top-bar .navbar .nav-right .dropdown-menu {
        width: 100%;
        position: absolute;
        margin: 0 !important;
        right: 0;
        left: 0
    }
}

@media screen and (min-width:480px) and (max-width:576px) {

    .top-bar .navbar .nav-left .dropdown-menu,
    .top-bar .navbar .nav-right .dropdown-menu {
        width: 100%;
        position: absolute;
        margin: 0 !important;
        right: 0;
        left: 0
    }
}

@media screen and (max-width:480px) {

    .top-bar .navbar .nav-left .dropdown-menu,
    .top-bar .navbar .nav-right .dropdown-menu {
        width: 100%;
        position: absolute;
        margin: 0 !important;
        right: 0;
        left: 0
    }
}

.top-bar .navbar .nav-left .show .dropdown-menu,
.top-bar .navbar .nav-right .show .dropdown-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1
}

@media screen and (min-width:577px) and (max-width:767px) {

    .top-bar .navbar .nav-item.dropdown,
    .top-bar .navbar .nav-item.dropup {
        position: static
    }
}

.top-bar .navigation {
    width: 100%;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(115, 105, 215, .15);
    -moz-box-shadow: 0 0 20px rgba(115, 105, 215, .15);
    box-shadow: 0 0 20px rgba(115, 105, 215, .15);
    height: 60px
}

.top-bar .navigation .navbar-nav {
    ms-flex-direction: row;
    flex-direction: row
}

.top-bar .search-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none
}

.top-bar .search-wrapper .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    z-index: 2
}

.top-bar .search-wrapper .close-btn i {
    font-size: 1.285rem;
    line-height: 2.142rem;
    color: #474a5a
}

.top-bar .search-wrapper .search-content {
    position: relative;
    width: 100%
}

.top-bar .search-wrapper .search-content .magnifier {
    color: #474a5a;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1.285rem;
    line-height: 1.714rem
}

.top-bar .search-wrapper .search-content .form-control {
    height: 60px;
    border: 0;
    font-size: 1.285rem;
    line-height: 1.714rem;
    background: 0 0;
    padding-left: 60px;
    padding-right: 60px;
    color: #474a5a
}

.sidebar-mini .top-bar .navbar .navbar-header {
    width: 60px;
    padding-left: 0;
    justify-content: center
}

@media screen and (min-width:577px) and (max-width:767px) {
    .sidebar-mini .top-bar .navbar .navbar-header {
        width: 100%
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .sidebar-mini .top-bar .navbar .navbar-header {
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .sidebar-mini .top-bar .navbar .navbar-header {
        width: 100%
    }
}

.sidebar-mini .top-bar .navbar .navbar-header .logo-desktop {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    position: absolute
}

.sidebar-mini .top-bar .navbar .navbar-header .logo-mobile {
    visibility: visible;
    opacity: 1;
    position: relative
}

.sidebar-mini .top-bar .navbar .navbar-header.expand {
    width: 240px
}

.sidebar-mini .top-bar .navbar .navbar-header.expand .logo-desktop {
    width: 130px;
    height: auto;
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 0
}

.sidebar-mini .top-bar .navbar .navbar-header.expand .logo-mobile {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 30px;
    height: auto
}

@media screen and (min-width:577px) and (max-width:767px) {
    .sidebar-mini .top-bar .navbar .navbar-header.expand {
        width: 100%
    }

    .sidebar-mini .top-bar .navbar .navbar-header.expand .logo-desktop {
        width: 130px;
        height: auto;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: -1
    }

    .sidebar-mini .top-bar .navbar .navbar-header.expand .logo-mobile {
        visibility: visible;
        opacity: 1;
        position: relative;
        width: 30px;
        height: auto
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .sidebar-mini .top-bar .navbar .navbar-header.expand {
        width: 100%
    }

    .sidebar-mini .top-bar .navbar .navbar-header.expand .logo-desktop {
        width: 130px;
        height: auto;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: -1
    }

    .sidebar-mini .top-bar .navbar .navbar-header.expand .logo-mobile {
        visibility: visible;
        opacity: 1;
        position: relative;
        width: 30px;
        height: auto
    }
}

@media screen and (max-width:480px) {
    .sidebar-mini .top-bar .navbar .navbar-header.expand {
        width: 100%
    }

    .sidebar-mini .top-bar .navbar .navbar-header.expand .logo-desktop {
        width: 130px;
        height: auto;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: -1
    }

    .sidebar-mini .top-bar .navbar .navbar-header.expand .logo-mobile {
        visibility: visible;
        opacity: 1;
        position: relative;
        width: 30px;
        height: auto
    }
}

.navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
    padding: 23px 30px;
    color: #fff
}

.dot {
    background-color: #8e54e9;
    border-radius: 10px;
    margin-right: 6px;
    width: 10px;
    height: 10px;
    display: inline-block
}

.notify {
    position: relative;
    top: 7px;
    right: -7px
}

.notify .blink {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #e3324c;
    border-radius: 70px;
    -moz-animation: blink 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: blink 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.notify .dot {
    width: 5px;
    height: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #e3324c;
    position: absolute;
    right: 0;
    top: -10px
}

.custom-dropdown.dropdown-menu {
    padding: 10px 0;
    min-width: 15rem;
    border: none;
    box-shadow: 0 0 20px rgba(115, 105, 215, .15)
}

.custom-dropdown.dropdown-menu a,
.custom-dropdown.dropdown-menu a.dropdown-item {
    padding: .7rem 1.5rem .7rem 0;
    font-size: 13px;
    line-height: 18px;
    color: #474a5a
}

.custom-dropdown.dropdown-menu a i {
    padding-right: 1.2rem !important;
    width: 2rem;
    display: inline-block
}

.custom-dropdown.dropdown-menu .dropdown-title {
    padding: .5rem 1rem 1rem 1.5rem;
    border-bottom: 1px solid #ebedf2
}

.custom-dropdown.dropdown-menu a.dropdown-item:focus,
.custom-dropdown.dropdown-menu a.dropdown-item:hover {
    background-color: transparent;
    color: #8e54e9
}

.custom-dropdown.dropdown-menu a.dropdown-item:first-child {
    padding-top: 0 !important
}

.custom-dropdown.dropdown-menu a.dropdown-item:last-child {
    padding-bottom: 0 !important
}

.custom-dropdown.dropdown-menu.extended .dropdown-body li a:hover {
    background-color: transparent;
    color: #8e54e9
}

.top-bar-fixed .top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.autocomplete-suggestions {
    height: 400px;
    margin-top: 0 !important;
    border-radius: 0 !important
}

.autocomplete-suggestions .autocomplete-suggestion:hover {
    background: #eceef3
}

.navbar-collapse.show {
    position: relative;
    z-index: 99
}

.sidebar-nav {
    background: #212529
}

.sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #343a40
}

.sidebar-nav .metismenu {
    background: #212529;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidebar-nav .metismenu li+li {
    margin-top: 5px
}

.sidebar-nav .metismenu li:first-child {
    margin-top: 5px
}

.sidebar-nav .metismenu li:last-child {
    margin-bottom: 5px
}

.sidebar-nav .metismenu>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.sidebar-nav .metismenu a {
    position: relative;
    display: block;
    padding: 13px 15px;
    color: #adb5bd;
    outline-width: 0;
    transition: all .3s ease-out
}

.sidebar-nav .metismenu ul a {
    padding: 10px 15px 10px 30px
}

.sidebar-nav .metismenu ul ul a {
    padding: 10px 15px 10px 45px
}

.sidebar-nav .metismenu a:active,
.sidebar-nav .metismenu a:focus,
.sidebar-nav .metismenu a:hover {
    color: #f8f9fa;
    text-decoration: none;
    background: #0b7285
}

.app-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all .3s ease-out;
    display: block;
    padding-top: 60px;
    height: 100%;
    -webkit-box-shadow: 1px 10px 20px rgba(115, 105, 215, .15);
    -moz-box-shadow: 1px 10px 20px rgba(115, 105, 215, .15);
    box-shadow: 1px 10px 20px rgba(115, 105, 215, .15);
    z-index: 1050
}

@media screen and (min-width:577px) and (max-width:767px) {
    .app-navbar {
        position: fixed;
        left: -240px;
        height: 100%
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .app-navbar {
        position: fixed;
        left: -240px;
        height: 100%
    }
}

@media screen and (max-width:480px) {
    .app-navbar {
        position: fixed;
        left: -240px;
        height: 100%
    }
}

.app-navbar.expand {
    left: 0;
    padding-top: 60px;
    height: 100%
}

.app-navbar .sidebar-nav {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    -webkit-flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    margin-bottom: auto;
    background: #0c1427;
    height: 100%;
    overflow: hidden
}

.app-navbar .sidebar-nav ul.metismenu {
    background: 0 0
}

.app-navbar .sidebar-nav ul.metismenu li a {
    border: none !important;
    padding: .9rem 1.6rem;
    color: #a2a5bd;
    display: flex
}

.app-navbar .sidebar-nav ul.metismenu li a i {
    margin-right: 10px;
    color: #4c4f6b;
    width: 20px
}

.app-navbar .sidebar-nav ul.metismenu li a:focus,
.app-navbar .sidebar-nav ul.metismenu li a:hover {
    background: #1f212d;
    color: #fff;
    transition: all .3s ease-out
}

.app-navbar .sidebar-nav ul.metismenu li a .nav-title {
    opacity: 1;
    visibility: visible
}

.app-navbar .sidebar-nav ul.metismenu li a .nav-label {
    position: absolute;
    top: 14px;
    right: 40px;
    opacity: 1;
    visibility: visible
}

.app-navbar .sidebar-nav ul.metismenu li a.has-arrow:after {
    transform: rotate(135deg) translateY(-50%);
    -webkit-transform: rotate(135deg) translateY(-50%);
    font-size: 12px;
    color: #6c7197;
    right: 1.5rem
}

.app-navbar .sidebar-nav ul.metismenu li.active a {
    color: #fff
}

.app-navbar .sidebar-nav ul.metismenu li.active a i {
    color: #fff
}

.app-navbar .sidebar-nav ul.metismenu li.active ul {
    position: relative
}

.app-navbar .sidebar-nav ul.metismenu li.active ul li a {
    background: 0 0 !important;
    color: #a2a5bd
}

.app-navbar .sidebar-nav ul.metismenu li.active ul li a:focus,
.app-navbar .sidebar-nav ul.metismenu li.active ul li a:hover {
    color: #fff !important
}

.app-navbar .sidebar-nav ul.metismenu li.active ul li.active a {
    color: #fff !important
}

.app-navbar .sidebar-nav ul.metismenu li.active ul li.active a:focus,
.app-navbar .sidebar-nav ul.metismenu li.active ul li.active a:hover {
    color: #fff !important
}

.app-navbar .sidebar-nav ul.metismenu li.active ul li.active a:before {
    width: 14px;
    height: 2px;
    position: absolute;
    content: '';
    left: 32px;
    background: #37394d;
    top: 18px
}

.app-navbar .sidebar-nav ul.metismenu li.active ul li.active a.has-arrow {
    color: #fff !important
}

.app-navbar .sidebar-nav ul.metismenu li.active ul li.active ul li a {
    padding-left: 4.8rem;
    color: #a2a5bd !important
}

.app-navbar .sidebar-nav ul.metismenu li.active ul li.active ul li.active a {
    color: #fff !important
}

.app-navbar .sidebar-nav ul.metismenu li.active ul:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #37394d;
    top: 0;
    left: 30px
}

.app-navbar .sidebar-nav ul.metismenu li.active .has-arrow:after {
    transform: rotate(225deg) translateY(-50%);
    -webkit-transform: rotate(225deg) translateY(-50%)
}

.app-navbar .sidebar-nav ul.metismenu li ul {
    background: #0c1427
}

.app-navbar .sidebar-nav ul.metismenu li ul li a {
    padding: .6rem 2rem;
    padding-left: 3.78rem
}

.app-navbar .sidebar-nav ul.metismenu li ul li a:focus,
.app-navbar .sidebar-nav ul.metismenu li ul li a:hover {
    background: 0 0;
    color: #8e54e9
}

.app-navbar .sidebar-nav ul.metismenu li+li,
.app-navbar .sidebar-nav ul.metismenu li:first-child {
    margin-top: 0
}

.app-navbar .sidebar-nav ul.metismenu li.nav-static-title {
    padding: 1rem 1.6rem .1rem 1.6rem;
    color: #fff;
    font-size: .8571rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    color: #4c4f6b
}

.app-navbar .sidebar-nav ul.metismenu li .has-arrow[aria-expanded=true]:after {
    transform: rotate(225deg) translateY(-50%);
    -webkit-transform: rotate(225deg) translateY(-50%)
}

.app-navbar .sidebar-nav .sidebar-banner .btn {
    background: #eceef3;
    background: rgba(236, 238, 243, .3) !important;
    color: #fff !important;
    padding: .3rem .8rem
}

.app-navbar .sidebar-nav .sidebar-banner .btn:focus,
.app-navbar .sidebar-nav .sidebar-banner .btn:hover {
    color: #fff !important
}

.light-sidebar .app-navbar .sidebar-nav {
    background: #fff
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li a {
    color: #7e82a4
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li a:hover {
    background: #eceef3;
    color: #8e54e9
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li a:focus {
    background: 0 0;
    color: #a2a5bd
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li ul {
    background: #fbfcfc
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active a {
    background: #fff;
    color: #8e54e9
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active a:hover {
    color: #8e54e9 !important
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active a:focus {
    color: #8e54e9 !important
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active a:active {
    color: #8e54e9 !important
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active a i {
    color: #8e54e9
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active a:hover i {
    color: #8e54e9
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active a:focus i {
    color: #8e54e9
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active a:visited i {
    color: #8e54e9
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active a:active i {
    color: #8e54e9
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active ul:before {
    background: #f0f2f3
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active ul li a {
    color: #a2a5bd
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active ul li.active ul li a {
    color: #a2a5bd !important
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active ul li.active ul li.active a {
    color: #8e54e9 !important
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active ul li.active a {
    color: #8e54e9 !important
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active ul li.active a:before {
    background: #f0f2f3
}

.light-sidebar .top-bar .navbar .navbar-header {
    background: #fff
}

.light-sidebar .top-bar .navigation {
    border-left: 1px solid #dee2e6
}

.sidebar-fixed .app-navbar {
    position: fixed;
    left: 0;
    top: 60px;
    height: calc(100vh-60px)
}

.sidebar-mini .app-navbar {
    width: 60px;
    z-index: 1052
}

@media screen and (min-width:577px) and (max-width:767px) {
    .sidebar-mini .app-navbar {
        position: fixed;
        left: -60px;
        height: 100%
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .sidebar-mini .app-navbar {
        position: fixed;
        left: -60px;
        height: 100%
    }
}

@media screen and (max-width:480px) {
    .sidebar-mini .app-navbar {
        position: fixed;
        left: -60px;
        height: 100%
    }
}

.sidebar-mini .app-navbar:hover {
    width: 240px
}

.sidebar-mini .app-navbar:hover .metismenu li.nav-static-title {
    display: block
}

.sidebar-mini .app-navbar:hover .metismenu li.nav-static-title a:after {
    display: block
}

.sidebar-mini .app-navbar:hover .metismenu li a .nav-label,
.sidebar-mini .app-navbar:hover .metismenu li a .nav-title {
    opacity: 1
}

.sidebar-mini .app-navbar:hover .metismenu .collapse.in {
    display: block
}

.sidebar-mini .app-navbar ul.metismenu li a .nav-label,
.sidebar-mini .app-navbar ul.metismenu li a .nav-title {
    opacity: 0;
    transition: all .7s;
    -webkit-transition: all .7s;
    -moz-transition: all .7s
}

.sidebar-mini .app-navbar ul.metismenu li a:after {
    display: none
}

.sidebar-mini .app-navbar ul.metismenu li.nav-static-title {
    display: none
}

.sidebar-mini .app-navbar ul.metismenu li+li {
    width: 240px
}

.sidebar-mini .app-navbar ul.metismenu .collapse.in {
    display: none
}

.sidebar-mini .app-navbar ul.metismenu .sidebar-banner {
    display: none !important
}

.sidebar-mini .footer {
    width: calc(100% - 60px)
}

.sidebar-nav .metismenu li:last-child {
    margin-bottom: 0
}

.sidebar-toggled .app-navbar {
    left: 0
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
span,
ul {
    padding: 0;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0c1427;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    margin-bottom: .75rem
}

h1 {
    font-size: 2.571rem;
    line-height: 3.142rem
}

h2 {
    font-size: 2.142rem;
    line-height: 2.571rem
}

h3 {
    font-size: 1.714rem;
    line-height: 2.142rem
}

h4 {
    font-size: 1.285rem;
    line-height: 1.714rem
}

h5 {
    font-size: 1rem;
    line-height: 1.428rem
}

h6 {
    font-size: .9286rem;
    line-height: 1.22rem
}

p {
    color: #474a5a;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.714rem
}

a {
    color: inherit;
    text-decoration: none;
    outline: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

a:focus,
a:hover {
    color: #8e54e9;
    text-decoration: none
}

ol,
ul {
    padding-left: 15px
}

ol li,
ul li {
    color: #474a5a
}

.blockquote.blockquote-reverse {
    text-align: right
}

dl dt {
    font-weight: 600
}

dl dd {
    color: #474a5a
}

.list-none {
    list-style: none;
    padding: 0
}

svg {
    width: 100% !important
}

canvas {
    max-width: 100%
}

code {
    width: 100%;
    display: block;
    padding: .5rem
}

@media screen and (min-width:480px) and (max-width:576px) {
    .display-1 {
        font-size: 4rem
    }
}

@media screen and (max-width:480px) {
    .display-1 {
        font-size: 4rem
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .display-2 {
        font-size: 3.5rem
    }
}

@media screen and (max-width:480px) {
    .display-2 {
        font-size: 3.5rem
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .display-3 {
        font-size: 3rem
    }
}

@media screen and (max-width:480px) {
    .display-3 {
        font-size: 3rem
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .display-4 {
        font-size: 2.5rem
    }
}

@media screen and (max-width:480px) {
    .display-4 {
        font-size: 2.5rem
    }
}

.car-dealer-contant h2 {
    font-size: 52px
}

.car-dealer-contants .car-dealer-contants-text {
    padding: 1.25rem
}

.car-dealer-contants .car-dealer-contants-text .p-10 {
    padding: .9rem 1.25rem !important
}

.dating-contant .bg-img {
    width: 35px;
    height: 35px;
    line-height: 35px
}

.dating-contant .table td,
.dating-contant .table th {
    vertical-align: middle
}

.dating-contant table tr td:nth-child(2) {
    display: flex;
    align-items: center
}

.dating-contant table tr td:nth-child(2) div {
    margin-right: 1rem
}

.dating-contant .img-icon i.f-30 {
    line-height: 63px
}

.datting-upload-image {
    padding: 0
}

.datting-upload-image .tab .nav {
    padding: 10px 20px 30px;
    margin-bottom: 0;
    border-bottom: 1px solid #dee2e6
}

.datting-upload-image .tab .nav.nav-tabs li a {
    padding: 4px 20px
}

.datting-upload-image .upload-image {
    padding: 30px 30px;
    border-right: 1px solid #dee2e6
}

.datting-upload-image .upload-image+.upload-image {
    border-right: 0 solid #dee2e6
}

@media screen and (min-width:480px) and (max-width:576px) {
    .datting-upload-image .upload-image {
        padding: 20px
    }
}

@media screen and (max-width:480px) {
    .datting-upload-image .upload-image {
        padding: 20px
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .site-visitor .col {
        flex-basis: auto;
        border: 0 !important;
        margin-bottom: 10px
    }
}

@media screen and (max-width:480px) {
    .site-visitor .col {
        flex-basis: auto;
        border: 0 !important;
        margin-bottom: 10px
    }
}

.jobportal-contant .bg-img {
    width: 35px;
    height: 35px;
    line-height: 35px
}

.jobportal-contant .table td,
.jobportal-contant .table th {
    vertical-align: middle
}

.jobportal-contant table tr td:nth-child(2) {
    display: flex;
    align-items: center
}

.jobportal-contant table tr td:nth-child(2) div {
    margin-right: 1rem
}

.table.jobportal-table td {
    padding: 1.5rem .75rem
}

.jobportaldemo5 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.chart-fit {
    margin-left: -1rem;
    margin-right: -1rem
}

.chart-fit.jobportaldemo6 {
    margin-left: -4rem;
    margin-right: -4rem
}

.jobportaldemo2 .apexcharts-canvas {
    margin: inherit;
    margin-left: auto
}

@media screen and (min-width:480px) and (max-width:576px) {
    .site-visitor .col {
        flex-basis: auto;
        border: 0 !important;
        margin-bottom: 10px
    }
}

@media screen and (max-width:480px) {
    .site-visitor .col {
        flex-basis: auto;
        border: 0 !important;
        margin-bottom: 10px
    }
}

.stockmarket-contant .bg-img {
    width: 35px;
    height: 35px
}

.stockmarket-contant .stockmarket-contant-text {
    padding: 1.25rem
}

.stockmarket-contant .table td,
.stockmarket-contant .table th {
    vertical-align: middle
}

.stockmarket-contant .table tr td:nth-child(2) {
    display: flex;
    align-items: center
}

.stockmarket-contant .table tr td:nth-child(2) div {
    margin-right: 1rem
}

@media screen and (min-width:577px) and (max-width:767px) {

    .bg-info .col,
    .bg-primary .col {
        flex-basis: auto;
        margin-bottom: 10px
    }
}

@media screen and (min-width:480px) and (max-width:576px) {

    .bg-info .col,
    .bg-primary .col {
        flex-basis: auto;
        margin-bottom: 10px
    }
}

@media screen and (max-width:480px) {

    .bg-info .col,
    .bg-primary .col {
        flex-basis: auto;
        margin-bottom: 10px
    }
}

.analytics-contant .analytics-contant-text1 h4 {
    font-size: 2.3rem
}

.analytics-contant .analytics-contant-text1 .d-flex {
    border-bottom: 1px solid #dee2e6;
    border-width: 10%;
    padding-bottom: 2rem
}

.analytics-contant .analytics-contant-text1 .d-flex:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.analytics-contant .img-icon .font-38 {
    line-height: 62px
}

.analytics-contant .table tr td {
    vertical-align: middle
}

.analytics-contant .table th {
    vertical-align: middle
}

.analytics-contant .visitors-wrapper .card-title {
    padding: 1.25rem
}

.analytics-contant .visitors-wrapper table td,
.analytics-contant .visitors-wrapper table th {
    padding: .6rem 1.25rem
}

.site-logo i {
    font-size: 2.143rem !important;
    line-height: 2.143rem
}

.desktop i,
.mobile i,
.tablet i {
    font-size: 2.142rem;
    line-height: 2.571rem
}

.secondary-menu a {
    margin-left: 1rem
}

@media screen and (min-width:1024px) and (max-width:1199px) {
    .secondary-menu a {
        margin-left: .7rem
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .secondary-menu a {
        margin-left: .7rem
    }
}

@media screen and (min-width:577px) and (max-width:767px) {
    .secondary-menu a {
        margin-left: .7rem
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .secondary-menu a {
        margin-left: .7rem
    }
}

@media screen and (max-width:480px) {
    .secondary-menu a {
        margin-left: .7rem
    }
}

@media screen and (min-width:1024px) and (max-width:1199px) {
    .secondary-menu a:first-child {
        margin-left: 0
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .secondary-menu a:first-child {
        margin-left: 0
    }
}

@media screen and (min-width:577px) and (max-width:767px) {
    .secondary-menu a:first-child {
        margin-left: 0
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .secondary-menu a:first-child {
        margin-left: 0
    }
}

@media screen and (max-width:480px) {
    .secondary-menu a:first-child {
        margin-left: 0
    }
}

.secondary-menu .btn.btn-icon {
    width: 40px;
    height: 33px;
    line-height: 33px;
    font-size: 1.3rem;
    background: #fff;
    color: #8e54e9;
    box-shadow: 0 0 20px rgba(115, 105, 215, .2)
}

@media screen and (min-width:577px) and (max-width:767px) {
    .page-title {
        border-right: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .page-title {
        border-right: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important
    }
}

@media screen and (max-width:480px) {
    .page-title {
        border-right: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important
    }
}

.breadcrumb-bar {
    margin: 1rem 0
}

#analytics10 {
    min-height: auto !important;
    height: 80px !important
}

@media screen and (min-width:577px) and (max-width:767px) {
    #analytics10 {
        height: 160px !important
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    #analytics10 {
        height: 160px !important
    }
}

@media screen and (max-width:480px) {
    #analytics10 {
        height: 160px !important
    }
}

.crm-contant table tr {
    border-bottom: 1px solid #dee2e6
}

.crm-contant table tr:last-child {
    border-bottom: 0 solid #dee2e6
}

.crm-contant table td,
.crm-contant table th {
    vertical-align: middle;
    border-top: 0 solid #dee2e6
}
 
.ecommerce-contant .ecommerce-contant-text .d-flex.p-3 {
    padding: 1.25rem !important
}

.img-icon.img-icon-sm {
    width: 40px;
    height: 33px;
    line-height: 33px
}

.img-icon.img-icon-sm i {
    font-size: 16px
}

.realestate-contant .realestate-contant-text {
    padding: 1.25rem
}

.accordion .acd-group .card-header {
    padding: 0
}

.accordion .acd-group .card-header .acd-heading {
    font-weight: 600;
    font-size: 1rem;
    position: relative;
    color: #0c1427;
    line-height: normal;
    padding: 1.25rem;
    cursor: pointer;
    background-color: transparent;
    margin-bottom: 0;
    display: block;
    border-radius: 3px;
    text-transform: capitalize;
    padding-right: 30px
}

.accordion .acd-group .card-header .acd-heading:hover {
    color: #8e54e9
}

.accordion .acd-group .card-header .acd-heading:before {
    font-family: themify-icons;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 1rem;
    content: '\e622';
    padding: 1.4rem
}

.accordion .acd-group .card-header .acd-heading.collapsed:before {
    font-family: themify-icons;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 1rem;
    content: '\e61a';
    padding: 1.4rem
}

.accordion .acd-group .acd-des {
    padding: 0 20px 20px 0
}

.accordion .acd-active .acd-heading {
    color: #8e54e9
}

.accordion .acd-active .acd-heading:before {
    content: "\f107"
}

.accordion.plus-icon .acd-group.acd-active .acd-heading:before {
    content: "\f068";
    font-size: 1.285rem
}

.accordion.plus-icon .acd-group .acd-heading:before {
    content: "\f067";
    font-size: 1.285rem
}

.accordion.plus-icon.round .acd-group.acd-active .acd-heading:before {
    content: "\f056";
    font-size: 1.285rem
}

.accordion.plus-icon.round .acd-group .acd-heading:before {
    content: "\f055";
    font-size: 1.285rem
}

.accordion.gray .acd-heading {
    background-color: #eceef3;
    margin-bottom: 20px;
    padding: 12px 24px
}

.accordion.gray .acd-heading:hover {
    color: #fff;
    background: #8e54e9
}

.accordion.gray .acd-des {
    padding: 0 30px 20px
}

.accordion.gray .acd-group.acd-active .acd-heading {
    color: #fff;
    background: #8e54e9
}

.accordion.shadow .acd-heading {
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 12px 24px
}

.accordion.shadow .acd-des {
    padding: 0 30px 20px
}

.accordion.shadow .acd-group.acd-active .acd-heading {
    color: #fff;
    background: #8e54e9
}

.accordion.shadow .acd-group .acd-heading:hover {
    color: #fff;
    background: #8e54e9
}

.accordion.accordion-border .acd-heading {
    background: 0 0;
    border: 1px solid #eceef3;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 12px 24px
}

.accordion.accordion-border .acd-des {
    padding: 0 30px 20px
}

.accordion.accordion-border .acd-group.acd-active .acd-heading {
    color: #fff;
    background: #8e54e9
}

.accordion.accordion-border .acd-group .acd-heading:hover {
    color: #fff;
    background: #8e54e9
}

.accordion.no-radius .acd-heading {
    border-radius: 0
}

.card .card-header.border-radius-10 {
    border-radius: 4px !important
}

.badge {
    padding: .4em .8em;
    font-weight: 600;
    line-height: 1.3
}

.badge-primary {
    background-color: #8e54e9;
    color: #fff
}

.badge-primary[href]:hover {
    background-color: #8e54e9;
    color: #fff
}

.badge-primary[href]:focus {
    background-color: #8e54e9;
    color: #fff
}

.badge-primary-inverse {
    background: #8e54e9;
    background: rgba(142, 84, 233, .1) !important;
    color: #8e54e9
}

.badge-primary-inverse:focus,
.badge-primary-inverse:hover {
    color: #8e54e9
}

.badge-secondary {
    background-color: #a1a1a1;
    color: #fff
}

.badge-secondary[href]:hover {
    background-color: #a1a1a1;
    color: #fff
}

.badge-secondary[href]:focus {
    background-color: #a1a1a1;
    color: #fff
}

.badge-secondary-inverse {
    background: #a1a1a1;
    background: rgba(161, 161, 161, .1) !important;
    color: #a1a1a1
}

.badge-secondary-inverse:focus,
.badge-secondary-inverse:hover {
    color: #a1a1a1
}

.badge-info {
    background-color: #45aaf2;
    color: #fff
}

.badge-info[href]:hover {
    background-color: #45aaf2;
    color: #fff
}

.badge-info[href]:focus {
    background-color: #45aaf2;
    color: #fff
}

.badge-info-inverse {
    background: #45aaf2;
    background: rgba(69, 170, 242, .1) !important;
    color: #45aaf2
}

.badge-info-inverse:focus,
.badge-info-inverse:hover {
    color: #45aaf2
}

.badge-warning {
    background-color: #f7b731;
    color: #fff
}

.badge-warning[href]:hover {
    background-color: #f7b731;
    color: #fff
}

.badge-warning[href]:focus {
    background-color: #f7b731;
    color: #fff
}

.badge-warning-inverse {
    background: #f7b731;
    background: rgba(247, 183, 49, .1) !important;
    color: #f7b731
}

.badge-warning-inverse:focus,
.badge-warning-inverse:hover {
    color: #f7b731
}

.badge-danger {
    background-color: #e3324c;
    color: #fff
}

.badge-danger[href]:hover {
    background-color: #e3324c;
    color: #fff
}

.badge-danger[href]:focus {
    background-color: #e3324c;
    color: #fff
}

.badge-danger-inverse {
    background: #e3324c;
    background: rgba(227, 50, 76, .1) !important;
    color: #e3324c
}

.badge-danger-inverse:focus,
.badge-danger-inverse:hover {
    color: #e3324c
}

.badge-light {
    background-color: #eceef3;
    color: #0c1427
}

.badge-light[href]:hover {
    background-color: #eceef3;
    color: #0c1427
}

.badge-light[href]:focus {
    background-color: #eceef3;
    color: #0c1427
}

.badge-light-inverse {
    background: #eceef3;
    background: rgba(236, 238, 243, .6) !important;
    color: #0c1427
}

.badge-light-inverse:focus,
.badge-light-inverse:hover {
    color: #0c1427
}

.badge-dark {
    background-color: #0c1427;
    color: #fff
}

.badge-dark[href]:hover {
    background-color: #0c1427;
    color: #fff
}

.badge-dark[href]:focus {
    background-color: #0c1427;
    color: #fff
}

.badge-dark-inverse {
    background: #0c1427;
    background: rgba(44, 46, 62, .1) !important;
    color: #0c1427
}

.badge-dark-inverse:focus,
.badge-dark-inverse:hover {
    color: #0c1427
}

.badge-success {
    background-color: #32b432;
    color: #fff
}

.badge-success[href]:hover {
    background-color: #32b432;
    color: #fff
}

.badge-success[href]:focus {
    background-color: #32b432;
    color: #fff
}

.badge-success-inverse {
    background: #32b432;
    background: rgba(50, 180, 50, .1) !important;
    color: #32b432
}

.badge-success-inverse:focus,
.badge-success-inverse:hover {
    color: #32b432
}

.tooltip-wrapper {

    -webkit-box-shadow:   rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    -moz-box-shadow:  rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  
 
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.card {
    background: #fff;
    border: none;
    margin-bottom: 30px;
    -webkit-box-shadow:  rgba(41, 41, 145, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    -moz-box-shadow:  rgba(41, 41, 145, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; 
    box-shadow:   rgba(41, 41, 145, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    
    /* box-shadow actualiza

 */
 
    border-radius: 0;
    padding: 0
}

.card .card-header {
    background: 0 0;
    padding: 1.25rem;
    border-radius: 0;
    border-color: #ebedf2
}

.card .card-header .card-title {
    text-transform: capitalize;
    margin-bottom: 0
}

.border-primary {
    border: 1px solid #8e54e9
}

.border-secondary {
    border: 1px solid #a1a1a1
}

.border-success {
    border: 1px solid #32b432
}

.border-danger {
    border: 1px solid #e3324c
}

.border-warning {
    border: 1px solid #f7b731
}

.border-dark {
    border: 1px solid #343a40
}

.border-light {
    border: 1px solid #CCCCCB
}

.border-info {
    border: 1px solid #45aaf2
}

.alert {
    padding: 1rem 3rem 1rem 1rem;
    margin: 0
}

.alert.alert-primary {
    background-color: #4776e6;
    border-color: #4776e6;
    color: #fff
}

.alert.alert-secondary {
    background-color: #a1a1a1;
    border-color: #a1a1a1;
    color: #fff
}

.alert.alert-info {
    background-color: #45aaf2;
    border-color: #45aaf2;
    color: #fff
}

.alert.alert-warning {
    background-color: #f7b731;
    border-color: #f7b731;
    color: #fff
}

.alert.alert-danger {
    background-color: #e3324c;
    border-color: #e3324c;
    color: #fff
}

.alert.alert-success {
    background-color: #32b432;
    border-color: #32b432;
    color: #fff
}

.alert.alert-light {
    background-color: #eceef3;
    border-color: #eceef3;
    color: #0c1427
}

.alert.alert-dark {
    background-color: #0c1427;
    border-color: #0c1427;
    color: #fff
}

.alert.alert-outline {
    background-color: transparent
}

.alert.alert-outline-primary {
    border-color: #4776e6;
    color: #4776e6
}

.alert.alert-outline-secondary {
    border-color: #a1a1a1;
    color: #a1a1a1
}

.alert.alert-outline-info {
    border-color: #45aaf2;
    color: #45aaf2
}

.alert.alert-outline-warning {
    border-color: #f7b731;
    color: #f7b731
}

.alert.alert-outline-danger {
    border-color: #e3324c;
    color: #e3324c
}

.alert.alert-outline-success {
    border-color: #32b432;
    color: #32b432
}

.alert.alert-outline-light {
    border-color: #adb6cc;
    color: #adb6cc
}

.alert.alert-outline-dark {
    border-color: #0c1427;
    color: #0c1427
}

.alert.alert-inverse {
    border-color: transparent
}

.alert.alert-inverse-primary {
    background: #4776e6;
    background: rgba(71, 118, 230, .3) !important;
    color: #4776e6
}

.alert.alert-inverse-secondary {
    background: #a1a1a1;
    background: rgba(161, 161, 161, .3) !important;
    color: #a1a1a1
}

.alert.alert-inverse-info {
    background: #45aaf2;
    background: rgba(69, 170, 242, .3) !important;
    color: #45aaf2
}

.alert.alert-inverse-warning {
    background: #f7b731;
    background: rgba(247, 183, 49, .3) !important;
    color: #f7b731
}

.alert.alert-inverse-danger {
    background: #e3324c;
    background: rgba(227, 50, 76, .3) !important;
    color: #e3324c
}

.alert.alert-inverse-success {
    background: #32b432;
    background: rgba(50, 180, 50, .3) !important;
    color: #32b432
}

.alert.alert-inverse-light {
    background: #eceef3;
    background: rgba(236, 238, 243, .7) !important;
    color: #0c1427
}

.alert.alert-inverse-dark {
    background: #0c1427;
    background: rgba(44, 46, 62, .3) !important;
    color: #0c1427
}

.alert.alert-icon i {
    margin-right: 5px
}

.alert.alert-dismissible .close {
    opacity: 1;
    text-shadow: none;
    font-size: 1rem;
    padding: 1.25rem;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.alert.alert-dismissible .close:not(:disabled):not(.disabled):hover {
    color: #fff
}

.alert.alert-dismissible .close:not(:disabled):not(.disabled):focus {
    color: #fff;
    outline: 0
}

.btn {
    font-weight: 600
}

.btn {
    font-size: .9286rem;
    padding: .6rem 1.4rem
}

.btn-primary {
    background-color: #8e54e9;
    color: #fff;
    border-color: #8e54e9
}

.btn-primary:hover {
    background-color: #7630e4;
    border-color: #7630e4
}

.btn-primary:focus {
    background-color: #7630e4;
    border-color: #7630e4;
    box-shadow: none;
    color: #fff
}

.btn-primary:active {
    background-color: #7630e4;
    border-color: #7630e4
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #7630e4;
    border-color: #7630e4;
    box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #7630e4;
    border-color: #7630e4;
    box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled).active {
    background-color: #7630e4;
    border-color: #7630e4;
    box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #7630e4;
    border-color: #7630e4;
    box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled).active:focus {
    background-color: #7630e4;
    border-color: #7630e4;
    box-shadow: none
}

.btn-secondary {
    background-color: #a1a1a1;
    color: #fff;
    border-color: #a1a1a1
}

.btn-secondary:hover {
    background-color: #8d8d8d;
    border-color: #8d8d8d
}

.btn-secondary:focus {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none;
    color: #fff
}

.btn-secondary:active {
    background-color: #8d8d8d;
    border-color: #8d8d8d
}

.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none
}

.btn-secondary:not(:disabled):not(.disabled):active:focus {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none
}

.btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none
}

.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none
}

.btn-secondary:not(:disabled):not(.disabled).active:focus {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none
}

.btn-info {
    background-color: #45aaf2;
    color: #fff;
    border-color: #45aaf2
}

.btn-info:hover {
    background-color: #1f99ef;
    border-color: #1f99ef
}

.btn-info:focus {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none;
    color: #fff
}

.btn-info:active {
    background-color: #1f99ef;
    border-color: #1f99ef
}

.btn-info:not(:disabled):not(.disabled):active {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none
}

.btn-info:not(:disabled):not(.disabled):active:focus {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none
}

.btn-info:not(:disabled):not(.disabled).active {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none
}

.btn-info:not(:disabled):not(.disabled):active {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none
}

.btn-info:not(:disabled):not(.disabled).active:focus {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none
}

.btn-warning {
    background-color: #f7b731;
    color: #fff;
    border-color: #f7b731
}

.btn-warning:hover {
    background-color: #f5a90a;
    border-color: #f5a90a;
    color: #fff
}

.btn-warning:focus {
    background-color: #f5a90a;
    border-color: #f5a90a;
    box-shadow: none;
    color: #fff
}

.btn-warning:active {
    background-color: #f5a90a;
    border-color: #f5a90a;
    color: #fff
}

.btn-warning:not(:disabled):not(.disabled):active {
    background-color: #f5a90a;
    border-color: #f5a90a;
    color: #fff;
    box-shadow: none
}

.btn-warning:not(:disabled):not(.disabled):active:focus {
    background-color: #f5a90a;
    border-color: #f5a90a;
    color: #fff;
    box-shadow: none
}

.btn-warning:not(:disabled):not(.disabled).active {
    background-color: #f5a90a;
    border-color: #f5a90a;
    color: #fff;
    box-shadow: none
}

.btn-warning:not(:disabled):not(.disabled):active {
    background-color: #f5a90a;
    border-color: #f5a90a;
    color: #fff;
    box-shadow: none
}

.btn-warning:not(:disabled):not(.disabled).active:focus {
    background-color: #f5a90a;
    border-color: #f5a90a;
    box-shadow: none
}

.btn-danger {
    background-color: #e3324c;
    color: #fff;
    border-color: #e3324c
}

.btn-danger:hover {
    background-color: #d01c37;
    border-color: #d01c37
}

.btn-danger:focus {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none;
    color: #fff
}

.btn-danger:active {
    background-color: #d01c37;
    border-color: #d01c37
}

.btn-danger:not(:disabled):not(.disabled):active {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none
}

.btn-danger:not(:disabled):not(.disabled):active:focus {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none
}

.btn-danger:not(:disabled):not(.disabled).active {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none
}

.btn-danger:not(:disabled):not(.disabled):active {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none
}

.btn-danger:not(:disabled):not(.disabled).active:focus {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none
}

.btn-success {
    background-color: #32b432;
    color: #fff;
    border-color: #32b432
}

.btn-success:hover {
    background-color: #299429;
    border-color: #299429
}

.btn-success:focus {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none;
    color: #fff
}

.btn-success:active {
    background-color: #299429;
    border-color: #299429
}

.btn-success:not(:disabled):not(.disabled):active {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none
}

.btn-success:not(:disabled):not(.disabled):active:focus {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none
}

.btn-success:not(:disabled):not(.disabled).active {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none
}

.btn-success:not(:disabled):not(.disabled):active {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none
}

.btn-success:not(:disabled):not(.disabled).active:focus {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none
}

.btn-light {
    background-color: #dce0e9;
    border-color: #dce0e9;
    color: #0c1427
}

.btn-light:hover {
    background-color: #adb6cc;
    border-color: #adb6cc
}

.btn-light:focus {
    background-color: #adb6cc;
    border-color: #adb6cc;
    box-shadow: none
}

.btn-light:active {
    background-color: #adb6cc;
    border-color: #adb6cc
}

.btn-light:not(:disabled):not(.disabled):active {
    background-color: #adb6cc;
    border-color: #adb6cc;
    box-shadow: none
}

.btn-light:not(:disabled):not(.disabled):active:focus {
    background-color: #adb6cc;
    border-color: #adb6cc;
    box-shadow: none
}

.btn-light:not(:disabled):not(.disabled).active {
    background-color: #adb6cc;
    border-color: #adb6cc;
    box-shadow: none
}

.btn-light:not(:disabled):not(.disabled):active {
    background-color: #adb6cc;
    border-color: #adb6cc;
    box-shadow: none
}

.btn-light:not(:disabled):not(.disabled).active:focus {
    background-color: #d3d8e3;
    border-color: #d3d8e3;
    box-shadow: none
}

.btn-dark {
    background-color: #0c1427;
    color: #fff;
    border-color: #0c1427
}

.btn-dark:hover {
    background-color: #1b1c26;
    border-color: #1b1c26
}

.btn-dark:focus {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none;
    color: #fff
}

.btn-dark:active {
    background-color: #1b1c26;
    border-color: #1b1c26
}

.btn-dark:not(:disabled):not(.disabled):active {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none
}

.btn-dark:not(:disabled):not(.disabled):active:focus {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none
}

.btn-dark:not(:disabled):not(.disabled).active {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none
}

.btn-dark:not(:disabled):not(.disabled):active {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none
}

.btn-dark:not(:disabled):not(.disabled).active:focus {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none
}

.btn.btn-icon {
    width: 40px;
    height: 33px;
    padding: 0;
    line-height: 33px
}

.btn.btn-square {
    border-radius: 0
}

.btn.btn-round {
    border-radius: 50px
}

.btn:focus {
    box-shadow: none
}

.btn.btn-outline {
    background: 0 0
}

.btn.btn-outline-primary {
    color: #8e54e9;
    border-color: #8e54e9
}

.btn.btn-outline-primary:hover {
    background-color: #7630e4;
    border-color: #7630e4;
    color: #fff
}

.btn.btn-outline-primary:focus {
    background-color: #7630e4;
    border-color: #7630e4;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-primary:active {
    background-color: #7630e4;
    border-color: #7630e4;
    color: #fff
}

.btn.btn-outline-primary:not(:disabled):not(.disabled).active {
    background-color: #7630e4;
    border-color: #7630e4;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #7630e4;
    border-color: #7630e4;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #7630e4;
    border-color: #7630e4;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-secondary {
    color: #a1a1a1;
    border-color: #a1a1a1
}

.btn.btn-outline-secondary:hover {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    color: #fff
}

.btn.btn-outline-secondary:focus {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-secondary:active {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    color: #fff
}

.btn.btn-outline-secondary:not(:disabled):not(.disabled).active {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-info {
    color: #45aaf2;
    border-color: #45aaf2
}

.btn.btn-outline-info:hover {
    background-color: #1f99ef;
    border-color: #1f99ef;
    color: #fff
}

.btn.btn-outline-info:focus {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-info:active {
    background-color: #1f99ef;
    border-color: #1f99ef;
    color: #fff
}

.btn.btn-outline-info:not(:disabled):not(.disabled).active {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-warning {
    color: #f7b731;
    border-color: #f7b731
}

.btn.btn-outline-warning:hover {
    background-color: #f5a90a;
    border-color: #f5a90a;
    color: #fff
}

.btn.btn-outline-warning:focus {
    background-color: #f5a90a;
    border-color: #f5a90a;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-warning:active {
    background-color: #f5a90a;
    border-color: #f5a90a;
    color: #fff
}

.btn.btn-outline-warning:not(:disabled):not(.disabled).active {
    background-color: #f5a90a;
    border-color: #f5a90a;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #f5a90a;
    border-color: #f5a90a;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    background-color: #f5a90a;
    border-color: #f5a90a;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-danger {
    color: #e3324c;
    border-color: #e3324c
}

.btn.btn-outline-danger:hover {
    background-color: #d01c37;
    border-color: #d01c37;
    color: #fff
}

.btn.btn-outline-danger:focus {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-danger:active {
    background-color: #d01c37;
    border-color: #d01c37;
    color: #fff
}

.btn.btn-outline-danger:not(:disabled):not(.disabled).active {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-success {
    color: #32b432;
    border-color: #32b432
}

.btn.btn-outline-success:hover {
    background-color: #299429;
    border-color: #299429;
    color: #fff
}

.btn.btn-outline-success:focus {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-success:active {
    background-color: #299429;
    border-color: #299429;
    color: #fff
}

.btn.btn-outline-success:not(:disabled):not(.disabled).active {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-light {
    color: #adb6cc;
    border-color: #adb6cc
}

.btn.btn-outline-light:hover {
    background-color: #adb6cc;
    border-color: #adb6cc;
    color: #0c1427
}

.btn.btn-outline-light:focus {
    background-color: #adb6cc;
    border-color: #adb6cc;
    box-shadow: none;
    color: #0c1427
}

.btn.btn-outline-light:active {
    background-color: #adb6cc;
    border-color: #adb6cc;
    color: #0c1427
}

.btn.btn-outline-light:not(:disabled):not(.disabled).active {
    background-color: #adb6cc;
    border-color: #adb6cc;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #adb6cc;
    border-color: #adb6cc;
    box-shadow: none;
    color: #0c1427
}

.btn.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    background-color: #adb6cc;
    border-color: #adb6cc;
    box-shadow: none;
    color: #0c1427
}

.btn.btn-outline-dark {
    color: #0c1427;
    border-color: #0c1427
}

.btn.btn-outline-dark:hover {
    background-color: #1b1c26;
    border-color: #1b1c26;
    color: #fff
}

.btn.btn-outline-dark:focus {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-dark:active {
    background-color: #1b1c26;
    border-color: #1b1c26;
    color: #fff
}

.btn.btn-outline-dark:not(:disabled):not(.disabled).active {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none;
    color: #fff
}

.btn.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse {
    border-color: transparent
}

.btn.btn-inverse-primary {
    background: #8e54e9;
    background: rgba(142, 84, 233, .1) !important;
    color: #8e54e9
}

.btn.btn-inverse-primary:hover {
    background-color: #8e54e9 !important;
    border-color: #8e54e9;
    color: #fff
}

.btn.btn-inverse-primary:focus {
    background-color: #8e54e9 !important;
    border-color: #8e54e9;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-primary:active {
    background-color: #8e54e9 !important;
    border-color: #8e54e9;
    color: #fff
}

.btn.btn-inverse-primary:not(:disabled):not(.disabled):active {
    background-color: #8e54e9 !important;
    border-color: #8e54e9;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #8e54e9 !important;
    border-color: #8e54e9;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-secondary {
    background: #a1a1a1;
    background: rgba(161, 161, 161, .1) !important;
    color: #a1a1a1
}

.btn.btn-inverse-secondary:hover {
    background-color: #a1a1a1 !important;
    border-color: #a1a1a1;
    color: #fff
}

.btn.btn-inverse-secondary:focus {
    background-color: #a1a1a1 !important;
    border-color: #a1a1a1;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-secondary:active {
    background-color: #a1a1a1 !important;
    border-color: #a1a1a1;
    color: #fff
}

.btn.btn-inverse-secondary:not(:disabled):not(.disabled):active {
    background-color: #a1a1a1 !important;
    border-color: #a1a1a1;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-secondary:not(:disabled):not(.disabled):active:focus {
    background-color: #a1a1a1 !important;
    border-color: #a1a1a1;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-info {
    background: #45aaf2;
    background: rgba(69, 170, 242, .1) !important;
    color: #45aaf2
}

.btn.btn-inverse-info:hover {
    background-color: #45aaf2 !important;
    border-color: #45aaf2;
    color: #fff
}

.btn.btn-inverse-info:focus {
    background-color: #45aaf2 !important;
    border-color: #45aaf2;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-info:active {
    background-color: #45aaf2 !important;
    border-color: #45aaf2;
    color: #fff
}

.btn.btn-inverse-info:not(:disabled):not(.disabled):active {
    background-color: #45aaf2 !important;
    border-color: #45aaf2;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-info:not(:disabled):not(.disabled):active:focus {
    background-color: #45aaf2 !important;
    border-color: #45aaf2;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-warning {
    background: #f7b731;
    background: rgba(247, 183, 49, .1) !important;
    color: #f7b731
}

.btn.btn-inverse-warning:hover {
    background-color: #f7b731 !important;
    border-color: #f7b731;
    color: #fff
}

.btn.btn-inverse-warning:focus {
    background-color: #f7b731 !important;
    border-color: #f7b731;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-warning:active {
    background-color: #f7b731 !important;
    border-color: #f7b731;
    color: #fff
}

.btn.btn-inverse-warning:not(:disabled):not(.disabled):active {
    background-color: #f7b731 !important;
    border-color: #f7b731;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-warning:not(:disabled):not(.disabled):active:focus {
    background-color: #f7b731 !important;
    border-color: #f7b731;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-danger {
    background: #e3324c;
    background: rgba(227, 50, 76, .1) !important;
    color: #e3324c
}

.btn.btn-inverse-danger:hover {
    background-color: #e3324c !important;
    border-color: #e3324c;
    color: #fff
}

.btn.btn-inverse-danger:focus {
    background-color: #e3324c !important;
    border-color: #e3324c;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-danger:active {
    background-color: #e3324c !important;
    border-color: #e3324c;
    color: #fff
}

.btn.btn-inverse-danger:not(:disabled):not(.disabled):active {
    background-color: #e3324c !important;
    border-color: #e3324c;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-danger:not(:disabled):not(.disabled):active:focus {
    background-color: #e3324c !important;
    border-color: #e3324c;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-success {
    background: #32b432;
    background: rgba(50, 180, 50, .1) !important;
    color: #32b432
}

.btn.btn-inverse-success:hover {
    background-color: #32b432 !important;
    border-color: #32b432;
    color: #fff
}

.btn.btn-inverse-success:focus {
    background-color: #32b432 !important;
    border-color: #32b432;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-success:active {
    background-color: #32b432 !important;
    border-color: #32b432;
    color: #fff
}

.btn.btn-inverse-success:not(:disabled):not(.disabled):active {
    background-color: #32b432 !important;
    border-color: #32b432;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-success:not(:disabled):not(.disabled):active:focus {
    background-color: #32b432 !important;
    border-color: #32b432;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-light {
    background: #eceef3;
    background: rgba(236, 238, 243, .7) !important;
    color: #0c1427
}

.btn.btn-inverse-light:hover {
    background-color: #eceef3 !important;
    border-color: #eceef3;
    color: #343a40
}

.btn.btn-inverse-light:focus {
    background-color: #eceef3 !important;
    border-color: #eceef3;
    box-shadow: none;
    color: #343a40
}

.btn.btn-inverse-light:active {
    background-color: #eceef3 !important;
    border-color: #eceef3;
    color: #343a40
}

.btn.btn-inverse-light:not(:disabled):not(.disabled):active {
    background-color: #eceef3 !important;
    border-color: #eceef3;
    box-shadow: none;
    color: #343a40
}

.btn.btn-inverse-light:not(:disabled):not(.disabled):active:focus {
    background-color: #eceef3 !important;
    border-color: #eceef3;
    box-shadow: none;
    color: #343a40
}

.btn.btn-inverse-dark {
    background: #0c1427;
    background: rgba(44, 46, 62, .1) !important;
    color: #0c1427
}

.btn.btn-inverse-dark:hover {
    background-color: #0c1427 !important;
    border-color: #0c1427;
    color: #fff
}

.btn.btn-inverse-dark:focus {
    background-color: #0c1427 !important;
    border-color: #0c1427;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-dark:active {
    background-color: #0c1427 !important;
    border-color: #0c1427;
    color: #fff
}

.btn.btn-inverse-dark:not(:disabled):not(.disabled):active {
    background-color: #0c1427 !important;
    border-color: #0c1427;
    box-shadow: none;
    color: #fff
}

.btn.btn-inverse-dark:not(:disabled):not(.disabled):active:focus {
    background-color: #0c1427 !important;
    border-color: #0c1427;
    box-shadow: none;
    color: #fff
}

.show>.btn-primary.dropdown-toggle {
    background-color: #8e54e9 !important;
    border-color: #8e54e9;
    box-shadow: none;
    color: #fff
}

.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none
}

.show>.btn-secondary.dropdown-toggle {
    background-color: #a1a1a1 !important;
    border-color: #a1a1a1;
    box-shadow: none;
    color: #fff
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none
}

.show>.btn-info.dropdown-toggle {
    background-color: #45aaf2 !important;
    border-color: #45aaf2;
    box-shadow: none;
    color: #fff
}

.show>.btn-info.dropdown-toggle:focus {
    box-shadow: none
}

.show>.btn-warning.dropdown-toggle {
    background-color: #f7b731 !important;
    border-color: #f7b731;
    box-shadow: none;
    color: #fff
}

.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: none
}

.show>.btn-success.dropdown-toggle {
    background-color: #32b432 !important;
    border-color: #32b432;
    box-shadow: none;
    color: #fff
}

.show>.btn-success.dropdown-toggle:focus {
    box-shadow: none
}

.show>.btn-danger.dropdown-toggle {
    background-color: #e3324c !important;
    border-color: #e3324c;
    box-shadow: none;
    color: #fff
}

.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: none
}

.show>.btn-light.dropdown-toggle {
    background-color: #eceef3 !important;
    border-color: #eceef3;
    box-shadow: none;
    color: #0c1427
}

.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none
}

.show>.btn-dark-gray.dropdown-toggle {
    background-color: #0c1427 !important;
    border-color: #0c1427;
    box-shadow: none;
    color: #fff
}

.show>.btn-dark-gray.dropdown-toggle:focus {
    box-shadow: none
}

.show>.btn-danger.dropdown-toggle,
.show>.btn-dark.dropdown-toggle,
.show>.btn-info.dropdown-toggle,
.show>.btn-light.dropdown-toggle,
.show>.btn-primary.dropdown-toggle,
.show>.btn-secondary.dropdown-toggle,
.show>.btn-success.dropdown-toggle,
.show>.btn-warning.dropdown-toggle {
    box-shadow: none
}

.button-list .btn {
    margin: .5rem .5rem .5rem 0
}

.btn-social {
    width: 40px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    padding: 0;
    font-size: 1.5rem;
    color: #fff
}

.bg-behance {
    background-color: #053eff
}

.bg-whatsapp {
    background-color: #4fce5d
}

.bg-facebook-o {
    border-color: #3b5998;
    background-color: transparent;
    color: #3b5998
}

.bg-facebook-o:hover {
    background-color: #30487b;
    border-color: #30487b;
    color: #fff
}

.bg-twitter-o {
    border-color: #00aced;
    background-color: transparent;
    color: #00aced
}

.bg-twitter-o :hover {
    background-color: #008ec4;
    border-color: #008ec4;
    color: #fff
}

.bg-linkedin-o {
    border-color: #0077b5;
    background-color: transparent;
    color: #0077b5
}

.bg-linkedin-o:hover {
    background-color: #005c8c;
    border-color: #005c8c;
    color: #fff
}

.bg-dribble-o {
    border-color: #c73b65;
    background-color: transparent;
    color: #c73b65
}

.bg-dribble-o :hover {
    background-color: #a93054;
    border-color: #a93054;
    color: #fff
}

.bg-googleplus-o {
    border-color: #d34836;
    background-color: transparent;
    color: #d34836
}

.bg-googleplus-o :hover {
    background-color: #b83928;
    border-color: #b83928;
    color: #fff
}

.bg-instagram-o {
    border-color: #c32aa3;
    background-color: transparent;
    color: #c32aa3
}

.bg-instagram-o :hover {
    background-color: #a12387;
    border-color: #a12387;
    color: #fff
}

.bg-pinterest-o {
    border-color: #c92228;
    background-color: transparent;
    color: #c92228
}

.bg-pinterest-o :hover {
    background-color: #a61c21;
    border-color: #a61c21;
    color: #fff
}

.bg-dropbox-o {
    border-color: #3d9ae8;
    background-color: transparent;
    color: #3d9ae8
}

.bg-dropbox-o :hover {
    background-color: #1b87e1;
    border-color: #1b87e1;
    color: #fff
}

.bg-flickr-o {
    border-color: #0063dc;
    background-color: transparent;
    color: #0063dc
}

.bg-flickr-o :hover {
    background-color: #0051b3;
    border-color: #0051b3;
    color: #fff
}

.bg-tumblr-o {
    border-color: #34526f;
    background-color: transparent;
    color: #34526f
}

.bg-tumblr-o :hover {
    background-color: #273d53;
    border-color: #273d53;
    color: #fff
}

.bg-skype-o {
    border-color: #12a5f4;
    background-color: transparent;
    color: #12a5f4
}

.bg-skype-o :hover {
    background-color: #0a8dd3;
    border-color: #0a8dd3;
    color: #fff
}

.bg-youtube-o {
    border-color: #c4302b;
    background-color: transparent;
    color: #c4302b
}

.bg-youtube-o:hover {
    background-color: #a32824;
    border-color: #a32824;
    color: #fff
}

.bg-github-o {
    border-color: #4078c0;
    background-color: transparent;
    color: #4078c0
}

.bg-github-o:hover {
    background-color: #3565a2;
    border-color: #3565a2;
    color: #fff
}

.bg-behance-o {
    border-color: #053eff;
    background-color: transparent;
    color: #053eff
}

.bg-behance-o :hover {
    background-color: #0032db;
    border-color: #0032db;
    color: #fff
}

.bg-whatsapp-o {
    border-color: #4fce5d;
    background-color: transparent;
    color: #4fce5d
}

.bg-whatsapp-o:hover {
    background-color: #35bf44;
    border-color: #35bf44;
    color: #fff
}

.bg-facebook-inverse {
    background-color: rgba(59, 89, 152, .1);
    color: #3b5998
}

.bg-facebook-inverse:hover {
    background-color: #30487b;
    border-color: #30487b;
    color: #fff
}

.bg-twitter-inverse {
    background-color: rgba(0, 172, 237, .1) !important;
    color: #00aced
}

.bg-twitter-inverse :hover {
    background-color: #008ec4 !important;
    border-color: #008ec4;
    color: #fff
}

.bg-linkedin-inverse {
    background-color: rgba(0, 119, 181, .1);
    color: #0077b5
}

.bg-linkedin-inverse:hover {
    background-color: #005c8c;
    border-color: #005c8c;
    color: #fff
}

.bg-googleplus-inverse {
    background-color: rgba(211, 72, 54, .1);
    color: #d34836
}

.bg-googleplus-inverse:hover {
    background-color: #b83928;
    border-color: #b83928;
    color: #fff
}

.bg-instagram-inverse {
    background-color: rgba(195, 42, 163, .1);
    color: #c32aa3
}

.bg-instagram-inverse:hover {
    background-color: #a12387;
    border-color: #a12387;
    color: #fff
}

.bg-pinterest-inverse {
    background-color: rgba(201, 34, 40, .1);
    color: #c92228
}

.bg-pinterest-inverse:hover {
    background-color: #a61c21;
    border-color: #a61c21;
    color: #fff
}

.bg-dropbox-inverse {
    background-color: rgba(61, 154, 232, .1);
    color: #3d9ae8
}

.bg-dropbox-inverse:hover {
    background-color: #1b87e1;
    border-color: #1b87e1;
    color: #fff
}

.bg-tumblr-inverse {
    background-color: rgba(52, 82, 111, .1);
    color: #34526f
}

.bg-tumblr-inverse:hover {
    background-color: #273d53;
    border-color: #273d53;
    color: #fff
}

.bg-skype-inverse {
    background-color: rgba(18, 165, 244, .1);
    color: #12a5f4
}

.bg-skype-inverse:hover {
    background-color: #0a8dd3;
    border-color: #0a8dd3;
    color: #fff
}

.bg-youtube-inverse {
    background-color: rgba(196, 48, 43, .1);
    color: #c4302b
}

.bg-youtube-inverse:hover {
    background-color: #a32824;
    border-color: #a32824;
    color: #fff
}

.bg-github-inverse {
    background-color: rgba(64, 120, 192, .1);
    color: #4078c0
}

.bg-github-inverse:hover {
    background-color: #3565a2;
    border-color: #3565a2;
    color: #fff
}

.bg-behance-inverse {
    background-color: rgba(5, 62, 255, .1);
    color: #053eff
}

.bg-behance-inverse:hover {
    background-color: #0032db;
    border-color: #0032db;
    color: #fff
}

.bg-whatsapp-inverse {
    background-color: rgba(79, 206, 93, .1);
    color: #4fce5d
}

.bg-whatsapp-inverse:hover {
    background-color: #35bf44;
    border-color: #35bf44;
    color: #fff
}

.bg-facebook:hover {
    background-color: #30487b !important;
    border-color: #30487b;
    color: #fff
}

.bg-twitter:hover {
    background-color: #008ec4 !important;
    border-color: #008ec4;
    color: #fff
}

.bg-linkedin:hover {
    background-color: #005c8c !important;
    border-color: #005c8c;
    color: #fff
}

.bg-dribble:hover {
    background-color: #a93054 !important;
    border-color: #a93054;
    color: #fff
}

.bg-googleplus:hover {
    background-color: #b83928 !important;
    border-color: #b83928;
    color: #fff
}

.bg-instagram:hover {
    background-color: #a12387 !important;
    border-color: #a12387;
    color: #fff
}

.bg-pinterest:hover {
    background-color: #a61c21 !important;
    border-color: #a61c21;
    color: #fff
}

.bg -dropbox:hover {
    background-color: #1b87e1 !important;
    border-color: #1b87e1;
    color: #fff
}

.bg-flickr:hover {
    background-color: #0051b3 !important;
    border-color: #0051b3;
    color: #fff
}

.bg-tumblr:hover {
    background-color: #273d53 !important;
    border-color: #273d53;
    color: #fff
}

.bg-skype:hover {
    background-color: #0a8dd3 !important;
    border-color: #0a8dd3;
    color: #fff
}

.bg-github:hover {
    background-color: #3565a2 !important;
    border-color: #3565a2;
    color: #fff
}

.bg-whatsapp:hover {
    background-color: #35bf44 !important;
    border-color: #35bf44;
    color: #fff
}

.btn-social-lg {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center
}

.btn-social-sm {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0
}

.btn-social.btn-social-lg {
    font-size: 2rem
}

.btn-social.btn-social-sm {
    font-size: 1rem
}

.btn.btn-xs {
    padding: .1rem .8rem;
    font-size: 12px
}

.btn-group-sm>.btn,
.btn.btn-sm {
    padding: .4rem .9rem;
    font-size: 12px
}

.btn.btn-xl {
    padding: 1rem 1.4rem
}

.btn.btn-icon.btn-xs {
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    font-size: 10px
}

.btn-group-sm>.btn.btn-icon,
.btn.btn-icon.btn-sm {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0
}

.btn.btn-icon.btn-xl {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0
}

.btn-badge {
    margin-bottom: 3px
}

.progress-bar {
    background-color: #8e54e9
}

.progressbar-contant .progress {
    height: 20px
}

.nav .nav-item .nav-link.active {
    color: #8e54e9
}

.nav .nav-item .nav-link.disabled {
    opacity: .5
}

.nav .nav-link.active {
    color: #8e54e9
}

.nav .nav-link.disabled {
    opacity: .5
}

.nav-pills .nav-item .nav-link.active {
    color: #fff;
    background-color: #8e54e9
}

.nav-pills .nav-item .nav-link.disabled {
    color: #474a5a;
    opacity: .7
}

.nav-pills .nav-link {
    margin-right: 3px
}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #8e54e9
}

.nav-pills .nav-link.disabled {
    color: #474a5a;
    opacity: .7
}

.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #8e54e9
}

.list-group-contant .list-group-item.disabled {
    cursor: not-allowed;
    opacity: .6
}

.list-group-contant .list-group-item:hover {
    background-color: #f2f4f7
}

.list-group-contant .list-group-item.active {
    background-color: #8e54e9;
    border-color: #8e54e9
}

.list-group-contant .list-group-1 .list-group-item {
    border: 1px solid rgba(0, 0, 0, .03)
}

.list-group-item-primary {
    background: #8e54e9
}

.list-group-item-secondary {
    background: #a1a1a1
}

.list-group-item-success {
    background: #32b432
}

.list-group-item-danger {
    background: #e3324c
}

.list-group-item-warning {
    background: #f7b731
}

.list-group-item-info {
    background: #45aaf2
}

.list-group-item-light {
    background: #f8f9fa
}

.list-group-item-dark {
    background: #343a40
}

.page-link {
    color: #8e54e9
}

.page-link:focus,
.page-link:hover {
    box-shadow: none;
    color: #8e54e9
}

.page-item.active .page-link {
    background-color: #8e54e9;
    border-color: #8e54e9
}

.checkbox.checbox-switch {
    padding-left: 0
}

.checkbox.checbox-switch label {
    display: inline-block;
    position: relative;
    padding-left: 0
}

.checkbox.checbox-switch label input {
    display: none
}

.checkbox.checbox-switch label span {
    width: 55px;
    border-radius: 20px;
    height: 28px;
    border: 1px solid #eee;
    background-color: #fff;
    border-color: #eee;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.checkbox.checbox-switch label span::before {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4)
}

.checkbox.checbox-switch label>input:checked+span {
    background-color: #b4b6b7;
    border-color: #b4b6b7;
    box-shadow: #b4b6b7 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox.checbox-switch label>input:checked+span:before {
    left: 26px
}

.checkbox.checbox-switch label>input:checked:disabled+span {
    background-color: #a1a1a1;
    border-color: #a1a1a1;
    box-shadow: #a1a1a1 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox.checbox-switch label>input:disabled+span {
    background-color: #e8ebee;
    border-color: #fff
}

.checkbox.checbox-switch label>input:disabled+span:before {
    background-color: #f8f9fa;
    border-color: #f3f3f3;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
}

.checkbox.checbox-switch.switch-light label>input:checked+span {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: #f8f9fa 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox.checbox-switch.switch-dark label>input:checked+span {
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: #343a40 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox.checbox-switch.switch-dark label>input:checked:disabled+span {
    background-color: #646668;
    border-color: #646668;
    box-shadow: #646668 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox.checbox-switch.switch-success label>input:checked+span {
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: #28a745 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox.checbox-switch.switch-success label>input:checked:disabled+span {
    background-color: #99d9a8;
    border-color: #99d9a8;
    box-shadow: #99d9a8 0 0 0 8px inset
}

.checkbox.checbox-switch.switch-danger label>input:checked+span {
    background-color: #c82333;
    border-color: #c82333;
    box-shadow: #c82333 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox.checbox-switch.switch-danger label>input:checked:disabled+span {
    background-color: #d87781;
    border-color: #d87781;
    box-shadow: #d87781 0 0 0 8px inset
}

.checkbox.checbox-switch.switch-primary label>input:checked+span {
    background-color: #0069d9;
    border-color: #0069d9;
    box-shadow: #0069d9 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox.checbox-switch.switch-primary label>input:checked:disabled+span {
    background-color: #6da3dd;
    border-color: #6da3dd;
    box-shadow: #6da3dd 0 0 0 8px inset
}

.checkbox.checbox-switch.switch-info label>input:checked+span {
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: #17a2b8 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox.checbox-switch.switch-info label>input:checked:disabled+span {
    background-color: #66c0ce;
    border-color: #66c0ce;
    box-shadow: #66c0ce 0 0 0 8px inset
}

.checkbox.checbox-switch.switch-warning label>input:checked+span {
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: #ffc107 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox.checbox-switch.switch-warning label>input:checked:disabled+span {
    background-color: #e2c366;
    border-color: #e2c366;
    box-shadow: #e2c366 0 0 0 8px inset
}

.checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0
}

.checkbox-inline.checbox-switch input {
    display: none
}

.checkbox-inline.checbox-switch span {
    width: 55px;
    border-radius: 20px;
    height: 28px;
    border: 1px solid #eee;
    background-color: #fff;
    border-color: #eee;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.checkbox-inline.checbox-switch span::before {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4)
}

.checkbox-inline.checbox-switch>input:checked+span {
    background-color: #b4b6b7;
    border-color: #b4b6b7;
    box-shadow: #b4b6b7 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox-inline.checbox-switch>input:checked+span:before {
    left: 26px
}

.checkbox-inline.checbox-switch>input:checked:disabled+span {
    background-color: #a1a1a1;
    border-color: #a1a1a1;
    box-shadow: #a1a1a1 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox-inline.checbox-switch>input:disabled+span {
    background-color: #e8ebee;
    border-color: #fff
}

.checkbox-inline.checbox-switch>input:disabled+span:before {
    background-color: #f8f9fa;
    border-color: #f3f3f3;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
}

.checkbox-inline.checbox-switch.switch-light>input:checked+span {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: #f8f9fa 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox-inline.checbox-switch.switch-dark>input:checked+span {
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: #343a40 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox-inline.checbox-switch.switch-dark>input:checked:disabled+span {
    background-color: #646668;
    border-color: #646668;
    box-shadow: #646668 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox-inline.checbox-switch.switch-success>input:checked+span {
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: #28a745 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox-inline.checbox-switch.switch-success>input:checked:disabled+span {
    background-color: #99d9a8;
    border-color: #99d9a8;
    box-shadow: #99d9a8 0 0 0 8px inset
}

.checkbox-inline.checbox-switch.switch-danger>input:checked+span {
    background-color: #c82333;
    border-color: #c82333;
    box-shadow: #c82333 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox-inline.checbox-switch.switch-danger>input:checked:disabled+span {
    background-color: #d87781;
    border-color: #d87781;
    box-shadow: #d87781 0 0 0 8px inset
}

.checkbox-inline.checbox-switch.switch-primary>input:checked+span {
    background-color: #0069d9;
    border-color: #0069d9;
    box-shadow: #0069d9 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox-inline.checbox-switch.switch-primary>input:checked:disabled+span {
    background-color: #6da3dd;
    border-color: #6da3dd;
    box-shadow: #6da3dd 0 0 0 8px inset
}

.checkbox-inline.checbox-switch.switch-info>input:checked+span {
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: #17a2b8 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox-inline.checbox-switch.switch-info>input:checked:disabled+span {
    background-color: #66c0ce;
    border-color: #66c0ce;
    box-shadow: #66c0ce 0 0 0 8px inset
}

.checkbox-inline.checbox-switch.switch-warning>input:checked+span {
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: #ffc107 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox-inline.checbox-switch.switch-warning>input:checked:disabled+span {
    background-color: #e2c366;
    border-color: #e2c366;
    box-shadow: #e2c366 0 0 0 8px inset
}

.tab .nav.nav-tabs {
    border-bottom: 0
}

@media screen and (min-width:480px) and (max-width:576px) {
    .tab .nav.nav-tabs {
        display: block
    }
}

@media screen and (max-width:480px) {
    .tab .nav.nav-tabs {
        display: block
    }
}

.tab .nav.nav-tabs li {
    margin-bottom: 0;
    float: none;
    display: inline-block
}

@media screen and (min-width:480px) and (max-width:576px) {
    .tab .nav.nav-tabs li {
        display: block
    }
}

@media screen and (max-width:480px) {
    .tab .nav.nav-tabs li {
        display: block
    }
}

.tab .nav.nav-tabs li a {
    border: none;
    line-height: normal;
    border-radius: 0;
    padding: 12px 30px;
    background: #f6f7f8;
    color: #323232;
    border: 1px solid #eee
}

.tab .nav.nav-tabs li a.active {
    background: #8e54e9;
    color: #fff;
    border-color: transparent
}

.tab .nav.nav-tabs li a.active:focus,
.tab .nav.nav-tabs li a.active:hover {
    background: #8e54e9;
    color: #fff;
    border-color: transparent
}

.tab .nav.nav-tabs li a i {
    padding-right: 5px
}

.nav-border .nav.nav-tabs li a {
    margin-right: 0;
    border: 1px solid #eee;
    background: 0 0
}

.nav-border .nav.nav-tabs li a.active {
    color: #fff;
    background: #8e54e9;
    border-color: #8e54e9
}

.nav-border .nav.nav-tabs li a.active:focus,
.nav-border .nav.nav-tabs li a.active:hover {
    color: #fff;
    background: #8e54e9;
    border-color: #8e54e9
}

.tab-border .nav.nav-tabs {
    margin-bottom: 0
}

.tab-border .nav.nav-tabs li a.active {
    color: #8e54e9;
    background: #fff !important;
    border-color: #eee;
    border-bottom: 1px solid #fff
}

.tab-border .nav.nav-tabs li a.active:focus,
.tab-border .nav.nav-tabs li a.active:hover {
    color: #8e54e9;
    background: #fff !important;
    border-color: #eee;
    border-bottom: 1px solid #fff
}

.tab-border .tab-content {
    padding: 20px;
    border: 1px solid #eee;
    margin-top: -1px
}

.nav-center .nav.nav-tabs {
    text-align: center;
    display: block
}

.nav-right .nav.nav-tabs {
    text-align: right;
    display: block
}

.nav-right .tab-content {
    text-align: right
}

.round .nav.nav-tabs li {
    margin-bottom: 5px
}

.round .nav.nav-tabs li a {
    border: none;
    line-height: normal;
    margin-right: 10px;
    border-radius: 90px;
    padding: 12px 30px;
    background: #f6f7f8;
    color: #323232
}

.shadow .nav.nav-tabs li a.active {
    color: #8e54e9;
    background: #fff !important;
    border-color: #eee;
    border-bottom: 0;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.shadow .nav.nav-tabs li a.active:focus,
.shadow .nav.nav-tabs li a.active:hover {
    color: #8e54e9;
    background: #fff !important;
    border-color: #eee;
    border-bottom: 0;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.tab-vertical .nav-tabs {
    float: left;
    width: 25%
}

.tab-vertical .nav.nav-tabs li {
    display: block;
    width: 100%
}

.tab-vertical .nav.nav-tabs li a {
    border-right: 0;
    border-top: 0;
    padding: 14px 30px
}

.tab-vertical .nav.nav-tabs li a.active {
    border-bottom: 1px solid #eee
}

.tab-vertical .nav.nav-tabs li a.active:focus,
.tab-vertical .nav.nav-tabs li a.active:hover {
    border-bottom: 1px solid #eee
}

.tab-vertical .nav.nav-tabs li:first-child a {
    border-top: 1px solid #eee
}

.tab-vertical .tab-content {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 40px 30px;
    margin-left: 25%;
    line-height: 30px;
    margin-top: 0
}

.tab-vertical .tab-content p {
    line-height: 30px
}

.tabs-contant .tab .nav.nav-tabs li a {
    padding: 12px 20px
}

.tab.nav-bt .nav.nav-tabs li a.active {
    background: #fff;
    border-top: 3px solid #8e54e9;
    color: #8e54e9
}

.tab.nav-bt .nav.nav-tabs li a.active:first-child {
    border-left: 1px solid #eee
}

.tab.nav-bt .nav.nav-tabs li a.active:last-child {
    border-right: 1px solid #eee
}

.tab.nav-center .nav.nav-tabs li {
    margin-left: -4px
}

.tab.nav-right .nav.nav-tabs li {
    margin-left: -4px
}

.tab.nav-border-bottom .nav.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.tab.nav-border-bottom .nav.nav-tabs li a {
    background: 0 0;
    border: 0;
    border-bottom: 2px solid transparent
}

.tab.nav-border-bottom .nav.nav-tabs li a.active,
.tab.nav-border-bottom .nav.nav-tabs li a:hover {
    border-color: #8e54e9;
    background: 0 0;
    color: #8e54e9
}

@media (max-width:575px) and (min-width:320px) {
    .tabs-contant .tab .nav.nav-tabs li {
        width: 100%;
        margin-bottom: .5rem
    }

    .tabs-contant .tab-vertical .nav-tabs {
        float: none;
        width: 100%
    }

    .tabs-contant .tab-vertical .tab-content {
        margin-left: 0
    }
}

.mfp-bg {
    z-index: 1052
}

.mfp-wrap {
    z-index: 1052
}

.mfp-no-margins img.mfp-img {
    padding: 0
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0
}

.mfp-no-margins .mfp-container {
    padding: 0
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    outline: 0
}

.nestable-contant .dd-handle {
    background: 0 0;
    border-color: #dee2e6;
    height: 33px;
    padding: 10px 10px
}

.nestable-contant .dd-handle:focus,
.nestable-contant .dd-handle:hover {
    color: #8e54e9
}

.nestable-contant .dd3-content {
    height: 33px;
    padding: 10px 10px 10px 40px
}

.nestable-contant .dd3-content:hover {
    color: #8e54e9
}

.nestable-contant #nestable2 .dd-handle {
    background: #8e54e9;
    border: 1px solid #8e54e9;
    color: #fff
}

.nestable-contant #nestable2 .dd-item>button:before {
    color: #fff
}

.dd-item>button:before {
    top: 9px
}

.dd3-handle {
    font-size: 0
}

.dd3-handle:before {
    top: 8px
}

.dd {
    max-width: 100%
}

.modal-backdrop {
    z-index: 1051
}

@media (max-width:479px) and (min-width:320px) {
    .media-contant .media {
        display: block
    }
}

#toastrOptions {
    background: #f6f7f8;
    padding: 30px
}

.toast-success {
    background-color: #32b432
}

.toast-error {
    background-color: #e3324c
}

.toast-info {
    background-color: #45aaf2
}

.toast-warning {
    background-color: #f7b731
}

.swal2-actions .swal2-confirm {
    background-color: #32b432 !important
}

.swal2-actions .swal2-confirm:focus {
    box-shadow: none !important
}

.swal2-popup .swal2-close {
    display: none !important
}

.grid-sistema .row div {
    padding: 1rem 1.5rem;
    border: 1px solid #CCCCCB
}

.fc-button {
    background: #eceef3;
    border: none;
    color: #474a5a;
    text-transform: capitalize;
    box-shadow: none !important;
    text-shadow: none !important;
    border-radius: 3px !important;
    margin: 0 3px !important;
    padding: 6px 12px !important;
    height: auto !important
}

.fc-button:focus {
    outline: 0
}

.fc-button:active {
    outline: 0
}

.fc-state-active {
    background: #8e54e9;
    color: #fff
}

.fc-today-button {
    background: #8e54e9;
    color: #fff
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 5px 0;
    padding: 10px 10px 10px 40px;
    text-align: left;
    position: relative
}

.fc-event:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 10px;
    left: 15px
}

.fc-event-primary {
    background: #8e54e9;
    background: rgba(142, 84, 233, .2) !important;
    color: #8e54e9
}

.fc-event-primary:before {
    background: #8e54e9;
    background: rgba(142, 84, 233, .8) !important
}

.fc-event-primary:hover {
    color: #8e54e9
}

.fc-event-warning {
    background: #f7b731;
    background: rgba(247, 183, 49, .2) !important;
    color: #f7b731
}

.fc-event-warning:before {
    background: #f7b731;
    background: rgba(247, 183, 49, .8) !important
}

.fc-event-warning:hover {
    color: #f7b731
}

.fc-event-danger {
    background: #e3324c;
    background: rgba(227, 50, 76, .2) !important;
    color: #e3324c
}

.fc-event-danger:before {
    background: #e3324c;
    background: rgba(227, 50, 76, .8) !important
}

.fc-event-danger:hover {
    color: #e3324c
}

.fc-event-success {
    background: #32b432;
    background: rgba(50, 180, 50, .2) !important;
    color: #32b432
}

.fc-event-success:before {
    background: #32b432;
    background: rgba(50, 180, 50, .8) !important
}

.fc-event-success:hover {
    color: #32b432
}

.fc-widget-content .fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 5px 0;
    padding: 10px 10px 10px 10px;
    text-align: left;
    position: relative
}

.fc-widget-content .fc-event:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    top: 10px;
    left: 15px
}

.fc-widget-content .fc-event-primary .fc-title {
    color: #8e54e9
}

.fc-widget-content .fc-event-warning .fc-title {
    color: #f7b731
}

.fc-widget-content .fc-event-danger .fc-title {
    color: #e3324c
}

.fc-widget-content .fc-event-success .fc-title {
    color: #32b432
}

.fc-event-dot {
    background-color: #8e54e9
}

.fc-day-grid-event .fc-time,
.fc-day-grid-event .fc-title {
    color: #fff
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #e8edf1
}

.fc-unthemed .fc-list-heading td {
    border-color: #e8edf1;
    background: #f8f9fa
}

.fc-unthemed .fc-list-item:hover td {
    background-color: #f8f9fa
}

.fc-toolbar .fc-center h2 {
    font-size: 1.5rem
}

.fc-list-table .fc-widget-header {
    background: #f8f9fa
}

@media (max-width:767px) {

    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right {
        float: none;
        display: inline-block;
        clear: both;
        text-align: center
    }

    .fc-toolbar .fc-button {
        padding: 8px 32px !important
    }

    .fc-toolbar .fc-center {
        display: block
    }

    .fc-toolbar .fc-center h2 {
        float: none;
        margin-top: .5rem;
        font-size: 1.8rem
    }
}

@media (max-width:479px) {
    .fc-right .fc-button-group fc-button {
        padding: 6px 25px !important
    }
}

@media (max-width:400px) {
    .fc-left .fc-button {
        padding: 6px 28px !important
    }

    .fc-right .fc-button-group .fc-button {
        padding: 6px 22px !important
    }
}

@media (max-width:390px) and (min-width:320px) {
    .fc-right .fc-button-group .fc-button {
        padding: 6px 10px !important
    }
}

@media (max-width:360px) {
    .fc-left .fc-button {
        padding: 6px 19px !important
    }

    .fc-right .fc-button-group .fc-button {
        padding: 6px 13px !important
    }
}

.app-chat-sidebar-user {
    max-height: 682px
}

.app-chat-sidebar-user .app-chat-sidebar-user-item {
    border-bottom: 1px solid #dee2e6;
    transition: all .3s
}

.app-chat-sidebar-user .app-chat-sidebar-user-item:hover {
    background-color: #f7f7f7
}

.app-chat-sidebar-user .app-chat-sidebar-user-item:last-child {
    border: none
}

.app-chat-sidebar-user .app-chat-sidebar-user-item .d-flex {
    padding: 1rem 1.5rem;
    align-items: center
}

.app-chat-sidebar-user .app-chat-sidebar-user-item .bg-img {
    margin-right: 20px
}

.app-chat-sidebar-user .active {
    background: #8e54e9;
    background: -moz-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -webkit-gradient(linear, left, right, color-stop(0, #8e54e9), color-stop(100%, #4776e6)) !important;
    background: -webkit-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -o-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -ms-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(to right, #8e54e9 0, #4776e6 100%) !important
}

.app-chat-sidebar-user .active h5,
.app-chat-sidebar-user .active small {
    color: #fff
}

.app-chat-msg-chat {
    max-height: 600px;
    overflow-y: hidden;
    outline: 0
}

.app-chat-msg-chat .chat {
    display: flex
}

.app-chat-msg-chat .chat .chat-img {
    margin-right: 16px
}

.app-chat-msg-chat .chat .chat-img .bg-img {
    width: 45px;
    height: 45px
}

.app-chat-msg-chat .chat .chat-msg .chat-msg-content {
    position: relative
}

.app-chat-msg-chat .chat .chat-msg .chat-msg-content,
.app-chat-msg-chat .chat-left .chat-msg .chat-msg-content {
    background-color: #f7f7f7;
    padding: 10px 16px;
    border-radius: 10px;
    margin-bottom: 14px
}

.app-chat-msg-chat .chat .chat-msg .chat-msg-content:first-child::before,
.app-chat-msg-chat .chat-left .chat-msg .chat-msg-content:first-child::before {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    border: 8px solid transparent;
    right: auto;
    left: -16px;
    border-right-color: #f7f7f7;
    border-left-color: transparent
}

.app-chat-msg-chat .chat-left .chat-img {
    margin-left: 16px
}

.app-chat-msg-chat .chat-left .chat-msg .chat-msg-content {
    color: #8e54e9 !important;
    background-color: #8e54e9 !important;
    margin-right: 8px
}

.app-chat-msg-chat .chat-left .chat-msg .chat-msg-content p {
    color: #fff
}

.app-chat-msg-chat .chat-left .chat-msg .chat-msg-content:first-child::before {
    right: -16px;
    left: auto;
    border-left-color: #8e54e9 !important;
    border-right-color: transparent
}

.app-chat-sidebar .app-chat-sidebar-search.pb-4 {
    padding-bottom: 1.4rem !important
}

.app-chat-sidebar-user {
    max-height: 600px;
    overflow-y: hidden;
    outline: 0
}

.app-chat-sidebar-user .app-chat-sidebar-user-item .bg-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 0
}

.bg-img img {
    border-radius: 50%
}

.bg-img .bg-img-status {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    background: #fff
}

.app-chat-msg-btn .btn {
    padding: .6rem 1rem
}

.app-chat-msg-btn .btn:focus {
    box-shadow: none
}

.app-chat-sidebar .app-chat-sidebar-search .form-control {
    height: 50px;
    padding: .375rem 1.4rem
}

.app-chat-sidebar .app-chat-sidebar-search .input-group-text {
    padding: .375rem 1.4rem
}

.app-chat-sidebar .app-chat-sidebar-search .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.app-chat-type {
    padding: 1.5rem !important;
    background-color: #f7f7f7
}

.app-chat-type .form-control {
    height: 50px;
    padding: .375rem 1.4rem
}

.app-chat-type .input-group-text {
    padding: .375rem 1.4rem
}

.app-chat-type .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.mail-sidebar {
    border-right: 1px solid #dee2e6;
    height: 100%
}

.mail-sidebar span span i {
    font-size: 16px;
    width: 30px;
    display: block;
    height: auto
}

.mail-sidebar ul {
    list-style: none
}

.mail-sidebar ul li:hover i,
.mail-sidebar ul li:hover p {
    color: #8e54e9 !important
}

.mail-sidebar ul li a:focus i,
.mail-sidebar ul li a:focus p {
    color: #8e54e9 !important
}

.mail-sidebar .mail-sidebar-title {
    padding: .9rem 0 .8rem 0;
    border-bottom: 1px solid #dee2e6
}

.mail-msg-item-titel {
    display: flex;
    align-items: center
}

.mail-msg {
    max-height: 747px;
    overflow: hidden;
    outline: 0
}

@media screen and (min-width:1200px) and (max-width:1439px) {
    .mail-msg {
        max-height: 450px
    }
}

@media screen and (min-width:1024px) and (max-width:1199px) {
    .mail-msg {
        max-height: 410px
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .mail-msg {
        max-height: 435px
    }
}

.mail-msg-item {
    border-bottom: 1px solid #dee2e6;
    padding: 1rem 1.5rem
}

.mail-msg-item:hover {
    background-color: #f7f7f7
}

.mail-msg-item:last-child {
    border-bottom: 0
}

.mail-msg-item .bg-img {
    width: 45px;
    height: 45px
}

.mail-search .form-group {
    position: relative
}

.mail-search .form-group i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px
}

.mail-search .form-group .form-control {
    height: 41px
}

.mail-contant .mail-f {
    position: absolute;
    width: 100%;
    bottom: 0
}

.icon-list .icon-wrap {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
    color: #474a5a
}

.icon-list .icon-wrap i {
    display: block;
    margin-bottom: 15px;
    font-size: 2.571rem;
    color: #8e54e9
}

.icon-list .icon-wrap:hover {
    background: #eceef3
}

.icon-list .icon-wrap:hover i {
    color: #8e54e9
}

    


    
.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #000
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
    background-color: #fdf59a
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
    background-color: #f3e97a
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: linear-gradient(to bottom, #b3b3b3, grey);
    background-repeat: repeat-x;
    border-color: grey grey #595959;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
    background-color: grey
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #04c
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-color: #04c
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #999
}

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    margin-top: 3px
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

input[readonly] {
    pointer-events: none
}

.form-check {
    position: relative;
    padding: 19px 0 15px 40px;
    text-align: left;
    overflow: hidden
}

.form-check label {
    cursor: pointer
}

.form-check label:after,
.form-check label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 5px
}

.form-check label:before {
    left: 3px;
    width: 22px;
    height: 22px;
    margin: -10px 0 0;
    background: #eceef3
}

.form-check label:after {
    left: 8px;
    width: 13px;
    height: 13px;
    margin: -6px 0 0;
    opacity: 0;
    background: #8e54e9;
    transform: translate3d(0, 0, 0) scale(.5);
    transition: opacity .25s ease-in-out, transform .25s ease-in-out
}

.form-check input[type=checkbox],
.form-check input[type=radio] {
    position: absolute;
    top: 0;
    left: -9999px;
    visibility: hidden
}

.form-check input[type=checkbox]:checked+label:after,
.form-check input[type=radio]:checked+label:after {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.form-check label:after,
.form-check label:before {
    border-radius: 0
}

.form-check label:before {
    border-radius: 2px
}

.form-check label:after {
    border-radius: 2px
}

.form-check input[type=radio]+label:before {
    border-radius: 10px
}

.form-check input[type=radio]+label:after {
    border-radius: 10px;
    margin: -5px 0 0
}

.form-check input[type=radio]+label:before {
    border-radius: 50px
}

.form-control {
    height: 33px;
    border: 1px solid #aaa;
    color: #474a5a
}

.form-control:focus {
    border-color: #8e54e9;
    box-shadow: none
}

.form-control-lg {
    height: 50px
}

.form-control-sm {
    height: 30px
}

.form-control-plaintext {
    color: #474a5a
}

textarea.form-control {
    height: auto
}

select.form-control:not([size]):not([multiple]) {
    height: 33px
}

select.form-control-lg:not([size]):not([multiple]) {
    height: 50px
}

select.form-control-sm:not([size]):not([multiple]) {
    height: 30px
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

label,
legend {
    font-weight: 600;
    color: #474a5a
}

.custom-select.is-valid,
.form-control.is-valid {
    border-color: #32b432;
    box-shadow: none
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus {
    border-color: #32b432;
    box-shadow: none
}

.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #32b432;
    box-shadow: none
}

.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #32b432;
    box-shadow: none
}

.custom-select.is-invalid,
.form-control.is-invalid {
    border-color: #e3324c;
    box-shadow: none
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus {
    border-color: #e3324c;
    box-shadow: none
}

.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #e3324c;
    box-shadow: none
}

.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #e3324c;
    box-shadow: none
}

.custom-control-input.is-invalid~.custom-control-label::before {
    background: #e3324c;
    background: rgba(227, 50, 76, .5) !important
}

.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background: #e3324c;
    background: rgba(227, 50, 76, .5) !important
}

.custom-control-input.is-valid~.custom-control-label::before {
    background: #32b432;
    background: rgba(50, 180, 50, .5) !important
}

.was-validated .custom-control-input:valid~.custom-control-label::before {
    background: #32b432;
    background: rgba(50, 180, 50, .5) !important
}

.custom-control-input.is-invalid~.custom-control-label {
    color: #e3324c
}

.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #e3324c
}

.valid-feedback {
    color: #32b432
}

.invalid-feedback {
    color: #e3324c
}

.valid-tooltip {
    background: #32b432;
    background: rgba(50, 180, 50, .8) !important
}

.invalid-tooltip {
    background: #e3324c;
    background: rgba(227, 50, 76, .8) !important
}

.form-check-input.is-valid~.form-check-label {
    color: #32b432
}

.was-validated .form-check-input:valid~.form-check-label {
    color: #32b432
}

.form-check-input.is-invalid~.form-check-label {
    color: #e3324c
}

.was-validated .form-check-input:invalid~.form-check-label {
    color: #e3324c
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#signupForm .error,
#signupForm1 .error {
    color: #e3324c;
    font-size: 1rem !important;
    font-style: italic;
    padding: .4em .5em .3em
}

#signupForm3 .error.label {
    color: #e3324c;
    font-size: 1rem !important;
    font-style: italic;
    padding: .4em .5em .3em
}

#signupForm1 span.fa-times {
    color: #e3324c;
    font-size: 1rem !important;
    font-style: italic;
    padding: .4em .5em .3em
}

#signupForm1 span.fa-check {
    color: #32b432
}

.selects-contant .select2-container .select2-selection--single {
    height: 33px
}

.selects-contant .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px
}

.selects-contant .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px
}

.selects-contant .Multi-sel .select2-container--default .select2-selection--multiple .select2-selection__choice,
.selects-contant .Multi-sel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #8e54e9;
    border: 1px solid #8e54e9;
    color: #fff;
    padding: 1px 10px 1px 4px
}

.selects-contant .Multi-sel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #e3324c
}

.selects-contant .Multi-sel .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dee2e6 1px
}

.selects-contant-boots .bootstrap-tagsinput {
    width: 100%;
    height: 33px;
    padding: 7px 6px
}

.selects-contant-boots .bootstrap-tagsinput .label {
    padding: .4em .7em
}

.selects-contant-boots .bootstrap-tagsinput .label-info {
    background-color: #8e54e9
}

.input-group-addon {
    padding: 8px 14px;
    background: #8e54e9;
    border: 1px solid #8e54e9;
    color: #fff
}

.datepicker {
    border: 1px solid #eee;
    padding: 12px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .04);
    box-shadow: 0 0 30px rgba(0, 0, 0, .04);
    width: 270px;
    font-size: 14px
}

.datepicker table {
    width: 100%
}

.datepicker table tr td {
    width: 30px;
    height: 35px
}

.datepicker table tr td.today {
    background: #8e54e9;
    background: -moz-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -webkit-gradient(linear, left, right, color-stop(0, #8e54e9), color-stop(100%, #4776e6)) !important;
    background: -webkit-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -o-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -ms-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(to right, #8e54e9 0, #4776e6 100%) !important;
    color: #fff
}

.datepicker table tr td.today:hover {
    background: #8e54e9;
    background: -moz-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -webkit-gradient(linear, left, right, color-stop(0, #8e54e9), color-stop(100%, #4776e6)) !important;
    background: -webkit-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -o-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -ms-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(to right, #8e54e9 0, #4776e6 100%) !important;
    color: #fff
}

.datepicker table tr td.today.disabled {
    background: #8e54e9;
    background: -moz-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -webkit-gradient(linear, left, right, color-stop(0, #8e54e9), color-stop(100%, #4776e6)) !important;
    background: -webkit-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -o-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -ms-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(to right, #8e54e9 0, #4776e6 100%) !important;
    color: #fff
}

.datepicker table tr td.today.disabled:hover {
    background: #8e54e9;
    background: -moz-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -webkit-gradient(linear, left, right, color-stop(0, #8e54e9), color-stop(100%, #4776e6)) !important;
    background: -webkit-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -o-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -ms-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(to right, #8e54e9 0, #4776e6 100%) !important;
    color: #fff
}

.datepicker-inline {
    width: 270px
}

.datetimepicker table {
    width: 100%
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background: #8e54e9;
    background: -moz-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -webkit-gradient(linear, left, right, color-stop(0, #8e54e9), color-stop(100%, #4776e6)) !important;
    background: -webkit-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -o-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -ms-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(to right, #8e54e9 0, #4776e6 100%) !important;
    color: #fff
}

@media screen and (min-width:480px) and (max-width:576px) {
    .datepicker {
        width: 230px
    }
}

@media screen and (max-width:480px) {
    .datepicker {
        width: 230px
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .datepicker-inline {
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .datepicker-inline {
        width: 100%
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .datepicker-orient-right {
        left: 10px !important
    }
}

@media screen and (max-width:480px) {
    .datepicker-orient-right {
        left: 10px !important
    }
}

.active-task .form-check label:after,
.active-task .form-check label:before {
    top: 3px;
    margin: 0
}

 

.note-editor.note-frame {
    box-shadow: none;
    border-color: #dee2e6;
    margin-bottom: 0
}

.ql-container.ql-snow,
.ql-toolbar.ql-snow {
    border-color: #dee2e6
}

.note-toolbar-wrapper .note-toolbar .btn-group .btn {
    padding: .25rem .5rem !important
}

.dropzone {
    border: 2px dashed #dee2e6
}

.dropzone .dz-message {
    color: #474a5a;
    font-size: 1.714rem;
    margin: 5em
}

@media screen and (min-width:480px) and (max-width:576px) {
    .dropzone .dz-message {
        margin: 3em 0
    }
}

@media screen and (max-width:480px) {
    .dropzone .dz-message {
        margin: 3em 0
    }
}

.input-group-text {
    color: #fff;
    background-color: #8e54e9;
    border-color: #8e54e9
}

.bootstrap-duallistbox-container label {
    color: #8e54e9
}

.bootstrap-duallistbox-container .filter {
    height: 33px
}

.bootstrap-duallistbox-container .btn-group .btn {
    border-color: #dee2e6
}

.bootstrap-duallistbox-container .btn-group .btn:focus,
.bootstrap-duallistbox-container .btn-group .btn:hover {
    background-color: #8e54e9;
    border-color: #8e54e9;
    color: #fff !important
}

.bootstrap-duallistbox-container .btn-outline-secondary {
    background-color: #8e54e9;
    border-color: #8e54e9;
    color: #fff !important
}

.bootstrap-duallistbox-container select {
    border-color: #dee2e6
}

.bootstrap-duallistbox-container select option {
    padding: .5rem;
    color: #333
}

.bootstrap-duallistbox-container select:focus {
    outline: 0
}

@media screen and (min-width:577px) and (max-width:767px) {
    .bootstrap-duallistbox-container .box1 {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .bootstrap-duallistbox-container .box1 {
        margin-bottom: 1.5rem
    }
}

@media screen and (max-width:480px) {
    .bootstrap-duallistbox-container .box1 {
        margin-bottom: 1.5rem
    }
}

.bootstrap-duallistbox-container .box1.filtered .clear1,
.bootstrap-duallistbox-container .box1.filtered .clear2,
.bootstrap-duallistbox-container .box2.filtered .clear1,
.bootstrap-duallistbox-container .box2.filtered .clear2 {
    margin-bottom: 10px
}

.select2-container {
    width: 100% !important
}

.select2-container .select2-dropdown {
    border-color: #dee2e6
}

.select2-container .select2-dropdown .select2-results__group {
    color: #474a5a
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border: 1px solid #CCCCCB;
    box-shadow: none
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #8e54e9
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #dee2e6
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0
}

.select2-container .select2-selection--single:focus {
    outline: 0
}

.select2-container--default .select2-search--dropdown .selects-contant .custom-select {
    height: calc(2.65rem + 2px)
}

.select2-container--default .select2-search--dropdown .selects-contant .Multi-sel .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #CCCCCB;
    box-shadow: none
}

.selects-contant-boots .bootstrap-tagsinput {
    border: 1px solid #CCCCCB;
    box-shadow: none;
    height: auto
}

.selects-contant-boots .bootstrap-tagsinput .tag {
    margin-bottom: 2px;
    display: inline-block;
    padding: .6em .7em
}

.custom-select-sm {
    height: calc(1.5125rem + 2px);
    padding-top: .275rem;
    padding-bottom: .275rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none
}

.custom-select:focus {
    box-shadow: none;
    border-color: #8e54e9
}

.irs--flat .irs-bar {
    background-color: #8e54e9
}

.irs--flat .irs-handle>i:first-child {
    background-color: #8e54e9
}

.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
    background-color: #8e54e9
}

.irs-from {
    background: #8e54e9
}

.irs-from:after {
    border-top-color: #8e54e9
}

.irs-to {
    background: #8e54e9
}

.irs-to:after {
    border-top-color: #8e54e9
}

.irs-single {
    background: #8e54e9
}

.irs-single:after {
    border-top-color: #8e54e9
}

.table-primary {
    background: #8e54e9;
    background: rgba(142, 84, 233, .1) !important;
    color: #8e54e9
}

.table-primary th {
    background: #8e54e9;
    background: rgba(142, 84, 233, .1) !important;
    color: #8e54e9;
    border-color: #fff !important
}

.table-primary td {
    background: #8e54e9;
    background: rgba(142, 84, 233, .1) !important;
    color: #8e54e9;
    border-color: #fff !important
}

.table-secondary {
    background: #a1a1a1;
    background: rgba(161, 161, 161, .1) !important;
    color: #a1a1a1
}

.table-secondary th {
    background: #a1a1a1;
    background: rgba(161, 161, 161, .1) !important;
    color: #a1a1a1;
    border-color: #fff !important
}

.table-secondary td {
    background: #a1a1a1;
    background: rgba(161, 161, 161, .1) !important;
    color: #a1a1a1;
    border-color: #fff !important
}

.table-info {
    background: #45aaf2;
    background: rgba(69, 170, 242, .1) !important;
    color: #45aaf2
}

.table-info th {
    background: #45aaf2;
    background: rgba(69, 170, 242, .1) !important;
    color: #45aaf2;
    border-color: #fff !important
}

.table-info td {
    background: #45aaf2;
    background: rgba(69, 170, 242, .1) !important;
    color: #45aaf2;
    border-color: #fff !important
}

.table-warning {
    background: #f7b731;
    background: rgba(247, 183, 49, .1) !important;
    color: #f7b731
}

.table-warning th {
    background: #f7b731;
    background: rgba(247, 183, 49, .1) !important;
    color: #f7b731;
    border-color: #fff !important
}

.table-warning td {
    background: #f7b731;
    background: rgba(247, 183, 49, .1) !important;
    color: #f7b731;
    border-color: #fff !important
}

.table-danger {
    background: #e3324c;
    background: rgba(227, 50, 76, .1) !important;
    color: #e3324c
}

.table-danger th {
    background: #e3324c;
    background: rgba(227, 50, 76, .1) !important;
    color: #e3324c;
    border-color: #fff !important
}

.table-danger td {
    background: #e3324c;
    background: rgba(227, 50, 76, .1) !important;
    color: #e3324c;
    border-color: #fff !important
}

.table-success {
    background: #32b432;
    background: rgba(50, 180, 50, .1) !important;
    color: #32b432
}

.table-success th {
    background: #32b432;
    background: rgba(50, 180, 50, .1) !important;
    color: #32b432;
    border-color: #fff !important
}

.table-success td {
    background: #32b432;
    background: rgba(50, 180, 50, .1) !important;
    color: #32b432;
    border-color: #fff !important
}

.table-orange {
    background: #fd9644;
    background: rgba(253, 150, 68, .1) !important;
    color: #fd9644
}

.table-orange th {
    background: #fd9644;
    background: rgba(253, 150, 68, .1) !important;
    color: #fd9644;
    border-color: #fff !important
}

.table-orange td {
    background: #fd9644;
    background: rgba(253, 150, 68, .1) !important;
    color: #fd9644;
    border-color: #fff !important
}

.table-pink {
    background: #fb0792;
    background: rgba(251, 7, 146, .1) !important;
    color: #fb0792
}

.table-pink th {
    background: #fb0792;
    background: rgba(251, 7, 146, .1) !important;
    color: #fb0792;
    border-color: #fff !important
}

.table-pink td {
    background: #fb0792;
    background: rgba(251, 7, 146, .1) !important;
    color: #fb0792;
    border-color: #fff !important
}

.table-yellow {
    background: #ffc107;
    background: rgba(255, 193, 7, .1) !important;
    color: #ffc107
}

.table-yellow th {
    background: #ffc107;
    background: rgba(255, 193, 7, .1) !important;
    color: #ffc107;
    border-color: #fff !important
}

.table-yellow td {
    background: #ffc107;
    background: rgba(255, 193, 7, .1) !important;
    color: #ffc107;
    border-color: #fff !important
}

.table-red {
    background: #e3324c;
    background: rgba(227, 50, 76, .1) !important;
    color: #e3324c
}

.table-red th {
    background: #e3324c;
    background: rgba(227, 50, 76, .1) !important;
    color: #e3324c;
    border-color: #fff !important
}

.table-red td {
    background: #e3324c;
    background: rgba(227, 50, 76, .1) !important;
    color: #e3324c;
    border-color: #fff !important
}

.table-cyan {
    background: #2bcbba;
    background: rgba(43, 203, 186, .1) !important;
    color: #2bcbba
}

.table-cyan th {
    background: #2bcbba;
    background: rgba(43, 203, 186, .1) !important;
    color: #2bcbba;
    border-color: #fff !important
}

.table-cyan td {
    background: #2bcbba;
    background: rgba(43, 203, 186, .1) !important;
    color: #2bcbba;
    border-color: #fff !important
}

.datatable-wrapper table tfoot {
    display: none
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .8em
}

@media screen and (min-width:480px) and (max-width:576px) {
    .dataTables_wrapper div.row {
        margin: 10px 0 !important
    }

    .dataTables_wrapper div[class^=col-]:last-child {
        padding: 0
    }

    .dataTables_wrapper div[class^=col-]:first-child {
        padding: 0
    }

    .dataTables_wrapper .dataTables_info {
        padding-top: 0 !important;
        text-align: left !important
    }

    .dataTables_wrapper .pagination {
        justify-content: flex-start !important;
        margin-top: 10px !important
    }
}

@media screen and (max-width:480px) {
    .dataTables_wrapper div.row {
        margin: 10px 0 !important
    }

    .dataTables_wrapper div[class^=col-]:last-child {
        padding: 0
    }

    .dataTables_wrapper div[class^=col-]:first-child {
        padding: 0
    }

    .dataTables_wrapper .dataTables_info {
        padding-top: 0 !important;
        text-align: left !important
    }

    .dataTables_wrapper .pagination {
        justify-content: flex-start !important;
        margin-top: 10px !important
    }
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #eceef3
}

.table>thead>tr>th {
    vertical-align: middle;
    white-space: nowrap
}

.table>tbody>tr>td {
    vertical-align: middle;
    white-space: nowrap
}

.tabledit-toolbar {
    flex-wrap: nowrap
}

.tabledit-toolbar .btn {
    margin-right: 6px;
    border-radius: .2rem !important
}

.tabledit-toolbar .btn:last-child {
    margin-right: 0
}

.tabledit-toolbar .tabledit-save-button {
    margin-left: 6px;
    margin-right: 0
}

.tabledit-toolbar .tabledit-confirm-button {
    margin-left: 6px;
    margin-right: 0
}

.tableexport-caption {
    display: table-caption;
    padding: 0;
    margin-bottom: 15px
}

.tableexport-caption .btn {
    line-height: 1;
    background-color: #8e54e9;
    color: #fff;
    padding: 9px 10px;
    margin: 0;
    margin-right: 10px
}

.tableexport-caption .btn:first-child {
    margin-left: 0
}

.tableexport-caption .btn.xlsx:before {
    background: url(../img/export/xlsx.svg) no-repeat center
}

.tableexport-caption .btn.csv:before {
    background: url(../img/export/csv.svg) no-repeat center
}

.tableexport-caption .btn.txt:before {
    background: url(../img/export/txt.svg) no-repeat center
}

.tableexport-caption .btn:focus {
    box-shadow: none
}

@media screen and (min-width:480px) and (max-width:576px) {
    .tableexport-caption .btn {
        margin: 0 0 5px 0
    }
}

@media screen and (max-width:480px) {
    .tableexport-caption .btn {
        margin: 0 0 5px 0
    }
}

.csv:before,
.txt:before,
.xls:before,
.xlsx:before {
    box-shadow: none;
    padding: 4px 10px 4px
}

.gmap {
    display: block;
    width: 100%;
    height: 450px
}

#panorama {
    display: block;
    width: 100%;
    height: 450px;
    margin-top: 30px
}

.address-location {
    height: 270px
}

.vmap {
    height: 420px;
    width: 100%
}

@media screen and (min-width:577px) and (max-width:767px) {
    .vmap {
        height: 310px !important
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .vmap {
        height: 310px !important
    }
}

@media screen and (max-width:480px) {
    .vmap {
        height: 310px !important
    }
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    padding: 0;
    line-height: 14px;
    width: 15px;
    height: 15px
}

.jqvmap-region {
    cursor: default !important
}

.map-pin {
    width: 64px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: -32px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: top center;
    color: #888;
    font-weight: 600;
    font-size: 14px
}

.map-pin span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0
}

.red {
    background-image: url(../img/marker/red.html)
}

.blue {
    background-image: url(../img/marker/blue.html)
}

.purple {
    background-image: url(../img/marker/purple.html)
}

.jqvmap-pin {
    font-family: "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
    cursor: default
}

#jqvmap1_fl_pin {
    margin-left: 5%
}

.mapael path {
    fill: #8e54e9;
    stroke: #eceef3
}

.mapael path:hover {
    fill: #f7b731;
    stroke: #f7b731
}

.flot-container {
    width: 100%;
    height: 350px
}

.flot-wrapper {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em
}

.morris-wrapper svg text {
    font-family: Roboto, sans-serif !important
}

.morris-wrapper .morris-hover {
    z-index: 998
}

.chartist-wrapper .ct-chart {
    height: 350px
}

.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
    stroke: #0c1427
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-slice-pie {
    fill: #8e54e9
}

.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
    stroke: #4776e6
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-slice-pie {
    fill: #4776e6
}

.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
    stroke: #f7b731
}

.ct-series-d .ct-area,
.ct-series-d .ct-slice-donut-solid,
.ct-series-d .ct-slice-pie {
    fill: #32b432
}

.ct-area {
    fill-opacity: .3
}

.ct-chart-donut .ct-label,
.ct-chart-pie .ct-label {
    fill: #fff;
    color: #fff;
    font-size: 1rem
}

.c3chart-wrapper .c3 {
    height: 300px
}

.c3chart-wrapper .c3 text {
    font-family: Roboto, sans-serif
}

.c3chart-wrapper .c3 .tick {
    font-family: Roboto, sans-serif;
    fill: #474a5a
}

.c3chart-wrapper .c3 .c3-legend-item text {
    font-family: Roboto, sans-serif;
    fill: #474a5a
}

.c3chart-wrapper .c3 line {
    stroke: #474a5a
}

.c3chart-wrapper .c3 path.domain {
    stroke: #474a5a;
    stroke-width: 1px
}

.knob {
    font-family: Roboto, sans-serif !important
}

.apexcharts-canvas {
    margin: 0 auto
}

.apexchart-tool-force-top .apexcharts-canvas,
.apexchart-tool-force-top .col-12,
.apexchart-tool-force-top .row {
    position: inherit
}

.apexchart-tool-force-top .apexcharts-toolbar {
    top: 17px;
    right: 10px
}

@media screen and (min-width:577px) and (max-width:767px) {
    .apexchart-tool-force-top .apexcharts-toolbar {
        display: none
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    .apexchart-tool-force-top .apexcharts-toolbar {
        display: none
    }
}

@media screen and (max-width:480px) {
    .apexchart-tool-force-top .apexcharts-toolbar {
        display: none
    }
}

.apexcharts-menu-icon svg,
.apexcharts-reset-zoom-icon svg,
.apexcharts-zoom-icon svg,
.apexcharts-zoom-in-icon svg,
.apexcharts-zoom-out-icon svg {
    fill: #474a5a !important
}

.widget-support-list .dot-online {
    position: relative
}

.widget-support-list .dot-online .dot-online-icon {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 15px;
    right: 9px;
    top: 5px
}

.widget-support-list .bg-img {
    width: 50px;
    height: 50px
}

.widget-income-list .bg-img,
.widget-recent-list .bg-img,
.widget-user-list .bg-img {
    width: 50px;
    height: 50px
}

.widget-branches-list .media img {
    height: 26px
}

.widget-branches-list .card-body {
    max-height: 450px;
    overflow: hidden;
    border-bottom: 1px solid #dee2e6
}

.widget-branches-list .card-body:last-child {
    border-bottom: none
}

.widget-branches-list .card-body a {
    padding: 0 30px
}

.widget-branches-list .card-body a:first-child {
    padding-top: 0
}

.widget-branches-list .card-body a i {
    font-size: 20px
}

.widget-branches-list .card-body a span {
    margin-top: 6px
}

.widget-branches-list .card-body ul li {
    border-bottom: 1px solid #dee2e6;
    padding: 16px 0
}

.widget-branches-list .card-body ul li:last-child {
    border-bottom: 0 solid
}

.widget-branches-list.dating-widget-branches-list .card-body a {
    padding: 0
}

.widget-branches-list.dating-widget-branches-list .card-body a img {
    height: 12px
}

.widget-downloads-list .card-body .btn.btn-icon,
.widget-recent-list .card-body .btn.btn-icon {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px
}

@media screen and (min-width:480px) and (max-width:576px) {
    .widget-downloads-list .media {
        display: block
    }

    .widget-downloads-list .media h4 {
        margin: 10px 0 !important
    }
}

@media screen and (max-width:480px) {
    .widget-downloads-list .media {
        display: block
    }

    .widget-downloads-list .media h4 {
        margin: 10px 0 !important
    }
}

.widget-downloads-list .widget-text {
    padding: 1rem 0
}

.widget-downloads-list .widget-text img {
    width: 50px;
    height: 50px
}

.widget-downloads-list .img-icon {
    width: 50px;
    height: 50px;
    border-radius: 80px;
    background-color: #f7f7f7
}

.widget-downloads-list .img-icon i {
    font-size: 28px;
    line-height: 50px
}

.widget-text {
    padding: 1.25rem
}

.widget-downloads-list .widget-text,
.widget-income-list .widget-text,
.widget-recent-list .widget-text,
.widget-support-list .widget-text,
.widget-user-list .widget-text {
    border-bottom: 1px solid #dee2e6
}

.widget-downloads-list .widget-text:last-child,
.widget-income-list .widget-text:last-child,
.widget-recent-list .widget-text:last-child,
.widget-support-list .widget-text:last-child,
.widget-user-list .widget-text:last-child {
    border-bottom: 0 solid
}

.widget-downloads-list .card-body,
.widget-income-list .card-body,
.widget-recent-list .card-body,
.widget-support-list .card-body,
.widget-user-list .card-body {
    max-height: 450px;
    overflow: hidden;
    border-bottom: 1px solid #dee2e6
}

.widget-downloads-list .card-body:last-child,
.widget-income-list .card-body:last-child,
.widget-recent-list .card-body:last-child,
.widget-support-list .card-body:last-child,
.widget-user-list .card-body:last-child {
    border-bottom: none
}

.widget-recent-list .card-body .btn.btn-icon {
    width: 25px;
    height: 25px;
    padding: 0;
    line-height: 25px
}

.widget-recent-list .card-body .nav .nav-link {
    padding: 0
}

.widget-recent-list .card-body .nav .nav-item {
    padding: 8px 8px 0 0
}

.widget-recent-list span,
.widget-support-list span {
    font-size: 11px
}

.widget-social-box1,
.widget-social-box10,
.widget-social-box11,
.widget-social-box12,
.widget-social-box13,
.widget-social-box14,
.widget-social-box15,
.widget-social-box2,
.widget-social-box3,
.widget-social-box4,
.widget-social-box5,
.widget-social-box6,
.widget-social-box7,
.widget-social-box8,
.widget-social-box9 {
    overflow: hidden
}

.widget-social .widget-social-box1 ul {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6
}

.widget-social .widget-social-box1 ul li,
.widget-social .widget-social-box3 ul li,
.widget-social .widget-social-box4 ul li,
.widget-social .widget-social-box5 ul li,
.widget-social .widget-social-box9 ul li {
    border-right: 1px solid #dee2e6
}

.widget-social .widget-social-box1 ul li:last-child,
.widget-social .widget-social-box3 ul li:last-child,
.widget-social .widget-social-box4 ul li:last-child,
.widget-social .widget-social-box5 ul li:last-child,
.widget-social .widget-social-box9 ul li:last-child {
    border-right: 0 solid #dee2e6;
    padding-right: 0
}

.widget-social .widget-social-box11 .widget-social-contant,
.widget-social .widget-social-box12 .widget-social-contant,
.widget-social .widget-social-box15 .widget-social-contant,
.widget-social .widget-social-box3 .widget-social-contant,
.widget-social .widget-social-box7 .widget-social-contant,
.widget-social .widget-social-box9 .widget-social-contant {
    background: #8e54e9;
    background: -moz-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -webkit-gradient(linear, left, right, color-stop(0, #8e54e9), color-stop(100%, #4776e6)) !important;
    background: -webkit-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -o-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -ms-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(to right, #8e54e9 0, #4776e6 100%) !important
}

.widget-social .widget-social-box11 .widget-social-contant h4,
.widget-social .widget-social-box11 .widget-social-contant h5,
.widget-social .widget-social-box12 .widget-social-contant h4,
.widget-social .widget-social-box12 .widget-social-contant h5,
.widget-social .widget-social-box15 .widget-social-contant h4,
.widget-social .widget-social-box15 .widget-social-contant h5,
.widget-social .widget-social-box3 .widget-social-contant h4,
.widget-social .widget-social-box3 .widget-social-contant h5,
.widget-social .widget-social-box7 .widget-social-contant h4,
.widget-social .widget-social-box7 .widget-social-contant h5,
.widget-social .widget-social-box9 .widget-social-contant h4,
.widget-social .widget-social-box9 .widget-social-contant h5 {
    color: #fff
}

.widget-social .widget-social-box7 .widget-social-contant a,
.widget-social .widget-social-box7 .widget-social-contant p {
    color: #fff
}

.widget-social .widget-social-box7 .widget-social-contant p {
    border-color: #fff
}

.widget-social .widget-social-box12 .widget-social-contant p {
    color: #fff
}

.widget-social .widget-social-box6 ul li,
.widget-social .widget-social-box7 ul li,
.widget-social .widget-social-box8 ul li {
    padding: 0 5px
}

.widget-social .widget-social-box10 .nav,
.widget-social .widget-social-box12 .nav {
    padding: .5rem
}

.widget-social .widget-social-box2 .card-body ul li a {
    font-size: 14px;
    font-weight: 600
}

.widget-social .widget-social-box4 ul {
    border-top: 1px solid #dee2e6
}

.widget-social .widget-social-box9 .bg-img {
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto
}

.widget-social .widget-social-box11 ul li {
    padding: 10px 10px
}

.widget-social .widget-social-box15 .img-icon {
    width: 40px;
    height: 33px;
    border-radius: 50px;
    line-height: 33px;
    text-align: center
}

.widget-social .widget-social-box15 .img-icon i {
    font-size: 18px
}

.widget-chart-contant .img-icon {
    width: 60px;
    height: 60px;
    line-height: 60px
}

.widget-chart-contant .img-icon i {
    font-size: 2rem
}

.img-icon-box {
    border-radius: 5px !important
}

.img-icon-outline {
    border-width: 3px;
    border-style: solid
}

.b-outline-primary,
.b-primary {
    border-color: #8e54e9
}

.b-info,
.b-outline-info {
    border-color: #45aaf2
}

.b-danger,
.b-outline-danger {
    border-color: #e3324c
}

.b-outline-warning,
.b-warning {
    border-color: #f7b731
}

 

.account-contant .bg-img {
    width: 100px;
    height: 100px
}

.task-table .dot {
    background-color: #8e54e9;
    border-radius: 10px;
    margin-right: 6px;
    width: 10px;
    height: 10px;
    display: inline-block
}

.task-table tr {
    border-bottom: 1px solid #dee2e6
}

.task-table tr:last-child {
    border-bottom: 0 solid #dee2e6
}

.task-table .task-table-td .chat {
    position: relative
}

.task-table .task-table-td .chat i {
    font-size: 18px
}

.task-table .task-table-td .chat .badge {
    position: absolute;
    top: -10px;
    left: 20px
}

.task-table td,
.task-table th {
    vertical-align: middle;
    border-top: 0 solid #dee2e6
}

.task-list-contant .table .card-header,
.task-list-contant .table td,
.task-list-contant .table th {
    padding: .75rem 2rem
}

.task-list-contant .table td:first-child {
    padding-right: 0
}

.error-contant .error-innr {
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover
}

@media screen and (min-width:480px) and (max-width:576px) {
    .error-contant .error-innr .container {
        max-width: 100%
    }
}

@media screen and (max-width:480px) {
    .error-contant .error-innr .container {
        max-width: 100%
    }
}

.error-contant .row {
    height: 100vh
}

.st0 {
    fill: #8e54e9
}

.st1 {
    fill: #f9f9fb
}

.st2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #a37dff
}

.st3 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #cbf
}

.st4 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #f9f9fb
}

.st5 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #90c9ea
}

.st6 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #abc3ff
}

.st7 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #79a1f2
}

.st8 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #618de5
}

.st9 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #7b91ff
}

.st10 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #80c3ff
}

.st11 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #494089
}

.pricing-content h5 {
    color: #333;
    font-size: 1.285rem;
    text-transform: uppercase
}

.pricing-content h2 {
    font-size: 42px
}

.pricing-content ul {
    padding-left: 0;
    list-style: none
}

.pricing-content ul li {
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: .5px
}

.pricing-content a {
    text-transform: capitalize
}

.pricing-highlight {
    background: #8e54e9;
    background: -moz-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -webkit-gradient(linear, left, right, color-stop(0, #8e54e9), color-stop(100%, #4776e6)) !important;
    background: -webkit-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -o-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -ms-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(to right, #8e54e9 0, #4776e6 100%) !important
}

.pricing-highlight .pricing-content h5 {
    color: #fff
}

.pricing-highlight .pricing-content h2 {
    color: #fff !important
}

.pricing-highlight .pricing-content p {
    color: #fff !important
}

.pricing-highlight .pricing-content ul li {
    color: #fff !important
}

.faq-contant .accordion .card {
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 16px
}

.faq-contant .accordion .card:last-child {
    margin-bottom: 3rem
}

.faq-contant .nav .nav-link.active h5,
.faq-contant .nav .nav-link.active p {
    color: #fff;
    line-height: 1.4rem
}

.faq-contant .nav .nav-link p {
    line-height: 1.4rem
}

.faq-contant .tab-content .card-header .btn {
    font-size: 16px;
    font-weight: 700;
    color: #8e54e9
}

.faq-contant .tab-content .card-header .btn:focus {
    box-shadow: none
}

.portfolio-item {
    overflow: hidden;
    color: #fff;
    width: 100%;
    border: 0;
    position: relative
}

.portfolio-item:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: 115%;
    -webkit-transition: all .7s cubic-bezier(.68, .11, .13, .98);
    -moz-transition: all .7s cubic-bezier(.68, .11, .13, .98);
    transition: all .7s cubic-bezier(.68, .11, .13, .98)
}

.portfolio-item img {
    width: 100%;
    -webkit-transition: transform .35s;
    -o-transition: transform .35s;
    -ms-transition: transform .35s;
    -moz-transition: transform .35s;
    transition: transform .35s;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.portfolio-item .portfolio-overlay {
    width: 100%;
    background: #8e54e9 !important;
    padding: 10px 0;
    position: absolute;
    bottom: -80px;
    display: block;
    margin-top: 0;
    float: left;
    z-index: 9;
    text-align: center;
    left: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.portfolio-item .portfolio-overlay h4 {
    font-weight: 600;
    margin-bottom: 5px
}

.portfolio-item .portfolio-overlay a:hover {
    color: #fff
}

.portfolio-item .portfolio-overlay span {
    font-weight: 400;
    font-size: 1rem
}

.portfolio-item .portfolio-overlay span a {
    color: #fff
}

.portfolio-item .portfolio-overlay span a:hover {
    color: #323232
}

.portfolio-item a.popup {
    position: absolute;
    right: 20px;
    top: -20px;
    color: #fff;
    z-index: 9;
    display: inline-block;
    width: 40px;
    height: 33px;
    background: #fff;
    color: #626262;
    border-radius: 50%;
    margin-right: 10px;
    padding-left: 0;
    text-align: center;
    line-height: 33px;
    opacity: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.portfolio-item a.popup:hover {
    background: #8e54e9;
    color: #fff
}

.portfolio-item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.portfolio-item:hover a.popup {
    opacity: 1;
    top: 20px
}

.portfolio-item:hover .portfolio-overlay {
    bottom: 0
}

.clients-contant .form-check input[type=checkbox] {
    content: '';
    position: absolute;
    left: auto;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px
}

.clients-contant .clients-contant-table .dot {
    background-color: #26de81;
    border-radius: 10px;
    margin-right: 6px;
    width: 10px;
    height: 10px;
    display: inline-block
}

.clients-contant .clients-contant-table tr {
    border-bottom: 1px solid #dee2e6
}

.clients-contant .clients-contant-table tr td,
.clients-contant .clients-contant-table tr th {
    vertical-align: middle;
    align-items: center;
    border-top: 0 solid #dee2e6;
    border-bottom: 0 solid #dee2e6 !important
}

.clients-contant .clients-contant-table tr th {
    border-bottom: 1px solid #dee2e6 !important
}

.clients-contant .clients-contant-table tr th:last-child {
    border-bottom: 0 solid
}

.clients-contant .clients-contant-table .btn.btn-icon {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.contact-contant .form-check input[type=checkbox] {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    margin-top: 4px
}

.contact-contant .img-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 1rem
}

.contact-contant ul {
    align-items: center;
    padding: .4rem 0
}

.contact-contant ul li i {
    font-size: 16px;
    color: #8e54e9
}

.contact-contant ul.nav:first-child {
    margin-top: 1rem
}

.contact-contant ul.nav:last-child {
    padding-bottom: 0
}

.employees-contant .employees-contant-inner span {
    margin-left: 8px;
    font-size: 13px
}

.employees-contant .employees-contant-inner span:first-child {
    margin-left: 0
}

@media screen and (min-width:480px) and (max-width:576px) {
    .employees-contant .employees-contant-inner span {
        margin-bottom: 8px
    }

    .employees-contant .employees-contant-inner span:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:480px) {
    .employees-contant .employees-contant-inner span {
        margin-bottom: 8px
    }

    .employees-contant .employees-contant-inner span:last-child {
        margin-bottom: 0
    }
}

.employees-contant h4 .badge {
    background-color: #f7f7f7;
    color: #8e54e9
}

.employees-contant .bg-img {
    width: 70px;
    height: 70px
}

.comingsoon .form-control.bg-white-inverse {
    color: #fff;
    border: 0;
    background: rgba(255, 255, 255, .25);
    color: #fff
}

.comingsoon ::-webkit-input-placeholder {
    color: #fff
}

.comingsoon ::-moz-placeholder {
    color: #fff
}

.comingsoon :-ms-input-placeholder {
    color: #fff
}

.comingsoon :-moz-placeholder {
    color: #fff
}