@charset "UTF-8";
*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

body {
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left
}

body.theme-light {
    color: #424242;
    background: #fafafa
}

body.theme-dark {
    color: #f5f5f5;
    background: #535353
}

[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;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

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

dt {
    font-weight: 500
}

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

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: 600
}

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: #2196f3;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0a6ebd;
    text-decoration: none
}

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: "Roboto Mono", monospace;
    font-size: 1em
}

code {
    position: relative;
    color: #ff9800;
    font-size: 87.5%;
    padding: .125rem .25rem;
    bottom: .0625rem;
    word-wrap: break-word;
    border-radius: .2rem
}

.theme-light code {
    background-color: #f5f5f5
}

.theme-dark code {
    background-color: #616161
}

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

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: #757575;
    text-align: left;
    caption-side: bottom
}

th {
    font-weight: 600;
    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
}

select {
    word-wrap: normal
}

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

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

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

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

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-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
}

.container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto
}

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

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

@media (min-width: 1025px) {
    .container {
        max-width: 990px
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1440px
    }
}

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem
}

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

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

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

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

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

.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: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .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: 100%
    }

    .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: 1025px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .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: 1500px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .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%
    }
}

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

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

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

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

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

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

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

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

.display-1 {
    font-size: 6rem;
    font-weight: 500;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 500;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top-width: 1px;
    border-top-style: solid
}

.theme-light hr {
    border-top-color: #eee
}

.theme-dark hr {
    border-top-color: #757575
}

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

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

.list-unstyled {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-bottom: 0;
    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%
}

.theme-light .blockquote-footer {
    color: #757575
}

.theme-dark .blockquote-footer {
    color: #e0e0e0
}

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

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

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%
}

.theme-light .figure-caption {
    color: #757575
}

.theme-dark .figure-caption {
    color: #e0e0e0
}

.sidemenu {
    display: flex;
    position: fixed;
    flex-direction: column;
    height: 100%;
    width: 20rem;
    top: 0;
    z-index: 1200;
    transition: transform .2s linear
}

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

.theme-light .sidemenu {
    background: #fff
}

.theme-dark .sidemenu {
    background: #424242
}

.sidemenu.active {
    transform: translateX(0)
}

.sidemenu-left {
    left: 0;
    transform: translateX(-100%)
}

.sidemenu-right {
    right: 0;
    transform: translateX(100%)
}

.sidemenu-wide {
    width: 23rem
}

.sidemenu-wider {
    width: 24rem
}

.sidemenu-widest {
    width: 25rem
}

.sidemenu-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .75rem
}

.sidemenu-header.sidemenu-header-bordered {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.theme-light .sidemenu-header.sidemenu-header-bordered {
    border-bottom-color: #eee
}

.theme-dark .sidemenu-header.sidemenu-header-bordered {
    border-bottom-color: #757575
}

.sidemenu-body {
    width: 100%;
    height: 100%;
    padding: .75rem;
    overflow-y: auto
}

.theme-light .sidemenu-body {
    color: #757575
}

.theme-dark .sidemenu-body {
    color: #e0e0e0
}

.sidemenu-title {
    flex: 1;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0;
    margin: 0
}

.theme-light .sidemenu-title {
    color: #424242
}

.theme-dark .sidemenu-title {
    color: #f5f5f5
}

.sidemenu-addon {
    white-space: nowrap
}

#sidemenu-backdrop {
    position: fixed;
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(33, 33, 33, .65);
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1190
}

body.sidemenu-open {
    overflow: hidden
}

.preload {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2000
}

.theme-light .preload {
    background: #fff
}

.theme-dark .preload {
    background: #424242
}

.preload-dialog {
    display: flex;
    flex-direction: column;
    align-items: center
}

.preload-spinner {
    width: 4rem !important;
    height: 4rem !important
}

.preload-message {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .5rem 1rem;
    border-width: 1px;
    border-style: solid;
    border-radius: .35rem
}

.theme-light .preload-message {
    border-color: #eee
}

.theme-dark .preload-message {
    border-color: #757575
}

.preload-message > [class*=spinner] {
    margin-right: .75rem
}

.preload-text {
    font-size: 1rem;
    font-weight: 500
}

.theme-light .preload-text {
    color: #424242
}

.theme-dark .preload-text {
    color: #f5f5f5
}

body.preload-active:not(.preload-hide) {
    overflow: hidden
}

body.preload-hide .preload {
    display: none
}

.scrolltop {
    display: none;
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 1010
}

.scrolltop.active {
    display: block
}

.portlet {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin-bottom: 1.5rem;
    border-width: 1px;
    border-style: solid;
    border-radius: .5rem
}

.theme-light .portlet {
    background: #fff;
    border-color: #eee
}

.theme-dark .portlet {
    background: #424242;
    border-color: #757575
}

.portlet > :first-child {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.portlet > :last-child {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.portlet .portlet {
    margin-bottom: 1rem
}

.portlet.portlet-scroll > .portlet-body {
    max-height: 30rem;
    overflow-y: auto
}

@media (min-width: 1025px) {
    .portlet.portlet-scroll > .portlet-body {
        max-height: 40rem
    }
}

@media (min-width: 1500px) {
    .portlet.portlet-scroll > .portlet-body {
        max-height: 50rem
    }
}

.portlet-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 4rem;
    padding: 1rem
}

.portlet-header.portlet-header-bordered {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.theme-light .portlet-header.portlet-header-bordered {
    border-bottom-color: #eee
}

.theme-dark .portlet-header.portlet-header-bordered {
    border-bottom-color: #757575
}

.portlet-header.portlet-header-bordered + .portlet-body {
    padding-top: 1rem
}

.portlet-header.portlet-header-handle {
    cursor: move
}

.portlet-body {
    height: 100%;
    padding: 1rem;
    padding-top: 0
}

.theme-light .portlet-body {
    color: #757575
}

.theme-dark .portlet-body {
    color: #e0e0e0
}

.portlet-body:first-child {
    padding-top: 1rem
}

.portlet-body:empty {
    display: none
}

.portlet-footer {
    padding: 1rem
}

.portlet-footer.portlet-footer-bordered {
    border-top-width: 1px;
    border-top-style: solid
}

.theme-light .portlet-footer.portlet-footer-bordered {
    border-top-color: #eee
}

.theme-dark .portlet-footer.portlet-footer-bordered {
    border-top-color: #757575
}

.portlet-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-right: .75rem
}

.portlet-icon > i {
    font-size: 1.4rem
}

.portlet-icon > svg {
    width: 1.4rem;
    height: 1.4rem
}

.theme-light .portlet-icon {
    color: #757575
}

.theme-dark .portlet-icon {
    color: #e0e0e0
}

.portlet-title {
    flex: 1;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.theme-light .portlet-title {
    color: #424242
}

.theme-dark .portlet-title {
    color: #f5f5f5
}

.portlet-addon {
    white-space: nowrap
}

.portlet-addon:last-child {
    margin-left: .75rem
}

.portlet-addon:first-child {
    margin-right: .75rem
}

.portlet-primary {
    color: #fff !important;
    background-color: #2196f3 !important;
    border-color: #0c83e2 !important
}

.portlet-primary > .portlet-header .portlet-icon, .portlet-primary > .portlet-header .portlet-subtitle, .portlet-primary > .portlet-header .portlet-title {
    color: inherit
}

.portlet-primary > .portlet-body {
    color: inherit
}

.portlet-primary > .portlet-body hr {
    border-color: #0c83e2 !important
}

.portlet-primary > .portlet-footer, .portlet-primary > .portlet-header {
    border-color: #0c83e2 !important
}

.portlet-primary > .portlet-footer {
    background-color: #0c83e2 !important
}

.portlet-secondary {
    color: #fff !important;
    background-color: #9e9e9e !important;
    border-color: #8b8b8b !important
}

.portlet-secondary > .portlet-header .portlet-icon, .portlet-secondary > .portlet-header .portlet-subtitle, .portlet-secondary > .portlet-header .portlet-title {
    color: inherit
}

.portlet-secondary > .portlet-body {
    color: inherit
}

.portlet-secondary > .portlet-body hr {
    border-color: #8b8b8b !important
}

.portlet-secondary > .portlet-footer, .portlet-secondary > .portlet-header {
    border-color: #8b8b8b !important
}

.portlet-secondary > .portlet-footer {
    background-color: #8b8b8b !important
}

.portlet-success {
    color: #fff !important;
    background-color: #4caf50 !important;
    border-color: #409444 !important
}

.portlet-success > .portlet-header .portlet-icon, .portlet-success > .portlet-header .portlet-subtitle, .portlet-success > .portlet-header .portlet-title {
    color: inherit
}

.portlet-success > .portlet-body {
    color: inherit
}

.portlet-success > .portlet-body hr {
    border-color: #409444 !important
}

.portlet-success > .portlet-footer, .portlet-success > .portlet-header {
    border-color: #409444 !important
}

.portlet-success > .portlet-footer {
    background-color: #409444 !important
}

.portlet-info {
    color: #fff !important;
    background-color: #00bcd4 !important;
    border-color: #009aae !important
}

.portlet-info > .portlet-header .portlet-icon, .portlet-info > .portlet-header .portlet-subtitle, .portlet-info > .portlet-header .portlet-title {
    color: inherit
}

.portlet-info > .portlet-body {
    color: inherit
}

.portlet-info > .portlet-body hr {
    border-color: #009aae !important
}

.portlet-info > .portlet-footer, .portlet-info > .portlet-header {
    border-color: #009aae !important
}

.portlet-info > .portlet-footer {
    background-color: #009aae !important
}

.portlet-warning {
    color: #424242 !important;
    background-color: #ffeb3b !important;
    border-color: #ffe715 !important
}

.portlet-warning > .portlet-header .portlet-icon, .portlet-warning > .portlet-header .portlet-subtitle, .portlet-warning > .portlet-header .portlet-title {
    color: inherit
}

.portlet-warning > .portlet-body {
    color: inherit
}

.portlet-warning > .portlet-body hr {
    border-color: #ffe715 !important
}

.portlet-warning > .portlet-footer, .portlet-warning > .portlet-header {
    border-color: #ffe715 !important
}

.portlet-warning > .portlet-footer {
    background-color: #ffe715 !important
}

.portlet-danger {
    color: #fff !important;
    background-color: #f44336 !important;
    border-color: #f22112 !important
}

.portlet-danger > .portlet-header .portlet-icon, .portlet-danger > .portlet-header .portlet-subtitle, .portlet-danger > .portlet-header .portlet-title {
    color: inherit
}

.portlet-danger > .portlet-body {
    color: inherit
}

.portlet-danger > .portlet-body hr {
    border-color: #f22112 !important
}

.portlet-danger > .portlet-footer, .portlet-danger > .portlet-header {
    border-color: #f22112 !important
}

.portlet-danger > .portlet-footer {
    background-color: #f22112 !important
}

.portlet-light {
    color: #424242 !important;
    background-color: #f5f5f5 !important;
    border-color: #e2e2e2 !important
}

.portlet-light > .portlet-header .portlet-icon, .portlet-light > .portlet-header .portlet-subtitle, .portlet-light > .portlet-header .portlet-title {
    color: inherit
}

.portlet-light > .portlet-body {
    color: inherit
}

.portlet-light > .portlet-body hr {
    border-color: #e2e2e2 !important
}

.portlet-light > .portlet-footer, .portlet-light > .portlet-header {
    border-color: #e2e2e2 !important
}

.portlet-light > .portlet-footer {
    background-color: #e2e2e2 !important
}

.portlet-dark {
    color: #fff !important;
    background-color: #616161 !important;
    border-color: #4e4e4e !important
}

.portlet-dark > .portlet-header .portlet-icon, .portlet-dark > .portlet-header .portlet-subtitle, .portlet-dark > .portlet-header .portlet-title {
    color: inherit
}

.portlet-dark > .portlet-body {
    color: inherit
}

.portlet-dark > .portlet-body hr {
    border-color: #4e4e4e !important
}

.portlet-dark > .portlet-footer, .portlet-dark > .portlet-header {
    border-color: #4e4e4e !important
}

.portlet-dark > .portlet-footer {
    background-color: #4e4e4e !important
}

.portlet-row-fill > [class*=col] {
    display: flex;
    flex-direction: column
}

.portlet-row-fill > [class*=col] > .portlet {
    flex: 1
}

@media (min-width: 576px) {
    .portlet-row-fill-sm > [class*=col] {
        display: flex;
        flex-direction: column
    }

    .portlet-row-fill-sm > [class*=col] > .portlet {
        flex: 1
    }
}

@media (min-width: 768px) {
    .portlet-row-fill-md > [class*=col] {
        display: flex;
        flex-direction: column
    }

    .portlet-row-fill-md > [class*=col] > .portlet {
        flex: 1
    }
}

@media (min-width: 1025px) {
    .portlet-row-fill-lg > [class*=col] {
        display: flex;
        flex-direction: column
    }

    .portlet-row-fill-lg > [class*=col] > .portlet {
        flex: 1
    }
}

@media (min-width: 1500px) {
    .portlet-row-fill-xl > [class*=col] {
        display: flex;
        flex-direction: column
    }

    .portlet-row-fill-xl > [class*=col] > .portlet {
        flex: 1
    }
}

.portlet-collapsed > .portlet-footer {
    margin-top: -1px
}

.portlet-collapsed > .portlet-footer:not(.portlet-footer-bordered) {
    padding-top: 1rem
}

.portlet-nav {
    margin: 0 !important
}

.portlet-nav.nav-lines, .portlet-nav.nav-tabs {
    margin-bottom: calc((1rem + 1px) * -1) !important
}

.portlet-nav.nav-lines .nav-item, .portlet-nav.nav-tabs .nav-item {
    padding-bottom: calc(1rem + 1px) !important
}

.portlet-nav.nav-lines .nav-link, .portlet-nav.nav-tabs .nav-link {
    border-width: 1px !important
}

.dropdown-menu .portlet {
    margin-bottom: 0
}

.dropdown-menu .portlet-scroll > .portlet-body {
    max-height: 20rem
}

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

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

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

.theme-light .list-group-action .list-group-item:focus:not(.active), .theme-light .list-group-action .list-group-item:hover:not(.active), .theme-light .list-group-item-action:focus:not(.active), .theme-light .list-group-item-action:hover:not(.active) {
    color: #2196f3;
    background-color: #f5f5f5;
    border-color: #eee
}

.theme-dark .list-group-action .list-group-item:focus:not(.active), .theme-dark .list-group-action .list-group-item:hover:not(.active), .theme-dark .list-group-item-action:focus:not(.active), .theme-dark .list-group-item-action:hover:not(.active) {
    color: #2196f3;
    background-color: #616161;
    border-color: #757575
}

.list-group-action .list-group-item.active, .list-group-action .list-group-item:active, .list-group-item-action.active, .list-group-item-action:active {
    z-index: 2
}

.theme-light .list-group-action .list-group-item.active, .theme-light .list-group-action .list-group-item:active, .theme-light .list-group-item-action.active, .theme-light .list-group-item-action:active {
    color: #fff;
    background-color: #2196f3;
    border-color: #fff
}

.theme-dark .list-group-action .list-group-item.active, .theme-dark .list-group-action .list-group-item:active, .theme-dark .list-group-item-action.active, .theme-dark .list-group-item-action:active {
    color: #fff;
    background-color: #2196f3;
    border-color: #fff
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    border: 0;
    outline: 0 !important
}

.theme-light .list-group-item {
    color: #424242;
    background-color: #fff
}

.theme-dark .list-group-item {
    color: #f5f5f5;
    background-color: #424242
}

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

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

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

.theme-light .list-group-item.disabled, .theme-light .list-group-item:disabled {
    color: #757575;
    background-color: #eee;
    border-color: #eee !important
}

.theme-dark .list-group-item.disabled, .theme-dark .list-group-item:disabled {
    color: #e0e0e0;
    background-color: #757575;
    border-color: #757575 !important
}

.list-group-item.active, .list-group-item:active {
    z-index: 2
}

.theme-light .list-group-item.active, .theme-light .list-group-item:active {
    color: #fff;
    background-color: #2196f3;
    border-color: #fff
}

.theme-dark .list-group-item.active, .theme-dark .list-group-item:active {
    color: #fff;
    background-color: #2196f3;
    border-color: #fff
}

.list-group-flush .list-group-item {
    margin: 0
}

.list-group-flush:not(.list-group-horizontal) .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-top-style: solid
}

.theme-light .list-group-flush:not(.list-group-horizontal) .list-group-item + .list-group-item {
    border-top-color: #eee
}

.theme-dark .list-group-flush:not(.list-group-horizontal) .list-group-item + .list-group-item {
    border-top-color: #757575
}

.list-group-flush.list-group-horizontal .list-group-item + .list-group-item {
    border-left-width: 1px;
    border-left-style: solid
}

.theme-light .list-group-flush.list-group-horizontal .list-group-item + .list-group-item {
    border-left-color: #eee
}

.theme-dark .list-group-flush.list-group-horizontal .list-group-item + .list-group-item {
    border-left-color: #757575
}

.list-group-bordered .list-group-item {
    margin-bottom: -1px;
    border-width: 1px;
    border-style: solid
}

.theme-light .list-group-bordered .list-group-item {
    border-color: #eee
}

.theme-dark .list-group-bordered .list-group-item {
    border-color: #757575
}

.list-group-bordered .list-group-item:last-child {
    margin-bottom: 0
}

.list-group-deck .list-group-item {
    border-radius: .35rem
}

.list-group-deck:not(.list-group-horizontal) .list-group-item + .list-group-item {
    margin-top: .5rem
}

.list-group-deck.list-group-horizontal .list-group-item + .list-group-item {
    margin-left: .5rem
}

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

.list-group-horizontal.list-group-bordered .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal.list-group-bordered .list-group-item:last-child {
    margin-right: 0
}

.list-group-horizontal:not(.list-group-deck) .list-group-item:first-child {
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem;
    border-top-right-radius: 0
}

.list-group-horizontal:not(.list-group-deck) .list-group-item:last-child {
    border-top-right-radius: .35rem;
    border-bottom-right-radius: .35rem;
    border-bottom-left-radius: 0
}

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

    .list-group-horizontal-sm.list-group-bordered .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm.list-group-bordered .list-group-item:last-child {
        margin-right: 0
    }

    .list-group-horizontal-sm:not(.list-group-deck) .list-group-item:first-child {
        border-top-left-radius: .35rem;
        border-bottom-left-radius: .35rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm:not(.list-group-deck) .list-group-item:last-child {
        border-top-right-radius: .35rem;
        border-bottom-right-radius: .35rem;
        border-bottom-left-radius: 0
    }
}

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

    .list-group-horizontal-md.list-group-bordered .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md.list-group-bordered .list-group-item:last-child {
        margin-right: 0
    }

    .list-group-horizontal-md:not(.list-group-deck) .list-group-item:first-child {
        border-top-left-radius: .35rem;
        border-bottom-left-radius: .35rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md:not(.list-group-deck) .list-group-item:last-child {
        border-top-right-radius: .35rem;
        border-bottom-right-radius: .35rem;
        border-bottom-left-radius: 0
    }
}

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

    .list-group-horizontal-lg.list-group-bordered .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg.list-group-bordered .list-group-item:last-child {
        margin-right: 0
    }

    .list-group-horizontal-lg:not(.list-group-deck) .list-group-item:first-child {
        border-top-left-radius: .35rem;
        border-bottom-left-radius: .35rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg:not(.list-group-deck) .list-group-item:last-child {
        border-top-right-radius: .35rem;
        border-bottom-right-radius: .35rem;
        border-bottom-left-radius: 0
    }
}

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

    .list-group-horizontal-xl.list-group-bordered .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xl.list-group-bordered .list-group-item:last-child {
        margin-right: 0
    }

    .list-group-horizontal-xl:not(.list-group-deck) .list-group-item:first-child {
        border-top-left-radius: .35rem;
        border-bottom-left-radius: .35rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl:not(.list-group-deck) .list-group-item:last-child {
        border-top-right-radius: .35rem;
        border-bottom-right-radius: .35rem;
        border-bottom-left-radius: 0
    }
}

.theme-light .list-group-item-primary {
    color: #2196f3;
    background-color: rgba(33, 150, 243, .1);
    border-color: #eee
}

.theme-dark .list-group-item-primary {
    color: #2196f3;
    background-color: rgba(33, 150, 243, .1);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-primary:focus:not(.active), .theme-light .list-group-action .list-group-item-primary:hover:not(.active), .theme-light .list-group-item-primary.list-group-item-action:focus:not(.active), .theme-light .list-group-item-primary.list-group-item-action:hover:not(.active) {
    color: #2196f3;
    background-color: rgba(33, 150, 243, .2);
    border-color: #eee
}

.theme-dark .list-group-action .list-group-item-primary:focus:not(.active), .theme-dark .list-group-action .list-group-item-primary:hover:not(.active), .theme-dark .list-group-item-primary.list-group-item-action:focus:not(.active), .theme-dark .list-group-item-primary.list-group-item-action:hover:not(.active) {
    color: #2196f3;
    background-color: rgba(33, 150, 243, .2);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-primary.active, .theme-light .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3
}

.theme-dark .list-group-action .list-group-item-primary.active, .theme-dark .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3
}

.theme-light .list-group-item-secondary {
    color: #9e9e9e;
    background-color: rgba(158, 158, 158, .1);
    border-color: #eee
}

.theme-dark .list-group-item-secondary {
    color: #9e9e9e;
    background-color: rgba(158, 158, 158, .1);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-secondary:focus:not(.active), .theme-light .list-group-action .list-group-item-secondary:hover:not(.active), .theme-light .list-group-item-secondary.list-group-item-action:focus:not(.active), .theme-light .list-group-item-secondary.list-group-item-action:hover:not(.active) {
    color: #9e9e9e;
    background-color: rgba(158, 158, 158, .2);
    border-color: #eee
}

.theme-dark .list-group-action .list-group-item-secondary:focus:not(.active), .theme-dark .list-group-action .list-group-item-secondary:hover:not(.active), .theme-dark .list-group-item-secondary.list-group-item-action:focus:not(.active), .theme-dark .list-group-item-secondary.list-group-item-action:hover:not(.active) {
    color: #9e9e9e;
    background-color: rgba(158, 158, 158, .2);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-secondary.active, .theme-light .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #9e9e9e;
    border-color: #9e9e9e
}

.theme-dark .list-group-action .list-group-item-secondary.active, .theme-dark .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #9e9e9e;
    border-color: #9e9e9e
}

.theme-light .list-group-item-success {
    color: #4caf50;
    background-color: rgba(76, 175, 80, .1);
    border-color: #eee
}

.theme-dark .list-group-item-success {
    color: #4caf50;
    background-color: rgba(76, 175, 80, .1);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-success:focus:not(.active), .theme-light .list-group-action .list-group-item-success:hover:not(.active), .theme-light .list-group-item-success.list-group-item-action:focus:not(.active), .theme-light .list-group-item-success.list-group-item-action:hover:not(.active) {
    color: #4caf50;
    background-color: rgba(76, 175, 80, .2);
    border-color: #eee
}

.theme-dark .list-group-action .list-group-item-success:focus:not(.active), .theme-dark .list-group-action .list-group-item-success:hover:not(.active), .theme-dark .list-group-item-success.list-group-item-action:focus:not(.active), .theme-dark .list-group-item-success.list-group-item-action:hover:not(.active) {
    color: #4caf50;
    background-color: rgba(76, 175, 80, .2);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-success.active, .theme-light .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50
}

.theme-dark .list-group-action .list-group-item-success.active, .theme-dark .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50
}

.theme-light .list-group-item-info {
    color: #00bcd4;
    background-color: rgba(0, 188, 212, .1);
    border-color: #eee
}

.theme-dark .list-group-item-info {
    color: #00bcd4;
    background-color: rgba(0, 188, 212, .1);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-info:focus:not(.active), .theme-light .list-group-action .list-group-item-info:hover:not(.active), .theme-light .list-group-item-info.list-group-item-action:focus:not(.active), .theme-light .list-group-item-info.list-group-item-action:hover:not(.active) {
    color: #00bcd4;
    background-color: rgba(0, 188, 212, .2);
    border-color: #eee
}

.theme-dark .list-group-action .list-group-item-info:focus:not(.active), .theme-dark .list-group-action .list-group-item-info:hover:not(.active), .theme-dark .list-group-item-info.list-group-item-action:focus:not(.active), .theme-dark .list-group-item-info.list-group-item-action:hover:not(.active) {
    color: #00bcd4;
    background-color: rgba(0, 188, 212, .2);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-info.active, .theme-light .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4
}

.theme-dark .list-group-action .list-group-item-info.active, .theme-dark .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4
}

.theme-light .list-group-item-warning {
    color: #ffeb3b;
    background-color: rgba(255, 235, 59, .1);
    border-color: #eee
}

.theme-dark .list-group-item-warning {
    color: #ffeb3b;
    background-color: rgba(255, 235, 59, .1);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-warning:focus:not(.active), .theme-light .list-group-action .list-group-item-warning:hover:not(.active), .theme-light .list-group-item-warning.list-group-item-action:focus:not(.active), .theme-light .list-group-item-warning.list-group-item-action:hover:not(.active) {
    color: #ffeb3b;
    background-color: rgba(255, 235, 59, .2);
    border-color: #eee
}

.theme-dark .list-group-action .list-group-item-warning:focus:not(.active), .theme-dark .list-group-action .list-group-item-warning:hover:not(.active), .theme-dark .list-group-item-warning.list-group-item-action:focus:not(.active), .theme-dark .list-group-item-warning.list-group-item-action:hover:not(.active) {
    color: #ffeb3b;
    background-color: rgba(255, 235, 59, .2);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-warning.active, .theme-light .list-group-item-warning.list-group-item-action.active {
    color: #424242;
    background-color: #ffeb3b;
    border-color: #ffeb3b
}

.theme-dark .list-group-action .list-group-item-warning.active, .theme-dark .list-group-item-warning.list-group-item-action.active {
    color: #424242;
    background-color: #ffeb3b;
    border-color: #ffeb3b
}

.theme-light .list-group-item-danger {
    color: #f44336;
    background-color: rgba(244, 67, 54, .1);
    border-color: #eee
}

.theme-dark .list-group-item-danger {
    color: #f44336;
    background-color: rgba(244, 67, 54, .1);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-danger:focus:not(.active), .theme-light .list-group-action .list-group-item-danger:hover:not(.active), .theme-light .list-group-item-danger.list-group-item-action:focus:not(.active), .theme-light .list-group-item-danger.list-group-item-action:hover:not(.active) {
    color: #f44336;
    background-color: rgba(244, 67, 54, .2);
    border-color: #eee
}

.theme-dark .list-group-action .list-group-item-danger:focus:not(.active), .theme-dark .list-group-action .list-group-item-danger:hover:not(.active), .theme-dark .list-group-item-danger.list-group-item-action:focus:not(.active), .theme-dark .list-group-item-danger.list-group-item-action:hover:not(.active) {
    color: #f44336;
    background-color: rgba(244, 67, 54, .2);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-danger.active, .theme-light .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336
}

.theme-dark .list-group-action .list-group-item-danger.active, .theme-dark .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336
}

.theme-light .list-group-item-light {
    color: #f5f5f5;
    background-color: rgba(245, 245, 245, .1);
    border-color: #eee
}

.theme-dark .list-group-item-light {
    color: #f5f5f5;
    background-color: rgba(245, 245, 245, .1);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-light:focus:not(.active), .theme-light .list-group-action .list-group-item-light:hover:not(.active), .theme-light .list-group-item-light.list-group-item-action:focus:not(.active), .theme-light .list-group-item-light.list-group-item-action:hover:not(.active) {
    color: #f5f5f5;
    background-color: rgba(245, 245, 245, .2);
    border-color: #eee
}

.theme-dark .list-group-action .list-group-item-light:focus:not(.active), .theme-dark .list-group-action .list-group-item-light:hover:not(.active), .theme-dark .list-group-item-light.list-group-item-action:focus:not(.active), .theme-dark .list-group-item-light.list-group-item-action:hover:not(.active) {
    color: #f5f5f5;
    background-color: rgba(245, 245, 245, .2);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-light.active, .theme-light .list-group-item-light.list-group-item-action.active {
    color: #424242;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .list-group-action .list-group-item-light.active, .theme-dark .list-group-item-light.list-group-item-action.active {
    color: #424242;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-light .list-group-item-dark {
    color: #616161;
    background-color: rgba(97, 97, 97, .1);
    border-color: #eee
}

.theme-dark .list-group-item-dark {
    color: #616161;
    background-color: rgba(97, 97, 97, .1);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-dark:focus:not(.active), .theme-light .list-group-action .list-group-item-dark:hover:not(.active), .theme-light .list-group-item-dark.list-group-item-action:focus:not(.active), .theme-light .list-group-item-dark.list-group-item-action:hover:not(.active) {
    color: #616161;
    background-color: rgba(97, 97, 97, .2);
    border-color: #eee
}

.theme-dark .list-group-action .list-group-item-dark:focus:not(.active), .theme-dark .list-group-action .list-group-item-dark:hover:not(.active), .theme-dark .list-group-item-dark.list-group-item-action:focus:not(.active), .theme-dark .list-group-item-dark.list-group-item-action:hover:not(.active) {
    color: #616161;
    background-color: rgba(97, 97, 97, .2);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-dark.active, .theme-light .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #616161;
    border-color: #616161
}

.theme-dark .list-group-action .list-group-item-dark.active, .theme-dark .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #616161;
    border-color: #616161
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    border-radius: .35rem
}

.theme-light .card {
    background: #fff;
    border-color: #eee
}

.theme-dark .card {
    background: #424242;
    border-color: #757575
}

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

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

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

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

.theme-light .card-body {
    color: #757575
}

.theme-dark .card-body {
    color: #e0e0e0
}

.card-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: .75rem
}

.theme-light .card-title {
    color: #424242
}

.theme-dark .card-title {
    color: #f5f5f5
}

.card-subtitle {
    font-size: 1rem;
    font-weight: 500;
    margin-top: -.375rem;
    margin-bottom: 0
}

.theme-light .card-subtitle {
    color: #757575
}

.theme-dark .card-subtitle {
    color: #e0e0e0
}

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

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

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

.card-icon {
    display: inline-block;
    width: 1.5rem;
    text-align: center;
    margin-right: .75rem
}

.card-icon > i {
    font-size: 1.2rem
}

.card-icon > svg {
    width: 1.2rem;
    height: 1.2rem
}

.theme-light .card-icon {
    color: #616161
}

.theme-dark .card-icon {
    color: #eee
}

.card-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.theme-light .card-header {
    color: #424242;
    background: #f5f5f5;
    border-bottom-color: #eee
}

.theme-dark .card-header {
    color: #f5f5f5;
    background: #616161;
    border-bottom-color: #757575
}

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

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

.card-header .card-title {
    flex: 1;
    margin: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    border-top-width: 1px;
    border-top-style: solid
}

.theme-light .card-footer {
    background: #f5f5f5;
    border-top-color: #eee
}

.theme-dark .card-footer {
    background: #616161;
    border-top-color: #757575
}

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

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

.card-img-overlay .card-subtitle, .card-img-overlay .card-text, .card-img-overlay .card-title {
    color: #fff
}

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

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

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

.card-img-filter {
    filter: brightness(.65)
}

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

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

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

    .card-deck .card {
        display: flex;
        flex: 1 0 0;
        flex-direction: column;
        margin-right: .75rem;
        margin-left: .75rem;
        margin-bottom: 0
    }
}

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

.card-group > .card {
    margin-bottom: .75rem
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.card-nav {
    margin-bottom: -.75rem !important
}

.card-nav .nav-item {
    margin-bottom: -1px !important
}

.card-nav .nav-link {
    border-width: 1px !important
}

.accordion > .card {
    overflow: hidden
}

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

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    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
}

.accordion > .card .card-header {
    margin-bottom: -1px
}

.accordion .card-header {
    cursor: pointer
}

.accordion .card-header:not(.collapsed) .accordion-caret::after {
    transform: rotate(90deg)
}

.accordion-flush > .card {
    border: 0;
    overflow: hidden;
    border-radius: 0
}

.accordion-flush > .card .card-header {
    background: 0 0;
    border: 0
}

.accordion-flush > .card + .card {
    border-top-width: 1px;
    border-top-style: solid
}

.theme-light .accordion-flush > .card + .card {
    border-top-color: #eee
}

.theme-dark .accordion-flush > .card + .card {
    border-top-color: #757575
}

.accordion-flush > .card .card-body {
    padding-top: 0
}

.grid-nav {
    display: flex;
    flex-direction: column;
    width: 100%
}

.grid-nav-row {
    display: flex;
    flex-direction: row
}

.grid-nav-row + .grid-nav-row {
    margin-top: -1px
}

.grid-nav-item {
    flex: 1;
    min-width: 5rem;
    padding: 1.25rem .75rem;
    cursor: default
}

.theme-light .grid-nav-item {
    color: #757575;
    background: #fff
}

.theme-dark .grid-nav-item {
    color: #e0e0e0;
    background: #424242
}

a.grid-nav-item:focus, a.grid-nav-item:hover {
    text-decoration: none !important
}

.theme-light a.grid-nav-item:focus, .theme-light a.grid-nav-item:hover {
    color: #757575
}

.theme-dark a.grid-nav-item:focus, .theme-dark a.grid-nav-item:hover {
    color: #e0e0e0
}

.grid-nav-item + .grid-nav-item {
    margin-left: -1px
}

.grid-nav-bordered .grid-nav-item, .grid-nav-flush .grid-nav-item {
    border-width: 1px;
    border-style: solid
}

.theme-light .grid-nav-bordered .grid-nav-item, .theme-light .grid-nav-flush .grid-nav-item {
    border-color: #eee
}

.theme-dark .grid-nav-bordered .grid-nav-item, .theme-dark .grid-nav-flush .grid-nav-item {
    border-color: #757575
}

.grid-nav-flush .grid-nav-row:first-of-type .grid-nav-item {
    border-top: none
}

.grid-nav-flush .grid-nav-row:last-of-type .grid-nav-item {
    border-bottom: none
}

.grid-nav-flush .grid-nav-item:first-of-type {
    border-left: none
}

.grid-nav-flush .grid-nav-item:last-of-type {
    border-right: none
}

.grid-nav-action .grid-nav-item {
    cursor: pointer
}

.grid-nav-action .grid-nav-item:focus, .grid-nav-action .grid-nav-item:hover {
    z-index: 1
}

.theme-light .grid-nav-action .grid-nav-item:focus, .theme-light .grid-nav-action .grid-nav-item:hover {
    background: #f5f5f5;
    border-color: #eee
}

.theme-light .grid-nav-action .grid-nav-item:focus, .theme-light .grid-nav-action .grid-nav-item:focus .grid-nav-icon, .theme-light .grid-nav-action .grid-nav-item:focus .grid-nav-subtitle, .theme-light .grid-nav-action .grid-nav-item:focus .grid-nav-title, .theme-light .grid-nav-action .grid-nav-item:hover, .theme-light .grid-nav-action .grid-nav-item:hover .grid-nav-icon, .theme-light .grid-nav-action .grid-nav-item:hover .grid-nav-subtitle, .theme-light .grid-nav-action .grid-nav-item:hover .grid-nav-title {
    color: #2196f3
}

.theme-dark .grid-nav-action .grid-nav-item:focus, .theme-dark .grid-nav-action .grid-nav-item:hover {
    background: #616161;
    border-color: #757575
}

.theme-dark .grid-nav-action .grid-nav-item:focus, .theme-dark .grid-nav-action .grid-nav-item:focus .grid-nav-icon, .theme-dark .grid-nav-action .grid-nav-item:focus .grid-nav-subtitle, .theme-dark .grid-nav-action .grid-nav-item:focus .grid-nav-title, .theme-dark .grid-nav-action .grid-nav-item:hover, .theme-dark .grid-nav-action .grid-nav-item:hover .grid-nav-icon, .theme-dark .grid-nav-action .grid-nav-item:hover .grid-nav-subtitle, .theme-dark .grid-nav-action .grid-nav-item:hover .grid-nav-title {
    color: #2196f3
}

.grid-nav-action .grid-nav-item.active, .grid-nav-action .grid-nav-item:active {
    z-index: 2
}

.theme-light .grid-nav-action .grid-nav-item.active, .theme-light .grid-nav-action .grid-nav-item:active {
    background: #2196f3;
    border-color: #2196f3
}

.theme-light .grid-nav-action .grid-nav-item.active, .theme-light .grid-nav-action .grid-nav-item.active .grid-nav-icon, .theme-light .grid-nav-action .grid-nav-item.active .grid-nav-subtitle, .theme-light .grid-nav-action .grid-nav-item.active .grid-nav-title, .theme-light .grid-nav-action .grid-nav-item:active, .theme-light .grid-nav-action .grid-nav-item:active .grid-nav-icon, .theme-light .grid-nav-action .grid-nav-item:active .grid-nav-subtitle, .theme-light .grid-nav-action .grid-nav-item:active .grid-nav-title {
    color: #fff
}

.theme-dark .grid-nav-action .grid-nav-item.active, .theme-dark .grid-nav-action .grid-nav-item:active {
    background: #2196f3;
    border-color: #2196f3
}

.theme-dark .grid-nav-action .grid-nav-item.active, .theme-dark .grid-nav-action .grid-nav-item.active .grid-nav-icon, .theme-dark .grid-nav-action .grid-nav-item.active .grid-nav-subtitle, .theme-dark .grid-nav-action .grid-nav-item.active .grid-nav-title, .theme-dark .grid-nav-action .grid-nav-item:active, .theme-dark .grid-nav-action .grid-nav-item:active .grid-nav-icon, .theme-dark .grid-nav-action .grid-nav-item:active .grid-nav-subtitle, .theme-dark .grid-nav-action .grid-nav-item:active .grid-nav-title {
    color: #fff
}

.grid-nav-action .grid-nav-item.disabled, .grid-nav-action .grid-nav-item:disabled {
    opacity: .65;
    pointer-events: none
}

.theme-light .grid-nav-action .grid-nav-item.disabled, .theme-light .grid-nav-action .grid-nav-item:disabled {
    color: #757575;
    background: #eee;
    border-color: #eee
}

.theme-dark .grid-nav-action .grid-nav-item.disabled, .theme-dark .grid-nav-action .grid-nav-item:disabled {
    color: #e0e0e0;
    background: #757575;
    border-color: #757575
}

.grid-nav:not(.grid-nav-no-rounded) .grid-nav-row:first-of-type .grid-nav-item:first-of-type {
    border-top-left-radius: .5rem
}

.grid-nav:not(.grid-nav-no-rounded) .grid-nav-row:first-of-type .grid-nav-item:last-of-type {
    border-top-right-radius: .5rem
}

.grid-nav:not(.grid-nav-no-rounded) .grid-nav-row:last-of-type .grid-nav-item:first-of-type {
    border-bottom-left-radius: .5rem
}

.grid-nav:not(.grid-nav-no-rounded) .grid-nav-row:last-of-type .grid-nav-item:last-of-type {
    border-bottom-right-radius: .5rem
}

.grid-nav-content {
    display: block;
    width: 100%;
    text-align: center
}

.grid-nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem
}

.grid-nav-icon > i {
    font-size: 2.15rem
}

.grid-nav-icon > svg {
    width: 2.15rem;
    height: 2.15rem
}

.theme-light .grid-nav-icon {
    color: #757575
}

.theme-dark .grid-nav-icon {
    color: #e0e0e0
}

.grid-nav-subtitle, .grid-nav-title {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.5
}

.grid-nav-title {
    font-size: 1.2rem;
    font-weight: 500
}

.theme-light .grid-nav-title {
    color: #424242
}

.theme-dark .grid-nav-title {
    color: #f5f5f5
}

.grid-nav-subtitle {
    font-size: 1rem;
    font-weight: 400
}

.theme-light .grid-nav-subtitle {
    color: #757575
}

.theme-dark .grid-nav-subtitle {
    color: #e0e0e0
}

.btn {
    position: relative;
    display: inline-block;
    font-weight: 500;
    background: 0 0;
    border: 1px solid transparent;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1.3rem;
    line-height: 1.5;
    border-radius: .35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.table-controls li{
    margin: 0px 10px;
}
.btn > i {
    font-size: 1rem
}

.btn > svg {
    width: 1rem;
    height: 1rem
}

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

.btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0
}

.btn.disabled, .btn:disabled {
    cursor: default;
    opacity: .65
}

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

.btn-primary {
    color: #fff;
    background: #2196f3;
    border-color: #2196f3
}

.btn-primary:hover {
    color: #fff;
    background: #0c83e2;
    border-color: #0c83e2
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary[data-toggle=dropdown] {
    color: #fff;
    background-color: #0c7cd5;
    border-color: #0c7cd5
}

.btn-outline-primary {
    color: #2196f3;
    border-color: #2196f3
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #2196f3;
    background-color: transparent;
    border-color: #2196f3
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary[data-toggle=dropdown] {
    color: #fff;
    background-color: #0c83e2;
    border-color: #0c83e2
}

.theme-light .btn-flat-primary {
    color: #616161;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .btn-flat-primary {
    color: #eee;
    background-color: #616161;
    border-color: #616161
}

.theme-light .btn-flat-primary:hover {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3
}

.theme-dark .btn-flat-primary:hover {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3
}

.theme-light .btn-flat-primary.disabled, .theme-light .btn-flat-primary:disabled {
    color: #424242;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .btn-flat-primary.disabled, .theme-dark .btn-flat-primary:disabled {
    color: #f5f5f5;
    background-color: #616161;
    border-color: #616161
}

.theme-light .btn-flat-primary:not(:disabled):not(.disabled).active, .theme-light .btn-flat-primary:not(:disabled):not(.disabled):active, .theme-light .show > .btn-flat-primary[data-toggle=dropdown] {
    color: #fff;
    background-color: #0c83e2;
    border-color: #0c83e2
}

.theme-dark .btn-flat-primary:not(:disabled):not(.disabled).active, .theme-dark .btn-flat-primary:not(:disabled):not(.disabled):active, .theme-dark .show > .btn-flat-primary[data-toggle=dropdown] {
    color: #fff;
    background-color: #0c83e2;
    border-color: #0c83e2
}

.btn-label-primary {
    color: #2196f3;
    background-color: rgba(33, 150, 243, .1);
    border-color: transparent
}

.btn-label-primary:hover {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3
}

.btn-label-primary.disabled, .btn-label-primary:disabled {
    color: #2196f3;
    background-color: rgba(33, 150, 243, .1);
    border-color: transparent
}

.btn-label-primary:not(:disabled):not(.disabled).active, .btn-label-primary:not(:disabled):not(.disabled):active, .show > .btn-label-primary[data-toggle=dropdown] {
    color: #fff;
    background-color: #0c83e2;
    border-color: #0c83e2
}

.btn-text-primary {
    color: #2196f3;
    background-color: transparent;
    border-color: transparent
}

.btn-text-primary:hover {
    color: #2196f3;
    background-color: rgba(33, 150, 243, .1);
    border-color: transparent
}

.btn-text-primary.disabled, .btn-text-primary:disabled {
    color: #2196f3;
    background-color: transparent;
    border-color: transparent
}

.btn-text-primary:not(:disabled):not(.disabled).active, .btn-text-primary:not(:disabled):not(.disabled):active, .show > .btn-text-primary[data-toggle=dropdown] {
    color: #fff;
    background-color: #0c83e2;
    border-color: #0c83e2
}

.btn-secondary {
    color: #fff;
    background: #9e9e9e;
    border-color: #9e9e9e
}

.btn-secondary:hover {
    color: #fff;
    background: #8b8b8b;
    border-color: #8b8b8b
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #9e9e9e;
    border-color: #9e9e9e
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary[data-toggle=dropdown] {
    color: #fff;
    background-color: #858585;
    border-color: #858585
}

.btn-outline-secondary {
    color: #9e9e9e;
    border-color: #9e9e9e
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #9e9e9e;
    border-color: #9e9e9e
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #9e9e9e;
    background-color: transparent;
    border-color: #9e9e9e
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary[data-toggle=dropdown] {
    color: #fff;
    background-color: #8b8b8b;
    border-color: #8b8b8b
}

.theme-light .btn-flat-secondary {
    color: #616161;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .btn-flat-secondary {
    color: #eee;
    background-color: #616161;
    border-color: #616161
}

.theme-light .btn-flat-secondary:hover {
    color: #fff;
    background-color: #9e9e9e;
    border-color: #9e9e9e
}

.theme-dark .btn-flat-secondary:hover {
    color: #fff;
    background-color: #9e9e9e;
    border-color: #9e9e9e
}

.theme-light .btn-flat-secondary.disabled, .theme-light .btn-flat-secondary:disabled {
    color: #424242;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .btn-flat-secondary.disabled, .theme-dark .btn-flat-secondary:disabled {
    color: #f5f5f5;
    background-color: #616161;
    border-color: #616161
}

.theme-light .btn-flat-secondary:not(:disabled):not(.disabled).active, .theme-light .btn-flat-secondary:not(:disabled):not(.disabled):active, .theme-light .show > .btn-flat-secondary[data-toggle=dropdown] {
    color: #fff;
    background-color: #8b8b8b;
    border-color: #8b8b8b
}

.theme-dark .btn-flat-secondary:not(:disabled):not(.disabled).active, .theme-dark .btn-flat-secondary:not(:disabled):not(.disabled):active, .theme-dark .show > .btn-flat-secondary[data-toggle=dropdown] {
    color: #fff;
    background-color: #8b8b8b;
    border-color: #8b8b8b
}

.btn-label-secondary {
    color: #9e9e9e;
    background-color: rgba(158, 158, 158, .1);
    border-color: transparent
}

.btn-label-secondary:hover {
    color: #fff;
    background-color: #9e9e9e;
    border-color: #9e9e9e
}

.btn-label-secondary.disabled, .btn-label-secondary:disabled {
    color: #9e9e9e;
    background-color: rgba(158, 158, 158, .1);
    border-color: transparent
}

.btn-label-secondary:not(:disabled):not(.disabled).active, .btn-label-secondary:not(:disabled):not(.disabled):active, .show > .btn-label-secondary[data-toggle=dropdown] {
    color: #fff;
    background-color: #8b8b8b;
    border-color: #8b8b8b
}

.btn-text-secondary {
    color: #9e9e9e;
    background-color: transparent;
    border-color: transparent
}

.btn-text-secondary:hover {
    color: #9e9e9e;
    background-color: rgba(158, 158, 158, .1);
    border-color: transparent
}

.btn-text-secondary.disabled, .btn-text-secondary:disabled {
    color: #9e9e9e;
    background-color: transparent;
    border-color: transparent
}

.btn-text-secondary:not(:disabled):not(.disabled).active, .btn-text-secondary:not(:disabled):not(.disabled):active, .show > .btn-text-secondary[data-toggle=dropdown] {
    color: #fff;
    background-color: #8b8b8b;
    border-color: #8b8b8b
}

.btn-success {
    color: #fff;
    background: #4caf50;
    border-color: #4caf50
}

.btn-success:hover {
    color: #fff;
    background: #409444;
    border-color: #409444
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success[data-toggle=dropdown] {
    color: #fff;
    background-color: #3d8b40;
    border-color: #3d8b40
}

.btn-outline-success {
    color: #4caf50;
    border-color: #4caf50
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #4caf50;
    background-color: transparent;
    border-color: #4caf50
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success[data-toggle=dropdown] {
    color: #fff;
    background-color: #409444;
    border-color: #409444
}

.theme-light .btn-flat-success {
    color: #616161;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .btn-flat-success {
    color: #eee;
    background-color: #616161;
    border-color: #616161
}

.theme-light .btn-flat-success:hover {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50
}

.theme-dark .btn-flat-success:hover {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50
}

.theme-light .btn-flat-success.disabled, .theme-light .btn-flat-success:disabled {
    color: #424242;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .btn-flat-success.disabled, .theme-dark .btn-flat-success:disabled {
    color: #f5f5f5;
    background-color: #616161;
    border-color: #616161
}

.theme-light .btn-flat-success:not(:disabled):not(.disabled).active, .theme-light .btn-flat-success:not(:disabled):not(.disabled):active, .theme-light .show > .btn-flat-success[data-toggle=dropdown] {
    color: #fff;
    background-color: #409444;
    border-color: #409444
}

.theme-dark .btn-flat-success:not(:disabled):not(.disabled).active, .theme-dark .btn-flat-success:not(:disabled):not(.disabled):active, .theme-dark .show > .btn-flat-success[data-toggle=dropdown] {
    color: #fff;
    background-color: #409444;
    border-color: #409444
}

.btn-label-success {
    color: #4caf50;
    background-color: rgba(76, 175, 80, .1);
    border-color: transparent
}

.btn-label-success:hover {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50
}

.btn-label-success.disabled, .btn-label-success:disabled {
    color: #4caf50;
    background-color: rgba(76, 175, 80, .1);
    border-color: transparent
}

.btn-label-success:not(:disabled):not(.disabled).active, .btn-label-success:not(:disabled):not(.disabled):active, .show > .btn-label-success[data-toggle=dropdown] {
    color: #fff;
    background-color: #409444;
    border-color: #409444
}

.btn-text-success {
    color: #4caf50;
    background-color: transparent;
    border-color: transparent
}

.btn-text-success:hover {
    color: #4caf50;
    background-color: rgba(76, 175, 80, .1);
    border-color: transparent
}

.btn-text-success.disabled, .btn-text-success:disabled {
    color: #4caf50;
    background-color: transparent;
    border-color: transparent
}

.btn-text-success:not(:disabled):not(.disabled).active, .btn-text-success:not(:disabled):not(.disabled):active, .show > .btn-text-success[data-toggle=dropdown] {
    color: #fff;
    background-color: #409444;
    border-color: #409444
}

.btn-info {
    color: #fff;
    background: #00bcd4;
    border-color: #00bcd4
}

.btn-info:hover {
    color: #fff;
    background: #009aae;
    border-color: #009aae
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info[data-toggle=dropdown] {
    color: #fff;
    background-color: #008fa1;
    border-color: #008fa1
}

.btn-outline-info {
    color: #00bcd4;
    border-color: #00bcd4
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #00bcd4;
    background-color: transparent;
    border-color: #00bcd4
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info[data-toggle=dropdown] {
    color: #fff;
    background-color: #009aae;
    border-color: #009aae
}

.theme-light .btn-flat-info {
    color: #616161;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .btn-flat-info {
    color: #eee;
    background-color: #616161;
    border-color: #616161
}

.theme-light .btn-flat-info:hover {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4
}

.theme-dark .btn-flat-info:hover {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4
}

.theme-light .btn-flat-info.disabled, .theme-light .btn-flat-info:disabled {
    color: #424242;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .btn-flat-info.disabled, .theme-dark .btn-flat-info:disabled {
    color: #f5f5f5;
    background-color: #616161;
    border-color: #616161
}

.theme-light .btn-flat-info:not(:disabled):not(.disabled).active, .theme-light .btn-flat-info:not(:disabled):not(.disabled):active, .theme-light .show > .btn-flat-info[data-toggle=dropdown] {
    color: #fff;
    background-color: #009aae;
    border-color: #009aae
}

.theme-dark .btn-flat-info:not(:disabled):not(.disabled).active, .theme-dark .btn-flat-info:not(:disabled):not(.disabled):active, .theme-dark .show > .btn-flat-info[data-toggle=dropdown] {
    color: #fff;
    background-color: #009aae;
    border-color: #009aae
}

.btn-label-info {
    color: #00bcd4;
    background-color: rgba(0, 188, 212, .1);
    border-color: transparent
}

.btn-label-info:hover {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4
}

.btn-label-info.disabled, .btn-label-info:disabled {
    color: #00bcd4;
    background-color: rgba(0, 188, 212, .1);
    border-color: transparent
}

.btn-label-info:not(:disabled):not(.disabled).active, .btn-label-info:not(:disabled):not(.disabled):active, .show > .btn-label-info[data-toggle=dropdown] {
    color: #fff;
    background-color: #009aae;
    border-color: #009aae
}

.btn-text-info {
    color: #00bcd4;
    background-color: transparent;
    border-color: transparent
}

.btn-text-info:hover {
    color: #00bcd4;
    background-color: rgba(0, 188, 212, .1);
    border-color: transparent
}

.btn-text-info.disabled, .btn-text-info:disabled {
    color: #00bcd4;
    background-color: transparent;
    border-color: transparent
}

.btn-text-info:not(:disabled):not(.disabled).active, .btn-text-info:not(:disabled):not(.disabled):active, .show > .btn-text-info[data-toggle=dropdown] {
    color: #fff;
    background-color: #009aae;
    border-color: #009aae
}

.btn-warning {
    color: #424242;
    background: #ffeb3b;
    border-color: #ffeb3b
}

.btn-warning:hover {
    color: #424242;
    background: #ffe715;
    border-color: #ffe715
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #424242;
    background-color: #ffeb3b;
    border-color: #ffeb3b
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning[data-toggle=dropdown] {
    color: #424242;
    background-color: #ffe608;
    border-color: #ffe608
}

.btn-outline-warning {
    color: #ffeb3b;
    border-color: #ffeb3b
}

.btn-outline-warning:hover {
    color: #424242;
    background-color: #ffeb3b;
    border-color: #ffeb3b
}

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

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning[data-toggle=dropdown] {
    color: #424242;
    background-color: #ffe715;
    border-color: #ffe715
}

.theme-light .btn-flat-warning {
    color: #616161;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .btn-flat-warning {
    color: #eee;
    background-color: #616161;
    border-color: #616161
}

.theme-light .btn-flat-warning:hover {
    color: #424242;
    background-color: #ffeb3b;
    border-color: #ffeb3b
}

.theme-dark .btn-flat-warning:hover {
    color: #424242;
    background-color: #ffeb3b;
    border-color: #ffeb3b
}

.theme-light .btn-flat-warning.disabled, .theme-light .btn-flat-warning:disabled {
    color: #424242;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .btn-flat-warning.disabled, .theme-dark .btn-flat-warning:disabled {
    color: #f5f5f5;
    background-color: #616161;
    border-color: #616161
}

.theme-light .btn-flat-warning:not(:disabled):not(.disabled).active, .theme-light .btn-flat-warning:not(:disabled):not(.disabled):active, .theme-light .show > .btn-flat-warning[data-toggle=dropdown] {
    color: #424242;
    background-color: #ffe715;
    border-color: #ffe715
}

.theme-dark .btn-flat-warning:not(:disabled):not(.disabled).active, .theme-dark .btn-flat-warning:not(:disabled):not(.disabled):active, .theme-dark .show > .btn-flat-warning[data-toggle=dropdown] {
    color: #424242;
    background-color: #ffe715;
    border-color: #ffe715
}

.btn-label-warning {
    color: #ffeb3b;
    background-color: rgba(255, 235, 59, .1);
    border-color: transparent
}

.btn-label-warning:hover {
    color: #424242;
    background-color: #ffeb3b;
    border-color: #ffeb3b
}

.btn-label-warning.disabled, .btn-label-warning:disabled {
    color: #ffeb3b;
    background-color: rgba(255, 235, 59, .1);
    border-color: transparent
}

.btn-label-warning:not(:disabled):not(.disabled).active, .btn-label-warning:not(:disabled):not(.disabled):active, .show > .btn-label-warning[data-toggle=dropdown] {
    color: #424242;
    background-color: #ffe715;
    border-color: #ffe715
}

.btn-text-warning {
    color: #ffeb3b;
    background-color: transparent;
    border-color: transparent
}

.btn-text-warning:hover {
    color: #ffeb3b;
    background-color: rgba(255, 235, 59, .1);
    border-color: transparent
}

.btn-text-warning.disabled, .btn-text-warning:disabled {
    color: #ffeb3b;
    background-color: transparent;
    border-color: transparent
}

.btn-text-warning:not(:disabled):not(.disabled).active, .btn-text-warning:not(:disabled):not(.disabled):active, .show > .btn-text-warning[data-toggle=dropdown] {
    color: #424242;
    background-color: #ffe715;
    border-color: #ffe715
}

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

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

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

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger[data-toggle=dropdown] {
    color: #fff;
    background-color: #ea1c0d;
    border-color: #ea1c0d
}

.btn-outline-danger {
    color: #f44336;
    border-color: #f44336
}

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

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

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

.theme-light .btn-flat-danger {
    color: #616161;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .btn-flat-danger {
    color: #eee;
    background-color: #616161;
    border-color: #616161
}

.theme-light .btn-flat-danger:hover {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336
}

.theme-dark .btn-flat-danger:hover {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336
}

.theme-light .btn-flat-danger.disabled, .theme-light .btn-flat-danger:disabled {
    color: #424242;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .btn-flat-danger.disabled, .theme-dark .btn-flat-danger:disabled {
    color: #f5f5f5;
    background-color: #616161;
    border-color: #616161
}

.theme-light .btn-flat-danger:not(:disabled):not(.disabled).active, .theme-light .btn-flat-danger:not(:disabled):not(.disabled):active, .theme-light .show > .btn-flat-danger[data-toggle=dropdown] {
    color: #fff;
    background-color: #f22112;
    border-color: #f22112
}

.theme-dark .btn-flat-danger:not(:disabled):not(.disabled).active, .theme-dark .btn-flat-danger:not(:disabled):not(.disabled):active, .theme-dark .show > .btn-flat-danger[data-toggle=dropdown] {
    color: #fff;
    background-color: #f22112;
    border-color: #f22112
}

.btn-label-danger {
    color: #f44336;
    background-color: rgba(244, 67, 54, .1);
    border-color: transparent
}

.btn-label-danger:hover {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336
}

.btn-label-danger.disabled, .btn-label-danger:disabled {
    color: #f44336;
    background-color: rgba(244, 67, 54, .1);
    border-color: transparent
}

.btn-label-danger:not(:disabled):not(.disabled).active, .btn-label-danger:not(:disabled):not(.disabled):active, .show > .btn-label-danger[data-toggle=dropdown] {
    color: #fff;
    background-color: #f22112;
    border-color: #f22112
}

.btn-text-danger {
    color: #f44336;
    background-color: transparent;
    border-color: transparent
}

.btn-text-danger:hover {
    color: #f44336;
    background-color: rgba(244, 67, 54, .1);
    border-color: transparent
}

.btn-text-danger.disabled, .btn-text-danger:disabled {
    color: #f44336;
    background-color: transparent;
    border-color: transparent
}

.btn-text-danger:not(:disabled):not(.disabled).active, .btn-text-danger:not(:disabled):not(.disabled):active, .show > .btn-text-danger[data-toggle=dropdown] {
    color: #fff;
    background-color: #f22112;
    border-color: #f22112
}

.btn-light {
    color: #424242;
    background: #f5f5f5;
    border-color: #f5f5f5
}

.btn-light:hover {
    color: #424242;
    background: #e2e2e2;
    border-color: #e2e2e2
}

.btn-light.disabled, .btn-light:disabled {
    color: #424242;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light[data-toggle=dropdown] {
    color: #424242;
    background-color: #dcdcdc;
    border-color: #dcdcdc
}

.btn-outline-light {
    color: #f5f5f5;
    border-color: #f5f5f5
}

.btn-outline-light:hover {
    color: #424242;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

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

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light[data-toggle=dropdown] {
    color: #424242;
    background-color: #e2e2e2;
    border-color: #e2e2e2
}

.theme-light .btn-flat-light {
    color: #616161;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .btn-flat-light {
    color: #eee;
    background-color: #616161;
    border-color: #616161
}

.theme-light .btn-flat-light:hover {
    color: #424242;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .btn-flat-light:hover {
    color: #424242;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-light .btn-flat-light.disabled, .theme-light .btn-flat-light:disabled {
    color: #424242;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .btn-flat-light.disabled, .theme-dark .btn-flat-light:disabled {
    color: #f5f5f5;
    background-color: #616161;
    border-color: #616161
}

.theme-light .btn-flat-light:not(:disabled):not(.disabled).active, .theme-light .btn-flat-light:not(:disabled):not(.disabled):active, .theme-light .show > .btn-flat-light[data-toggle=dropdown] {
    color: #424242;
    background-color: #e2e2e2;
    border-color: #e2e2e2
}

.theme-dark .btn-flat-light:not(:disabled):not(.disabled).active, .theme-dark .btn-flat-light:not(:disabled):not(.disabled):active, .theme-dark .show > .btn-flat-light[data-toggle=dropdown] {
    color: #424242;
    background-color: #e2e2e2;
    border-color: #e2e2e2
}

.btn-label-light {
    color: #f5f5f5;
    background-color: rgba(245, 245, 245, .1);
    border-color: transparent
}

.btn-label-light:hover {
    color: #424242;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.btn-label-light.disabled, .btn-label-light:disabled {
    color: #f5f5f5;
    background-color: rgba(245, 245, 245, .1);
    border-color: transparent
}

.btn-label-light:not(:disabled):not(.disabled).active, .btn-label-light:not(:disabled):not(.disabled):active, .show > .btn-label-light[data-toggle=dropdown] {
    color: #424242;
    background-color: #e2e2e2;
    border-color: #e2e2e2
}

.btn-text-light {
    color: #f5f5f5;
    background-color: transparent;
    border-color: transparent
}

.btn-text-light:hover {
    color: #f5f5f5;
    background-color: rgba(245, 245, 245, .1);
    border-color: transparent
}

.btn-text-light.disabled, .btn-text-light:disabled {
    color: #f5f5f5;
    background-color: transparent;
    border-color: transparent
}

.btn-text-light:not(:disabled):not(.disabled).active, .btn-text-light:not(:disabled):not(.disabled):active, .show > .btn-text-light[data-toggle=dropdown] {
    color: #424242;
    background-color: #e2e2e2;
    border-color: #e2e2e2
}

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

.btn-dark:hover {
    color: #fff;
    background: #4e4e4e;
    border-color: #4e4e4e
}

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

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark[data-toggle=dropdown] {
    color: #fff;
    background-color: #484848;
    border-color: #484848
}

.btn-outline-dark {
    color: #616161;
    border-color: #616161
}

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

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #616161;
    background-color: transparent;
    border-color: #616161
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark[data-toggle=dropdown] {
    color: #fff;
    background-color: #4e4e4e;
    border-color: #4e4e4e
}

.theme-light .btn-flat-dark {
    color: #616161;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .btn-flat-dark {
    color: #eee;
    background-color: #616161;
    border-color: #616161
}

.theme-light .btn-flat-dark:hover {
    color: #fff;
    background-color: #616161;
    border-color: #616161
}

.theme-dark .btn-flat-dark:hover {
    color: #fff;
    background-color: #616161;
    border-color: #616161
}

.theme-light .btn-flat-dark.disabled, .theme-light .btn-flat-dark:disabled {
    color: #424242;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .btn-flat-dark.disabled, .theme-dark .btn-flat-dark:disabled {
    color: #f5f5f5;
    background-color: #616161;
    border-color: #616161
}

.theme-light .btn-flat-dark:not(:disabled):not(.disabled).active, .theme-light .btn-flat-dark:not(:disabled):not(.disabled):active, .theme-light .show > .btn-flat-dark[data-toggle=dropdown] {
    color: #fff;
    background-color: #4e4e4e;
    border-color: #4e4e4e
}

.theme-dark .btn-flat-dark:not(:disabled):not(.disabled).active, .theme-dark .btn-flat-dark:not(:disabled):not(.disabled):active, .theme-dark .show > .btn-flat-dark[data-toggle=dropdown] {
    color: #fff;
    background-color: #4e4e4e;
    border-color: #4e4e4e
}

.btn-label-dark {
    color: #616161;
    background-color: rgba(97, 97, 97, .1);
    border-color: transparent
}

.btn-label-dark:hover {
    color: #fff;
    background-color: #616161;
    border-color: #616161
}

.btn-label-dark.disabled, .btn-label-dark:disabled {
    color: #616161;
    background-color: rgba(97, 97, 97, .1);
    border-color: transparent
}

.btn-label-dark:not(:disabled):not(.disabled).active, .btn-label-dark:not(:disabled):not(.disabled):active, .show > .btn-label-dark[data-toggle=dropdown] {
    color: #fff;
    background-color: #4e4e4e;
    border-color: #4e4e4e
}

.btn-text-dark {
    color: #616161;
    background-color: transparent;
    border-color: transparent
}

.btn-text-dark:hover {
    color: #616161;
    background-color: rgba(97, 97, 97, .1);
    border-color: transparent
}

.btn-text-dark.disabled, .btn-text-dark:disabled {
    color: #616161;
    background-color: transparent;
    border-color: transparent
}

.btn-text-dark:not(:disabled):not(.disabled).active, .btn-text-dark:not(:disabled):not(.disabled):active, .show > .btn-text-dark[data-toggle=dropdown] {
    color: #fff;
    background-color: #4e4e4e;
    border-color: #4e4e4e
}

.btn-link {
    color: #2196f3;
    font-weight: 400;
    text-decoration: none
}

.btn-link:hover {
    color: #0a6ebd;
    text-decoration: none
}

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

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

.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: calc(1.5em + .75rem + 2px);
    width: calc(1.5em + .75rem + 2px);
    padding: 0
}

.btn-icon > i {
    font-size: 1.2rem
}

.btn-icon > svg {
    width: 1.2rem;
    height: 1.2rem
}

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

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

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

.btn-group-sm > .btn-icon.btn, .btn-icon.btn-sm {
    height: calc(1.5em + .5rem + 2px);
    width: calc(1.5em + .5rem + 2px);
    border-radius: .2rem
}

.btn-group-sm > .btn-icon.btn > i, .btn-icon.btn-sm > i {
    font-size: 1rem
}

.btn-group-sm > .btn-icon.btn > svg, .btn-icon.btn-sm > svg {
    width: 1rem;
    height: 1rem
}

.btn-group-lg > .btn-icon.btn, .btn-icon.btn-lg {
    height: calc(1.5em + 1rem + 2px);
    width: calc(1.5em + 1rem + 2px);
    border-radius: .5rem
}

.btn-group-lg > .btn-icon.btn > i, .btn-icon.btn-lg > i {
    font-size: 1.4rem
}

.btn-group-lg > .btn-icon.btn > svg, .btn-icon.btn-lg > svg {
    width: 1.4rem;
    height: 1.4rem
}

.btn-wide {
    padding-left: 1rem;
    padding-right: 1rem
}

.btn-wider {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.btn-widest {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.btn-tall {
    padding-top: .525rem;
    padding-bottom: .525rem
}

.btn-taller {
    padding-top: .725rem;
    padding-bottom: .725rem
}

.btn-tallest {
    padding-top: .875rem;
    padding-bottom: .875rem
}

.btn-pill {
    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%
}

.btn-marker {
    display: block;
    position: absolute !important;
    z-index: 1;
    top: -.75rem !important;
    right: -.75rem !important
}

.theme-light .btn-counter {
    box-shadow: 0 0 0 2px #fff
}

.theme-dark .btn-counter {
    box-shadow: 0 0 0 2px #424242
}

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

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

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

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

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

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

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

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

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

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

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

.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-group, .btn-group-vertical > .btn:not(.btn-icon) {
    width: 100%
}

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

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

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

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

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

.float-btn {
    position: fixed;
    display: flex;
    flex-direction: column;
    padding: .5rem .5rem;
    border-width: 1px;
    border-style: solid;
    top: 50%;
    transform: rotateY(-50%);
    z-index: 1180
}

.theme-light .float-btn {
    background: #fff;
    border-color: #eee
}

.theme-dark .float-btn {
    background: #424242;
    border-color: #757575
}

.float-btn-right {
    right: 0;
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem
}

.float-btn-left {
    left: 0;
    border-top-right-radius: .35rem;
    border-bottom-right-radius: .35rem
}

@keyframes slideUp {
    0% {
        top: 1rem;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}

@keyframes slideDown {
    0% {
        top: -1rem;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}

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

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    content: "";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    transition: transform ease-in-out .2s;
    transform: rotate(90deg);
    margin-left: .75rem
}

@media (prefers-reduced-motion: reduce) {
    .dropdown-toggle:after {
        transition: none
    }
}

.dropdown-menu, .dropdown-submenu-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    list-style: none;
    white-space: normal;
    animation-duration: .3s;
    animation-fill-mode: both;
    float: left;
    top: 100%;
    left: 0;
    border-radius: .35rem
}

.theme-light .dropdown-menu, .theme-light .dropdown-submenu-menu {
    color: #424242;
    background: #fff;
    border-color: #eee
}

.theme-dark .dropdown-menu, .theme-dark .dropdown-submenu-menu {
    color: #f5f5f5;
    background: #424242;
    border-color: #757575
}

.dropdown-menu.show, .dropdown-submenu-menu.show {
    display: block
}

.dropdown-menu-wide, .dropdown-menu-wide .dropdown-col {
    min-width: 25rem
}

.dropdown-menu-animated .dropdown-submenu-menu, .dropdown-menu-animated[x-placement^=left], .dropdown-menu-animated[x-placement^=right], .dropdown-menu-animated[x-placement^=top] {
    animation-name: slideDown
}

.dropdown-menu-animated[x-placement^=bottom] {
    animation-name: slideUp
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu:hover > .dropdown-submenu-menu {
    display: block
}

.dropdown-submenu-menu {
    top: 0;
    left: 100%
}

.dropdown-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: -.5rem;
    margin-bottom: -.5rem
}

.dropdown-col {
    flex: 1;
    min-width: 10rem;
    padding: .75rem
}

.dropdown-col .dropdown-item {
    border-radius: .35rem
}

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

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

.dropdown-submenu-left {
    right: auto;
    left: 100%
}

.dropdown-submenu-right {
    left: auto;
    right: 100%
}

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

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

    .dropdown-submenu-sm-left {
        right: auto;
        left: 100%
    }

    .dropdown-submenu-sm-right {
        left: auto;
        right: 100%
    }
}

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

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

    .dropdown-submenu-md-left {
        right: auto;
        left: 100%
    }

    .dropdown-submenu-md-right {
        left: auto;
        right: 100%
    }
}

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

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

    .dropdown-submenu-lg-left {
        right: auto;
        left: 100%
    }

    .dropdown-submenu-lg-right {
        left: auto;
        right: 100%
    }
}

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

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

    .dropdown-submenu-xl-left {
        right: auto;
        left: 100%
    }

    .dropdown-submenu-xl-right {
        left: auto;
        right: 100%
    }
}

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

.dropup .dropdown-toggle::after {
    transform: rotate(270deg)
}

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

.dropright .dropdown-toggle::after {
    transform: rotate(0)
}

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

.dropleft .dropdown-toggle:after {
    display: none
}

.dropleft .dropdown-toggle:before {
    content: "";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    transition: transform ease-in-out .2s;
    transform: rotate(180deg);
    margin-right: .75rem
}

@media (prefers-reduced-motion: reduce) {
    .dropleft .dropdown-toggle:before {
        transition: none
    }
}

.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-width: 1px;
    border-top-style: solid
}

.theme-light .dropdown-divider {
    border-top-color: #eee
}

.theme-dark .dropdown-divider {
    border-top-color: #757575
}

.dropdown-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: .5rem 1rem;
    clear: both;
    font-size: 1rem;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    cursor: pointer
}

.theme-light .dropdown-item {
    color: #616161
}

.theme-dark .dropdown-item {
    color: #eee
}

.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none
}

.theme-light .dropdown-item:focus, .theme-light .dropdown-item:hover {
    background: #f5f5f5
}

.theme-light .dropdown-item:focus, .theme-light .dropdown-item:focus .dropdown-bullet, .theme-light .dropdown-item:hover, .theme-light .dropdown-item:hover .dropdown-bullet {
    color: #2196f3
}

.theme-dark .dropdown-item:focus, .theme-dark .dropdown-item:hover {
    background: #616161
}

.theme-dark .dropdown-item:focus, .theme-dark .dropdown-item:focus .dropdown-bullet, .theme-dark .dropdown-item:hover, .theme-dark .dropdown-item:hover .dropdown-bullet {
    color: #2196f3
}

.theme-light .dropdown-item.active, .theme-light .dropdown-item:active {
    color: #fff;
    background: #2196f3
}

.theme-light .dropdown-item.active .dropdown-bullet, .theme-light .dropdown-item:active .dropdown-bullet {
    color: #fff
}

.theme-dark .dropdown-item.active, .theme-dark .dropdown-item:active {
    color: #fff;
    background: #2196f3
}

.theme-dark .dropdown-item.active .dropdown-bullet, .theme-dark .dropdown-item:active .dropdown-bullet {
    color: #fff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    opacity: .65;
    pointer-events: none
}

.theme-light .dropdown-item.disabled, .theme-light .dropdown-item:disabled {
    color: #757575;
    background: #eee
}

.theme-dark .dropdown-item.disabled, .theme-dark .dropdown-item:disabled {
    color: #e0e0e0;
    background: #757575
}

.dropdown-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    margin-right: .75rem
}

.dropdown-icon > i {
    font-size: 1rem
}

.dropdown-icon > svg {
    width: 1rem;
    height: 1rem
}

.dropdown-bullet {
    position: relative;
    height: 1.125rem;
    width: 1.125rem;
    min-width: 1.125rem;
    margin-right: .5625rem
}

.theme-light .dropdown-bullet {
    color: #757575
}

.theme-dark .dropdown-bullet {
    color: #e0e0e0
}

.dropdown-bullet:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor
}

.dropdown-content {
    flex: 1;
    display: block;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    overflow: hidden;
    text-overflow: ellipsis
}

.dropdown-addon {
    white-space: nowrap
}

.dropdown-addon:first-child {
    margin-right: .75rem
}

.dropdown-addon:last-child {
    margin-left: .75rem
}

.dropdown-header {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    padding: .75rem 1rem;
    margin-bottom: 0;
    white-space: nowrap
}

.theme-light .dropdown-header {
    color: #424242
}

.theme-dark .dropdown-header {
    color: #f5f5f5
}

.dropdown-header.dropdown-header-lg {
    font-size: 1.2rem
}

.dropdown-item-text {
    display: block;
    padding: .5rem 1rem
}

.theme-light .dropdown-item-text {
    color: #616161
}

.theme-dark .dropdown-item-text {
    color: #eee
}

.badge {
    display: inline-block;
    padding: .5em .75em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border: 1px solid transparent;
    border-radius: .35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: .75em;
    padding-left: .75em;
    border-radius: 1em
}

.badge-circle, .badge-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2em;
    width: 2em
}

.badge-circle.badge-lg, .badge-square.badge-lg {
    height: 2.5em;
    width: 2.5em
}

.badge-circle.badge-xl, .badge-square.badge-xl {
    height: 3em;
    width: 3em
}

.badge-circle {
    border-radius: 50%
}

.badge-square {
    border-radius: .35rem
}

.badge-primary {
    color: #fff;
    background: #2196f3;
    border-color: #2196f3
}

a.badge-primary.focus, a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background: #0c7cd5;
    border-color: #0c7cd5
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0
}

.badge-outline-primary {
    color: #2196f3;
    background: 0 0;
    border-color: #2196f3
}

a.badge-outline-primary.focus, a.badge-outline-primary:focus, a.badge-outline-primary:hover {
    color: #fff;
    background: #2196f3;
    border-color: #2196f3
}

a.badge-outline-primary.focus, a.badge-outline-primary:focus {
    outline: 0
}

.badge-label-primary {
    color: #2196f3;
    background: rgba(33, 150, 243, .1);
    border-color: transparent
}

a.badge-label-primary.focus, a.badge-label-primary:focus, a.badge-label-primary:hover {
    color: #fff;
    background: #2196f3;
    border-color: #2196f3
}

a.badge-label-primary.focus, a.badge-label-primary:focus {
    outline: 0
}

.badge-text-primary {
    color: #2196f3;
    background: 0 0;
    border-color: transparent
}

a.badge-text-primary.focus, a.badge-text-primary:focus, a.badge-text-primary:hover {
    color: #fff;
    background: #2196f3;
    border-color: #2196f3
}

a.badge-text-primary.focus, a.badge-text-primary:focus {
    outline: 0
}

.badge-secondary {
    color: #fff;
    background: #9e9e9e;
    border-color: #9e9e9e
}

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

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0
}

.badge-outline-secondary {
    color: #9e9e9e;
    background: 0 0;
    border-color: #9e9e9e
}

a.badge-outline-secondary.focus, a.badge-outline-secondary:focus, a.badge-outline-secondary:hover {
    color: #fff;
    background: #9e9e9e;
    border-color: #9e9e9e
}

a.badge-outline-secondary.focus, a.badge-outline-secondary:focus {
    outline: 0
}

.badge-label-secondary {
    color: #9e9e9e;
    background: rgba(158, 158, 158, .1);
    border-color: transparent
}

a.badge-label-secondary.focus, a.badge-label-secondary:focus, a.badge-label-secondary:hover {
    color: #fff;
    background: #9e9e9e;
    border-color: #9e9e9e
}

a.badge-label-secondary.focus, a.badge-label-secondary:focus {
    outline: 0
}

.badge-text-secondary {
    color: #9e9e9e;
    background: 0 0;
    border-color: transparent
}

a.badge-text-secondary.focus, a.badge-text-secondary:focus, a.badge-text-secondary:hover {
    color: #fff;
    background: #9e9e9e;
    border-color: #9e9e9e
}

a.badge-text-secondary.focus, a.badge-text-secondary:focus {
    outline: 0
}

.badge-success {
    color: #fff;
    background: #4caf50;
    border-color: #4caf50
}

a.badge-success.focus, a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background: #3d8b40;
    border-color: #3d8b40
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0
}

.badge-outline-success {
    color: #4caf50;
    background: 0 0;
    border-color: #4caf50
}

a.badge-outline-success.focus, a.badge-outline-success:focus, a.badge-outline-success:hover {
    color: #fff;
    background: #4caf50;
    border-color: #4caf50
}

a.badge-outline-success.focus, a.badge-outline-success:focus {
    outline: 0
}

.badge-label-success {
    color: #4caf50;
    background: rgba(76, 175, 80, .1);
    border-color: transparent
}

a.badge-label-success.focus, a.badge-label-success:focus, a.badge-label-success:hover {
    color: #fff;
    background: #4caf50;
    border-color: #4caf50
}

a.badge-label-success.focus, a.badge-label-success:focus {
    outline: 0
}

.badge-text-success {
    color: #4caf50;
    background: 0 0;
    border-color: transparent
}

a.badge-text-success.focus, a.badge-text-success:focus, a.badge-text-success:hover {
    color: #fff;
    background: #4caf50;
    border-color: #4caf50
}

a.badge-text-success.focus, a.badge-text-success:focus {
    outline: 0
}

.badge-info {
    color: #fff;
    background: #00bcd4;
    border-color: #00bcd4
}

a.badge-info.focus, a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background: #008fa1;
    border-color: #008fa1
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0
}

.badge-outline-info {
    color: #00bcd4;
    background: 0 0;
    border-color: #00bcd4
}

a.badge-outline-info.focus, a.badge-outline-info:focus, a.badge-outline-info:hover {
    color: #fff;
    background: #00bcd4;
    border-color: #00bcd4
}

a.badge-outline-info.focus, a.badge-outline-info:focus {
    outline: 0
}

.badge-label-info {
    color: #00bcd4;
    background: rgba(0, 188, 212, .1);
    border-color: transparent
}

a.badge-label-info.focus, a.badge-label-info:focus, a.badge-label-info:hover {
    color: #fff;
    background: #00bcd4;
    border-color: #00bcd4
}

a.badge-label-info.focus, a.badge-label-info:focus {
    outline: 0
}

.badge-text-info {
    color: #00bcd4;
    background: 0 0;
    border-color: transparent
}

a.badge-text-info.focus, a.badge-text-info:focus, a.badge-text-info:hover {
    color: #fff;
    background: #00bcd4;
    border-color: #00bcd4
}

a.badge-text-info.focus, a.badge-text-info:focus {
    outline: 0
}

.badge-warning {
    color: #424242;
    background: #ffeb3b;
    border-color: #ffeb3b
}

a.badge-warning.focus, a.badge-warning:focus, a.badge-warning:hover {
    color: #424242;
    background: #ffe608;
    border-color: #ffe608
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0
}

.badge-outline-warning {
    color: #ffeb3b;
    background: 0 0;
    border-color: #ffeb3b
}

a.badge-outline-warning.focus, a.badge-outline-warning:focus, a.badge-outline-warning:hover {
    color: #424242;
    background: #ffeb3b;
    border-color: #ffeb3b
}

a.badge-outline-warning.focus, a.badge-outline-warning:focus {
    outline: 0
}

.badge-label-warning {
    color: #ffeb3b;
    background: rgba(255, 235, 59, .1);
    border-color: transparent
}

a.badge-label-warning.focus, a.badge-label-warning:focus, a.badge-label-warning:hover {
    color: #424242;
    background: #ffeb3b;
    border-color: #ffeb3b
}

a.badge-label-warning.focus, a.badge-label-warning:focus {
    outline: 0
}

.badge-text-warning {
    color: #ffeb3b;
    background: 0 0;
    border-color: transparent
}

a.badge-text-warning.focus, a.badge-text-warning:focus, a.badge-text-warning:hover {
    color: #424242;
    background: #ffeb3b;
    border-color: #ffeb3b
}

a.badge-text-warning.focus, a.badge-text-warning:focus {
    outline: 0
}

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

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

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0
}

.badge-outline-danger {
    color: #f44336;
    background: 0 0;
    border-color: #f44336
}

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

a.badge-outline-danger.focus, a.badge-outline-danger:focus {
    outline: 0
}

.badge-label-danger {
    color: #f44336;
    background: rgba(244, 67, 54, .1);
    border-color: transparent
}

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

a.badge-label-danger.focus, a.badge-label-danger:focus {
    outline: 0
}

.badge-text-danger {
    color: #f44336;
    background: 0 0;
    border-color: transparent
}

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

a.badge-text-danger.focus, a.badge-text-danger:focus {
    outline: 0
}

.badge-light {
    color: #424242;
    background: #f5f5f5;
    border-color: #f5f5f5
}

a.badge-light.focus, a.badge-light:focus, a.badge-light:hover {
    color: #424242;
    background: #dcdcdc;
    border-color: #dcdcdc
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0
}

.badge-outline-light {
    color: #f5f5f5;
    background: 0 0;
    border-color: #f5f5f5
}

a.badge-outline-light.focus, a.badge-outline-light:focus, a.badge-outline-light:hover {
    color: #424242;
    background: #f5f5f5;
    border-color: #f5f5f5
}

a.badge-outline-light.focus, a.badge-outline-light:focus {
    outline: 0
}

.badge-label-light {
    color: #f5f5f5;
    background: rgba(245, 245, 245, .1);
    border-color: transparent
}

a.badge-label-light.focus, a.badge-label-light:focus, a.badge-label-light:hover {
    color: #424242;
    background: #f5f5f5;
    border-color: #f5f5f5
}

a.badge-label-light.focus, a.badge-label-light:focus {
    outline: 0
}

.badge-text-light {
    color: #f5f5f5;
    background: 0 0;
    border-color: transparent
}

a.badge-text-light.focus, a.badge-text-light:focus, a.badge-text-light:hover {
    color: #424242;
    background: #f5f5f5;
    border-color: #f5f5f5
}

a.badge-text-light.focus, a.badge-text-light:focus {
    outline: 0
}

.badge-dark {
    color: #fff;
    background: #616161;
    border-color: #616161
}

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

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0
}

.badge-outline-dark {
    color: #616161;
    background: 0 0;
    border-color: #616161
}

a.badge-outline-dark.focus, a.badge-outline-dark:focus, a.badge-outline-dark:hover {
    color: #fff;
    background: #616161;
    border-color: #616161
}

a.badge-outline-dark.focus, a.badge-outline-dark:focus {
    outline: 0
}

.badge-label-dark {
    color: #616161;
    background: rgba(97, 97, 97, .1);
    border-color: transparent
}

a.badge-label-dark.focus, a.badge-label-dark:focus, a.badge-label-dark:hover {
    color: #fff;
    background: #616161;
    border-color: #616161
}

a.badge-label-dark.focus, a.badge-label-dark:focus {
    outline: 0
}

.badge-text-dark {
    color: #616161;
    background: 0 0;
    border-color: transparent
}

a.badge-text-dark.focus, a.badge-text-dark:focus, a.badge-text-dark:hover {
    color: #fff;
    background: #616161;
    border-color: #616161
}

a.badge-text-dark.focus, a.badge-text-dark:focus {
    outline: 0
}

.badge-lg {
    font-size: 90%
}

.badge-xl {
    font-size: 100%
}

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

.theme-light .form-control {
    color: #424242;
    background: #fff;
    border-color: #e0e0e0
}

.theme-dark .form-control {
    color: #f5f5f5;
    background: #424242;
    border-color: #9e9e9e
}

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

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

.form-control:focus {
    outline: 0
}

.theme-light .form-control:focus {
    border-color: #2196f3
}

.theme-dark .form-control:focus {
    border-color: #2196f3
}

.form-control::placeholder {
    opacity: 1
}

.theme-light .form-control::placeholder {
    color: #757575
}

.theme-dark .form-control::placeholder {
    color: #e0e0e0
}

.form-control:disabled, .form-control[readonly] {
    opacity: 1
}

.theme-light .form-control:disabled, .theme-light .form-control[readonly] {
    background: #eee;

    font-weight: bold;
}

.theme-dark .form-control:disabled, .theme-dark .form-control[readonly] {
    background: #757575
}

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

.theme-dark select.form-control:focus::-ms-value {
    color: #f5f5f5;
    background: #424242
}

.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.2rem;
    line-height: 1.5
}

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

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

.theme-light .form-control-plaintext {
    color: #757575
}

.theme-dark .form-control-plaintext {
    color: #e0e0e0
}

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

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

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

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
}

.theme-light .form-text {
    color: #424242
}

.theme-dark .form-text {
    color: #f5f5f5
}

.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
}

.theme-light .form-check-input:disabled ~ .form-check-label {
    color: #757575
}

.theme-dark .form-check-input:disabled ~ .form-check-label {
    color: #e0e0e0
}

.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: #4caf50
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem .75rem;
    margin-top: .1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: #4caf50;
    border-radius: .35rem
}

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

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #4caf50 !important
}

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

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

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #4caf50 !important;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem)
}

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

.theme-dark .custom-select.is-valid, .theme-dark .was-validated .custom-select:valid {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23f5f5f5' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234caf50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #424242 no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #4caf50 !important
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select: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: #4caf50
}

.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: #4caf50
}

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

.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 {
    border-color: #6ec071;
    background-color: #6ec071
}

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

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

.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 {
    border-color: #4caf50
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem .75rem;
    margin-top: .1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: #f44336;
    border-radius: .35rem
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #f44336;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f44336' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f44336' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #f44336 !important
}

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

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

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #f44336 !important;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem)
}

.theme-light .custom-select.is-invalid, .theme-light .was-validated .custom-select:invalid {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23616161' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f44336' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f44336' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.theme-dark .custom-select.is-invalid, .theme-dark .was-validated .custom-select:invalid {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23f5f5f5' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f44336' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f44336' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #424242 no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #f44336 !important
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select: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: #f44336
}

.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: #f44336
}

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

.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 {
    border-color: #f77066;
    background-color: #f77066
}

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

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

.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 {
    border-color: #f44336
}

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

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

@media (min-width: 576px) {
    .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;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

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

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

.custom-control {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 1.25rem;
    padding-left: 1.75rem;
    margin: .25rem 0
}

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

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

.theme-light .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background: #2196f3;
    border-color: #2196f3
}

.theme-dark .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background: #2196f3;
    border-color: #2196f3
}

.theme-light .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #2196f3
}

.theme-dark .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #2196f3
}

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

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

.theme-light .custom-control-input:disabled ~ .custom-control-label::before {
    color: #424242;
    background: #eee;
    border-color: #e0e0e0
}

.theme-dark .custom-control-input:disabled ~ .custom-control-label::before {
    color: #f5f5f5;
    background: #757575;
    border-color: #9e9e9e
}

.custom-control-label {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0
}

.custom-control-label::before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border-width: 1px;
    border-style: solid;
    top: 50%;
    left: -1.75rem;
    transform: translateY(-50%);
    pointer-events: none
}

.theme-light .custom-control-label::before {
    background: #f5f5f5;
    border-color: #e0e0e0
}

.theme-dark .custom-control-label::before {
    background: #616161;
    border-color: #9e9e9e
}

.custom-control-label::after {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    left: -1.75rem;
    top: 50%;
    transform: translateY(-50%)
}

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

.theme-light .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23fff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3e%3c/svg%3e")
}

.theme-dark .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23fff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3e%3c/svg%3e")
}

.theme-light .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background: #2196f3;
    border-color: #2196f3
}

.theme-dark .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background: #2196f3;
    border-color: #2196f3
}

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

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

.theme-light .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .theme-light .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background: rgba(33, 150, 243, .5)
}

.theme-dark .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .theme-dark .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background: rgba(33, 150, 243, .5)
}

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

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

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

.theme-light .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background: rgba(33, 150, 243, .5)
}

.theme-dark .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background: rgba(33, 150, 243, .5)
}

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

.custom-switch .custom-control-label::before {
    width: 2.1875rem;
    left: -2.6875rem;
    pointer-events: all;
    border-radius: .625rem
}

.custom-switch .custom-control-label::after {
    width: calc(1.25rem - 4px);
    height: calc(1.25rem - 4px);
    left: calc(-2.6875rem + 2px);
    border-radius: .625rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.theme-light .custom-switch .custom-control-label::after {
    background: #e0e0e0
}

.theme-dark .custom-switch .custom-control-label::after {
    background: #9e9e9e
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translate(.9375rem, -50%)
}

.theme-light .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background: #f5f5f5
}

.theme-dark .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background: #616161
}

.theme-light .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background: rgba(33, 150, 243, .5)
}

.theme-dark .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background: rgba(33, 150, 243, .5)
}

.custom-control-lg {
    min-height: 1.5rem;
    padding-left: 2rem
}

.custom-control-lg .custom-control-label::after, .custom-control-lg .custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
    left: -2rem
}

.custom-control-lg.custom-switch {
    padding-left: 3.3125rem
}

.custom-control-lg.custom-switch .custom-control-label::before {
    left: -3.3125rem;
    width: 2.8125rem;
    border-radius: .75rem
}

.custom-control-lg.custom-switch .custom-control-label::after {
    left: calc(-3.3125rem + 2px);
    width: calc(1.5rem - 5px);
    height: calc(1.5rem - 5px);
    border-radius: .75rem
}

.custom-control-lg.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translate(1.3125rem, -50%)
}

.custom-control-sm {
    min-height: 1rem;
    padding-left: 1.5rem
}

.custom-control-sm .custom-control-label::after, .custom-control-sm .custom-control-label::before {
    width: 1rem;
    height: 1rem;
    left: -1.5rem
}

.custom-control-sm.custom-switch {
    padding-left: 2.0625rem
}

.custom-control-sm.custom-switch .custom-control-label::before {
    left: -2.0625rem;
    width: 1.5625rem;
    border-radius: .5rem
}

.custom-control-sm.custom-switch .custom-control-label::after {
    left: calc(-2.0625rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    border-radius: .5rem
}

.custom-control-sm.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translate(.5625rem, -50%)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    padding: .375rem 1.75rem .375rem .75rem;
    border-width: 1px;
    border-style: solid;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: .35rem
}

.theme-light .custom-select {
    color: #424242;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23616161' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border-color: #e0e0e0
}

.theme-dark .custom-select {
    color: #f5f5f5;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23f5f5f5' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #424242;
    border-color: #9e9e9e
}

.custom-select:focus {
    outline: 0
}

.theme-light .custom-select:focus {
    border-color: #2196f3
}

.theme-dark .custom-select:focus {
    border-color: #2196f3
}

.theme-light .custom-select:focus::-ms-value {
    color: #424242;
    background: #fff
}

.theme-dark .custom-select:focus::-ms-value {
    color: #f5f5f5;
    background: #424242
}

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

.theme-light .custom-select:disabled {
    color: #757575;
    background: #eee
}

.theme-dark .custom-select:disabled {
    color: #e0e0e0;
    background: #757575
}

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

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

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

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
    z-index: 2
}

.theme-light .custom-file-input:focus ~ .custom-file-label {
    border-color: #2196f3
}

.theme-dark .custom-file-input:focus ~ .custom-file-label {
    border-color: #2196f3
}

.theme-light .custom-file-input:disabled ~ .custom-file-label {
    background: #eee
}

.theme-dark .custom-file-input:disabled ~ .custom-file-label {
    background: #757575
}

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

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

.custom-file-label {
    position: absolute;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    border-width: 1px;
    border-style: solid;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    border-radius: .35rem
}

.theme-light .custom-file-label {
    color: #424242;
    background: #fff;
    border-color: #e0e0e0
}

.theme-dark .custom-file-label {
    color: #f5f5f5;
    background: #424242;
    border-color: #9e9e9e
}

.custom-file-label::after {
    content: "Browse";
    position: absolute;
    display: block;
    height: calc(1.5em + .75rem);
    line-height: 1.5;
    padding: .375rem .75rem;
    border-left: inherit;
    top: 0;
    right: 0;
    z-index: 3;
    bottom: 0;
    border-radius: 0 .35rem .35rem 0
}

.theme-light .custom-file-label::after {
    color: #424242;
    background: #eee
}

.theme-dark .custom-file-label::after {
    color: #f5f5f5;
    background: #757575
}

.custom-range {
    width: 100%;
    height: 1rem;
    background: 0 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.custom-range:focus {
    outline: 0
}

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

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

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

.theme-light .custom-range::-webkit-slider-thumb {
    background: #2196f3
}

.theme-dark .custom-range::-webkit-slider-thumb {
    background: #2196f3
}

.theme-light .custom-range::-webkit-slider-thumb:active {
    background: #cae6fc
}

.theme-dark .custom-range::-webkit-slider-thumb:active {
    background: #cae6fc
}

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

.theme-light .custom-range::-webkit-slider-runnable-track {
    background: #eee
}

.theme-dark .custom-range::-webkit-slider-runnable-track {
    background: #757575
}

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

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

.theme-light .custom-range::-moz-range-thumb {
    background: #2196f3
}

.theme-dark .custom-range::-moz-range-thumb {
    background: #2196f3
}

.theme-light .custom-range::-moz-range-thumb:active {
    background: #cae6fc
}

.theme-dark .custom-range::-moz-range-thumb:active {
    background: #cae6fc
}

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

.theme-light .custom-range::-moz-range-track {
    background: #eee
}

.theme-dark .custom-range::-moz-range-track {
    background: #757575
}

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

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

.theme-light .custom-range::-ms-thumb {
    background: #2196f3
}

.theme-dark .custom-range::-ms-thumb {
    background: #2196f3
}

.theme-light .custom-range::-ms-thumb:active {
    background: #cae6fc
}

.theme-dark .custom-range::-ms-thumb:active {
    background: #cae6fc
}

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

.custom-range::-ms-fill-lower {
    border-radius: 1rem
}

.theme-light .custom-range::-ms-fill-lower {
    background: #eee
}

.theme-dark .custom-range::-ms-fill-lower {
    background: #757575
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    border-radius: 1rem
}

.theme-light .custom-range::-ms-fill-upper {
    background: #eee
}

.theme-dark .custom-range::-ms-fill-upper {
    background: #757575
}

.theme-light .custom-range:disabled::-webkit-slider-thumb {
    background: #bdbdbd
}

.theme-dark .custom-range:disabled::-webkit-slider-thumb {
    background: #bdbdbd
}

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

.theme-light .custom-range:disabled::-moz-range-thumb {
    background: #bdbdbd
}

.theme-dark .custom-range:disabled::-moz-range-thumb {
    background: #bdbdbd
}

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

.theme-light .custom-range:disabled::-ms-thumb {
    background: #bdbdbd
}

.theme-dark .custom-range:disabled::-ms-thumb {
    background: #bdbdbd
}

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

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

.float-label {
    position: relative;
    display: block;
    flex-grow: 1
}

.float-label > label, .float-label > span {
    position: absolute;
    background: 0 0;
    font-size: .8rem;
    left: .75rem;
    top: 0;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 3;
    cursor: text;
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .float-label > label, .float-label > span {
        transition: none
    }
}

.theme-light .float-label > label, .theme-light .float-label > span {
    color: #757575
}

.theme-dark .float-label > label, .theme-dark .float-label > span {
    color: #e0e0e0
}

.float-label > label::after, .float-label > span::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    left: -.25rem;
    right: -.25rem;
    top: 50%;
    z-index: -1
}

.theme-light .float-label > label::after, .theme-light .float-label > span::after {
    background: #fff
}

.theme-dark .float-label > label::after, .theme-dark .float-label > span::after {
    background: #424242
}

.float-label .form-control:placeholder-shown:not(:focus)::placeholder {
    opacity: 0
}

.float-label .form-control:placeholder-shown:not(:focus) + label, .float-label .form-control:placeholder-shown:not(:focus) + span {
    top: calc(.75em + .375rem);
    font-size: 1rem
}

.theme-light .float-label .form-control:placeholder-shown:not(:focus) + label, .theme-light .float-label .form-control:placeholder-shown:not(:focus) + span {
    color: #757575;
    background: #fff
}

.theme-dark .float-label .form-control:placeholder-shown:not(:focus) + label, .theme-dark .float-label .form-control:placeholder-shown:not(:focus) + span {
    color: #e0e0e0;
    background: #424242
}

.float-label .form-control:placeholder-shown:not(:focus) + label:after, .float-label .form-control:placeholder-shown:not(:focus) + span:after {
    display: none
}

.float-label-lg > label, .float-label-lg > span {
    font-size: 1rem;
    left: 1rem
}

.float-label-lg .form-control:placeholder-shown:not(:focus) + label, .float-label-lg .form-control:placeholder-shown:not(:focus) + span {
    font-size: 1.2rem;
    top: calc(.75em + .5rem)
}

.float-label-sm > label, .float-label-sm > span {
    font-size: .6rem;
    left: .5rem
}

.float-label-sm .form-control:placeholder-shown:not(:focus) + label, .float-label-sm .form-control:placeholder-shown:not(:focus) + span {
    font-size: .8rem;
    top: calc(.75em + .25rem)
}

.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, .input-group > .form-control-plaintext, .input-group > .nice-select {
    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-file + .nice-select, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .custom-select + .nice-select, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control + .nice-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .nice-select, .input-group > .nice-select + .custom-file, .input-group > .nice-select + .custom-select, .input-group > .nice-select + .form-control, .input-group > .nice-select + .nice-select {
    margin-left: -1px
}

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

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

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

.input-group .float-label {
    display: table-cell
}

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

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

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

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

.input-group:not(.input-group-icon) .float-label .form-control {
    border-radius: .35rem
}

.input-group:not(.input-group-icon) .float-label:not(:last-child), .input-group:not(.input-group-icon) .float-label:not(:last-child) .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group:not(.input-group-icon) .float-label:not(:first-child), .input-group:not(.input-group-icon) .float-label:not(:first-child) .form-control {
    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:focus, .input-group-prepend .btn:focus {
    z-index: 3
}

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

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

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

.input-group-icon {
    display: flex;
    flex-direction: row;
    position: relative
}

.input-group-icon .input-group-prepend + .form-control, .input-group-icon .input-group-prepend + .form-control-plaintext, .input-group-icon .input-group-prepend + .twitter-typeahead .form-control, .input-group-icon .input-group-prepend + .twitter-typeahead .form-control-plaintext {
    padding-left: calc(1.5em + .75rem + 2px)
}

.input-group-icon .input-group-append, .input-group-icon .input-group-prepend {
    position: absolute;
    min-width: calc(1.5em + .75rem + 2px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    top: 0
}

.input-group-icon .input-group-append > i, .input-group-icon .input-group-prepend > i {
    font-size: 1rem
}

.input-group-icon .input-group-append > svg, .input-group-icon .input-group-prepend > svg {
    width: 1rem;
    height: 1rem
}

.theme-light .input-group-icon .input-group-append, .theme-light .input-group-icon .input-group-prepend {
    color: #757575
}

.theme-dark .input-group-icon .input-group-append, .theme-dark .input-group-icon .input-group-prepend {
    color: #e0e0e0
}

.input-group-icon .input-group-prepend:not(:last-child) {
    left: 0
}

.input-group-icon .input-group-append:not(:first-child) {
    right: 0
}

.input-group-icon.input-group-lg .input-group-append, .input-group-icon.input-group-lg .input-group-prepend {
    min-width: calc(1.5em + 1rem + 2px)
}

.input-group-icon.input-group-lg .input-group-append > i, .input-group-icon.input-group-lg .input-group-prepend > i {
    font-size: 1.2rem
}

.input-group-icon.input-group-lg .input-group-append > svg, .input-group-icon.input-group-lg .input-group-prepend > svg {
    width: 1.2rem;
    height: 1.2rem
}

.input-group-icon.input-group-sm .input-group-append, .input-group-icon.input-group-sm .input-group-prepend {
    min-width: calc(1.5em + .5rem + 2px)
}

.input-group-icon.input-group-sm .input-group-append > i, .input-group-icon.input-group-sm .input-group-prepend > i {
    font-size: .8rem
}

.input-group-icon.input-group-sm .input-group-append > svg, .input-group-icon.input-group-sm .input-group-prepend > svg {
    width: .8rem;
    height: .8rem
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    border-radius: .35rem
}

.theme-light .input-group-text {
    color: #757575;
    background: #eee;
    border-color: #e0e0e0
}

.theme-dark .input-group-text {
    color: #e0e0e0;
    background: #757575;
    border-color: #9e9e9e
}

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

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

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

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

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

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

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

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

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

.theme-light .table {
    color: #616161
}

.theme-dark .table {
    color: #eee
}

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

.theme-light .table td, .theme-light .table th {
    border-top-color: #eee
}

.theme-dark .table td, .theme-dark .table th {
    border-top-color: #757575
}

.theme-light .table th {
    color: #424242
}

.theme-dark .table th {
    color: #f5f5f5
}

.theme-light .table td {
    color: #757575
}

.theme-dark .table td {
    color: #e0e0e0
}

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

.theme-light .table thead th {
    border-bottom-color: #eee
}

.theme-dark .table thead th {
    border-bottom-color: #757575
}

.table tbody + tbody {
    border-top-width: 2px;
    border-top-style: solid
}

.theme-light .table tbody + tbody {
    border-top-color: #eee
}

.theme-dark .table tbody + tbody {
    border-top-color: #757575
}

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

.table-bordered, .table-bordered td, .table-bordered th {
    border-width: 1px;
    border-style: solid
}

.theme-light .table-bordered, .theme-light .table-bordered td, .theme-light .table-bordered th {
    border-color: #eee;
    font-size: 15px;
    font-weight: bold;
}
.theme-light .table-bordered a, .theme-light .table-bordered td a, .theme-light .table-bordered th a {
    color: #000 !important;
}
.theme-dark .table-bordered, .theme-dark .table-bordered td, .theme-dark .table-bordered th {
    border-color: #757575
}

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

.theme-light .table-striped tbody tr:nth-of-type(odd) {
    background: #f5f5f5
}

.theme-dark .table-striped tbody tr:nth-of-type(odd) {
    background: #616161
}

.theme-light .table-hover tbody tr:hover {
    background: #eee
}

.theme-dark .table-hover tbody tr:hover {
    background: #757575
}

.table-primary, .table-primary > td, .table-primary > th {
    background: rgba(33, 150, 243, .1)
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: rgba(33, 150, 243, .35)
}

.table-hover.table-primary tbody tr:hover {
    background: rgba(33, 150, 243, .2)
}

.table-hover .table-primary:hover {
    background: rgba(33, 150, 243, .2)
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background: rgba(33, 150, 243, .2)
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background: rgba(158, 158, 158, .1)
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: rgba(158, 158, 158, .35)
}

.table-hover.table-secondary tbody tr:hover {
    background: rgba(158, 158, 158, .2)
}

.table-hover .table-secondary:hover {
    background: rgba(158, 158, 158, .2)
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background: rgba(158, 158, 158, .2)
}

.table-success, .table-success > td, .table-success > th {
    background: rgba(76, 175, 80, .1)
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: rgba(76, 175, 80, .35)
}

.table-hover.table-success tbody tr:hover {
    background: rgba(76, 175, 80, .2)
}

.table-hover .table-success:hover {
    background: rgba(76, 175, 80, .2)
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background: rgba(76, 175, 80, .2)
}

.table-info, .table-info > td, .table-info > th {
    background: rgba(0, 188, 212, .1)
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: rgba(0, 188, 212, .35)
}

.table-hover.table-info tbody tr:hover {
    background: rgba(0, 188, 212, .2)
}

.table-hover .table-info:hover {
    background: rgba(0, 188, 212, .2)
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background: rgba(0, 188, 212, .2)
}

.table-warning, .table-warning > td, .table-warning > th {
    background: rgba(255, 235, 59, .1)
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: rgba(255, 235, 59, .35)
}

.table-hover.table-warning tbody tr:hover {
    background: rgba(255, 235, 59, .2)
}

.table-hover .table-warning:hover {
    background: rgba(255, 235, 59, .2)
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background: rgba(255, 235, 59, .2)
}

.table-danger, .table-danger > td, .table-danger > th {
    background: rgba(244, 67, 54, .1)
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: rgba(244, 67, 54, .35)
}

.table-hover.table-danger tbody tr:hover {
    background: rgba(244, 67, 54, .2)
}

.table-hover .table-danger:hover {
    background: rgba(244, 67, 54, .2)
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background: rgba(244, 67, 54, .2)
}

.table-light, .table-light > td, .table-light > th {
    background: rgba(245, 245, 245, .1)
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: rgba(245, 245, 245, .35)
}

.table-hover.table-light tbody tr:hover {
    background: rgba(245, 245, 245, .2)
}

.table-hover .table-light:hover {
    background: rgba(245, 245, 245, .2)
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background: rgba(245, 245, 245, .2)
}

.table-dark, .table-dark > td, .table-dark > th {
    background: rgba(97, 97, 97, .1)
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: rgba(97, 97, 97, .35)
}

.table-hover.table-dark tbody tr:hover {
    background: rgba(97, 97, 97, .2)
}

.table-hover .table-dark:hover {
    background: rgba(97, 97, 97, .2)
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background: rgba(97, 97, 97, .2)
}

.table-active > th {
    background: #eee
}

.table-hover.table-active tbody tr:hover {
    background: #eee
}

.table-hover .table-active:hover {
    background: #eee
}

.table-hover .table-active:hover > th {
    background: #eee
}

.table-active > th {
    background: #757575
}

.table-hover.table-active tbody tr:hover {
    background: #eee
}

.table-hover .table-active:hover {
    background: #eee
}

.table-hover .table-active:hover > th {
    background: #eee
}

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    background: 0 0;
    padding: .5rem 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto
}

.breadcrumb-item {
    position: relative;
    display: flex;
    align-items: center
}

.theme-light .breadcrumb-item {
    color: #616161
}

.theme-dark .breadcrumb-item {
    color: #eee
}

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

.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 4px;
    height: 4px;
    left: .75rem;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.theme-light .breadcrumb-item + .breadcrumb-item::before {
    background: #e0e0e0
}

.theme-dark .breadcrumb-item + .breadcrumb-item::before {
    background: #9e9e9e
}

.breadcrumb-item.active, .breadcrumb-item:active, .breadcrumb-item:focus, .breadcrumb-item:hover {
    text-decoration: none
}

.theme-light .breadcrumb-item.active, .theme-light .breadcrumb-item:active, .theme-light .breadcrumb-item:focus, .theme-light .breadcrumb-item:hover {
    color: #2196f3
}

.theme-dark .breadcrumb-item.active, .theme-dark .breadcrumb-item:active, .theme-dark .breadcrumb-item:focus, .theme-dark .breadcrumb-item:hover {
    color: #2196f3
}

.breadcrumb-text {
    color: inherit;
    font-size: 1rem;
    font-weight: 400
}

.breadcrumb-icon {
    display: inline-block;
    color: inherit;
    line-height: 0;
    margin-right: .5rem
}

.breadcrumb-icon > i {
    font-size: 1rem
}

.breadcrumb-icon > svg {
    width: 1rem;
    height: 1rem
}

.alert {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    padding: .5rem .75rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .35rem
}

.alert-content {
    flex: 1
}

.alert-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-right: .75rem
}

.alert-icon > i {
    font-size: 2rem
}

.alert-icon > svg {
    width: 2rem;
    height: 2rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 600
}

.alert-dismiss {
    align-self: flex-start
}

.alert-primary {
    color: #fff;
    background: #2196f3;
    border-color: #2196f3
}

.alert-primary hr {
    border-top-color: #0d8aee
}

.alert-primary .alert-link {
    color: #fff
}

.alert-outline-primary {
    color: #2196f3;
    background: 0 0;
    border-color: #2196f3
}

.alert-outline-primary hr {
    border-top-color: #0d8aee
}

.alert-outline-primary .alert-link {
    color: #0c7cd5
}

.alert-label-primary {
    color: #2196f3;
    background: rgba(33, 150, 243, .1);
    border-color: transparent
}

.alert-label-primary hr {
    border-top-color: #2196f3
}

.alert-label-primary .alert-link {
    color: #0c7cd5
}

.alert-secondary {
    color: #fff;
    background: #9e9e9e;
    border-color: #9e9e9e
}

.alert-secondary hr {
    border-top-color: #919191
}

.alert-secondary .alert-link {
    color: #fff
}

.alert-outline-secondary {
    color: #9e9e9e;
    background: 0 0;
    border-color: #9e9e9e
}

.alert-outline-secondary hr {
    border-top-color: #919191
}

.alert-outline-secondary .alert-link {
    color: #858585
}

.alert-label-secondary {
    color: #9e9e9e;
    background: rgba(158, 158, 158, .1);
    border-color: transparent
}

.alert-label-secondary hr {
    border-top-color: #9e9e9e
}

.alert-label-secondary .alert-link {
    color: #858585
}

.alert-success {
    color: #fff;
    background: #4caf50;
    border-color: #4caf50
}

.alert-success hr {
    border-top-color: #449d48
}

.alert-success .alert-link {
    color: #fff
}

.alert-outline-success {
    color: #4caf50;
    background: 0 0;
    border-color: #4caf50
}

.alert-outline-success hr {
    border-top-color: #449d48
}

.alert-outline-success .alert-link {
    color: #3d8b40
}

.alert-label-success {
    color: #4caf50;
    background: rgba(76, 175, 80, .1);
    border-color: transparent
}

.alert-label-success hr {
    border-top-color: #4caf50
}

.alert-label-success .alert-link {
    color: #3d8b40
}

.alert-info {
    color: #fff;
    background: #00bcd4;
    border-color: #00bcd4
}

.alert-info hr {
    border-top-color: #00a5bb
}

.alert-info .alert-link {
    color: #fff
}

.alert-outline-info {
    color: #00bcd4;
    background: 0 0;
    border-color: #00bcd4
}

.alert-outline-info hr {
    border-top-color: #00a5bb
}

.alert-outline-info .alert-link {
    color: #008fa1
}

.alert-label-info {
    color: #00bcd4;
    background: rgba(0, 188, 212, .1);
    border-color: transparent
}

.alert-label-info hr {
    border-top-color: #00bcd4
}

.alert-label-info .alert-link {
    color: #008fa1
}

.alert-warning {
    color: #424242;
    background: #ffeb3b;
    border-color: #ffeb3b
}

.alert-warning hr {
    border-top-color: #ffe822
}

.alert-warning .alert-link {
    color: #424242
}

.alert-outline-warning {
    color: #ffeb3b;
    background: 0 0;
    border-color: #ffeb3b
}

.alert-outline-warning hr {
    border-top-color: #ffe822
}

.alert-outline-warning .alert-link {
    color: #ffe608
}

.alert-label-warning {
    color: #ffeb3b;
    background: rgba(255, 235, 59, .1);
    border-color: transparent
}

.alert-label-warning hr {
    border-top-color: #ffeb3b
}

.alert-label-warning .alert-link {
    color: #ffe608
}

.alert-danger {
    color: #fff;
    background: #f44336;
    border-color: #f44336
}

.alert-danger hr {
    border-top-color: #f32c1e
}

.alert-danger .alert-link {
    color: #fff
}

.alert-outline-danger {
    color: #f44336;
    background: 0 0;
    border-color: #f44336
}

.alert-outline-danger hr {
    border-top-color: #f32c1e
}

.alert-outline-danger .alert-link {
    color: #ea1c0d
}

.alert-label-danger {
    color: #f44336;
    background: rgba(244, 67, 54, .1);
    border-color: transparent
}

.alert-label-danger hr {
    border-top-color: #f44336
}

.alert-label-danger .alert-link {
    color: #ea1c0d
}

.alert-light {
    color: #424242;
    background: #f5f5f5;
    border-color: #f5f5f5
}

.alert-light hr {
    border-top-color: #e8e8e8
}

.alert-light .alert-link {
    color: #424242
}

.alert-outline-light {
    color: #f5f5f5;
    background: 0 0;
    border-color: #f5f5f5
}

.alert-outline-light hr {
    border-top-color: #e8e8e8
}

.alert-outline-light .alert-link {
    color: #dcdcdc
}

.alert-label-light {
    color: #f5f5f5;
    background: rgba(245, 245, 245, .1);
    border-color: transparent
}

.alert-label-light hr {
    border-top-color: #f5f5f5
}

.alert-label-light .alert-link {
    color: #dcdcdc
}

.alert-dark {
    color: #fff;
    background: #616161;
    border-color: #616161
}

.alert-dark hr {
    border-top-color: #545454
}

.alert-dark .alert-link {
    color: #fff
}

.alert-outline-dark {
    color: #616161;
    background: 0 0;
    border-color: #616161
}

.alert-outline-dark hr {
    border-top-color: #545454
}

.alert-outline-dark .alert-link {
    color: #484848
}

.alert-label-dark {
    color: #616161;
    background: rgba(97, 97, 97, .1);
    border-color: transparent
}

.alert-label-dark hr {
    border-top-color: #616161
}

.alert-label-dark .alert-link {
    color: #484848
}

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

.nav-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.theme-light .nav-link {
    color: #616161
}

.theme-dark .nav-link {
    color: #eee
}

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

.theme-light .nav-link.active, .theme-light .nav-link:focus, .theme-light .nav-link:hover {
    color: #2196f3
}

.theme-dark .nav-link.active, .theme-dark .nav-link:focus, .theme-dark .nav-link:hover {
    color: #2196f3
}

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

.theme-light .nav-link.disabled {
    color: #757575
}

.theme-dark .nav-link.disabled {
    color: #e0e0e0
}

.nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem
}

.nav-icon > i {
    font-size: 1.2rem
}

.nav-icon > svg {
    width: 1.2rem;
    height: 1.2rem
}

.nav-append, .nav-prepend {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap
}

.nav-prepend {
    margin-right: .75rem
}

.nav-append {
    margin-left: .75rem
}

.nav-content {
    flex: 1;
    text-align: left
}

.nav-lines {
    margin-bottom: -2px
}

.nav-lines .nav-link {
    border-bottom: 2px solid transparent
}

.nav-lines .nav-item.show .nav-link, .nav-lines .nav-link.active {
    color: #2196f3;
    border-bottom-color: #2196f3
}

.nav-lines.nav-vertical {
    flex-direction: column
}

.nav-lines.nav-vertical .nav-link {
    justify-content: flex-start
}

.nav-lines.nav-vertical .nav-item + .nav-item {
    margin-top: .5rem
}

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

.nav-tabs .nav-link {
    border-top-left-radius: .35rem;
    border-top-right-radius: .35rem
}

.theme-light .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-bottom-color: #eee
}

.theme-dark .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-bottom-color: #757575
}

.theme-light .nav-tabs .nav-item.show .nav-link, .theme-light .nav-tabs .nav-link.active {
    color: #2196f3;
    background: #fff;
    border-color: #eee;
    border-bottom-color: transparent
}

.theme-dark .nav-tabs .nav-item.show .nav-link, .theme-dark .nav-tabs .nav-link.active {
    color: #2196f3;
    background: #424242;
    border-color: #757575;
    border-bottom-color: transparent
}

.nav-pills .nav-item + .nav-item {
    margin-left: .5rem
}

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

.theme-light .nav-pills .nav-link:hover {
    color: #2196f3;
    background: #f5f5f5
}

.theme-dark .nav-pills .nav-link:hover {
    color: #2196f3;
    background: #616161
}

.theme-light .nav-pills .nav-link.active, .theme-light .nav-pills .show > .nav-link {
    color: #fff;
    background: #2196f3
}

.theme-dark .nav-pills .nav-link.active, .theme-dark .nav-pills .show > .nav-link {
    color: #fff;
    background: #2196f3
}

.nav-pills.nav-vertical {
    flex-direction: column
}

.nav-pills.nav-vertical .nav-link {
    justify-content: flex-start
}

.nav-pills.nav-vertical .nav-item + .nav-item {
    margin-left: 0;
    margin-top: .5rem
}

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

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

.nav-lg .nav-link {
    padding: .6rem 1.25rem;
    font-size: 1.2rem
}

.nav-lg .nav-icon > i {
    font-size: 1.2rem
}

.nav-lg.nav-pills:not(.nav-vertical) .nav-item + .nav-item {
    margin-left: .75rem
}

.nav-lg.nav-pills.nav-vertical .nav-item + .nav-item {
    margin-top: .75rem
}

.nav-lg.nav-lines.nav-vertical .nav-item + .nav-item {
    margin-top: .5rem
}

.nav-sm .nav-link {
    padding: .4rem .75rem;
    font-size: .8rem
}

.nav-sm .nav-icon > i {
    font-size: .8rem
}

.nav-sm.nav-pills:not(.nav-vertical) .nav-item + .nav-item {
    margin-left: .25rem
}

.nav-sm.nav-pills.nav-vertical .nav-item + .nav-item {
    margin-top: .25rem
}

.nav-sm.nav-lines.nav-vertical .nav-item + .nav-item {
    margin-top: .5rem
}

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

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

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

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

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

.theme-light .list-group-action .list-group-item:focus:not(.active), .theme-light .list-group-action .list-group-item:hover:not(.active), .theme-light .list-group-item-action:focus:not(.active), .theme-light .list-group-item-action:hover:not(.active) {
    color: #2196f3;
    background-color: #f5f5f5;
    border-color: #eee
}

.theme-dark .list-group-action .list-group-item:focus:not(.active), .theme-dark .list-group-action .list-group-item:hover:not(.active), .theme-dark .list-group-item-action:focus:not(.active), .theme-dark .list-group-item-action:hover:not(.active) {
    color: #2196f3;
    background-color: #616161;
    border-color: #757575
}

.list-group-action .list-group-item.active, .list-group-action .list-group-item:active, .list-group-item-action.active, .list-group-item-action:active {
    z-index: 2
}

.theme-light .list-group-action .list-group-item.active, .theme-light .list-group-action .list-group-item:active, .theme-light .list-group-item-action.active, .theme-light .list-group-item-action:active {
    color: #fff;
    background-color: #2196f3;
    border-color: #fff
}

.theme-dark .list-group-action .list-group-item.active, .theme-dark .list-group-action .list-group-item:active, .theme-dark .list-group-item-action.active, .theme-dark .list-group-item-action:active {
    color: #fff;
    background-color: #2196f3;
    border-color: #fff
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    border: 0;
    outline: 0 !important
}

.theme-light .list-group-item {
    color: #424242;
    background-color: #fff
}

.theme-dark .list-group-item {
    color: #f5f5f5;
    background-color: #424242
}

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

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

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

.theme-light .list-group-item.disabled, .theme-light .list-group-item:disabled {
    color: #757575;
    background-color: #eee;
    border-color: #eee !important
}

.theme-dark .list-group-item.disabled, .theme-dark .list-group-item:disabled {
    color: #e0e0e0;
    background-color: #757575;
    border-color: #757575 !important
}

.list-group-item.active, .list-group-item:active {
    z-index: 2
}

.theme-light .list-group-item.active, .theme-light .list-group-item:active {
    color: #fff;
    background-color: #2196f3;
    border-color: #fff
}

.theme-dark .list-group-item.active, .theme-dark .list-group-item:active {
    color: #fff;
    background-color: #2196f3;
    border-color: #fff
}

.list-group-flush .list-group-item {
    margin: 0
}

.list-group-flush:not(.list-group-horizontal) .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-top-style: solid
}

.theme-light .list-group-flush:not(.list-group-horizontal) .list-group-item + .list-group-item {
    border-top-color: #eee
}

.theme-dark .list-group-flush:not(.list-group-horizontal) .list-group-item + .list-group-item {
    border-top-color: #757575
}

.list-group-flush.list-group-horizontal .list-group-item + .list-group-item {
    border-left-width: 1px;
    border-left-style: solid
}

.theme-light .list-group-flush.list-group-horizontal .list-group-item + .list-group-item {
    border-left-color: #eee
}

.theme-dark .list-group-flush.list-group-horizontal .list-group-item + .list-group-item {
    border-left-color: #757575
}

.list-group-bordered .list-group-item {
    margin-bottom: -1px;
    border-width: 1px;
    border-style: solid
}

.theme-light .list-group-bordered .list-group-item {
    border-color: #eee
}

.theme-dark .list-group-bordered .list-group-item {
    border-color: #757575
}

.list-group-bordered .list-group-item:last-child {
    margin-bottom: 0
}

.list-group-deck .list-group-item {
    border-radius: .35rem
}

.list-group-deck:not(.list-group-horizontal) .list-group-item + .list-group-item {
    margin-top: .5rem
}

.list-group-deck.list-group-horizontal .list-group-item + .list-group-item {
    margin-left: .5rem
}

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

.list-group-horizontal.list-group-bordered .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal.list-group-bordered .list-group-item:last-child {
    margin-right: 0
}

.list-group-horizontal:not(.list-group-deck) .list-group-item:first-child {
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem;
    border-top-right-radius: 0
}

.list-group-horizontal:not(.list-group-deck) .list-group-item:last-child {
    border-top-right-radius: .35rem;
    border-bottom-right-radius: .35rem;
    border-bottom-left-radius: 0
}

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

    .list-group-horizontal-sm.list-group-bordered .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm.list-group-bordered .list-group-item:last-child {
        margin-right: 0
    }

    .list-group-horizontal-sm:not(.list-group-deck) .list-group-item:first-child {
        border-top-left-radius: .35rem;
        border-bottom-left-radius: .35rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm:not(.list-group-deck) .list-group-item:last-child {
        border-top-right-radius: .35rem;
        border-bottom-right-radius: .35rem;
        border-bottom-left-radius: 0
    }
}

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

    .list-group-horizontal-md.list-group-bordered .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md.list-group-bordered .list-group-item:last-child {
        margin-right: 0
    }

    .list-group-horizontal-md:not(.list-group-deck) .list-group-item:first-child {
        border-top-left-radius: .35rem;
        border-bottom-left-radius: .35rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md:not(.list-group-deck) .list-group-item:last-child {
        border-top-right-radius: .35rem;
        border-bottom-right-radius: .35rem;
        border-bottom-left-radius: 0
    }
}

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

    .list-group-horizontal-lg.list-group-bordered .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg.list-group-bordered .list-group-item:last-child {
        margin-right: 0
    }

    .list-group-horizontal-lg:not(.list-group-deck) .list-group-item:first-child {
        border-top-left-radius: .35rem;
        border-bottom-left-radius: .35rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg:not(.list-group-deck) .list-group-item:last-child {
        border-top-right-radius: .35rem;
        border-bottom-right-radius: .35rem;
        border-bottom-left-radius: 0
    }
}

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

    .list-group-horizontal-xl.list-group-bordered .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xl.list-group-bordered .list-group-item:last-child {
        margin-right: 0
    }

    .list-group-horizontal-xl:not(.list-group-deck) .list-group-item:first-child {
        border-top-left-radius: .35rem;
        border-bottom-left-radius: .35rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl:not(.list-group-deck) .list-group-item:last-child {
        border-top-right-radius: .35rem;
        border-bottom-right-radius: .35rem;
        border-bottom-left-radius: 0
    }
}

.theme-light .list-group-item-primary {
    color: #2196f3;
    background-color: rgba(33, 150, 243, .1);
    border-color: #eee
}

.theme-dark .list-group-item-primary {
    color: #2196f3;
    background-color: rgba(33, 150, 243, .1);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-primary:focus:not(.active), .theme-light .list-group-action .list-group-item-primary:hover:not(.active), .theme-light .list-group-item-primary.list-group-item-action:focus:not(.active), .theme-light .list-group-item-primary.list-group-item-action:hover:not(.active) {
    color: #2196f3;
    background-color: rgba(33, 150, 243, .2);
    border-color: #eee
}

.theme-dark .list-group-action .list-group-item-primary:focus:not(.active), .theme-dark .list-group-action .list-group-item-primary:hover:not(.active), .theme-dark .list-group-item-primary.list-group-item-action:focus:not(.active), .theme-dark .list-group-item-primary.list-group-item-action:hover:not(.active) {
    color: #2196f3;
    background-color: rgba(33, 150, 243, .2);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-primary.active, .theme-light .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3
}

.theme-dark .list-group-action .list-group-item-primary.active, .theme-dark .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3
}

.theme-light .list-group-item-secondary {
    color: #9e9e9e;
    background-color: rgba(158, 158, 158, .1);
    border-color: #eee
}

.theme-dark .list-group-item-secondary {
    color: #9e9e9e;
    background-color: rgba(158, 158, 158, .1);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-secondary:focus:not(.active), .theme-light .list-group-action .list-group-item-secondary:hover:not(.active), .theme-light .list-group-item-secondary.list-group-item-action:focus:not(.active), .theme-light .list-group-item-secondary.list-group-item-action:hover:not(.active) {
    color: #9e9e9e;
    background-color: rgba(158, 158, 158, .2);
    border-color: #eee
}

.theme-dark .list-group-action .list-group-item-secondary:focus:not(.active), .theme-dark .list-group-action .list-group-item-secondary:hover:not(.active), .theme-dark .list-group-item-secondary.list-group-item-action:focus:not(.active), .theme-dark .list-group-item-secondary.list-group-item-action:hover:not(.active) {
    color: #9e9e9e;
    background-color: rgba(158, 158, 158, .2);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-secondary.active, .theme-light .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #9e9e9e;
    border-color: #9e9e9e
}

.theme-dark .list-group-action .list-group-item-secondary.active, .theme-dark .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

.theme-light .list-group-item-success {
    color: #4caf50;
    background-color: rgba(76, 175, 80, .1);
    border-color: #eee
}

.theme-dark .list-group-item-success {
    color: #4caf50;
    background-color: rgba(76, 175, 80, .1);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-success:focus:not(.active), .theme-light .list-group-action .list-group-item-success:hover:not(.active), .theme-light .list-group-item-success.list-group-item-action:focus:not(.active), .theme-light .list-group-item-success.list-group-item-action:hover:not(.active) {
    color: #4caf50;
    background-color: rgba(76, 175, 80, .2);
    border-color: #eee
}

.theme-dark .list-group-action .list-group-item-success:focus:not(.active), .theme-dark .list-group-action .list-group-item-success:hover:not(.active), .theme-dark .list-group-item-success.list-group-item-action:focus:not(.active), .theme-dark .list-group-item-success.list-group-item-action:hover:not(.active) {
    color: #4caf50;
    background-color: rgba(76, 175, 80, .2);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-success.active, .theme-light .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50
}

.theme-dark .list-group-action .list-group-item-success.active, .theme-dark .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50
}

.theme-light .list-group-item-info {
    color: #00bcd4;
    background-color: rgba(0, 188, 212, .1);
    border-color: #eee
}

.theme-dark .list-group-item-info {
    color: #00bcd4;
    background-color: rgba(0, 188, 212, .1);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-info:focus:not(.active), .theme-light .list-group-action .list-group-item-info:hover:not(.active), .theme-light .list-group-item-info.list-group-item-action:focus:not(.active), .theme-light .list-group-item-info.list-group-item-action:hover:not(.active) {
    color: #00bcd4;
    background-color: rgba(0, 188, 212, .2);
    border-color: #eee
}

.theme-dark .list-group-action .list-group-item-info:focus:not(.active), .theme-dark .list-group-action .list-group-item-info:hover:not(.active), .theme-dark .list-group-item-info.list-group-item-action:focus:not(.active), .theme-dark .list-group-item-info.list-group-item-action:hover:not(.active) {
    color: #00bcd4;
    background-color: rgba(0, 188, 212, .2);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-info.active, .theme-light .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4
}

.theme-dark .list-group-action .list-group-item-info.active, .theme-dark .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4
}

.theme-light .list-group-item-warning {
    color: #ffeb3b;
    background-color: rgba(255, 235, 59, .1);
    border-color: #eee
}

.theme-dark .list-group-item-warning {
    color: #ffeb3b;
    background-color: rgba(255, 235, 59, .1);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-warning:focus:not(.active), .theme-light .list-group-action .list-group-item-warning:hover:not(.active), .theme-light .list-group-item-warning.list-group-item-action:focus:not(.active), .theme-light .list-group-item-warning.list-group-item-action:hover:not(.active) {
    color: #ffeb3b;
    background-color: rgba(255, 235, 59, .2);
    border-color: #eee
}

.theme-dark .list-group-action .list-group-item-warning:focus:not(.active), .theme-dark .list-group-action .list-group-item-warning:hover:not(.active), .theme-dark .list-group-item-warning.list-group-item-action:focus:not(.active), .theme-dark .list-group-item-warning.list-group-item-action:hover:not(.active) {
    color: #ffeb3b;
    background-color: rgba(255, 235, 59, .2);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-warning.active, .theme-light .list-group-item-warning.list-group-item-action.active {
    color: #424242;
    background-color: #ffeb3b;
    border-color: #ffeb3b
}

.theme-dark .list-group-action .list-group-item-warning.active, .theme-dark .list-group-item-warning.list-group-item-action.active {
    color: #424242;
    background-color: #ffeb3b;
    border-color: #ffeb3b
}

.theme-light .list-group-item-danger {
    color: #f44336;
    background-color: rgba(244, 67, 54, .1);
    border-color: #eee
}

.theme-dark .list-group-item-danger {
    color: #f44336;
    background-color: rgba(244, 67, 54, .1);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-danger:focus:not(.active), .theme-light .list-group-action .list-group-item-danger:hover:not(.active), .theme-light .list-group-item-danger.list-group-item-action:focus:not(.active), .theme-light .list-group-item-danger.list-group-item-action:hover:not(.active) {
    color: #f44336;
    background-color: rgba(244, 67, 54, .2);
    border-color: #eee
}

.theme-dark .list-group-action .list-group-item-danger:focus:not(.active), .theme-dark .list-group-action .list-group-item-danger:hover:not(.active), .theme-dark .list-group-item-danger.list-group-item-action:focus:not(.active), .theme-dark .list-group-item-danger.list-group-item-action:hover:not(.active) {
    color: #f44336;
    background-color: rgba(244, 67, 54, .2);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-danger.active, .theme-light .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336
}

.theme-dark .list-group-action .list-group-item-danger.active, .theme-dark .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336
}

.theme-light .list-group-item-light {
    color: #f5f5f5;
    background-color: rgba(245, 245, 245, .1);
    border-color: #eee
}

.theme-dark .list-group-item-light {
    color: #f5f5f5;
    background-color: rgba(245, 245, 245, .1);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-light:focus:not(.active), .theme-light .list-group-action .list-group-item-light:hover:not(.active), .theme-light .list-group-item-light.list-group-item-action:focus:not(.active), .theme-light .list-group-item-light.list-group-item-action:hover:not(.active) {
    color: #f5f5f5;
    background-color: rgba(245, 245, 245, .2);
    border-color: #eee
}

.theme-dark .list-group-action .list-group-item-light:focus:not(.active), .theme-dark .list-group-action .list-group-item-light:hover:not(.active), .theme-dark .list-group-item-light.list-group-item-action:focus:not(.active), .theme-dark .list-group-item-light.list-group-item-action:hover:not(.active) {
    color: #f5f5f5;
    background-color: rgba(245, 245, 245, .2);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-light.active, .theme-light .list-group-item-light.list-group-item-action.active {
    color: #424242;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .list-group-action .list-group-item-light.active, .theme-dark .list-group-item-light.list-group-item-action.active {
    color: #424242;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.theme-light .list-group-item-dark {
    color: #616161;
    background-color: rgba(97, 97, 97, .1);
    border-color: #eee
}

.theme-dark .list-group-item-dark {
    color: #616161;
    background-color: rgba(97, 97, 97, .1);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-dark:focus:not(.active), .theme-light .list-group-action .list-group-item-dark:hover:not(.active), .theme-light .list-group-item-dark.list-group-item-action:focus:not(.active), .theme-light .list-group-item-dark.list-group-item-action:hover:not(.active) {
    color: #616161;
    background-color: rgba(97, 97, 97, .2);
    border-color: #eee
}

.theme-dark .list-group-action .list-group-item-dark:focus:not(.active), .theme-dark .list-group-action .list-group-item-dark:hover:not(.active), .theme-dark .list-group-item-dark.list-group-item-action:focus:not(.active), .theme-dark .list-group-item-dark.list-group-item-action:hover:not(.active) {
    color: #616161;
    background-color: rgba(97, 97, 97, .2);
    border-color: #eee
}

.theme-light .list-group-action .list-group-item-dark.active, .theme-light .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #616161;
    border-color: #616161
}

.theme-dark .list-group-action .list-group-item-dark.active, .theme-dark .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #616161;
    border-color: #616161
}

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

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    font-size: 1rem;
    font-weight: 500;
    margin-left: -1px;
    line-height: 1.5;
    border-width: 1px;
    border-style: solid;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.theme-light .page-link {
    color: #424242;
    background: #fff;
    border-color: #eee
}

.theme-dark .page-link {
    color: #f5f5f5;
    background: #424242;
    border-color: #757575
}

.page-link:hover {
    z-index: 2;
    text-decoration: none
}

.theme-light .page-link:hover {
    color: #2196f3;
    background: #f5f5f5;
    border-color: #eee
}

.theme-dark .page-link:hover {
    color: #2196f3;
    background: #616161;
    border-color: #757575
}

.page-link:focus {
    z-index: 2;
    outline: 0
}

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

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

.page-item.active .page-link {
    z-index: 1
}

.theme-light .page-item.active .page-link {
    color: #fff;
    background: #2196f3;
    border-color: #2196f3
}

.theme-dark .page-item.active .page-link {
    color: #fff;
    background: #2196f3;
    border-color: #2196f3
}

.page-item.disabled .page-link {
    pointer-events: none;
    opacity: .65;
    cursor: auto
}

.theme-light .page-item.disabled .page-link {
    color: #757575;
    background: #eee;
    border-color: #eee
}

.theme-dark .page-item.disabled .page-link {
    color: #e0e0e0;
    background: #757575;
    border-color: #757575
}

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

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

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

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .8rem;
    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
}

.carousel {
    display: flex;
    flex-direction: row;
    width: calc(100% + 1rem);
    margin-right: -.5rem;
    margin-left: -.5rem
}

.carousel.carousel-center {
    padding: 0 .5rem
}

.carousel-item {
    width: 100%;
    margin: 0 .5rem
}

.progress {
    display: flex;
    height: 1rem;
    font-size: .8rem;
    overflow: hidden;
    border-radius: .35rem
}

.theme-light .progress {
    background-color: #f5f5f5
}

.theme-dark .progress {
    background-color: #757575
}

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

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

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

.progress-lg {
    height: 1.5rem
}

.progress-sm {
    height: .5rem
}

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

.progress-bar-animated {
    animation: progress-bar-stripes .75s linear infinite
}

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

.avatar {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    margin: 0 .25rem;
    border-radius: .35rem
}

.theme-light .avatar {
    background: #f5f5f5
}

.theme-dark .avatar {
    background: #616161
}

.avatar-display {
    display: block;
    color: inherit;
    font-size: 1.4rem;
    font-weight: 600;
    overflow: hidden
}

.avatar-display > i {
    font-size: 1.2rem
}

.avatar-display > svg {
    width: 1.2rem;
    height: 1.2rem
}

.avatar-display > img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: .35rem
}

.avatar-badge, .avatar-icon {
    position: relative;
    border-width: 2px;
    border-style: solid
}

.theme-light .avatar-badge, .theme-light .avatar-icon {
    border-color: #fff
}

.theme-dark .avatar-badge, .theme-dark .avatar-icon {
    border-color: #424242
}

.avatar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    padding: .5rem;
    border-radius: 50%
}

.avatar-icon > i {
    font-size: .6rem
}

.avatar-icon > svg {
    width: .6rem;
    height: .6rem
}

.theme-light .avatar-icon {
    color: #424242;
    background: #eee
}

.theme-dark .avatar-icon {
    color: #fff;
    background: #757575
}

.avatar-addon {
    z-index: 1;
    position: absolute
}

.avatar-addon-top {
    top: -.5rem;
    left: -.5rem
}

.avatar-addon-top .avatar-badge {
    bottom: .25rem;
    right: .25rem
}

.avatar-addon-bottom {
    bottom: -.5rem;
    right: -.5rem
}

.avatar-addon-bottom .avatar-badge {
    top: .25rem;
    left: .25rem
}

.avatar-circle, .avatar-circle .avatar-display > img {
    border-radius: 50% !important
}

.avatar-primary {
    color: #fff !important;
    background: #2196f3 !important
}

a.avatar-primary:hover {
    color: #fff !important
}

.avatar-label-primary {
    color: #2196f3 !important;
    background: rgba(33, 150, 243, .1) !important
}

a.avatar-label-primary:hover {
    color: #2196f3 !important
}

.avatar-icon-primary {
    color: #fff !important;
    background: #2196f3 !important
}

.avatar-secondary {
    color: #fff !important;
    background: #9e9e9e !important
}

a.avatar-secondary:hover {
    color: #fff !important
}

.avatar-label-secondary {
    color: #9e9e9e !important;
    background: rgba(158, 158, 158, .1) !important
}

a.avatar-label-secondary:hover {
    color: #9e9e9e !important
}

.avatar-icon-secondary {
    color: #fff !important;
    background: #9e9e9e !important
}

.avatar-success {
    color: #fff !important;
    background: #4caf50 !important
}

a.avatar-success:hover {
    color: #fff !important
}

.avatar-label-success {
    color: #4caf50 !important;
    background: rgba(76, 175, 80, .1) !important
}

a.avatar-label-success:hover {
    color: #4caf50 !important
}

.avatar-icon-success {
    color: #fff !important;
    background: #4caf50 !important
}

.avatar-info {
    color: #fff !important;
    background: #00bcd4 !important
}

a.avatar-info:hover {
    color: #fff !important
}

.avatar-label-info {
    color: #00bcd4 !important;
    background: rgba(0, 188, 212, .1) !important
}

a.avatar-label-info:hover {
    color: #00bcd4 !important
}

.avatar-icon-info {
    color: #fff !important;
    background: #00bcd4 !important
}

.avatar-warning {
    color: #424242 !important;
    background: #ffeb3b !important
}

a.avatar-warning:hover {
    color: #424242 !important
}

.avatar-label-warning {
    color: #ffeb3b !important;
    background: rgba(255, 235, 59, .1) !important
}

a.avatar-label-warning:hover {
    color: #ffeb3b !important
}

.avatar-icon-warning {
    color: #424242 !important;
    background: #ffeb3b !important
}

.avatar-danger {
    color: #fff !important;
    background: #f44336 !important
}

a.avatar-danger:hover {
    color: #fff !important
}

.avatar-label-danger {
    color: #f44336 !important;
    background: rgba(244, 67, 54, .1) !important
}

a.avatar-label-danger:hover {
    color: #f44336 !important
}

.avatar-icon-danger {
    color: #fff !important;
    background: #f44336 !important
}

.avatar-light {
    color: #424242 !important;
    background: #f5f5f5 !important
}

a.avatar-light:hover {
    color: #424242 !important
}

.avatar-label-light {
    color: #f5f5f5 !important;
    background: rgba(245, 245, 245, .1) !important
}

a.avatar-label-light:hover {
    color: #f5f5f5 !important
}

.avatar-icon-light {
    color: #424242 !important;
    background: #f5f5f5 !important
}

.avatar-dark {
    color: #fff !important;
    background: #616161 !important
}

a.avatar-dark:hover {
    color: #fff !important
}

.avatar-label-dark {
    color: #616161 !important;
    background: rgba(97, 97, 97, .1) !important
}

a.avatar-label-dark:hover {
    color: #616161 !important
}

.avatar-icon-dark {
    color: #fff !important;
    background: #616161 !important
}

.avatar-group {
    display: inline-flex;
    flex-direction: row;
    align-items: center
}

.avatar-group > .avatar {
    margin: 0;
    border-width: 2px;
    border-style: solid
}

.theme-light .avatar-group > .avatar {
    border-color: #fff
}

.theme-dark .avatar-group > .avatar {
    border-color: #424242
}

.avatar-group > .avatar + .avatar {
    margin-left: -1rem
}

.avatar-group-lg > .avatar, .avatar-lg {
    width: 3.75rem;
    height: 3.75rem
}

.avatar-group-lg > .avatar, .avatar-group-lg > .avatar > img, .avatar-lg, .avatar-lg > img {
    border-radius: .5rem
}

.avatar-group-lg > .avatar .avatar-display, .avatar-lg .avatar-display {
    font-size: 2rem
}

.avatar-group-lg > .avatar .avatar-display > i, .avatar-lg .avatar-display > i {
    font-size: 1.6rem
}

.avatar-group-lg > .avatar .avatar-display > svg, .avatar-lg .avatar-display > svg {
    width: 1.6rem;
    height: 1.6rem
}

.avatar-group-lg > .avatar .avatar-addon-top, .avatar-lg .avatar-addon-top {
    top: -.35rem;
    left: -.35rem
}

.avatar-group-lg > .avatar .avatar-addon-bottom, .avatar-lg .avatar-addon-bottom {
    bottom: -.35rem;
    right: -.35rem
}

.avatar-group-sm > .avatar, .avatar-sm {
    width: 2.25rem;
    height: 2.25rem
}

.avatar-group-sm > .avatar, .avatar-group-sm > .avatar > img, .avatar-sm, .avatar-sm > img {
    border-radius: .2rem
}

.avatar-group-sm > .avatar .avatar-display, .avatar-sm .avatar-display {
    font-size: 1rem
}

.avatar-group-sm > .avatar .avatar-display > i, .avatar-sm .avatar-display > i {
    font-size: .8rem
}

.avatar-group-sm > .avatar .avatar-display > svg, .avatar-sm .avatar-display > svg {
    width: .8rem;
    height: .8rem
}

.avatar-group-sm > .avatar .avatar-addon-top, .avatar-sm .avatar-addon-top {
    top: -.65rem;
    left: -.65rem
}

.avatar-group-sm > .avatar .avatar-addon-bottom, .avatar-sm .avatar-addon-bottom {
    bottom: -.65rem;
    right: -.65rem
}

.avatar-group-lg > .avatar + .avatar {
    margin-left: -1.35rem
}

.avatar-group-sm > .avatar + .avatar {
    margin-left: -.65rem
}

.chat {
    display: flex;
    flex-direction: column
}

.chat-item {
    display: flex;
    margin: .5rem 0
}

.chat-content {
    display: flex;
    flex-direction: column;
    max-width: 75%
}

.chat-bubble {
    display: block;
    text-align: inherit;
    padding: .75rem;
    margin: 0;
    border-radius: .5rem
}

.theme-light .chat-bubble {
    color: #616161;
    background: rgba(189, 189, 189, .2)
}

.theme-dark .chat-bubble {
    color: #eee;
    background: rgba(189, 189, 189, .2)
}

.chat-bubble + .chat-bubble {
    margin-top: .5rem
}

.chat-bubble .chat-bubble {
    margin-bottom: .5rem
}

.chat-item-right {
    flex-direction: row-reverse;
    text-align: right
}

.chat-item-right .chat-content {
    align-items: flex-end
}

.chat-item-left {
    flex-direction: row;
    text-align: left
}

.chat-item-left .chat-content {
    align-items: flex-start
}

.theme-light .chat-bubble-primary {
    background: rgba(33, 150, 243, .2)
}

.theme-dark .chat-bubble-primary {
    background: rgba(33, 150, 243, .2)
}

.theme-light .chat-bubble-secondary {
    background: rgba(158, 158, 158, .2)
}

.theme-dark .chat-bubble-secondary {
    background: rgba(158, 158, 158, .2)
}

.theme-light .chat-bubble-success {
    background: rgba(76, 175, 80, .2)
}

.theme-dark .chat-bubble-success {
    background: rgba(76, 175, 80, .2)
}

.theme-light .chat-bubble-info {
    background: rgba(0, 188, 212, .2)
}

.theme-dark .chat-bubble-info {
    background: rgba(0, 188, 212, .2)
}

.theme-light .chat-bubble-warning {
    background: rgba(255, 235, 59, .2)
}

.theme-dark .chat-bubble-warning {
    background: rgba(255, 235, 59, .2)
}

.theme-light .chat-bubble-danger {
    background: rgba(244, 67, 54, .2)
}

.theme-dark .chat-bubble-danger {
    background: rgba(244, 67, 54, .2)
}

.theme-light .chat-bubble-light {
    background: rgba(245, 245, 245, .2)
}

.theme-dark .chat-bubble-light {
    background: rgba(245, 245, 245, .2)
}

.theme-light .chat-bubble-dark {
    background: rgba(97, 97, 97, .2)
}

.theme-dark .chat-bubble-dark {
    background: rgba(97, 97, 97, .2)
}

.chat-avatar {
    padding: .5rem
}

.chat-image {
    display: block;
    max-width: 20rem;
    width: 100%;
    margin-bottom: .5rem;
    border-radius: .5rem
}

.chat-author {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    padding: .5rem
}

.theme-light .chat-author {
    color: #424242
}

.theme-dark .chat-author {
    color: #f5f5f5
}

.chat-time {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    padding: .5rem
}

.theme-light .chat-time {
    color: #757575
}

.theme-dark .chat-time {
    color: #e0e0e0
}

.chat-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5rem 0
}

.chat-section-text {
    font-size: 1rem;
    font-weight: 500;
    padding: .5rem 1rem;
    border-radius: 2rem
}

.theme-light .chat-section-text {
    color: #fff;
    background: #2196f3
}

.theme-dark .chat-section-text {
    color: #fff;
    background: #2196f3
}

.rich-list {
    position: relative;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0
}

.rich-list-item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: 0 0;
    padding: .75rem;
    margin: 0;
    cursor: default
}

.theme-light .rich-list-item {
    color: #757575
}

.theme-dark .rich-list-item {
    color: #e0e0e0
}

a.rich-list-item {
    text-decoration: none
}

.theme-light a.rich-list-item {
    color: #757575
}

.theme-dark a.rich-list-item {
    color: #e0e0e0
}

.rich-list-content {
    flex: 1;
    display: flex;
    flex-direction: column
}

.rich-list-paragraph, .rich-list-subtitle, .rich-list-title {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left
}

.rich-list-title {
    font-weight: 500
}

.theme-light .rich-list-title {
    color: #424242
}

.theme-dark .rich-list-title {
    color: #f5f5f5
}

.rich-list-subtitle {
    font-weight: 400
}

.theme-light .rich-list-subtitle {
    color: #757575
}

.theme-dark .rich-list-subtitle {
    color: #e0e0e0
}

.rich-list-paragraph {
    font-weight: 400
}

.theme-light .rich-list-paragraph {
    color: #616161
}

.theme-dark .rich-list-paragraph {
    color: #eee
}

.rich-list-append, .rich-list-prepend {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.rich-list-append > .avatar, .rich-list-prepend > .avatar {
    margin: 0
}

.rich-list-prepend {
    margin-right: .5rem
}

.rich-list-append {
    margin-left: .5rem
}

.rich-list-flush .rich-list-item + .rich-list-item {
    border-top-width: 1px;
    border-top-style: solid
}

.theme-light .rich-list-flush .rich-list-item + .rich-list-item {
    border-top-color: #eee
}

.theme-dark .rich-list-flush .rich-list-item + .rich-list-item {
    border-top-color: #757575
}

.rich-list-bordered .rich-list-item {
    border-width: 1px;
    border-style: solid;
    border-radius: .35rem
}

.theme-light .rich-list-bordered .rich-list-item {
    border-color: #eee
}

.theme-dark .rich-list-bordered .rich-list-item {
    border-color: #757575
}

.rich-list-bordered .rich-list-item + .rich-list-item {
    margin-top: .5rem
}

.rich-list-action .rich-list-item {
    cursor: pointer
}

.theme-light .rich-list-action .rich-list-item:focus, .theme-light .rich-list-action .rich-list-item:hover {
    background: #f5f5f5
}

.theme-light .rich-list-action .rich-list-item:focus .rich-list-title, .theme-light .rich-list-action .rich-list-item:hover .rich-list-title {
    color: #2196f3
}

.theme-dark .rich-list-action .rich-list-item:focus, .theme-dark .rich-list-action .rich-list-item:hover {
    background: #616161
}

.theme-dark .rich-list-action .rich-list-item:focus .rich-list-title, .theme-dark .rich-list-action .rich-list-item:hover .rich-list-title {
    color: #2196f3
}

.theme-light .rich-list-action .rich-list-item.active, .theme-light .rich-list-action .rich-list-item:active {
    background: #eee
}

.theme-light .rich-list-action .rich-list-item.active .rich-list-title, .theme-light .rich-list-action .rich-list-item:active .rich-list-title {
    color: #2196f3
}

.theme-dark .rich-list-action .rich-list-item.active, .theme-dark .rich-list-action .rich-list-item:active {
    background: #757575
}

.theme-dark .rich-list-action .rich-list-item.active .rich-list-title, .theme-dark .rich-list-action .rich-list-item:active .rich-list-title {
    color: #2196f3
}

.rich-list-action .rich-list-item.disabled, .rich-list-action .rich-list-item:disabled {
    opacity: .65;
    pointer-events: none;
    cursor: default
}

.theme-light .rich-list-action .rich-list-item.disabled, .theme-light .rich-list-action .rich-list-item:disabled {
    background: #eee
}

.theme-dark .rich-list-action .rich-list-item.disabled, .theme-dark .rich-list-action .rich-list-item:disabled {
    background: #757575
}

.sortable.rich-list-bordered .sortable, .sortable.rich-list-bordered .sortable-item:not(:first-of-type) {
    margin-top: .5rem
}

.sortable.rich-list-flush .sortable, .sortable.rich-list-flush .sortable-item:not(:first-of-type) {
    border-top-width: 1px;
    border-top-style: solid
}

.theme-light .sortable.rich-list-flush .sortable, .theme-light .sortable.rich-list-flush .sortable-item:not(:first-of-type) {
    border-top-color: #eee
}

.theme-dark .sortable.rich-list-flush .sortable, .theme-dark .sortable.rich-list-flush .sortable-item:not(:first-of-type) {
    border-top-color: #757575
}

.timeline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-left: 3rem
}

.timeline:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 2px;
    top: 0;
    left: 1.5rem;
    transform: translateX(-50%);
    border-radius: .35rem
}

.theme-light .timeline:before {
    background: #e0e0e0
}

.theme-dark .timeline:before {
    background: #9e9e9e
}

.timeline-item {
    position: relative;
    width: 100%
}

.timeline-pin {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    left: -3rem;
    top: 50%;
    transform: translateY(-50%)
}

.timeline-content {
    width: 100%;
    padding: .5rem
}

.theme-light .timeline-content {
    color: #424242
}

.theme-dark .timeline-content {
    color: #f5f5f5
}

.timeline-zigzag {
    padding-left: 0
}

.timeline-zigzag:before {
    left: 50%;
    transform: translateX(-50%)
}

.timeline-zigzag .timeline-item {
    width: calc(50% - 1.5rem)
}

.timeline-zigzag .timeline-item:nth-child(odd) {
    align-self: flex-start
}

.timeline-zigzag .timeline-item:nth-child(odd) .timeline-pin {
    left: auto;
    right: -3rem
}

.timeline-zigzag .timeline-item:nth-child(odd) .timeline-content {
    align-items: flex-end;
    text-align: right
}

.timeline-zigzag .timeline-item:nth-child(even) {
    align-self: flex-end
}

.timeline-timed {
    padding-left: 7rem
}

.timeline-timed:before {
    left: calc(7rem / 2 + 2rem)
}

.timeline-timed .timeline-time {
    position: absolute;
    font-size: 1.2rem;
    font-weight: 600;
    width: 4rem;
    padding: .25rem;
    left: -7rem;
    top: 50%;
    transform: translateY(-50%)
}

.theme-light .timeline-timed .timeline-time {
    color: #757575
}

.theme-dark .timeline-timed .timeline-time {
    color: #e0e0e0
}

.marker {
    display: inline-block;
    margin: 0 .25rem
}

.marker.marker-dot {
    width: .75rem;
    height: .75rem
}

.marker.marker-pill {
    width: 2.25rem;
    height: .75rem;
    border-radius: .375rem
}

.marker.marker-circle {
    width: calc(.75rem + .2625rem);
    height: calc(.75rem + .2625rem);
    border: .2625rem solid currentColor
}

.theme-light .marker {
    color: #eee;
    box-shadow: 0 0 0 2px #fff
}

.theme-dark .marker {
    color: #757575;
    box-shadow: 0 0 0 2px #424242
}

.marker-dot {
    background: currentColor;
    border-radius: 50%
}

.marker-pill {
    background: currentColor
}

.marker-circle {
    border-radius: 50%
}

.theme-light .marker-circle {
    background: #fff
}

.theme-dark .marker-circle {
    background: #424242
}

.marker-lg.marker-dot {
    width: 1rem;
    height: 1rem
}

.marker-lg.marker-pill {
    width: 3rem;
    height: 1rem;
    border-radius: .5rem
}

.marker-lg.marker-circle {
    width: calc(1rem + .35rem);
    height: calc(1rem + .35rem);
    border: .35rem solid currentColor
}

.marker-sm.marker-dot {
    width: .5rem;
    height: .5rem
}

.marker-sm.marker-pill {
    width: 1.5rem;
    height: .5rem;
    border-radius: .25rem
}

.marker-sm.marker-circle {
    width: calc(.5rem + .175rem);
    height: calc(.5rem + .175rem);
    border: .175rem solid currentColor
}

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

.modal-open {
    overflow: hidden
}

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

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1220;
    outline: 0
}

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

.modal.fade .modal-dialog {
    transform: translate(0, -50px);
    transition: transform .3s ease-out
}

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

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

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

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

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

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

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

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

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

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

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

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border-width: 1px;
    border-style: solid;
    border-radius: .35rem;
    outline: 0
}

.theme-light .modal-content {
    color: #757575;
    background: rgba(0, 0, 0, 0.7);
    border-color: #eee
}

.theme-dark .modal-content {
    color: #e0e0e0;
    background: #424242;
    border-color: #757575
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1210;
    width: 100vw;
    height: 100vh;
    background: #212121
}

.modal-backdrop.fade {
    opacity: 0
}

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

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem .75rem;
    border-top-left-radius: .35rem;
    border-top-right-radius: .35rem
}

.theme-light .modal-header {
    color: #424242
}

.theme-dark .modal-header {
    color: #f5f5f5
}

.modal-header.modal-header-bordered {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.theme-light .modal-header.modal-header-bordered {
    border-bottom-color: #eee
}

.theme-dark .modal-header.modal-header-bordered {
    border-bottom-color: #757575
}

.modal-header:not(.modal-header-bordered) + .modal-body {
    padding-top: 0
}

.modal-title {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 .25rem;
    margin-bottom: 0
}

.theme-light .modal-title {
    color: #424242
}

.theme-dark .modal-title {
    color: #f5f5f5
}

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

.theme-light .modal-body {
    color: #757575
}

.theme-dark .modal-body {
    color: #e0e0e0
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-bottom-right-radius: .35rem;
    border-bottom-left-radius: .35rem
}

.modal-footer.modal-footer-bordered {
    border-top-width: 1px;
    border-top-style: solid
}

.theme-light .modal-footer.modal-footer-bordered {
    border-top-color: #eee
}

.theme-dark .modal-footer.modal-footer-bordered {
    border-top-color: #757575
}

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

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    z-index: 1230;
    display: block;
    max-width: 20rem;
    font-family: Poppins, sans-serif;
    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: 1rem;
    word-wrap: break-word;
    border-width: 1px;
    border-style: solid;
    top: 0;
    left: 0;
    border-radius: .35rem
}

.theme-light .popover {
    background: #fff;
    border-color: #eee
}

.theme-dark .popover {
    background: #424242;
    border-color: #757575
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .35rem
}

.popover .arrow::after, .popover .arrow::before {
    content: "";
    position: absolute;
    display: block;
    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
}

.theme-light .bs-popover-auto[x-placement^=top] > .arrow::before, .theme-light .bs-popover-top > .arrow::before {
    border-top-color: #eee
}

.theme-dark .bs-popover-auto[x-placement^=top] > .arrow::before, .theme-dark .bs-popover-top > .arrow::before {
    border-top-color: #757575
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
    bottom: 1px
}

.theme-light .bs-popover-auto[x-placement^=top] > .arrow::after, .theme-light .bs-popover-top > .arrow::after {
    border-top-color: #fff
}

.theme-dark .bs-popover-auto[x-placement^=top] > .arrow::after, .theme-dark .bs-popover-top > .arrow::after {
    border-top-color: #424242
}

.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: .35rem 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
}

.theme-light .bs-popover-auto[x-placement^=right] > .arrow::before, .theme-light .bs-popover-right > .arrow::before {
    border-right-color: #eee
}

.theme-dark .bs-popover-auto[x-placement^=right] > .arrow::before, .theme-dark .bs-popover-right > .arrow::before {
    border-right-color: #757575
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
    left: 1px
}

.theme-light .bs-popover-auto[x-placement^=right] > .arrow::after, .theme-light .bs-popover-right > .arrow::after {
    border-right-color: #fff
}

.theme-dark .bs-popover-auto[x-placement^=right] > .arrow::after, .theme-dark .bs-popover-right > .arrow::after {
    border-right-color: #424242
}

.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
}

.theme-light .bs-popover-auto[x-placement^=bottom] > .arrow::before, .theme-light .bs-popover-bottom > .arrow::before {
    border-bottom-color: #eee
}

.theme-dark .bs-popover-auto[x-placement^=bottom] > .arrow::before, .theme-dark .bs-popover-bottom > .arrow::before {
    border-bottom-color: #757575
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
    top: 1px
}

.theme-light .bs-popover-auto[x-placement^=bottom] > .arrow::after, .theme-light .bs-popover-bottom > .arrow::after {
    border-bottom-color: #fff
}

.theme-dark .bs-popover-auto[x-placement^=bottom] > .arrow::after, .theme-dark .bs-popover-bottom > .arrow::after {
    border-bottom-color: #424242
}

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

.theme-light .bs-popover-auto[x-placement^=bottom] .popover-header::before, .theme-light .bs-popover-bottom .popover-header::before {
    border-bottom-color: #f5f5f5
}

.theme-dark .bs-popover-auto[x-placement^=bottom] .popover-header::before, .theme-dark .bs-popover-bottom .popover-header::before {
    border-bottom-color: #616161
}

.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: .35rem 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
}

.theme-light .bs-popover-auto[x-placement^=left] > .arrow::before, .theme-light .bs-popover-left > .arrow::before {
    border-left-color: #eee
}

.theme-dark .bs-popover-auto[x-placement^=left] > .arrow::before, .theme-dark .bs-popover-left > .arrow::before {
    border-left-color: #757575
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
    right: 1px
}

.theme-light .bs-popover-auto[x-placement^=left] > .arrow::after, .theme-light .bs-popover-left > .arrow::after {
    border-left-color: #fff
}

.theme-dark .bs-popover-auto[x-placement^=left] > .arrow::after, .theme-dark .bs-popover-left > .arrow::after {
    border-left-color: #424242
}

.popover-header {
    padding: .75rem .75rem;
    font-size: 1rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0;
    border-top-left-radius: calc(.35rem - 1px);
    border-top-right-radius: calc(.35rem - 1px)
}

.theme-light .popover-header {
    color: #424242;
    background: #f5f5f5;
    border-bottom-color: #f5f5f5
}

.theme-dark .popover-header {
    color: #f5f5f5;
    background: #616161;
    border-bottom-color: #616161
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .75rem .75rem
}

.theme-light .popover-body {
    color: #757575
}

.theme-dark .popover-body {
    color: #e0e0e0
}

.tooltip {
    position: absolute;
    z-index: 1230;
    display: block;
    margin: 0;
    font-family: Poppins, sans-serif;
    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: 1rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

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

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .5rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

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

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    bottom: 0
}

.theme-light .bs-tooltip-auto[x-placement^=top] .arrow::before, .theme-light .bs-tooltip-top .arrow::before {
    border-top-color: #eee
}

.theme-dark .bs-tooltip-auto[x-placement^=top] .arrow::before, .theme-dark .bs-tooltip-top .arrow::before {
    border-top-color: #757575
}

.bs-tooltip-auto[x-placement^=top] .arrow::after, .bs-tooltip-top .arrow::after {
    bottom: 1px
}

.theme-light .bs-tooltip-auto[x-placement^=top] .arrow::after, .theme-light .bs-tooltip-top .arrow::after {
    border-top-color: #fff
}

.theme-dark .bs-tooltip-auto[x-placement^=top] .arrow::after, .theme-dark .bs-tooltip-top .arrow::after {
    border-top-color: #424242
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .5rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .5rem;
    height: 1rem
}

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

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    left: 0
}

.theme-light .bs-tooltip-auto[x-placement^=right] .arrow::before, .theme-light .bs-tooltip-right .arrow::before {
    border-right-color: #eee
}

.theme-dark .bs-tooltip-auto[x-placement^=right] .arrow::before, .theme-dark .bs-tooltip-right .arrow::before {
    border-right-color: #757575
}

.bs-tooltip-auto[x-placement^=right] .arrow::after, .bs-tooltip-right .arrow::after {
    left: 1px
}

.theme-light .bs-tooltip-auto[x-placement^=right] .arrow::after, .theme-light .bs-tooltip-right .arrow::after {
    border-right-color: #fff
}

.theme-dark .bs-tooltip-auto[x-placement^=right] .arrow::after, .theme-dark .bs-tooltip-right .arrow::after {
    border-right-color: #424242
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .5rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

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

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    top: 0
}

.theme-light .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .theme-light .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #eee
}

.theme-dark .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .theme-dark .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #757575
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::after, .bs-tooltip-bottom .arrow::after {
    top: 1px
}

.theme-light .bs-tooltip-auto[x-placement^=bottom] .arrow::after, .theme-light .bs-tooltip-bottom .arrow::after {
    border-bottom-color: #fff
}

.theme-dark .bs-tooltip-auto[x-placement^=bottom] .arrow::after, .theme-dark .bs-tooltip-bottom .arrow::after {
    border-bottom-color: #424242
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .5rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .5rem;
    height: 1rem
}

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

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    right: 0
}

.theme-light .bs-tooltip-auto[x-placement^=left] .arrow::before, .theme-light .bs-tooltip-left .arrow::before {
    border-left-color: #eee
}

.theme-dark .bs-tooltip-auto[x-placement^=left] .arrow::before, .theme-dark .bs-tooltip-left .arrow::before {
    border-left-color: #757575
}

.bs-tooltip-auto[x-placement^=left] .arrow::after, .bs-tooltip-left .arrow::after {
    right: 1px
}

.theme-light .bs-tooltip-auto[x-placement^=left] .arrow::after, .theme-light .bs-tooltip-left .arrow::after {
    border-left-color: #fff
}

.theme-dark .bs-tooltip-auto[x-placement^=left] .arrow::after, .theme-dark .bs-tooltip-left .arrow::after {
    border-left-color: #424242
}

.tooltip-inner {
    max-width: 15rem;
    padding: .5rem .75rem;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: .35rem
}

.theme-light .tooltip-inner {
    color: #757575;
    background-color: #fff;
    border-color: #eee
}

.theme-dark .tooltip-inner {
    color: #e0e0e0;
    background-color: #424242;
    border-color: #757575
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

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

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

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

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

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

.caret:after {
    content: "";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    transition: transform ease-in-out .2s;
    transform: rotate(0)
}

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

.caret-right::after {
    transform: rotate(0)
}

.caret-left::after {
    transform: rotate(180deg)
}

.caret-up::after {
    transform: rotate(270deg)
}

.caret-down::after {
    transform: rotate(90deg)
}

.widget1 {
    display: flex;
    flex-direction: column
}

.widget1-display {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 20rem;
    padding: 1rem;
    border-radius: .5rem
}

.widget1-display.widget1-display-top {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.widget1-display.widget1-display-bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.widget1-display.widget1-display-lg {
    min-height: 25rem
}

.widget1-display.widget1-display-sm {
    min-height: 15rem
}

.widget1-group {
    display: flex;
    flex-direction: row;
    align-items: center
}

.widget1-title {
    flex: 1;
    color: inherit;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.widget1-addon {
    white-space: nowrap
}

.widget1-offset {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%)
}

.widget1-dialog {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.widget1-dialog-content {
    color: inherit;
    margin: 0;
    padding: 0
}

.widget1-body {
    padding: 1rem;
    z-index: 1;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.widget1-body.widget1-body-offset {
    margin-top: -5rem
}

.nav.widget2 {
    overflow: auto
}

.nav.widget2 .nav-item + .nav-item {
    margin-left: .5rem
}

.nav.widget2 .nav-link {
    border-width: 1px;
    border-style: solid;
    border-radius: .35rem
}

.theme-light .nav.widget2 .nav-link {
    border-color: #eee
}

.theme-dark .nav.widget2 .nav-link {
    border-color: #757575
}

.theme-light .nav.widget2 .nav-link:hover {
    color: #2196f3;
    background: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .nav.widget2 .nav-link:hover {
    color: #2196f3;
    background: #616161;
    border-color: #616161
}

.theme-light .nav.widget2 .nav-link.active {
    color: #fff;
    background: #2196f3;
    border-color: #2196f3
}

.theme-dark .nav.widget2 .nav-link.active {
    color: #fff;
    background: #2196f3;
    border-color: #2196f3
}

.widget3 {
    display: flex;
    flex-direction: column
}

.widget3-display {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 3rem 0
}

.widget3-title {
    font-size: 4.6rem;
    font-weight: 500;
    padding: 0;
    margin: 0
}

.theme-light .widget3-title {
    color: #616161
}

.theme-dark .widget3-title {
    color: #eee
}

.widget3-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    bottom: 0
}

.theme-light .widget3-subtitle {
    color: #757575
}

.theme-dark .widget3-subtitle {
    color: #e0e0e0
}

.widget3-sm .widget3-title {
    font-size: 3.4rem
}

.widget3-sm .widget3-subtitle {
    font-size: 1rem
}

@media (max-width: 767.98px) {
    .widget3-title {
        font-size: 3.4rem
    }

    .widget3-subtitle {
        font-size: 1rem
    }
}

.widget4 {
    display: block
}

.widget4-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: .5rem 0
}

.widget4-display {
    flex: 1
}

.widget4-hightlight, .widget4-subtitle, .widget4-title {
    margin: 0;
    padding: .25rem 0
}

.widget4-title {
    font-size: 1.2rem;
    font-weight: 500
}

.theme-light .widget4-title {
    color: #424242
}

.theme-dark .widget4-title {
    color: #f5f5f5
}

.widget4-subtitle {
    font-size: 1rem;
    font-weight: 400
}

.theme-light .widget4-subtitle {
    color: #757575
}

.theme-dark .widget4-subtitle {
    color: #e0e0e0
}

.widget4-hightlight {
    font-size: 1.8rem;
    font-weight: 600
}

.theme-light .widget4-hightlight {
    color: #616161
}

.theme-dark .widget4-hightlight {
    color: #eee
}

.widget5 {
    display: flex;
    flex-direction: column
}

.widget5-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: .5rem
}

.theme-light .widget5-title {
    color: #616161
}

.theme-dark .widget5-title {
    color: #eee
}

.widget5-group {
    display: flex;
    flex-direction: row;
    align-items: center
}

.widget5-item {
    flex: 1;
    display: flex;
    flex-direction: column
}

.widget5-info, .widget5-value {
    padding: 0;
    margin: 0
}

.widget5-info {
    font-size: 1rem;
    font-weight: 500
}

.theme-light .widget5-info {
    color: #424242
}

.theme-dark .widget5-info {
    color: #f5f5f5
}

.widget5-value {
    font-size: 1rem;
    font-weight: 400
}

.theme-light .widget5-value {
    color: #757575
}

.theme-dark .widget5-value {
    color: #e0e0e0
}

.widget6 {
    display: block;
    text-align: center;
    padding: 1rem .5rem;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    border-radius: .35rem
}

.theme-light .widget6 {
    background: #fff;
    border-color: #eee
}

.theme-dark .widget6 {
    background: #424242;
    border-color: #757575
}

.theme-light .widget6:hover {
    background: #f5f5f5;
    border-color: #f5f5f5
}

.theme-dark .widget6:hover {
    background: #616161;
    border-color: #616161
}

.widget6-subtitle, .widget6-title {
    margin: 0;
    padding: .25rem 0
}

.widget6-title {
    font-size: 1.2rem;
    font-weight: 500
}

.theme-light .widget6-title {
    color: #424242
}

.theme-dark .widget6-title {
    color: #f5f5f5
}

.widget6-subtitle {
    font-size: 1rem;
    font-weight: 400
}

.theme-light .widget6-subtitle {
    color: #757575
}

.theme-dark .widget6-subtitle {
    color: #e0e0e0
}

.widget7 {
    display: flex;
    flex-direction: row;
    align-items: flex-start
}

.widget7-text {
    flex: 1;
    font-size: 1rem;
    font-weight: 400;
    padding: 0;
    margin: 0
}

.theme-light .widget7-text {
    color: #616161
}

.theme-dark .widget7-text {
    color: #eee
}

.widget7-time {
    font-size: 1rem;
    font-weight: 400;
    padding-left: .5rem;
    margin: 0
}

.theme-light .widget7-time {
    color: #757575
}

.theme-dark .widget7-time {
    color: #e0e0e0
}

.widget8 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center
}

.widget8-content {
    padding: 1.75rem 1rem
}

.widget8-avatar {
    height: 4.5rem;
    width: 4.5rem;
    font-size: 2.2rem;
    margin-bottom: 1rem
}

.widget8-highlight, .widget8-subtitle, .widget8-title {
    display: block;
    padding: .25rem 0;
    margin: 0
}

.widget8-highlight {
    font-size: 3.6rem;
    font-weight: 600
}

.theme-light .widget8-highlight {
    color: #616161
}

.theme-dark .widget8-highlight {
    color: #eee
}

.widget8-highlight.widget8-highlight-lg {
    font-size: 4.8rem
}

.widget8-title {
    font-size: 1.2rem;
    font-weight: 500
}

.theme-light .widget8-title {
    color: #757575
}

.theme-dark .widget8-title {
    color: #e0e0e0
}

.widget8-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 1rem
}

.theme-light .widget8-subtitle {
    color: #757575
}

.theme-dark .widget8-subtitle {
    color: #e0e0e0
}

.widget8-addon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bdbdbd;
    padding: .5rem .5rem;
    top: 0;
    left: 0
}

.widget8-addon > i {
    font-size: 1rem
}

.widget8-addon > svg {
    width: 1rem;
    height: 1rem
}

.widget8-addon:hover {
    color: #757575
}

.widget9-display {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 3.6rem;
    padding: 1rem 0
}

.widget9-display.widget9-display-sm {
    font-size: 1.4rem;
    padding: 0
}

.widget9-icon {
    color: #bdbdbd;
    padding: 0 .25rem
}

.widget9-icon > i {
    font-size: 90%
}

.widget9-icon > svg {
    width: 90%;
    height: 90%
}

.widget9-text {
    font-size: 100%;
    padding: 0 .25rem;
    margin: 0
}

.theme-light .widget9-text {
    color: #616161
}

.theme-dark .widget9-text {
    color: #eee
}

.widget9-degree {
    font-size: 70%
}

.widget9-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: .5rem 1rem
}

.widget9-grid-item {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.widget9-grid-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: #bdbdbd;
    margin-right: .25rem
}

.widget9-grid-item-icon > i {
    font-size: 1.2rem
}

.widget9-grid-item-icon > svg {
    width: 1.2rem;
    height: 1.2rem
}

.widget9-grid-item-text {
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
    margin: 0
}

.theme-light .widget9-grid-item-text {
    color: #757575
}

.theme-dark .widget9-grid-item-text {
    color: #e0e0e0
}

.widget9-list {
    display: flex;
    flex-direction: column;
    padding: .5rem 1rem
}

.widget9-list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: .5rem 0
}

.widget9-list-item-text {
    flex: 1;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0;
    margin: 0
}

.theme-light .widget9-list-item-text {
    color: #616161
}

.theme-dark .widget9-list-item-text {
    color: #eee
}

.widget10 {
    display: flex;
    flex-direction: row
}

.widget10-item {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1.5rem
}

.widget10-item + .widget10-item {
    border-left-width: 1px;
    border-left-style: solid
}

.theme-light .widget10-item + .widget10-item {
    border-left-color: #eee
}

.theme-dark .widget10-item + .widget10-item {
    border-left-color: #757575
}

.widget10-content {
    flex: 1
}

.widget10-subtitle, .widget10-title {
    padding: .25rem 0;
    margin: 0
}

.widget10-title {
    font-size: 2rem;
    font-weight: 600
}

.theme-light .widget10-title {
    color: #616161
}

.theme-dark .widget10-title {
    color: #eee
}

.widget10-subtitle {
    font-size: 1rem;
    font-weight: 400
}

.theme-light .widget10-subtitle {
    color: #757575
}

.theme-dark .widget10-subtitle {
    color: #e0e0e0
}

.widget10-addon {
    white-space: nowrap;
    margin-left: .5rem
}

@media (max-width: 575.98px) {
    .widget10-vertical-sm {
        flex-direction: column
    }

    .widget10-vertical-sm .widget10-item + .widget10-item {
        border-left: 0;
        border-top-width: 1px;
        border-top-style: solid
    }

    .theme-light .widget10-vertical-sm .widget10-item + .widget10-item {
        border-top-color: #eee
    }

    .theme-dark .widget10-vertical-sm .widget10-item + .widget10-item {
        border-top-color: #757575
    }
}

@media (max-width: 767.98px) {
    .widget10-vertical-md {
        flex-direction: column
    }

    .widget10-vertical-md .widget10-item + .widget10-item {
        border-left: 0;
        border-top-width: 1px;
        border-top-style: solid
    }

    .theme-light .widget10-vertical-md .widget10-item + .widget10-item {
        border-top-color: #eee
    }

    .theme-dark .widget10-vertical-md .widget10-item + .widget10-item {
        border-top-color: #757575
    }
}

@media (max-width: 1024.98px) {
    .widget10-vertical-lg {
        flex-direction: column
    }

    .widget10-vertical-lg .widget10-item + .widget10-item {
        border-left: 0;
        border-top-width: 1px;
        border-top-style: solid
    }

    .theme-light .widget10-vertical-lg .widget10-item + .widget10-item {
        border-top-color: #eee
    }

    .theme-dark .widget10-vertical-lg .widget10-item + .widget10-item {
        border-top-color: #757575
    }
}

@media (max-width: 1499.98px) {
    .widget10-vertical-xl {
        flex-direction: column
    }

    .widget10-vertical-xl .widget10-item + .widget10-item {
        border-left: 0;
        border-top-width: 1px;
        border-top-style: solid
    }

    .theme-light .widget10-vertical-xl .widget10-item + .widget10-item {
        border-top-color: #eee
    }

    .theme-dark .widget10-vertical-xl .widget10-item + .widget10-item {
        border-top-color: #757575
    }
}

.widget10-vertical {
    flex-direction: column
}

.widget10-vertical .widget10-item + .widget10-item {
    border-left: 0;
    border-top-width: 1px;
    border-top-style: solid
}

.theme-light .widget10-vertical .widget10-item + .widget10-item {
    border-top-color: #eee
}

.theme-dark .widget10-vertical .widget10-item + .widget10-item {
    border-top-color: #757575
}

.widget11 .apexcharts-svg {
    border-radius: .5rem
}

.widget11-bottom .apexcharts-svg {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.widget11-top .apexcharts-svg {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.widget12 {
    width: 10rem;
    height: 10rem
}

.widget12, .widget12 > img {
    border-radius: .35rem
}

.widget12 .avatar-display {
    font-size: 5rem
}

.widget12 .avatar-display > i {
    font-size: 5rem
}

.widget12 .avatar-display > svg {
    width: 5rem;
    height: 5rem
}

.widget12 .avatar-addon-top {
    top: -.5rem;
    left: -.5rem
}

.widget12 .avatar-addon-bottom {
    bottom: -.5rem;
    right: -.5rem
}

.widget12-sm {
    width: 7.5rem;
    height: 7.5rem
}

.widget12-sm, .widget12-sm > img {
    border-radius: .35rem
}

.widget12-sm .avatar-display {
    font-size: 3rem
}

.widget12-sm .avatar-display > i {
    font-size: 3rem
}

.widget12-sm .avatar-display > svg {
    width: 3rem;
    height: 3rem
}

.widget12-sm .avatar-addon-top {
    top: -.5rem;
    left: -.5rem
}

.widget12-sm .avatar-addon-bottom {
    bottom: -.5rem;
    right: -.5rem
}

.widget13 {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: .25rem;
    overflow: hidden
}

.widget13-text {
    padding: 0 .5rem
}

.widget13-avatar {
    margin: 0;
    width: calc(1.5em + .75rem + 2px);
    height: calc(1.5em + .75rem + 2px)
}

.widget13-avatar, .widget13-avatar > img {
    border-radius: .35rem
}

.widget13-avatar .avatar-display {
    font-size: 1.2rem
}

.widget13-avatar .avatar-display > i {
    font-size: 1.2rem
}

.widget13-avatar .avatar-display > svg {
    width: 1.2rem;
    height: 1.2rem
}

.widget13-avatar .avatar-addon-top {
    top: -.5rem;
    left: -.5rem
}

.widget13-avatar .avatar-addon-bottom {
    bottom: -.5rem;
    right: -.5rem
}

.widget13-avatar .avatar-display {
    font-weight: 600
}

.widget14 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 3rem
}

.widget14-avatar {
    width: 6rem;
    height: 6rem;
    margin-bottom: 1rem
}

.widget14-avatar, .widget14-avatar > img {
    border-radius: .35rem
}

.widget14-avatar .avatar-display {
    font-size: 2.6rem
}

.widget14-avatar .avatar-display > i {
    font-size: 2.6rem
}

.widget14-avatar .avatar-display > svg {
    width: 2.6rem;
    height: 2.6rem
}

.widget14-avatar .avatar-addon-top {
    top: -.5rem;
    left: -.5rem
}

.widget14-avatar .avatar-addon-bottom {
    bottom: -.5rem;
    right: -.5rem
}

.widget14-subtitle, .widget14-title {
    padding: .25rem 0;
    margin: 0
}

.widget14-title {
    font-size: 1.4rem;
    font-weight: 500
}

.theme-light .widget14-title {
    color: #424242
}

.theme-dark .widget14-title {
    color: #f5f5f5
}

.widget14-subtitle {
    font-size: 1rem;
    font-weight: 400
}

.theme-light .widget14-subtitle {
    color: #757575
}

.theme-dark .widget14-subtitle {
    color: #e0e0e0
}

.widget14-addon {
    position: absolute;
    top: 0;
    right: 0
}

.widget15-map {
    height: 35rem !important
}

.widget15-list > .portlet-body {
    max-height: 50rem;
    overflow: auto
}

@media (max-width: 1024.98px) {
    .widget15-map {
        height: 25rem !important
    }

    .widget15-list > .portlet-body {
        max-height: 25rem
    }
}

@media (max-width: 767.98px) {
    .widget15-map {
        height: 30rem !important
    }
}

.widget16 {
    display: flex;
    flex-direction: column
}

.widget16-display {
    display: flex;
    flex-direction: row;
    align-items: center
}

.widget16-content {
    flex: 1
}

.widget16-title {
    color: #2196f3;
    font-size: 1.4rem;
    font-weight: 500
}

.widget16-subtitle {
    font-size: 1rem;
    font-weight: 500
}

.theme-light .widget16-subtitle {
    color: #757575
}

.theme-dark .widget16-subtitle {
    color: #e0e0e0
}

.widget16-list {
    display: flex;
    flex-direction: column;
    margin: 1rem 0
}

.widget16-list-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: .25rem 0
}

.widget16-list-data {
    font-size: 1rem;
    font-weight: 400
}

.theme-light .widget16-list-data {
    color: #616161
}

.theme-dark .widget16-list-data {
    color: #eee
}

.widget16-list-value {
    font-size: 1rem;
    font-weight: 500
}

.theme-light .widget16-list-value {
    color: #424242
}

.theme-dark .widget16-list-value {
    color: #f5f5f5
}

.widget17 {
    background: 0 0;
    border-width: 2px;
    border-style: dashed;
    cursor: pointer
}

.theme-light .widget17 {
    border-color: #e0e0e0
}

.theme-dark .widget17 {
    border-color: #9e9e9e
}

.theme-light .widget17:active, .theme-light .widget17:hover {
    background: #eee
}

.theme-dark .widget17:active, .theme-dark .widget17:hover {
    background: #757575
}

.widget17 > .portlet-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2.5rem
}

.widget18 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .5rem .5rem
}

.widget18-icon {
    width: 2rem;
    margin-right: .5rem
}

.widget18-icon > i {
    font-size: 1.4rem
}

.widget18-icon > svg {
    width: 1.4rem;
    height: 1.4rem
}

.widget18-text {
    font-size: 1rem;
    font-weight: 400
}

.theme-light .widget18-text {
    color: #424242
}

.theme-dark .widget18-text {
    color: #f5f5f5
}

.widget19:hover .widget19-action {
    display: flex
}

.widget19-preview {
    position: relative
}

.widget19-action {
    display: none;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, .65);
    white-space: nowrap;
    z-index: 5
}

.widget20 {
    color: #2196f3;
    font-size: 12.5rem;
    font-weight: 600;
    margin-bottom: 0
}

@media (min-width: 576px) {
    .widget20 {
        font-size: 15rem
    }
}

@media (min-width: 768px) {
    .widget20 {
        font-size: 17.5rem
    }
}

@media (min-width: 1025px) {
    .widget20 {
        font-size: 20rem
    }
}

.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: #2196f3 !important
}

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

.bg-secondary {
    background-color: #9e9e9e !important
}

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

.bg-success {
    background-color: #4caf50 !important
}

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

.bg-info {
    background-color: #00bcd4 !important
}

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

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

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

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

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

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

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

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

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

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

.bg-black {
    background-color: #000 !important
}

.theme-light .bg-level-1 {
    background-color: #f5f5f5 !important
}

.theme-dark .bg-level-1 {
    background-color: #616161 !important
}

.theme-light .bg-level-2 {
    background-color: #eee !important
}

.theme-dark .bg-level-2 {
    background-color: #757575 !important
}

.theme-light .bg-level-3 {
    background-color: #e0e0e0 !important
}

.theme-dark .bg-level-3 {
    background-color: #9e9e9e !important
}

.theme-light .bg-level-4 {
    background-color: #bdbdbd !important
}

.theme-dark .bg-level-4 {
    background-color: #bdbdbd !important
}

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

.theme-light .border {
    border: 1px solid #eee !important
}

.theme-dark .border {
    border: 1px solid #757575 !important
}

.theme-light .border-top {
    border-top: 1px solid #eee !important
}

.theme-dark .border-top {
    border-top: 1px solid #757575 !important
}

.theme-light .border-right {
    border-right: 1px solid #eee !important
}

.theme-dark .border-right {
    border-right: 1px solid #757575 !important
}

.theme-light .border-bottom {
    border-bottom: 1px solid #eee !important
}

.theme-dark .border-bottom {
    border-bottom: 1px solid #757575 !important
}

.theme-light .border-left {
    border-left: 1px solid #eee !important
}

.theme-dark .border-left {
    border-left: 1px solid #757575 !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: #2196f3 !important
}

.border-secondary {
    border-color: #9e9e9e !important
}

.border-success {
    border-color: #4caf50 !important
}

.border-info {
    border-color: #00bcd4 !important
}

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

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

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

.border-dark {
    border-color: #616161 !important
}

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

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

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

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

.rounded-top {
    border-top-left-radius: .35rem !important;
    border-top-right-radius: .35rem !important
}

.rounded-right {
    border-top-right-radius: .35rem !important;
    border-bottom-right-radius: .35rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.rounded-left {
    border-top-left-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

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

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

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width: 1025px) {
    .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: 1500px) {
    .d-xl-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive-21by9::before {
    padding-top: 42.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: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

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

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

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

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

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

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

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

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1025px) {
    .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: 1500px) {
    .flex-xl-row {
        flex-direction: row !important
    }

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

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

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

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 1025px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1500px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: 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
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

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

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

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

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

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
    margin: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: "Roboto Mono", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 1025px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1500px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: 200 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 500 !important
}

.font-weight-bolder {
    font-weight: 600 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-black {
    color: #000 !important
}

.text-primary {
    color: #2196f3 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0a6ebd !important
}

.text-secondary {
    color: #9e9e9e !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #787878 !important
}

.text-success {
    color: #4caf50 !important
}

a.text-success:focus, a.text-success:hover {
    color: #357a38 !important
}

.text-info {
    color: #00bcd4 !important
}

a.text-info:focus, a.text-info:hover {
    color: #007888 !important
}

.text-warning {
    color: #ffeb3b !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #eed500 !important
}

.text-danger {
    color: #f44336 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #d2190b !important
}

.text-light {
    color: #f5f5f5 !important
}

a.text-light:focus, a.text-light:hover {
    color: #cfcfcf !important
}

.text-dark {
    color: #616161 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #3b3b3b !important
}

.theme-light .text-body {
    color: #424242 !important
}

.theme-dark .text-body {
    color: #f5f5f5 !important
}

.theme-light .text-muted {
    color: #757575 !important
}

.theme-dark .text-muted {
    color: #e0e0e0 !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.theme-light .text-level-1 {
    color: #757575 !important
}

.theme-dark .text-level-1 {
    color: #e0e0e0 !important
}

.theme-light .text-level-2 {
    color: #616161 !important
}

.theme-dark .text-level-2 {
    color: #eee !important
}

.theme-light .text-level-3 {
    color: #424242 !important
}

.theme-dark .text-level-3 {
    color: #f5f5f5 !important
}

.theme-light .text-level-4 {
    color: #212121 !important
}

.theme-dark .text-level-4 {
    color: #fff !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.theme-light .nav-tabs .nav-link {
    font-size: 15px !important;
    color: white !important;
}

.theme-light .nav-tabs .active {
    color: black !important;
}

#galleryImageDownload {
    min-height: 350px;
}
#photoBlogDownload {
    min-height: 350px;
}
#videoBlogDownload {
    height: 500px;
    overflow-y: scroll;
}

.custom-file-container__image-multi-preview__single-image-clear__icon {
    font-size: 17px;
}

.custom-file-container {
    font-size: 18px;
}

.error {
    color: red;
    font-weight: 600;
    font-size: 13px;
    padding-top: 4px;
}

.theme-light .form-control {
    font-size: 15px;
}

.table-ul-li li {
    list-style: none;
    display: inline;
}
.is-status{
    padding-top: 20px !important;
    text-align: center;
}
